.two-wrap{
    margin-top: 10px;
}
.two-wrap .min-width{
    display: flex;
    justify-content: space-between;
}
.two-wrap .two-left{
    width: 917px;
}
.banner-wrap a{
    position: relative;
    width: 100%;
    display: block;
    height: 431px;
    overflow: hidden;
}
.banner-wrap a:hover img{
    transform: scale(1.05);
}
.banner-wrap a img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.6s;
}
.banner-wrap a .details{
    font-size:24px;
    color: #ffffff;
    position: absolute;
    left: 16px;
    bottom: 27px;
    width: 700px;
}
.banner-wrap .swiper-pagination{
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
    bottom: 27px;
}
.banner-wrap .swiper-pagination span{
    width: 10px;
	height: 10px;
    opacity: 0.5;
    background: #fff;
}
.banner-wrap .swiper-pagination span.swiper-pagination-bullet-active{
    opacity: 1;
    width: 40px;
    border-radius: 5px;
}
.banner-list{
    display: flex;
    margin-top: 1px;
}
.banner-list a{
    width: 33.3%;
    height: 215px;
    position: relative;
    overflow: hidden;
}
.banner-list img{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.banner-list .details{
    position: absolute;
    left: 17px;
    bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
	text-shadow: 0 0 20px #bbb;
}
.banner-list a:hover img{
    transform: scale(1.2);
}
.banner-list a:nth-child(2){
    margin: 0 1px;
}
.two-right{
    width: 440px;
}
.two-right-head{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 10px;
}
.two-right-head::after{
    content: '';
    width: 100%;
    height: 5px;
    border-radius: 2.5px;
    background: #005dab;
    position: absolute;
    left: 0;
    bottom: 0;
}
.two-right-head .two-nav{
    display: flex;
    align-items: center;
}
.two-right-head .two-nav .item{
    font-size: 14px;
    color: #595757;
    cursor: pointer;
    margin-right: 5px;
}
.two-right-head .two-nav .item:hover,
.two-right-head .two-nav .on{
    color: #005dab;
	font-weight:bold;
}
.two-form form{
    display: flex;
    width: 152px;
    height: 22px;
    border: 1px solid #e9e9e9;
    align-items: center;
    border-radius: 11px;
}
.two-form form input[type="text"]{
    padding:0 10px;
    box-sizing: border-box;
    font-size: 12px;
    color: #999;
    width: 87%;
}
.two-form form input[type="submit"]{
    width: 12px;
    height: 12px;
    background: url(../images/icon4.png) no-repeat center / 12px 12px;
}
.two-right-list{
    width: 100%;
    display: none;
}
.handleWrap .on{
    display: block;
}
.two-right-list .item{
    
    cursor: pointer;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.two-right-list .item a { display:block;display: flex;}
.two-right-list .item .box-img{
    width: 160px;
    height: 114px;
    overflow: hidden;
    margin-right: 20px;
}
.two-right-list .item .box-img img{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    
}
.two-right-list .item:hover img{
    transform: scale(1.2);
}
.two-right-list .item:hover h5{
    color: #5886be;
}
.two-right-list .item:hover .info{
   text-decoration: underline ;
}
.two-right-list .item .details{
    flex: 1;
}
.two-right-list .item h5{
    font-size: 14px;
    color: #005dab;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 18px;
}
.two-right-list .item .info{
    font-size: 12px;
    color: #595757;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 9px;
    height: 15px;
}
.two-right-list .item .time{
    color: #595757;
    font-size: 12px;
    margin-top: 10px;
}
.two-right-list .item:nth-of-type(n+3) .info{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 15px;
    margin-top: 9px;
}
.two-right-list .item:nth-of-type(n+3) .time{
    margin-top: 10px;
}

.px-wrap .top{
    background: #005dab;
    margin-top: 10px;
}
.px-wrap .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;
}
.px-wrap .top .min-width .nav{
    display: flex;
}
.px-wrap .top .min-width .nav a{
    color: #ffffff;
    font-size: 18px;
    margin-right: 40px;
	opacity: 0.8;
	position:relative;
}

.px-wrap .top .min-width .nav a:hover{ opacity: 1; }
.px-wrap .top .min-width .nav a:hover:after{content:""; position:absolute; left:0; bottom:-2px; width:100%; height:2px; background-color:#ffffff; }

.px-wrap .top .min-width .nav a:last-child{
    margin: 0;
}
.Advertisement{
    width: 1400px;
    margin: 20px auto 0;
}
.Advertisement img{
    width: 100%;
}
.px-entrance .min-width{
    display: flex;
    margin-top: 15px;
}
.px-entrance .item{
    width: 33.3%;
    border: 1px solid #ececec;
    box-sizing: border-box;
    
}
.px-entrance .item:nth-child(2){
    margin: 0 19px;
}
.px-entrance .item .title{
    color: #595757;
    font-size: 20px;
    display: flex;
    align-items: center;
    padding: 9px 16px;
    box-sizing: border-box;
    font-weight: bold;
    border-bottom: 1px solid #ececec;
}
.px-entrance .item .title i{
    background-repeat: no-repeat;
    width: 32px;
    height: 33px;
    margin-right: 19px;
}
.px-entrance .item:nth-child(1) .title i{
    background-image: url(../images/icon6.png);
}
.px-entrance .item:nth-child(2) .title i{
    background-image: url(../images/icon7.png);
}
.px-entrance .item:nth-child(3) .title i{
    background-image: url(../images/icon8.png);
}
.px-entrance .item:nth-child(1):hover .title i{
    background-image: url(../images/icon6@2x.png);
}
.px-entrance .item:nth-child(2):hover .title i{
    background-image: url(../images/icon7@2x.png);
}
.px-entrance .item:nth-child(3):hover .title i{
    background-image: url(../images/icon8@2x.png);
}
.px-entrance .item .title{
    color: #595757;
}
.px-entrance .item:hover .title{
    color: #005dab;
}
.px-entrance .item .content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
   
}
.px-entrance .item .content .details{
    margin-left: 40px;
}
.px-entrance .item .content .details p{
    font-size: 16px;
    color: #595757;
    line-height: 24px;
    width: 100%;
    text-align: center;
}
.px-entrance .item .content .details a{
    width: 181px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background: #ffffff;
    color: #005dab;
    display: block;
    font-size: 18px;
    border-radius: 25px;
    margin-top: 9px;
    font-weight: bold;
	border:#005dab solid 1px;
}
.px-entrance .item .content .details a:hover { background: #005dab; color: #fff;}
.px-entrance .item .nav{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 24px;
}
.px-entrance .item .nav .block{
    text-align: center;
}
.px-entrance .item .nav .block p{
    color: #595757;
    font-size: 16px;
    margin-top: 9px;
}
.px-entrance .item .nav .block i{
    background-repeat: no-repeat;
    width: 69px;
    height: 69px;
    display: block;
}
.px-entrance .item .nav .block:nth-child(3) i{
    background-image: url(../images/icon10.png);
}
.px-entrance .item .nav .block:nth-child(2) i{
    background-image: url(../images/icon11.png);
}
.px-entrance .item .nav .block:nth-child(1) i{
    background-image: url(../images/icon12.png);
}
.px-entrance .item .nav .block:nth-child(3):hover i{
    background-image: url(../images/icon10@2x.png);
}
.px-entrance .item .nav .block:nth-child(2):hover i{
    background-image: url(../images/icon12@2x.png);
}
.px-entrance .item .nav .block:nth-child(1):hover i{
    background-image: url(../images/icon11@2x.png);
}

.px-min-container{
    margin-top: 32px;
}
.px-min-container-top .nav-wrap{
    width: 410px;
    position: relative;
    box-sizing: border-box;
    padding:0 37px;
	
}
.px-min-container-top .nav-wrap .swiper-container{
    width: 336px;
    overflow: hidden;
}
.px-min-container-top .nav-wrap .swiper-container .swiper-slide{
    cursor: pointer;
    color: #595757;
    font-size:18px;
	padding:5px 0px 7px 10px;
	border-radius:20px;
	
}
.px-min-container-top .nav-wrap .swiper-container .on{
    
	/*background-color:#005dab;*/
	background: url(../images/xin/home-blue.png) no-repeat;
    color: #ffffff;
	


}


.px-min-container-top .nav-wrap .swiper-button-next{
    margin-top: -7px;
    background-size: 12px 18px;
    width: 12px;
	height: 18px;
	background: url(../images/xin/btn-r.png) no-repeat;
}
.px-min-container-top .nav-wrap .swiper-button-prev{
    margin-top: -7px;
    background-size: 12px 18px;
    width: 12px;
	height: 18px;
	background: url(../images/xin/btn-l.png) no-repeat;
}
.swiper-button-next.swiper-button-disabled{background: url(../images/xin/btn-r.png) no-repeat; opacity: .85;}
.swiper-button-prev.swiper-button-disabled{background: url(../images/xin/btn-l.png) no-repeat; opacity: .85;}

.px-min-container-top{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.px-min-container-top .handleContent{
    flex: 1;
}
.px-min-container-top .nav-two{
    display: none;
}
.px-min-container-top .on{
    display: flex;
}
.px-min-container-top .nav-two p,
.px-min-container-top .nav-two select,
.px-min-container-top .nav-two a{
    padding: 9px 10px;
    text-align: center;
    font-size: 14px;
    color: #595757;
    display: block;
    margin:0 2px;
}
.px-min-container-top .nav-two select{
    padding: 9px 5px;
    border: none;
    outline: none;
    margin: 0 6px;
}
.px-min-container-top .nav-two a:hover,
.px-min-container-top .nav-two a.on{

   color: #005dab;
}
.px-more a{
    display: block;
    width: 100px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    background: #005dab;
    color: #fff;
}

.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 19px 0; 
}
.video-wrap ul li:nth-child(4n){
    margin:0 0 19px 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;
	height:190px;
}
.video-wrap ul li .video-img i{
	display:none;
    width: 71px;
    height: 71px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/icon14.png) no-repeat center/ 100% 100%;
}
.video-wrap 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;
}
.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;
}
.px-min-container-wrap{
    margin-top: 18px;
}
.px-min-container-wrap .item{
    display: none;
}
.px-min-container-wrap .on{
    display: block;
}
.px-min-container-wrap .video{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.px-min-container-wrap .video .img{
    width: 336px;
	height: 621px;
}
.px-min-container-wrap .video .img img{
    width: 100%;
    height: 100%;
}
.video-wrap{
    width: 1047px;
}
.live-content{
    width: 1400px;
    height: 480px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
}
#certify {
	position: relative;
	width: 1284px;
	margin: 40px 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;
}*/
.shouzhong { height:40px; line-height:20px; font-size:14px; margin-top:8px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.live-btn{
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #005dab;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
}
.live-btn:hover {opacity:0.8;}
.live-block{
    display: inline-flex;
    flex-wrap: wrap;
	color:#666666;
  /*  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;
}





.jc-wrap{
    margin-top: 34px;
}
.jc-top{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 5px solid #005dab;
}
.jc-top .min-title p{
    color: #005dab;
}
.jc-top .nav{
    display: inline-flex;
	line-height:31px;
    
}
.jc-top .nav a{
    color: #005dab;
    font-size: 18px;
    margin-right:40px;
}
.jc-top .nav a:hover{
    color: #5886be;
}
.jc-top .nav a:last-child{
    margin: 0;
}
.jc-entrance{
    display: flex;
    margin-top: 20px;
}
.jc-entrance .item{
    width: 33.3%;
    box-sizing: border-box;
}
.jc-entrance .item:nth-child(2){
    margin: 0 40px;
}
.jc-entrance .item>img{
    width: 100%;
    height: 100%;
}
.jc-entrance .item:nth-child(3){
   /* border: 1px solid #cfcfcf;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.jc-entrance .item:nth-child(3) a{
    width: 181px;
    height: 50px;
    border-radius: 30px;
    background: #ffffff;
    color: #005dab;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
	border:#005dab solid 1px;
}
.jc-entrance .item:nth-child(3) a img{
    margin-right: 13px;
}
.jc-entrance .item:nth-child(3) a:hover{
     background: #005dab;
	 color: #ffffff;
}
.jc-form-wrap{
    display: flex;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
}
.jc-form-wrap .jc-select span{
    font-size: 20px;
    color: #005dab;
    margin-right: 30px;
}
.jc-select select,
.simulationSelect{
    border: none;
    width: 158px;
    outline: none;
    color: #595757;
    font-size: 14px;
    margin-right: 35px;
}
.simulationSelect{
    box-sizing: border-box;
    padding-right: 15px;
    position: relative;
}
.simulationSelect p{
    text-align: right;
    cursor: pointer;
	background: url(../images/icon33.png) no-repeat right center;
	padding-right:20px;
}
.simulationSelect::after{
    /*content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 11px;
    height: 6px;
    background: url(../images/icon33.png) no-repeat;*/
}
.jc-select select:nth-child(3){
    width: 70px;
}
.jc-select .btn{
    width: 150px;
    height: 40px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
     background: #005dab; 
   /* border: #005dab solid 1px;*/
    
}
.simulationSelectOne{
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 10;
    padding-top: 20px;
    display: flex;
}
.simulationSelect-content{
   display: none;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 260px;
    height: 230px;
    overflow-y: auto;
  
}
.simulationSelect-content dt{
    background: #f1f1f1;
    padding: 15px 5px 15px 19px;
}
.simulationSelect-content dd{
    padding: 15px 5px 15px 19px;
    cursor: pointer;
    position: relative;
}
.simulationSelect-content dd:hover{
    background: #e5e5e5;
}
.handlesimulationSelect{
    display: none;
}






.jc-select{
    display: flex;
    align-items: center;
}
.jc-select .btn:hover{
    opacity: .8;
}
.jc-select .btn img{
    margin-right: 10px;
}
.jc-form{
    margin-left: 48px;
    display: flex;
    align-items: center;
}
.jc-form label{
    font-size: 20px;
    color: #005dab;
    margin-right: 50px;
	font-weight:bold;
}
.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;
}
.jc-retrieval{
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
    width: 150px;
    margin-left:30px;
    background: #005dab;
    font-size: 18px;
    color: #ffffff;
	border:#005dab solid 1px;
}
.jc-retrieval:hover{
   opacity:0.8;
    color: #ffffff;
}
.jc-container{
    display: flex;
    margin-top: 20px;
}
.jc-content{
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
}
.jc-content:nth-child(1){
    width: 352px;
    padding: 20px 26px 10px 22px;
}
.jc-content .jc-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jc-content .jc-title h1{
    font-size: 20px;
    color: #005dab;
    position: relative;
}
.jc-content .jc-title h1::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 3px;
    line-height: 3px;
    display: block;
    border-radius: 3px;
    background: #005dab;
}
.jc-content .jc-title .info span{
    color: #999999;
    font-size: 12px;
}
.jc-content ul{
    margin-top: 25px;
}
.jc-content ul li{
    margin-bottom: 15px;
}
.jc-content ul li:hover .introduce{ text-decoration:underline;}
.jc-content ul li:last-child{
    margin: 0;
}
.jc-content ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jc-content ul li i{
    width: 32px;
    height: 30px;
    display: block;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center ;
}
.jc-content ul li .introduce{
    font-size: 12px;
    color: #595757;
    flex: 1;
}
.jc-content ul li .introduce .name{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.jc-content ul li .jc-logo{
    width: 39px;
    height: 39px;
    overflow: hidden;
}
.jc-content ul li .jc-logo img{
    max-width: 100%;
}


.jc-content ul li:nth-child(1) i{
    background-image: url(../images/icon21.png);
}
.jc-content ul li:nth-child(2) i{
    background-image: url(../images/icon22.png);
}
.jc-content ul li:nth-child(3) i{
    background-image: url(../images/icon23.png);
}
.jc-content ul li:nth-child(4) i{
    background-image: url(../images/icon24.png);
}
.jc-content ul li:nth-child(5) i{
    background-image: url(../images/icon25.png);
}
.jc-content ul li:nth-child(6) i{
    background-image: url(../images/icon26.png);
}

.jc-content ul li:nth-child(1) .introduce{
    color: #c1272d;
}
.jc-content ul li:nth-child(2) .introduce{
    color: #03983e;
}
.jc-content ul li:nth-child(3) .introduce{
    color: #e8a321;
}



.jc-content:nth-child(2){
    width: 663px;
    margin: 0 19px;
    padding: 20px 5px 10px 20px;
}
.jc-content .jc-title-nav{
    display: flex;
}
.jc-content .jc-title-nav h2{
    margin-right: 35px;
    cursor: pointer;
    font-size: 20px;
    color: #595757;
    position: relative;
}
.jc-content .jc-title-nav h2.on{
    color: #005dab;
}
.jc-content .jc-title-nav h2.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 3px;
    line-height: 3px;
    display: block;
    border-radius: 3px;
    background: #005dab;
}
.jc-content:nth-child(2) .jc-title span{
    margin-right: 49px;
}
.jc-content:nth-child(2) .jc-title a{
    color: #595757;
    font-size: 14px;
}
.jc-content:nth-child(2) .jc-title a:hover{
    color: #005dab;
}
.jc-content:nth-child(2) .info{
    margin-right: 15px;
}
.jc-min-content .jc-list{
    display: flex;
    flex-wrap: wrap;
}
.jc-min-content .jc-list .item{
    width: 305px;
    height: 96px;
    margin:0 10px 10px 0 ;
    box-sizing: border-box;
    border:1px solid #cfcfcf;
    padding: 10px;
    position: relative;
}
.jc-min-content .jc-list .item>img{
    position: absolute;
    top: 0;
    right: 10px;
}
.jc-min-content .jc-list .item:nth-child(2n){
    margin:0 0 10px 0 ;
}
.jc-min-content .jc-list .item .name{
    font-size: 14px;
    color: #595757;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.jc-min-content .jc-list .item:hover .name{
    color: #005dab;
}
.jc-min-content .jc-list .item:hover{
    border: 1px solid #fff;
    background: #eaf6fd;
}
.jc-min-content .jc-list .item p{
    font-size: 12px;
    color: #595757;
    margin-top: 10px;
}
.jc-min-content .jc-list .item .jc-foot{
    font-size: 12px;
    color: #595757;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}





.jc-min-content{
    margin-top: 25px;
    height: 318px;
    overflow-y: auto;
}
.jc-min-content::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    }
    .jc-min-content::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius   : 10px;
    background-color: skyblue;
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );
    }
    .jc-min-content::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #ededed;
    border-radius: 10px;
    position: absolute;
    left: -1000px;
    }

