
.main{
    padding-top: 22px;
    min-height: 1644px;
    background: #f7f9fc;
}
.notice-wrapper{
    height: 90px;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.notice-title{
    height: 90px;
    background: #2370c2;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.notice-box{
    display: flex;
    flex-direction: column;
}
.notice-div{
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.notice-tit{

}
.notice-content{
    padding: 10px 20px;
}
.n-time{
    color: #b7b7b7;
}
.left-wrapper{
    height: 466px;
    background: #ffffff;
}
.right-wrapper{
    height: 466px;
}
.two-side{
    margin-top: 18px;
}
.layui-tab{
    margin: 0;
}
.layui-tab-title{
    height: 80px;
}
.layui-tab-title li{
    line-height: 80px;
}
.layui-tab-title .layui-this:after{
    height: 82px;
}
.layui-tab-brief>.layui-tab-title .layui-this{
    color: #2370c2;
    font-size: 16px;
    font-weight: bold;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 2px solid #2370c2;
}
.news-list{
    padding: 12px 10px 20px 10px;
}
.news-item{
    height: 44px;
    border-bottom: 1px dashed #dfdfdf;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.news-item-title{
	width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-right{
    text-align: right;
    color: #b7b7b7;
}
.new-time{
    margin-left: 26px;
}
.login-wrapper{
    padding: 0 24px;
    height: 290px;
    background: #ffffff;
}
.login-title{
    padding: 20px 0;
    font-size: 20px;
    text-align: center;
}
.icon-list{
    margin-top: 10px;
}
.icon-box{
    height: 76px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon-txt{
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
}
.layui-form-pane .layui-form-label{
    width: 60px;
}
.layui-form-pane .layui-input-block{
    margin-left: 60px;
}
.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;
}
.reg1{
	line-height: 30px;
}
.industry-list{
    padding: 12px 10px 20px 10px;
}
.industry-img{
    width: 100%;
}
.industry-item{
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #dfdfdf;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.industry-left-wrapper{
    height: 400px;
    background: #ffffff;
}
.industry-right-wrapper{
    height: 400px;
    position: relative;
    left: 0;
    top: 0;
}
.member-wrapper{
    height: 260px;
    position: relative;
    left: 0;
    top: 0;
}
.member-list{
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.member-a{
	width: 100%;
	max-height: 122px;
	display: inline-block;
	overflow: hidden;
}
.member-img{
    width: 100%;
}
.link-box{
    margin-top: 20px;
    padding: 20px;
    background-color: #ffffff;
}
.link-wrapper{
    border: 1px solid #dddddd;
}
.link-title{
    height: 40px;
    border-bottom: 1px solid #dddddd;
}
.link-tit{
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background: #3089e7;
    display: inline-block;
}
.link-content{
    padding: 20px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.link{
    padding: 5px 20px;
}
.layui-carousel>[carousel-item]>*{
    background: #ffffff;
}
.more{font-size:14px;color:#666666;cursor:pointer;position:absolute;right:10px;top:30px;z-index:999;}