.zxfw-nav {
	height:609px;
    background: #2e3035;
}
.zxfw-nav>img {
    margin-top: -35px;
}
.zxfw-nav ul {
    padding-top: 20px;
}
.zxfw-nav li {
    margin-bottom: 69px;
    padding: 15px 0 15px 40px;
}
.zxfw-nav li a {
    color: #fff;
}
.zxfw-nav li p {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}
.zxfw-nav li span {
    font-size: 14px;
}
.zxfw-nav li.on {
    background: #fff;
}
.zxfw-nav li.on p {
    color: #005dab;
}
.zxfw-nav li.on span {
    color: #999;
}
.min-title_{
    display: flex;
}
.banner-wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 54px;
}
#a{
    background: red;
}
.model-content{
    width: 1128px;
    height: 609px;
    justify-content: space-between;
    display: none;
}
.model-wrap .on{
    display: flex;
}
.model-content .left{
    width: 590px;
    height: 100%;
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 53px 0 0 50px ;
    position: relative;

}
.model-content .left>img{
    margin-bottom: 38px;
}
.model-content .left .name{
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.model-content .left .name::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333;
    margin-right: 10px;
}
.model-content .left p{
    font-size: 12px;
    font-weight: bold;
    color: #005dab;
    margin-top: 15px;
}
.model-content .left a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 30px;
    margin-top: 15px;
    background: #005dab;
}
.model-content .left a:hover {opacity: .8;}
.model-content .left a img{
    margin-right: 13px;
    width: 30px;
}

.model-content .left .pic{
    position: absolute;
    bottom: 100px;
    right: 24px;
    display: block;
    margin: 0;
}
.model-content .right{
    width: 532px;
}
.model-content .right a{
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.model-content .right img{
    width: 532px;
    height: 300px;
    display: block;
}
.model-content .right p{
    font-size: 19px;
    color: #fff;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 0 38px 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 19px;
    width: 100%;
}
.min-concent .top {
    background: #005dab;
    margin-top: 20px;
}
.min-concent .top .min-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.min-title {
    display: inline-flex;
    align-items: center;
}
.min-title img {
    width: 31px;
    margin-right: 20px;
}
.min-title p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.min-concent .top .min-width .nav {
    display: flex;
}
.min-concent .top .min-width .nav a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 53px;
}
.min-concent .top .min-width .nav a:last-child {
    margin: 0;
}
.min-concent .top .min-width .nav a:hover{
    opacity: .8;
}
.model_px{
    padding-top: 17px;
}
.advertisement, .advertisement img {
    width: 100%;
}
.model{
    margin-top:30px ;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.model .left{
    width: 444px;
    border: 1px solid #efefef;
}
.model .left .header{
    display: flex;
    align-items: center;
    background: #f2f2f2;
}
.model .left .header .item{
    width: 33.3%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}
.model .left .header .on{
    background: #fff;
    position: relative;
    border-bottom: 0;
    color: #005dab;
}
.model .left .header .on::after{
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #005dab;
    position: absolute;
    top: 0;
    left: 0;
}
.model .left ul{
    box-sizing: border-box;
    padding: 20px 20px 0;
    display: none;
}
.model .left ul.on{
    display: block;
}
.model .left ul li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.model .left .name{
    color: #005dab;
    font-weight: bold;
    margin-bottom: 7px;
    text-align: left;
    font-size: 14px;
}
.model .left p{
    font-size: 12px;
    color: #585757;
    text-align: left;
	min-height:16px;
}
.model .left .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.model .left .content .title,
.model .left .content .time{
    font-size: 12px;
    color: #585858;
}
.model .left a:hover .title{
    color: #005dab;
    text-decoration: underline;
}
.zx-entrance-title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    border-bottom: 1px solid #cfcfcf;
    box-sizing: border-box;
    padding: 0 20px;
}
.zx-entrance-title h1{
    font-size: 24px;
    color: #005dab;
    position: relative;
}
.zx-entrance-title h1::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 6px;
    line-height: 6px;
    display: block;
    border-radius: 3px;
    background: #005dab;
}
.zx-entrance-title span,
.zx-entrance-title a{
    font-size: 14px;
    color: #595757;
}
.zx-entrance-title a:hover{
    color: #005dab;
}