.jc-content:nth-child(3){
    width: 349px;
    background: #eaf6fd;
    padding: 20px 8px 20px 20px;
}
.jc-title a{
    color: #595757;
    font-size: 14px;
}
.jc-title a:hover{
    color: #005dab;
}


.zb-wrap{
    margin-top: 20px;
    height: 315px;
    overflow-y: auto;
}
.zb-wrap::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    }
    .zb-wrap::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius   : 10px;
    background-color: skyblue;
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );
    }
    .zb-wrap::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #ededed;
    border-radius: 10px;
    position: absolute;
    left: -1000px;
    }
.zb-list .item{
    width: 300px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    padding: 5px 5px 8px 5px;
    margin-bottom: 6px;
    display: block;
}
.zb-list .item .name{
    font-size: 12px;
    color: #595757;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.zb-list .item:hover .name{
    color: #005dab;
}
.zb-list .item .row{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.zb-list .item .row p{
    color: #595757;
    font-size: 12px;
}
.zb-list .item .row .block{
    display: inline-flex;
}
.zb-list .item .row .block span{
    color: #595757;
    font-size: 12px;
    margin-left: 21px;
}

.Advertisement2{
    margin-top: 21px;
    display: flex;
    justify-content: space-between;
}
.zx-wrap{
    margin-top: 40px;
}
.zx-wrap .zx-entrance{
    display: flex;
    margin-top: 20px;
}
.zx-wrap .zx-entrance .item{
    width: 689px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    
}
.zx-wrap .zx-entrance .item:nth-child(1){
    margin-right: 24px;
}
.zx-entrance-title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
   
    box-sizing: border-box;
    padding: 0 20px;
}
.zx-entrance-title h1{
    font-size: 20px;
    color: #005dab;
    position: relative;
}
.zx-entrance-title h1::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 3px;
    line-height: 3px;
    display: block;
    border-radius: 3px;
    background: #005dab;
}
.zx-entrance-title a{
    font-size: 14px;
    color: #595757;
}
.zx-entrance-title a:hover{
    color: #005dab;
}
.zx-entrance-list ul{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    
   
}
.zx-entrance-list ul li{
    margin: 0 17px 10px 0;
}
.zx-entrance-list ul li:nth-child(2n){
    margin: 0 0 10px 0;
}
.zx-entrance-list ul li a{
    display: block;
    position: relative;
    border: 1px solid #cfcfcf;
    width: 315px;
    height: 100px;
    box-sizing: border-box;
    padding: 8px 10px 10px 10px;
}
.zx-entrance-list ul li a>img{
    position: absolute;
    top: 0;
    right: 10px;
}
.zx-entrance-list ul li a:hover{
    border: 1px solid #fff;
    background: #eaf6fd;
}
.zx-entrance-list ul li .name{
    color: #005dab;
    font-size: 14px;
}
.zx-entrance-list ul li p{
    font-size: 12px;
    color: #595757;
    margin-top: 6px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.zx-box{
    padding: 0 4px 8px 20px;
    margin-top: 5px;
}
.zx-entrance-list{
    height: 220px;
    overflow-y: auto;
    
}
.zx-entrance-list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    }
    .zx-entrance-list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius   : 10px;
    background-color: skyblue;
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );
    }
    .zx-entrance-list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #ededed;
    border-radius: 10px;
    position: absolute;
    left: -1000px;
    }


