.main{
    background: #fff;
}
.fixed.index .top .position,.fixed.meeting .top .position{
    display: block;
    margin-top: 20px;
}

/*首页*/
.job-tab{
    position: absolute;
    left: 50%;
    top:0;
    bottom:0;
    width: 295px;
    /* height: 450px; */
    height: 365px;
    background: #fff;
    margin-left: -616px;
    z-index: 10;
}
.job-tab .title{
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 58px;
    background: #EEBA12;
    line-height: 58px;
    padding-left: 75px;
}
.job-tab .title:before{
    content: "";
    position: absolute;
    left: 25px;
    top:50%;
    width: 34px;
    height: 26px;
    background: url(../images/icon/icon-type.png) no-repeat center/100% 100%;
    margin-top: -13px;
}
.job-tab ul{
    display: -webkit-flex; /* Safari */
    display: flex;
    height: 345px;
    flex-direction:column;
    justify-content:space-between;
    align-content:center;
    margin-top: 7px;
}
.job-tab ul li{
    flex-grow:1;
}
.job-tab ul li:hover{
    background: #F1F3FB;
}
.job-tab ul li>a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 2.8;
    padding: 0 40px 0 30px;
}
.job-tab ul li>a:after{
    content: "";
    position: absolute;
    right: 20px;
    top:15px;
    width: 7px;
    height: 13px;
    background: url(../images/icon/icon-arrow-right.png) no-repeat center/100% 100%;
    visibility: visible;
}
.job-tab ul li>a:hover .type{
    color: #324c95;
}
.job-tab ul li .type{
    font-weight: bold;
}
.job-tab ul li .position{
    color: #999;
}
.job-tab .sub-job{
    position: absolute;
    left: 295px;
    top:8px;
    width: 650px;
    height: 362px;
    display: none;
    background: #fff;
    padding:0 30px;
}
.job-tab ul li:hover .sub-job{
    display: block;
}
.job-tab .sub-job h6{
    border-bottom: 1px solid #e6e8ec;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
}
.job-tab .sub-job a{
    float: left;
    width: 33%;
    color: #666;
    margin-top: 16px;
}
.job-tab .sub-job a:hover{
    color: #324c95;
}
.index .part1 .partner{
    margin-top: 30px;
}
.index .part1 .partner li{
    width: 314px;
    margin-right: 8px;
    margin-bottom: 8px;
    border:1px solid #F2F2F2;
}

.index .part1 .partner li:nth-child(4n) {
    margin-right: 0;
}
.index .part1 .partner li:hover{
    -moz-box-shadow:0 0 3px 3px #F1F1F1;
    -webkit-box-shadow:0 0 3px 3px #F1F1F1;
    box-shadow:0 0 3px 3px #F1F1F1;
}
.index .part1 .partner li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100px;
}
.index .part1 .partner li a img{
    max-height: 80%;
    max-width: 80%;
    vertical-align: middle;
}
.index .part1 .ad-box,.meeting .part2 .ad-box{
    display: block;
    width: 100%;
    margin-top: 10px;
}
.index .part1 .ad-box .picture,.meeting .part2 .ad-box .picture{
    width: 100%;
}

.index .part2 ul li{
    width: 296px;
    margin-right: 32px;
    margin-top: 40px;
    text-align: center;
}
.index .part2 ul li:nth-child(4n){
    margin-right: 0;
}

.index .part2 ul li a{
    display: block;
}