.model .middle{
    width: 445px;
    border: 1px solid #efefef;
	height:438px;
}
.model .middle .swiper-container{
    width: 100%;
    height: 260px;
}
.model .middle .swiper-container a{
    display: block;
    position: relative;
}
.model .middle .swiper-container img{
    width: 100%;
    height: 260px;
    display: block;
}
.model .middle .swiper-container p{
    position: absolute;
    box-sizing: border-box;
    padding: 0 10px;
    bottom: 10px;
    left: 0;
    color: #fff;
}
.model .middle .row{
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
}
.model .middle .row a{
    width: 130px;
    height: 83px;
    display: block;
    margin-right:16px ;
}
.model .middle .row a:nth-child(3n){
    margin-right:0 ;
}
.model .middle .row img{
    width: 130px;
    height:83px;
    display: block;
}
.model .right{
    width: 472px;
    border: 1px solid #efefef;
	height:438px;
}
.model .right .container{
    box-sizing: border-box ;
    padding: 19px;
}
.model .right img{
    margin-bottom:18px ;
}
.model .right p{
    text-indent: 2em;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
}
.model .right  a{
    display: block;
    width: 70%;
    font-size: 12px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    color: #005dab;
    background: #ffffff;
    text-align: center;
    border-radius: 21px;
	margin:0 auto;
    margin-top: 20px;
	border:#005dab solid 1px;
}
.model .right  a:hover {background: #005dab; color:#FFF;}
.jc-top_{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #005dab;   
    align-items: center;
}
.jc-top_ .min-title_ p{
    color: #005dab;
    font-size: 22px;
    font-weight: bold;
}
.jc-top_ .nav{
    display: inline-flex;
    
}
.jc-top_ .nav>a{
    font-size: 12px;
    margin-right: 53px;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #005eab;
    border-radius: 20px;
}
.jc-top_ .nav>a:hover{
    opacity: .8;
}
.jc-top_ .nav>a:last-child{
    margin: 0;
}
.model2{
    margin-top: 20px;
}
.model2-wrap .item{
    display: flex;

}
.model2-wrap .item .left{
    position: relative;
    width: 500px;
    height: 195px;
}
.model2-wrap .item .left img{
    width: 500px;
    height: 195px;
    display: block;
}
.model2-wrap .item .left .title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    z-index: 2;
}
.model2-wrap .item .left::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #005dab;
    opacity: .5;
    z-index: 1;
}
.model2-wrap .item .right{
    display: flex;
     align-items: flex-start;
}
.model2-wrap .item .right .info{
    width: 186px;
    box-sizing: border-box;
    padding: 26px 18px 0 19px;
    height: 100%;
    position: relative;
}
.model2-wrap .item .right .info .title{
    font-size: 14px;
    font-weight: bold;
    color: #595858;
    margin-bottom: 11px;
}
.model2-wrap .item .right .info p{
    font-size: 12px;
    color: #595858;
    line-height: 1.5;
    text-indent: 2em;
}
.model2-wrap .item .right .info a{
    width: 149px;
    height: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 19px;
    left: 19px;
    background: #005dab;
    border-radius: 17px;
}
.model2-wrap .item .right .info a img{
    width: 20px;
    margin-right: 10px;
}
.model2-wrap .item .right .block{
    width: 330px;
    box-sizing: border-box;
    padding: 24px 0 0 0;
}
.model2-wrap .item .right .block .row{
    display: flex;
    align-items: flex-start;
}
.model2-wrap .item .right .block img{
    width: 58px;
    height: 71px;
    display: block;
}
.model2-wrap .item .right .block .content{
    width: 250px;
    margin-left:19px ;
}
.model2-wrap .item .right .block .title{
    width: 100%;
    box-sizing: border-box;
    padding: 9px 12px 11px 24px;
    position: relative;
    background: #005dab;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.model2-wrap .item .right .block .title::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 18px solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-90deg);
}
.model2-wrap .item .right .block .title::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 12px;
}
.model2-wrap .item .right .block .name{
    font-size: 14px;
    color: #005dab;
    margin-top:6px ;
}
.model2-wrap .item .right .block .row:nth-child(1){
    margin-bottom:9px ;
}
.model2-wrap .item:nth-child(1){
    border-right: 1px solid #efefef;
    border-bottom: 5px solid #005dab;
    margin-bottom: 17px;
}
.model2-wrap .item:nth-child(2){
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
   
}
.zb-nav-wrap{
    display: inline-flex;
    align-items: center;
    margin-left: 43px;
}
.zb-nav-wrap a{
    width: auto;
    height: 31px;
    text-align: center;
    line-height: 31px;
    font-size: 16px;
    color: #585858;
   /* margin-right: 10px;*/
	padding:0 10px;
}
.zb-nav-wrap a:hover,
.zb-nav-wrap a.on{
	 color: #005eab;
 /*   background: #005eab;
    color: #fff;
	border-radius:15px; */
}
.model3 .min-title_{
    display: inline-flex;
    align-items: center;
}
.model3 {
    margin-top: 40px;
}
.jc-top_ .nav a {
    font-size: 12px;
    margin-right: 53px;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #005eab;
    border-radius: 20px;
}
.jc-top_ .nav>a.jc-gengduo {  font-size:14px; width:100px; height:40px; text-align:center; line-height:40px; color:#005eab;  border-radius: 20px; border: #005eab solid 1px;background-color:#FFF;}
.jc-top_ .nav>a.jc-gengduo:hover { background-color:#005dab; color:#FFF;opacity: 1;}

.model3-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px ;
}
.model3-wrap .left{
    width: 336px;
   
}
.model3-wrap .left .item .title{
    padding: 11px 0 13px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-top: 5px solid #005dab;
    color: #005dab;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    
}
.model3-wrap .left .item .content{
    box-sizing: border-box;
    padding: 18px 15px;
    border: 1px solid #efefef;
}
.model3-wrap .left .item .content img{
    width: 100%;
    height: 100px;
    display: block;
    margin-bottom:15px;
}
.model3-wrap .left .item .content p{
    text-indent: 2em;
    font-size: 12px;
    color: #585757;
    line-height: 1.5;
    margin-bottom: 17px;
}
.model3-wrap .left .item .content a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    border-radius: 21px;
    background: #005eab;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.model3-wrap .left>a img{
    height: 299px;
    width: 100%;
    display: block;
}
.model3-wrap .left>a{
    margin-top: 20px;
    display: block;
}
.video-wrap{
    width: 1044px;
}
.video-wrap ul{
    display: flex;
    flex-wrap: wrap;
}