.zx-container{
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    align-items: start;
}
.zx-container .zx-left{
    width: 339px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
}
.zx-container .zx-left dl dt{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 13px 23px;
    border-bottom: 1px solid #cfcfcf;
}
.zx-container .zx-left dl dt p{
    font-size: 20px;
    color: #005dab;
    margin-left: 18px;
    font-weight: bold;
}
.zx-container .zx-left .zx-text-wrap{
    height: 162px;
    overflow-y: auto;
}
.zx-container .zx-left dd{
    padding: 20px 11px 20px 20px;
}
.zx-container .zx-left .zx-text-wrap{
    font-size: 12px;
    color: #595757;
    line-height: 18px;
}
.zx-container .zx-left dd a{
    display: block;
    width: 230px;
    height: 44px;
    text-align: center;
    line-height: 44px;
	font-size: 16px;
    color: #005dab;
    background: #ffffff;
	margin:0 auto;
    margin-top: 20px;
    border-radius: 21px;
	border:#005dab solid 1px;
	
}
.zx-container .zx-left dd a:hover{
    color: #ffffff;
    background: #005dab;
}


.zx-container .zx-left .zx-text-wrap::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    }
    .zx-container .zx-left .zx-text-wrap::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius   : 10px;
    background-color: skyblue;
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );
    }
    .zx-container .zx-left .zx-text-wrap::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #ededed;
    border-radius: 10px;
    position: absolute;
    left: -1000px;
    }