.index .part2 ul li a:hover .img-box img{
    transform: scale(1.1);
}
.index .part2 li p{
    font-size: 20px;
    margin-top: 25px;
}
.index .part2 ul li a:hover p{
    color: #324c95;
}
.index .part3 ul li{
    width:412px;
    height: 190px;
    border: 1px solid #F2F2F2;
    margin-right: 21px;
    margin-top:30px;
}
.index .part3 ul li:nth-child(3n){
    margin-right: 0;
}
.index .part3 ul li:hover{
    -moz-box-shadow:0 0 3px 3px #F1F1F1;
    -webkit-box-shadow:0 0 3px 3px #F1F1F1;
    box-shadow:0 0 3px 3px #F1F1F1;
}
.index .part3 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 18px;
}
.index .part3 ul li dl{
    height: 135px;
    border-bottom: 1px dashed #F2F2F2;
}
.index .part3 ul li dl dt{
    width: 100px;
    height: 100%;
    line-height: 135px;
}
.index .part3 ul li dl dt img{
    max-width: 80px;
    max-height: 100%;
    vertical-align: middle;
}
.index .part3 ul li dl dd{
    margin-left: 100px;
    padding-top: 18px;
}
.index .part3 ul li dd h2{
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index .part3 ul li dd h6{
    height: 16px;
    line-height: 16px;
    color: #666;
    margin-bottom: 18px;
}
.index .part3 ul li dd p,.job-list .num,.job-company .company-box .company-info .num{
    height: 29px;
    line-height: 29px;
}
.index .part3 ul li .bottom{
    height: 53px;
}
.index .part3 ul li .bottom span{
    width: 33%;
    text-align: center;
    height: 18px;
    overflow: hidden;
    border-right: 1px solid #F2F2F2;
    margin-top: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index .part3 ul li .bottom span:last-child{
    border:0;
}
.index .part3 .btn-more{
    margin: 50px auto 0;
}
.index .part4 .ad-box{
    margin-bottom: 30px;
}
.index .part4 .img-box{
    width:412px;
    margin-right: 21px;
}
.index .part4 .img-box:nth-child(3n){
    margin-right: 0;
}
.index .part4 .img-box img{
    width: 100%;
}
/*--------------*/
.index .part5 .part-title{
    padding:22px 0;
}
.index .part5 ul{
    display: block;
    justify-content: space-between;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.index .part5 li{
    width: 24.6%;
    height:280px;
    margin: 0 0.1% 10px 0;
    border:1px solid #dfdfdf;
    position: relative;
    cursor: pointer;
    float: left;
}
.index .part5 li img{
    width: 100%;
    height:178px;
}
.index .part5 .mask{
    position: absolute;
    width: 100%;
    height:178px;
    justify-content: center;
    background:rgba(18,26,65,.7);
    top:0;
    left: 0;
    display: none;
}
.index .part5 .mask button{
    border:1px solid white;
    background:none;
    color:#fff;
    border-radius: 5px;
    padding:5px 10px;
    align-self: center;
    display: none;
    box-sizing: border-box;
    cursor: pointer;
}
.index .part5 .content{
    height:102px;
    padding:18px 22px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.index .part5 .content .headline{
    font-size: 16px;
}
.index .part5 .content div:nth-child(2){
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.index .part5 .content div:nth-child(2) span{
    color:#999;
    font-size: 11px;
}
/*----------------------*/
.main.job{
    padding-bottom: 50px;
}
.job-list li{
    border: 1px solid #E4E4E4;
    margin-bottom: 20px;
    padding: 20px 30px;
}
.job-list li:hover{
    -moz-box-shadow:0 0 3px 3px #F1F1F1;
    -webkit-box-shadow:0 0 3px 3px #F1F1F1;
    box-shadow:0 0 3px 3px #F1F1F1;
}
.job-list li .logo-box{
    width: 105px;
    height: 105px;
    line-height: 105px;
}
.job-list li .logo-box img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.job-list li .company-info{
    width: 505px;
    margin-left: 15px;
}
.job-list li .company-info h3{
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}
.job-list li .company-info .company-position{
    margin-bottom: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
}
.job-list li .company-info .company-position span{
    color: #324c95;
    margin-right: 15px;
}
.job-list li .time-box{
    width: 350px;
    padding-left: 20px;
}
.job-list li .time-box .time{
    height: 16px;
    line-height: 16px;
}
.job-list li .time-box .day{
    display: inline-block;
    position: relative;
    padding: 5px 15px 5px 45px;
    border-radius: 20px;
    background: #F3F3F3;
    color: #324c95;
    margin-top: 10px;
}
.job-list li .time-box .day:before {
    position: absolute;
    left: 15px;
    top:50%;
    content: "";
    width:22px;
    height: 22px;
    background: url(../images/icon/icon-time.png) no-repeat center/100% 100%;
    margin-top: -11px;

}
.job-list li .btn-ljws{
    width: 130px;
    height: 50px;
    line-height: 50px;
    margin: 30px 10px 0 0;
    font-size: 18px;
}
.job-company .part.bg-grey{
    padding-bottom: 0;
}
.job-company .company-box{
    background: #fff;
    padding: 30px 25px 20px;
}
.job-company .company-box .logo-box{
    width: 100px;
    height: 100px;
    line-height: 100px;
    /* margin-right: 10px; */
    margin-right: 20px;
}
.job-company .company-box .logo-box .company-logo{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.job-company .company-box .company-info h3{
    font-size: 24px;
    height: 25px;
    line-height: 25px;
}
.job-company .company-box .company-info h6{
    font-size: 14px;
    color: #999;
    margin: 10px 0 5px;
}
.job-company .company-box .btn-scqy{
    width: 130px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #E5E5E5;
    background: #F9F9F9;
    text-align: center;
    margin-top: 25px;
}
.job-company .company-box .btn-scqy:hover{
    color: #324c95;
    border-color: #324c95;
}
.job-company .company-box .btn-scqy img{
    display: inline-block;
    width: 29px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -3px;
}
.job-company .tab-nav{
    margin-bottom: 0;
    margin-top: 30px;
}
.job-company .part.job-inner{
    background: #fff;
}
.job-inner .inner-content{
    padding-bottom: 100px;
}
.job-inner .title{
    height: 16px;
    line-height: 16px;
    border-left: 3px solid #F7CE61;
    padding-left: 10px;
    margin-bottom: 25px;
    font-size: 18px;
}
.job-inner .company.info-text,.position .part2 .left-box{
    width: 935px;
    border-right: 1px solid #F8F8F8;
    padding-right: 35px;
}
.job-inner .company.info-text p{
    margin-bottom: 28px;
    line-height: 25px;
}
.job-inner .addr-info,.position .part2 .right-box{
    margin-left: 970px;
}
.job-inner .addr-info .title+div{
    font-size: 16px;
}
.job-inner .addr-info p{
    margin-top: 10px;
}
.job-inner .meet-list li{
    width: 630px;
    height: 120px;
    padding: 20px 30px;
    border: 1px solid #e3e3e3;
    margin-right: 20px;
    margin-bottom: 25px;
}
.job-inner .meet-list li:hover{
    color: #324c95;
    -moz-box-shadow:0 0 3px 3px #F1F1F1;
    -webkit-box-shadow:0 0 3px 3px #F1F1F1;
    box-shadow:0 0 3px 3px #F1F1F1;
}
.job-inner .meet-list li:nth-child(even){
    margin-right: 0;
}
.job-inner .meet-list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.job-inner .meet-list li h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.job-inner .meet-list li p{
    color: #999;
    line-height: 22px;
}
/*职位详情*/
.position .top{
    padding-bottom: 20px;
}
.position .top .position-left .position-title{
    height: 30px;
    line-height: 30px;
    margin: 15px 0 25px;
}
.position .top .position-left .position-title .position-name{
    font-size: 30px;
}
.position .top .position-left .position-title .position-reward{
    font-size: 24px;
    color: #f9a563;
    margin: 0 30px 0 20px;
}
.position .top .position-left .position-title .btn-collect{
    display: inline-block;
    width: 120px;
    height: 42px;
    line-height: 42px;
    background: #F9F9F9;
    border:1px solid #E4E4E4;
    text-align: center;
}
.position .top .position-left .position-title .btn-collect img{
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}
.position .top .position-left .desc{
    margin-bottom: 10px;
}
.position .top .position-left .desc span{
    display: inline-block;
    height: 12px;
    line-height: 12px;
    border-right: 1px solid #DBDBDB;
    padding: 0 10px;
}
.position .top .position-left .desc span:first-child{
    padding-left: 0;
}
.position .top .position-left .desc span:last-child{
    border:0;
}
.position .top .position-right{
    text-align: right;
}
.position .top .position-right .btn-apply{
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin: 20px 0 25px 12px;
}
.position .top .position-right .btn-apply img{
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0;
}
.position .top .position-right .link{
    position: relative;
    font-size: 16px;
    margin-left: 10px;
    padding-left: 26px;
}
.position .top .position-right .link:before{
    content: "";
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -10px;
    width: 22px;
    height: 21px;
}
.position .top .position-right .btn-edit:before{
    background: url(../images/icon/icon-book.png) no-repeat center/100% 100%;
}
.position .top .position-right .btn-upload:before{
    background: url(../images/icon/icon-link.png) no-repeat center/100% 100%;
}
.position .part2{
    padding-bottom: 50px;
}
.position .part2 .title{
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    padding-left: 20px;
    border-left: 3px solid #324c95;
    margin-bottom: 25px;
}
.position .part2 .require{
    line-height: 25px;
    padding-bottom: 45px;
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 60px;
}
.position .part2 .require h4{
    margin: 15px 0 10px;
}
.position .part2 .right-box .company-name{
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}
.position .part2 .right-box p{
    padding-left: 23px;
    margin-bottom: 5px;
    position: relative;
}
.position .part2 .right-box p:before{
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -7px;
}
.position .part2 .right-box .company-desc{
    margin-top: 75px;
}
.position .part2 .right-box .company-type:before{
    background: url(../images/icon/icon-flag.png) no-repeat center;
}
.position .part2 .right-box .company-people:before{
    background: url(../images/icon/icon-list.png) no-repeat center;
}
.position .part2 .right-box .company-industry:before{
    background: url(../images/icon/icon-house.png) no-repeat center;
}
/*双选会*/
.meeting .part1 .search-box{
    width: 740px;
}
.meeting .part1 .search-box .search-input{
    width: 520px;
}
.meeting .part1 .search-box.multiple{
    width: 780px;
}
.meeting .part1 .search-box.multiple .drop-box{
    width: 220px;
}
.meeting .part1 .search-box.multiple .layui-input{
    border-right: 0;
    border-left: 1px solid #f0f0f0;
}
.meeting .part1 .search-box.multiple .drop-box:first-child  .search-drop{
    border-right: 1px solid #f0f0f0;
    border-left: 0;
}
.meeting .part1 .search-box.multiple .search-input{
    border-right: 1px solid #f0f0f0;
    width: 125px;
}

.meeting .scroll-news {
    width: 100%;
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 50px;
}

.meeting .scroll-news img {
    width: 20px;
    height: 20px;
}

.meeting .scroll-news .news-content {
    height: 20px;
    font-size: 16px;
    color: #FF781E;
    width: 95%;
    margin-left: 20px;
}

.meeting .data-show dl{
    width: 165px;
    margin-top: -5px;
}
.meeting .data-show dl dt{
    float: left;
}
.meeting .data-show dl dd{
    margin-left: 62px;
}
.meeting .data-show dl .desc{
    height: 15px;
    line-height: 15px;
    margin: 5px 0 10px;
}
.meeting .data-show dl .num{
    height: 20px;
    line-height: 20px;
    font-size: 24px;
    color: #183688;
    font-weight: bold;
}

.meeting .btn-more{
    margin: 40px auto 0;
}
.meeting.list .choose-conditions{
    width: 980px;
}
.calendar{
    margin-left: 1000px;
    height: 282px;
}

.calendar div#calendar{
    height: 100%;
}

.calendar .layui-laydate{
    border: 1px solid #F1A86E;
    font-size: 12px;
    height: 100%;
}
.calendar .layui-laydate .layui-this{
    background-color: #F1A86E!important;
}
.calendar .layui-laydate-header{
    padding-top: 5px;
}
.calendar .layui-laydate-header i{
    top:5px;
}
.calendar .layui-laydate-content{
    padding: 0 10px;
}
.calendar .layui-laydate-content td,.calendar .layui-laydate-content th{
    padding: 0;
    height: 25px;
}
.calendar .layui-laydate-footer{
    height: 36px;
    padding: 3px 20px;
}
.calendar .laydate-footer-btns{
    /* top:5px; */
    top: 20px;
}
.calendar .laydate-footer-btns span{
    color: #DA7673;
    border-color: #DA7673;
}
.calendar .laydate-footer-btns span:hover{
    background:#DA7673;
    color: #fff;
}
.meeting.list .drop-box{
    width: 150px;
}
.meeting.list .search-box .search-input{
    width: 470px;
}
.meeting.list .select-conditions{
    margin-top: 0;
}
.meeting.list .select-conditions .conditions span{
    padding: 2px 10px;
    margin-right: 1px;
    color: #333;
}
.meeting.list .select-conditions .conditions .active,.meeting.list .select-conditions .conditions span:hover{
    background: #F5C22B;
    color: #fff;
}
.meeting.list .selected-conditions{
    margin: 28px 0 0;
}
.meeting.list .selected-conditions .meet-num{
    position: absolute;
    right: 85px;
    top:50%;
    height: 15px;
    line-height: 15px;
    margin-top: -8px;
    color: #183688;
}
.meeting.list .meeting-list{
    margin:30px 0 80px;
}
.rank-tab{
    height: 60px;
    background: #F8F8F8;
    border: 1px solid #E1E1E1;
}
.rank-tab a{
    width: 160px;
    height: 100%;
    text-align: center;
    line-height: 58px;
    border-right: 1px solid #e1e1e1;
    font-size: 16px;
    color: #999;
}
.rank-tab a img{
    vertical-align: middle;
    margin-left: 5px;
}
.rank-tab a.top img{
    transform: rotate(180deg);
}
.rank-tab a.active,.rank-tab a:hover{
    background: #fff;
    color: #333;
}
.rank-tab .more{
    position: relative;
    height: 100%;
    line-height: 58px;
    margin-right: 20px;
    cursor: pointer;
    padding-right: 32px;
}
.rank-tab .more:after{
    position: absolute;
    right: 0;
    top:50%;
    content: "";
    width: 26px;
    height: 24px;
    background: url(../images/icon/icon-select.png) no-repeat;
    margin-top: -12px;
}
.meeting-house-list{
    margin-bottom: 50px;
}
.meeting-house-list li{
    width: 410px;
    height: 295px;
    border: 1px solid #f0f0f0;
    padding: 12px;
    margin:0 25px 25px 0 ;
}
.meeting-house-list li:nth-child(3n){
    margin-right: 0;
}
.meeting-house-list li:hover{
    -moz-box-shadow:0 0 3px 3px #F1F1F1;
    -webkit-box-shadow:0 0 3px 3px #F1F1F1;
    box-shadow:0 0 3px 3px #F1F1F1;
}
.meeting-house-list li dl{
    display: flex;

}
.meeting-house-list li dl dd{
    display: flex;
    flex:1;
    flex-direction: column;
    justify-content: center;
}
.meeting-house-list li dl dt{
    width: 92px;
    height: 92px;
    text-align: center;
    /* line-height: 92px; */
}
.meeting-house-list li dl dt img{
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}
.meeting-house-list li dl dd{
    /* margin-left: 100px; */
}
.meeting-house-list li dl dd h2{
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.meeting-house-list.online li dl dd h2{
    margin-bottom:20px;
    height: 35px;
    padding-top: 15px;
}
.meeting-house-list li dl dd .desc{
    color: #999;
}
.meeting-house-list li dl dd .desc em{
    padding: 3px 15px;
    background: #ED6F70;
    color: #fff;
    margin-top:10px;
    border-radius: 20px;
}
.meeting-house-list li .center{
    padding: 12px 0;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    line-height: 25px;
    margin: 15px 0;
    height: 110px;
}
.meeting-house-list li .center .position-name i{
    color: #999;
}
.meeting-house-list li .center .position-reward{
    color: #f1a26c;
}
.meeting-house-list li .center p{
    position: relative;
    padding-left: 18px;
    margin-bottom: 5px;
}
.meeting-house-list li .center p:last-child{
    margin-bottom: 0;
}
.meeting-house-list li .center p:before{
    content: "";
    position: absolute;
    left: 0;
    top:50%;
    width: 10px;
    height: 10px;
    background: url(../images/icon/icon-right-grey.png) no-repeat center;
    margin-top: -5px;
}
.meeting-house-list li .bottom.more{
    position: relative;
}
.meeting-house-list li .bottom.more:after{
    position: absolute;
    content: "";
    right: 10px;
    top:50%;
    width: 27px;
    height: 15px;
    background: url(../images/icon/icon-right-blue.png) no-repeat center;
    margin-top: -7px;
    transition: all .3s;
}
.meeting-house-list li:hover .bottom.more:after{
    right: 0;
}

.meeting-house-list li .position-job-count{
    width: 50%;
    text-indent: 35px;
    background: url(../images/icon/icon-position-job.png) no-repeat left;
    height: 30px;
    line-height: 30px;

}
.meeting-house-list li .position-job-ad{
    width: 50%;
    /*text-indent: 35px;*/
    background: url(../images/icon/icon-position-ad.png) no-repeat left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    padding-left:35px;
}

.meeting-house-list .meetonline-news-btn {
    padding: 5px 40px;
    background-color: rgba(248, 209, 108, 1);
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
}

.meeting-house-list .meetonline-meet-btn {
    padding: 5px 40px;
    background-color: rgba(84, 99, 166, 1);
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
}

.meeting.detail .company-pic{
    width: 513px;
    height: 289px;
}
.meeting.detail .info{
    margin-left: 542px;
}
.meeting.detail .info .meeting-name{
    /* height: 24px; */
    line-height: 34px;
    font-size: 24px;
    margin-bottom: 10px;
}
.meeting.detail .info .meeting-time{
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.meeting.detail .info.online .meeting-addr span{
    padding: 3px 20px;
    border-radius: 15px;
    border: 1px solid #F1F1F1;
    margin-right: 10px;
}
.meeting.detail .info.online .meeting-day,.meeting.detail .info.offline .meeting-addr{
    position: relative;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #EFEFEF;
    font-size: 16px;
    color: #41569e;
    padding-left: 80px;
    margin: 15px 0;
}
.meeting.detail .info.online .meeting-day:before,.meeting.detail .info.offline .meeting-addr:before{
    content: "";
    position: absolute;
    left: 20px;
    top:0;
    width: 38px;
    height: 38px;
}
.meeting.detail .info.online .meeting-day:before{
    background: url(../images/icon/icon-label-calendar.png) no-repeat center;
}
.meeting.detail .info.offline .meeting-addr:before{
    background: url(../images/icon/icon-label-addr.png) no-repeat center;
}
.meeting.detail .info.offline .meeting-addr,.meeting.detail .info.offline .meeting-num{
    margin: 25px 0;
}
.meeting.detail .info .meeting-num{
    height: 55px;
    margin-bottom: 15px;
}
.meeting.detail .info .meeting-num dl{
    width: 100px;
    text-align: center;
    margin-right: 70px;
}
.meeting.detail .info .meeting-num dl dt{
    font-size: 24px;
    color: #183688;
    margin-bottom: 10px;
}
.meeting.detail .info .meeting-btns .btn{
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin-right: 16px;
}
.meeting.detail .info .meeting-btns .btn-join{
    background: #F7CC58;
}
.meeting.detail .info .meeting-btns .btn-collect{
    border:1px solid #EBEBEB;
    background: #fff;
    color: #333;
}
.meeting.detail .info .meeting-btns .btn-collect img{
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
}
.meeting.detail .title{
    font-size: 24px;
    height: 44px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}
.meeting.detail .title span{
    display: inline-block;
    height: 100%;
    border-bottom: 2px solid #F7CC58;
}
.meeting.detail .content{
    margin-bottom: 80px;
}
.meeting.detail .content p{
    margin-bottom:30px;
}
.news-list li{
    padding: 30px 25px 30px 10px;
    border-bottom: 1px solid #F4F4F4;
    height: 220px;
 }
.news-list li a,.meeting-house-list li a{
    position: relative;
    display: block;
}
 .news-list li .img-box{
    width: 283px;
    height: 160px;
}
.news-list li:hover .img-box img{
    transform: scale(1.1);
}
.news-list .news-info{
    width: 770px;
    margin-left: 30px;
}
.news-list .news-info .title{
    font-size: 18px;
}
.news-list li:hover .news-info .title{
    color: #314a96;
}
.news-list .news-info .desc{
    color: #999;
    margin: 20px 0 25px;
}
.news-list .time-box{
    width: 102px;
    height: 102px;
    background: #F5F5F5;
    border:1px solid #E6E6E6;
    border-radius: 3px;
    text-align: center;
    color: #324c95;
    padding-top: 16px;
}
.news-list .time-box dt{
    font-size: 16px;
    margin-bottom: 15px;
}
.news-list .time-box dd{
    font-size: 48px;
    font-weight: bold;
}
.main.news.detail{
    background: #F3F3F3;
}
.news.detail .left-box{
    width: 900px;
    padding: 45px 40px 0 45px;
    min-height: 1300px;
    background: #fff;
}
.news.detail .right-box{
    background: #fff;
    min-height: 1300px;
    margin-left: 920px;
    padding: 40px 20px 0;
}
.news.detail .left-box .title{
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 48px;
}
.news.detail .left-box .time{
    color: #666;
    font-size: 14px;
    margin-bottom: 55px;
}
.news.detail .left-box .text{
    font-size: 16px;
}
.news.detail .left-box .text p{
    margin-bottom: 35px;
    line-height: 28px;
}
.news.detail .left-box .text img{
    display: block;
    width: 90%;
    margin: 0 auto;
}
.news.detail .left-box .bottom{
    border-top: 1px solid #F1F1F1;
    padding-top: 50px;
    padding-bottom: 100px;
}
.news.detail .left-box .bottom .btn-back{
    width: 140px;
    height: 40px;
    line-height: 40px;
}
.news.detail .left-box .bottom .link{
    line-height: 30px;
}
.news.detail .left-box .bottom .link a{
    color: #999;
}
.news.detail .left-box .bottom .link a span{
    color: #333;
}
.news.detail .left-box .bottom .link:hover a span{
    color: #183688;
    text-decoration: underline;
}
.news.detail .right-box .title{
    padding-left: 20px;
    height: 16px;
    line-height: 16px;
    border-left: 3px solid #41569E;
    font-size: 18px;
    margin-bottom: 35px;
}
.news.detail .right-box .recommend-list li{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #F1F1F1;
}
.news.detail .right-box .recommend-list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.news.detail .right-box .recommend-list li a h3{
    font-size: 16px;
    line-height: 26px;
}
.news.detail .right-box .recommend-list li:hover a{
    color: #183688;
}
.news.detail .right-box .recommend-list li a p{
    color: #999;
    margin-top: 10px;
}
.meetonline-dl{
    display: flex;
    align-items: center;
    justify-content: center;
}
.meetonline-dt{
    display: flex;
    align-items: center;
}
.meetonline-h2{
    width:270px !important;
}
.meetonline-span{
    width:60% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