.video-wrap ul .video-wrap_noneimg{
    display: block;
    width: 100%;
    margin-top: 100px;
}
.video-wrap ul.video-hide{
    display: none;
}
.video-wrap ul li{
    width: 337px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    margin: 0 16px 20px 0;
}
.video-wrap ul li:nth-child(3n){
    margin:0 0 20px 0; 
}
.video-wrap ul li a{
    display: block;
}
.video-wrap ul li .video-img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.video-wrap ul li .video-img img{
    width: 100%;
    transition: all .2s;
}
.video-wrap ul li .video-img i{
    width: 71px;
    height: 71px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/icon14.png) no-repeat center/ 100% 100%;
}

.video-wrap2{
    width: 100%;
}
.video-wrap2 ul{
    display: flex;
    flex-wrap: wrap;
}

.video-wrap2 ul .video-wrap_noneimg{
    display: block;
    width: 100%;
    margin-top: 100px;
}
.video-wrap2 ul.video-hide{
    display: none;
}
.video-wrap2 ul li{
    width: 270px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    margin: 0 5px 20px 5px;
}
.video-wrap2 ul li:nth-child(4n){
   /* margin:0 0 20px 0; */
}
.video-wrap2 ul li a{
    display: block;
}
.video-wrap2 ul li .video-img{
    width: 100%;
    overflow: hidden;
    position: relative;
	height:153px;
	text-align:center; line-height:146px;
}
.video-wrap2 ul li .video-img img{
    max-width: 100%;max-height: 100%;vertical-align: middle;
    transition: all .2s;
	
}
.video-wrap2 ul li .video-img i{
    width: 71px;
    height: 71px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/icon14.png) no-repeat center/ 100% 100%;
}
.video-wrap2 ul li:hover .video-img i { display:block;}

.text-wrapper{
    padding: 8px 20px 10px;
}
.text-wrapper .name{
    font-size: 14px;
    font-weight: bold;
    color: #005dab;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom:18px; 
}