.zx-right{
    width: 1048px;
}
.zx-right-nav{
    width: 540px;
    box-sizing: border-box;
    position: relative;
    padding: 0 37px;
}
.zx-right-nav .swiper-container{
    width: 678px;
    overflow: hidden;
}
.zx-right-nav .swiper-container .swiper-slide{
    cursor: pointer;
    color: #595757;
    font-size: 18px;
}

.zx-right-nav .swiper-button-next, 
.zx-right-nav .swiper-button-prev{
    margin-top: -7px;
    background-size: 12px 18px;
    width: 12px;
	height: 18px;
}
.zx-right-nav .swiper-slide { padding:0 5px; height:40px; line-height:40px; text-align:center;}
.zx-right-nav .swiper-container .on{
	background-color:#005dab;
	
	color:#ffffff;
	 border-radius:20px;
    /*color: #005dab;*/
}
.zx-right-nav .swiper-slide:hover{
	background-color:#005dab;
	color:#ffffff;
	 border-radius:20px;
}
.zx-right-nav .swiper-slide:hover a {color:#ffffff;}
.zx-right-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 12px 0 8px 10px;
    border-bottom: 1px solid #cfcfcf;
}
.zx-right-top>a{
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    color: #ffffff;
    font-size: 14px;
    display: block;
    background: #005dab;
}
.zx-right-top>a:hover{
    opacity: .8;
}
.zx-right ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.zx-right li{
    width: 195px;
    height: 221px;
    margin: 0 16px 19px 0;
    box-sizing: border-box;
    padding: 11px 11px 14px 11px;
    border: 1px solid #cfcfcf;
}
.zx-right li:hover{
    border: 1px solid #005dab;
}
.zx-right li:hover .zx-right-img{
    border: 0px solid #005dab;
}
.zx-right li:nth-child(5n){
    margin: 0 0 19px 0;
}
.zx-right li a{
    display: block;
}
.zx-right li .zx-right-img{
    width: 173px;
    height: 153px;
    box-sizing: border-box;
    border:0px solid #cfcfcf;
}
.zx-right li .zx-right-img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.zx-right li .name{
    color: #005dab;
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.zx-right li .money{
    font-size: 12px;
    color: #c1272d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}
.zxfw-wrap{
    margin-top: 36px;
}

.zxfw-wrap ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 26px;
}
.zxfw-wrap ul li {
    width: 212px;
    box-sizing: border-box;
    
    text-align: center;
    margin:0 24px 20px 0;
}
.zxfw-wrap ul li:nth-child(6n){
    margin:0 0 20px 0;
}
.zxfw-wrap-img{
    border: 1px solid #e9e9e9;
     width:212px;
    height: 212px;
    line-height: 212px;
    box-sizing: border-box;
}
.zxfw-wrap ul li a {
    display: flex;
    height: 100%;
    border: 1px solid transparent;
    flex-direction: column;
    justify-content: space-around;
}
.zxfw-wrap ul li a:hover .zxfw-wrap-img{
    border: 1px solid #005dab;
}
.zxfw-wrap ul li a:hover .name{
    color: #005dab;
}
.zxfw-wrap ul li a .zxfw-wrap-img img {
    max-width: 100%;
    vertical-align: middle;
}
.zxfw-wrap ul li a .name{
    color: #595757;
    font-size: 14px;
    margin-top: 15px;
	
}
.zxfw-wrap ul li a .name p{line-height:16px; height:16px; overflow:hidden;}

.propaganda-wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.hb-wrap{
    width: 915px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
}

.new-wrap{
    margin-top: 10px;
    box-sizing: border-box;
    padding:  0 20px;
}
.new-wrap ul{
    display: flex;
    flex-wrap: wrap;
    
}
.new-wrap ul li{
   margin: 0 15px 25px 0;
   border-radius: 5px;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    width: 162px;
    height: 104px;
}
.new-wrap ul li:nth-child(5n){
    margin: 0 0 25px 0;
}
.new-wrap ul li a {
    display: block;
    width: 100%;
    height: 104px;
    line-height: 104px;
    text-align: center;
    box-sizing: border-box;
}
.new-wrap ul li:hover{
    border: #005dab 1px solid;
}
.new-wrap ul li a img {
    vertical-align: middle;
    max-width: 99%;
    max-height: 74%;
}
.friendship-wrap{
    width: 466px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
}
.friendship-content{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 8px 20px 5px;
}
.friendship-content a{
    padding: 5px 8px;
 
    color: #595757;
    font-size: 14px;
    margin-right: 7px;
    margin-bottom: 7px;
}
.friendship-content a:hover{
	text-decoration:underline;

}
.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;
	font-weight:bold;
}
.new-add .jc-form-wrap .jc-select span img{
    margin-right: 10px;
}

.jc-form-wrap .nav-two{
    display: flex;
	margin-right:223px;
}
.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-wrap .nav-two a:hover,
.jc-form-wrap .nav-two a.on{

   color: #005dab;
}
.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: 3px;
    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;
}
.new-add-content .color{
    background: #005dab;
    color: #fff;
}
.meeting-attr ul.show{
    display: flex;
    height: 397px;
    align-items: flex-start;
    align-content: flex-start;
}