.main{
    min-height: 744px;
    background: #f7f9fc;
}
.location-wrapper{
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.left-wrapper{

}
.left-title{
    height: 48px;
    background: #2370c2;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.left-tit{

}
.subItem-wrapper{
    display: flex;
    flex-direction: column;
}
.subItem{
    margin-top: 2px;
    height: 40px;
    background: #ffffff;
    color: #3f3f3f;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0;
    top: 0;
}
.subItem::before{
    content: '>';
    display: inline-block;
    position: absolute;
    left: 34%;
    top: 11px;
}
.subItem.active, .subItem:hover{
    background: #e1edfa;
    color: #2370c2;
}
.sItem-wrapper{
    padding: 10px 0;
    background: #ffffff;
}
.sItem-wrapper .layui-nav{
    padding: 0;
    background-color: initial;
    display: initial;
}
.sItem-wrapper .layui-nav .layui-nav-item{
    line-height: 58px;
}
.sItem-wrapper .layui-nav .layui-nav-item a{
    font-size: 14px;
    color: #787878;
}
.sItem-wrapper .layui-nav .layui-nav-item.layui-this a{
    font-size: 14px;
    color: #3f3f3f;
    font-weight: bold;
}
.sItem-wrapper .layui-nav .layui-this:after, .sItem-wrapper .layui-nav-bar, .sItem-wrapper .layui-nav-tree .layui-nav-itemed:after{
    height: 2px;
    background-color: #368ae1;
}
.news-list{
    margin: 12px 0 20px 0;
    padding: 20px;
    min-height: 600px;
    background: #ffffff;
}
.news-item{
    height: 44px;
    border-bottom: 1px dashed #dfdfdf;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.news-title1{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-right{
    text-align: right;
    color: #b7b7b7;
}
.new-time{
    margin-left: 26px;
}
.layui-badge-dot{
    margin: 0 10px;
}
#newsPage{
    margin-top: 20px;
    text-align: right;
}

/** 新闻详情 */
.detail-wrapper{
    padding: 30px 44px;
    min-height: 500px;
    background: #ffffff;
}
.news-title{
    width: 100%;
    line-height: 60px;
    font-size: 28px;
    font-weight: bold;
    color: #272727;
    text-align: center;
    display: inline-block;
}
.news-desc{
    width: 100%;
    height: 40px;
    border-bottom: 1px dashed #ebebeb;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.desc{
    margin: 0 20px;
    color: #8a8a8a;
    font-size: 13px;
}
.news-content{
    padding: 20px 0;
    text-align: justify;
    line-height: 36px;
    font-size: 14px;
}
.bidding-item{
    height: 44px;
    border-bottom: 1px dashed #dfdfdf;
    color: #484747;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.bidding-item:hover{
    color: #2370c2;
}
.bidding-time{
    text-indent: 10px;
}
.bidding-time::before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #787878;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}
.bidding-column{

}
.bidding-title{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.login-wrapper{
    padding: 80px 44px;
    min-height: 500px;
    background: #ffffff;
}
.layui-form-pane .layui-input-block.submit-box{
    margin: 0;
}
.layui-form-pane .layui-input-block.submit-box .layui-btn{
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.reg-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.layui-form-select dl{
	z-index: 9999;
}