.text-wrapper  .inof-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 12px;
    color: #898989;
}
.text-wrapper .inof-box:nth-child(2){
    margin-bottom: 14px;
}
.text-wrapper .inof-box:nth-child(2) .time { min-height:48px;}
.model_px .video-wrap2 .text-wrapper .inof-box:nth-child(2) .time { min-height:auto;}
.model_px .video-wrap2 .text-wrapper .inof-box:nth-child(2) .num { position:relative;}
.model_px .video-wrap2 .text-wrapper .inof-box:nth-child(2) .num:after {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 24px;
    height: 13px;
    background: url(../images/xin/yanjing.png) no-repeat;
}
.now{
    font-size: 14px;
    color: #e50113;
    font-weight: bold;
}
.inof-box i{
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: bottom;
    margin-right: 7px;
}

.time,
.num,
.date{
    display: inline-flex;
    align-items: center;
}
.video-wrap ul li:hover{
    border: 1px solid  #005dab;;
    box-shadow: 3px 3px 5px #ccc;
}


.model4{
    margin-top: 40px;
}
.live-content{
    width: 1400px;
    height: 520px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
}
#certify {
	position: relative;
	width: 1284px;
	margin: 50px auto 0;
	
}

#certify .swiper-container { margin:0 auto;}
#certify  .swiper-slide {
	width: 420px;
    background: #fff;
    border: 1px solid #cfcfcf;

}
#certify  .swiper-slide img{
    display:block;
    width: 100%;
}

#certify  .swiper-button-next, #certify  .swiper-button-prev{
    width: 39px;
    height: 63px;
    background-size: 39px 63px;
    outline: none;
}

#certify .swiper-button-prev{
    left: -30px;
}

#certify .swiper-button-next{
    right: -30px;
}

#certify a .live-img img{
    width: 100%;
    height: 238px;
}
#certify a .live-img i{
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/icon14.png) no-repeat center/ 100% 100%;
}

.live-details{
    box-sizing: border-box;
    padding: 19px;
}
.live-details .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.live-details h5{
    font-size: 15px;
    color: #005dab;
    width: 200px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.live-details p,
.live-details span{
    color: #595757;
    font-size: 12px;
}
.live-details span{
    padding-left: 34px;
    background: url(../images/xin/icon322.png) no-repeat left center;
}
.live-details .row:nth-child(2){
    margin-top: 56px;
}
.live-btn{
    width: 170px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #005dab;
    border-radius: 22px;
    color: #fff;
    font-size: 17px;
}
.live-block{
    display: inline-flex;
    flex-wrap: wrap;
    height: 45px;
    align-content: space-between
}
.live-block p{
    width: 100%;
}

.meeting .meeting-attr{
    width: 335px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    height: 620px;
}

.meeting-title{
    box-sizing: border-box;
    padding: 14px 0;
    text-align: center;
    font-size: 20px;
    color: #005dab;
    font-weight: bold;
    border-bottom: 1px solid #cfcfcf;
}
.meeting-attr ul{
    box-sizing: border-box;
    padding: 20px;
    display: none;
    flex-wrap: wrap;
}
.meeting-attr ul li{
   margin: 0 26px 15px 0;
}
.meeting-attr ul li:nth-child(3n){
    margin: 0 0 15px 0;
}
.meeting-attr ul li a{
    width: 80px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    font-size: 16px;
    color: #595757;
    display: block;
}
.meeting-attr ul li a:hover,
.meeting-attr ul li a.on{
    color: #fff;
    background: #005dab;
}

.px-min-container-wrap .item:nth-child(3) .text-wrapper .name{
    margin-bottom: 36px;
}
.model4-wrap{
    margin-top: 20px;
}
.new-add .jc-form-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-add .jc-form-wrap .jc-select span{
    display: flex;
    align-items: center;
}
.new-add .jc-form-wrap .jc-select span img{
    margin-right: 10px;
}
.jc-form-wrap .jc-select span {
    font-size: 22px;
    color: #005dab;
    margin-right: 30px;
	font-weight:bold;
}
.jc-form-wrap .nav-two {
    display: flex;
}
.jc-form-wrap .nav-two a:hover, .jc-form-wrap .nav-two a.on {
   
    color: #005dab;
}

.jc-form-wrap .nav-two p, .jc-form-wrap .nav-two select, .jc-form-wrap .nav-two a {
    padding: 9px 24px;
    text-align: center;
    font-size: 14px;
    color: #595757;
    display: block;
    margin: 0 2px;
}
.jc-form {
    margin-left: 48px;
    display: flex;
    align-items: center;
}

.jc-form label {
    font-size: 20px;
    color: #005dab;
    margin-right: 50px;
}
.jc-form form {
    border: 1px solid #cfcfcf;
    width: 326px;
    height: 40px;
    border-radius: 25px;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
}
.jc-form form input[type='text'] {
    font-size: 14px;
    color: #999;
    box-sizing: border-box;
    padding: 0 20px;
    flex: 1;
}
.jc-form form input[type='submit'] {
     width: 120px;
    color: #ffffff;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    background:#005dab url(../images/icon20.png) no-repeat 25px 10px;
}
.zxjl-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
}
.zxjl-wrap .left{
    width: 200px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
	height:222px;
}
.zxjl-wrap .left .zxjl-top{
   /* display: flex;*/
    justify-content: center;
    align-items: center;
    padding: 48px 0 20px 0;
    /*border-bottom: 1px solid #cfcfcf;*/
}
.zxjl-wrap .left .zxjl-top a{
    width: 150px;
    height: 51px;
    border-radius: 30px;
    background: #005dab;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 25px;
}
.zxjl-wrap .left .zxjl-top a:last-child { margin-top:20px;}
.zxjl-wrap .left .zxjl-top a:hover{
    background: #c1282d;
}
.zxjl-wrap .left .zxjl-top a img{
    margin-right: 13px;
}
.zxjl-wrap .left ul{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding:19px 42px 0 32px ;
}
.zxjl-wrap .left ul li{
    margin: 0 20px 30px 0;
}
.zxjl-wrap .left ul li a{
    padding: 4px 13px;
    font-size: 16px;
    color: #595858;
}
.zxjl-wrap .left ul li a.on,
.zxjl-wrap .left ul li a:hover{
    background: #005dab;
    color: #fff;
}
.zxjl-wrap .right{
    width: 1158px;
}
.zxjl-wrap .right ul li{
    display: flex;
}

.zxjl-wrap .right ul li .block:nth-child(1){
    width: 643px;
}
.zxjl-wrap .right ul li .block:nth-child(2){
    width: 73px;
    margin-right: 47px;
    text-align: center;
}
.zxjl-wrap .right ul li .block:nth-child(3) {
    width: 69px;
    margin-right: 50px;
    text-align: center;
}
.zxjl-wrap .right ul li .block:nth-child(4){
    width: 69px;
    margin-right: 50px;
    text-align: center;
}
.zxjl-wrap .right ul li .block:nth-child(5){
    width: 119px;
    text-align: center;
}
.zxjl-wrap .right ul li h5{
    text-align: center;
}
.zxjl-wrap .right ul li a:nth-child(1){
   color: #005dab;
   overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.zxjl-wrap .right ul li{
    border-bottom: 1px dashed #cfcfcf;
    margin-top: 5px;
    padding-bottom: 7px;
}
.zxjl-wrap .right ul li:nth-child(1){
    margin-top: 0px;
    padding-bottom: 27px;
}


.zxjl-wrap .right ul li h5{
    color: #005dab;
    font-weight: bold;
    font-size: 14px;
   
    position: relative;
}
.zxjl-wrap .right ul li h5::after{
    content: '';
    display: block;
    width: 74px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,0);
    background: #005dab;
}
.new-add-title{
    height: 54px;
    line-height: 50px;
    text-align: center;
    color: #005dab;
    border-bottom:1px solid #cfcfcf ;
    border-top:1px solid #cfcfcf ;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
}
.model5,.model6{
    margin-top: 20px;
}
.jc-top_{
    display: flex;
    align-items: center;
}
.model6  .video{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 20px;
}
.new-add-content .color {
    background: #005dab;
    color: #fff;
}
.meeting-attr ul.show {
    display: flex;
    height: 396px;
    align-items: flex-start;
    align-content: flex-start;
}

.model7{
    margin-top: 20px;
}
.model7-wrap{
    margin-top: 20px;
}
.model7-wrap  ul{
    display: flex;
    flex-wrap: wrap;
}
.model7-wrap li{
    width: 337px;
    margin-right: 13px;
    margin-bottom: 19px;
}
.model7-wrap li:nth-child(4n){
    margin-bottom: 0;
}
.model7-wrap a{
    display: block;
}
.model7-wrap a img{
    width: 100%;
    height: 250px;
    display: block;
}
.model7-wrap a p{
    background: #ccc;
    font-size: 12px;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    color: #333;
}
.model7-wrap li:hover p{
    background: #005eab;
    color: #fff;
}