.banner-wrap{
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
}
.banner-left{
    width: 268px;
    position: relative;
}
.two-nav-wrap{
    position: absolute;
    top: 81px;
    left: 267px;
    background: #005eab;
    width: 695px;
    height: 528px;
    z-index: 10;
    box-sizing: border-box;
    padding: 21px 38px;
    display: none;
    justify-content: space-between;
    align-items: flex-start;
}

.two-nav-wrap .tow-list{
    display: none;
    flex-wrap: wrap;
}
.banner-left .on,
.two-nav-wrap .on{
    display: flex;
}
.two-nav-wrap .tow-list dl{
    width: 181px;
    height:153px;
    margin:0 38px 18px 0 ;
}
.two-nav-wrap .tow-list dl:nth-child(3n){
    margin:0 0 18px 0 ;
}
.two-nav-wrap .tow-list dt{
    margin-bottom: 8px;
    width: 100%;
}
.two-nav-wrap .tow-list dt a{
    font-size: 14px;
    color: #fff;
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 9px;
    
}

.two-nav-wrap .tow-list dd a{
    font-size: 12px;
    color: #fff;
    
}
.two-nav-wrap .tow-list dd{
    display: inline-flex;
    padding: 0 2px;
    margin-bottom: 10px;
}
.two-nav-wrap .tow-list dd a:hover,
.two-nav-wrap .tow-list dt a:hover{
    color: #cbe0ec;
    text-decoration: underline;
}
.banner-left-title{
    box-sizing: border-box;
    width: 100%;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background: #005eab;
    font-size: 16px;
    color: #fff;
}
.banner-left-container{
    box-sizing: border-box;
    padding: 40px 0;
    border: 1px solid #efefef;
    height: 608px;
    position: relative;
}
.banner-left-container .swiper-button-prev{
    top: 21px;
    left: -1px;
    width: 268px;
    height: 40px;
    background: url(../images/icon35.png) no-repeat center/ 16px 16px;
    border-bottom: 1px solid #efefef;
    outline: none;
}

.banner-left-container .swiper-button-next{
    top: auto;
    bottom: 0;
    right: -1px;
    width: 268px;
    height: 40px;
    background: url(../images/icon36.png) no-repeat center/ 16px 16px;
    border-top: 1px solid #efefef;
    outline: none;
}
.banner-left-container .block{
    position: relative;
    cursor: pointer;
    margin: 10px 0;
    padding: 10px 18px;
}
.banner-left-container .active{
    background: #005eab;
}
.banner-left-container .active .title,
.banner-left-container .active .name{
    color: #fff !important;
}
.banner-left-container .active .block .title i{
    background: url(../images/icon34@2x.png) no-repeat center;
}
.banner-left-container .active .block::after {
   
    background: url(../images/icon35@2x.png) no-repeat center/ 16px 16px !important;
    
}
.banner-left-container .block::after{
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 18px;
    width: 16px;
    height: 16px;
    background: url(../images/icon35.png) no-repeat center/ 16px 16px;
    transform: rotate(90deg);
}
.banner-left-container .block .title{
    display: flex;
    align-items: center;
}
.banner-left-container .block .title img{
    margin-right: 10px;
}
.banner-left-container .block .title{
    font-size: 12px;
    font-weight: bold;
    color: #585757;
    display: inline-flex;
    align-items: center;
}
.banner-left-container .block .title i{
    width: 27px;
    height: 27px;
    display: block;
    background: url(../images/icon34.png) no-repeat center;
    margin-right: 10px;
}
.banner-left-container .block .name{
    font-size: 12px;
    color: #585757;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 12px;
    width: 80%;
}
.banner-left-container .block .name span{
    margin-left: 6px;
}

.banner-left-container .block:hover .title{
    color: #005eab;
}
.banner-left-container .swiper-container{
    height: 524px;
    overflow: hidden;
}
.banner-left-container .swiper-slide{
    height: auto;
}
.banner-right{
    position: relative;
    width: 1120px;
}



.banner-right-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jc-wrap{
    margin-top: 34px;
}
.jc-top{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #005dab;
}
.jc-top .min-title p{
    color: #005dab;
}
.jc-top .nav{
    display: inline-flex;
    
}
.jc-top .nav a{
    color: #005dab;
    font-size: 14px;
    margin-right: 53px;
}
.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: 190px;
    height: 61px;
    border-radius: 30px;
    background: #005dab;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}
.jc-entrance .item:nth-child(3) a img{
    margin-right: 13px;
}
.jc-entrance .item:nth-child(3) a:hover{
    opacity: 0.8;
}
.jc-form-wrap{
    display: flex;
    margin-top: 20px;
    padding-bottom: 19px;
    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: 108px;
    outline: none;
    color: #595757;
    font-size: 14px;
    margin-right: 35px;
}
.simulationSelect{
    box-sizing: border-box;
    padding-right: 15px;
    position: relative;
}
.simulationSelect p{
    text-align: center;
    cursor: pointer;
}
.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: 141px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    background: #005dab;
    
}
.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-select span {
    font-size: 20px;
    color: #005dab;
    margin-right: 30px;
    font-weight: bold;
}

.jc-form label{
    font-size: 20px;
    color: #005dab;
    margin-right: 50px;
}
.jc-form form{
    border: 1px solid #cfcfcf;
    width: 370px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
}
.jc-form form input[type='text']{
    font-size: 16px;
    color: #999;
    box-sizing: border-box;
    padding: 0 20px;
    flex: 1;
}
.jc-form form input[type='submit']{
    width: 140px;
    color: #ffffff;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    background:#005dab url(../images/icon20.png) no-repeat 25px 15px;
}
.banner-righ-container{
    margin-top: 10px;
    position: relative;
}
.maxBanner{
    position: relative;
}
.maxBanner>img{
    width: 100%;
}
.maxBanner a{
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 76px;
    bottom: 60px;
    width: 272px;
    height: 60px;
    border-radius: 30px;
    background: #7dcef4;
}
.maxBanner a img{
    margin-right:10px ;
}
.maxBanner a:hover{
    opacity: .8;
}
.minBanner{
    display: flex;
    justify-content: space-between;
    margin-top: 9px;
}

.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:hover{
    
}
.min-concent .top .min-width .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: 190px;
    height: 61px;
    border-radius: 30px;
    background: #005dab;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}
.jc-entrance .item:nth-child(3) a img{
    margin-right: 13px;
}
.jc-entrance .item:nth-child(3) a:hover{
    opacity: 0.8;
}




.jc-container{
    display: flex;
    margin-top: 20px;
}
.jc-content{
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
}
.jc-content:nth-child(3){
    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: 6px;
    line-height: 6px;
    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: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: 6px;
    line-height: 6px;
    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-container{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    
}
.jc-container .left{
    width: 1020px;
}
.jc-container .jc-container-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
   width: 100%;
   padding-bottom: 14px;
   border-bottom: 1px solid #cfcfcf;
}

.jc-container-top-nav-group{
    display: flex;
    justify-content: center;
    align-items: center;
}
.jc-container-top-nav-group a{
    width: 200px;
    height: 61px;
    border-radius: 30px;
    background: #005dab;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}
.jc-container-top-nav-group a img{
    margin-right: 10px;
}
.jc-container-top-nav-group a:hover{
    opacity: .8;
}



.jc-container .left .jc-list-wra{
   

}
.jc-container .left .item{
    width: 100%;
    height: 142px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    margin: 20px 0 0 0;
    display: flex;
    align-items: flex-start;
}

.jc-container .left .item a{
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}
.jc-container .left .item a .name{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    color: #005dab;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
}
.jc-container .left .item a .name::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 200px;
    height: 1px;
    background: #cfcfcf;
}
.jc-container .left .item a p{
    margin-bottom:5px ;
    font-size: 12px;
    color: #585858;
}
.jc-container .left .item .block{
    width: 376px;
    box-sizing: border-box;
    padding: 10px 22px 0 18px;
    border-right: 1px solid #cfcfcf;
    height: 100%;
}

.jc-container .left .item .flag {
    position: absolute;
    top: 0px;
    right: 16px;
}

.jc-container .left  .item .btn {
    position: absolute;
    top: 92px;
    right: 16px;
    width: 133px;
    height: 32px;
    font-size: 12px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background: #005eab;
}
.jc-container .left .item a:hover .btn{
    opacity: .8;
}
.jc-container .left .item .block .row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.jc-container .left .item .block img{
    width: 60px;
    height: 60px;
}
.jc-container .left .item .block .row-block{
    display: flex;
    flex-wrap: wrap;
    width: 250px;
    justify-content: space-between;
}
.jc-container .left .item .block .row-block p{
    width: 48%;
}
.jc-container .left .item .block .row-block p:last-child{
    width: 100%;
}




.page-wrap{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.page-wrap a,
.page-wrap span{
    display: block;
    height: 30px;
	min-width:30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #585858;
    border: 1px solid #cfcfcf;
    margin: 0 5px;
}
.page-wrap a:nth-child(1),
.page-wrap a:last-child{
    width: 60px;
}
.page-wrap a:hover,.page-wrap a.active,
.page-wrap span{
    background: #005dab;
    color: #fff;
    border: 1px solid #005dab;
}










.jc-right-content{
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
   
    padding: 20px 10px 10px 22px;
}
.jc-right-content:nth-child(3){
    width: 352px;
    padding: 20px 26px 10px 22px;
}
.jc-right-content .jc-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jc-right-content .jc-title h1{
    font-size: 20px;
    color: #005dab;
    position: relative;
}
.jc-right-content .jc-title h1::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 6px;
    line-height: 6px;
    display: block;
    border-radius: 3px;
    background: #005dab;
}
.jc-right-content .jc-title .info span{
    color: #999999;
    font-size: 12px;
}
.jc-right-content ul{
    margin-top: 25px;
}
.jc-right-content ul li{
    margin-bottom: 15px;
}
.jc-right-content ul li:last-child{
    margin: 0;
}
.jc-right-content ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jc-right-content ul li i{
    width: 32px;
    height: 30px;
    display: block;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center ;
}
.jc-right-content ul li .introduce{
    font-size: 12px;
    color: #595757;
    flex: 1;
}
.jc-right-content ul li .introduce .name{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.jc-right-content ul li .jc-logo{
    width: 39px;
    height: 39px;
    overflow: hidden;
}
.jc-right-content ul li .jc-logo img{
    max-width: 100%;
}


.jc-right-content ul li:nth-child(1) i{
    background-image: url(../images/icon21.png);
}
.jc-right-content ul li:nth-child(2) i{
    background-image: url(../images/icon22.png);
}
.jc-right-content ul li:nth-child(3) i{
    background-image: url(../images/icon23.png);
}
.jc-right-content ul li:nth-child(4) i{
    background-image: url(../images/icon24.png);
}
.jc-right-content ul li:nth-child(5) i{
    background-image: url(../images/icon25.png);
}
.jc-right-content ul li:nth-child(6) i{
    background-image: url(../images/icon26.png);
}

.jc-right-content ul li:nth-child(1) .introduce{
    color: #c1272d;
}
.jc-right-content ul li:nth-child(2) .introduce{
    color: #03983e;
}
.jc-right-content ul li:nth-child(3) .introduce{
    color: #e8a321;
}

.jc-container .right{
    width: 350px;
}


.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;
}
.jc-right-content ul{
    margin-top: 30px;
}
.jc-right-content ul li a{
    display: flex;
    align-items: flex-start;
    padding-bottom:10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
}
.jc-right-content ul li:last-child a{
    border-bottom: none;
    margin: 0;
}
.jc-right-content ul li a img{
    width: 100px;
    height: 70px;
    display: block;
}
.jc-right-content ul li .details{
    width: 196px;
    margin-left: 20px;
}
.jc-right-content ul li .details h1{
    font-size: 12px;
    color: #005dab;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.jc-right-content ul li .details p{
    font-size: 12px;
    color: #585858;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 6px;
}
.jc-right-content ul li .details .row-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.jc-right-content ul li .details .row-div img{
    width: 25px;
    height: auto;
    margin-right: 10px;
}
.jc-right-content ul li .details .row-div p{
    display: inline-flex;
    align-items: center;
}
.jc-right-entrance{
    display: block;
}
.jc-right-entrance img{
    width: 100%;
    display: block;
}
.jj-wrap{
    font-size: 12px;
    color: #585858;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}

.news-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 0;
    border-bottom: 1px solid #e6e6e6;
}
.news-header .left{
    display: inline-flex;
    align-items: center;
    font-size: 19px;
    font-weight: bold;
}
.news-header .left span{
    margin-left: 25px;
    font-size: 14px;
    padding-right: 20px;
    background: url(../images/icon46.png) no-repeat right;
    cursor: pointer;
}
.news-header .left span.on{
    background: url(../images/icon46@2x.png) no-repeat right;
    color: #005dab;
}
.news-header .right{
    width: 350px;
    border-radius: 15px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding:10px;
    display: inline-flex;
    align-items: center;
}
.news-header .right input{
    outline: none;
    border: none;
    font-size: 14px;
}
.news-header .right input[type='text']{
    flex: 1;
}
.news-header .right input[type='submit']{
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    background: url(../images/icon4.png) no-repeat;
}

.news-header .right input.but{
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    background: url(../images/icon4.png) no-repeat;
}

.jc-container .left li{
    margin-bottom: 20px;
}
.jc-container .left li a{
    display: flex;
    align-items: flex-start;
}
.jc-container .left li img{
    flex:0 0 300px;
    height: 199px;
    margin-right: 60px;
	max-width:300px;
	display:none;
}
.jc-container .left .details{
    width: 100%;

}
.jc-container .left .name{
    font-size: 16px;
    font-weight: bold;
    color: #005dab;
}
.jc-container .left .time{
    font-size: 12px;
    color: #585757;
    margin-top: 20px;
}
.jc-container .left .info{
    font-size: 14px;
    color: #585757;
    margin-top: 20px;
    line-height: 1.5;
    min-height: 63px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.jc-container .left .btn{
    width: 100px;
    height: 30px;
    background: #005dab;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 16px;
}
.jc-container .left a:hover .btn{
    background: #337dbb;
}
.page-wrap{
    /*border-top: 1px solid #e6e6e6;*/
    padding-top: 25px;
}

.news-header .left .model{
    width: 20px;
    height: 20px;
    margin-left:28px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.news-header .left .list{
    background-image: url(../images/image.png);
}
.news-header .left .list.on{
    background-image: url(../images/image@2x.png);
}
.news-header .left .image{
    background-image: url(../images/list.png);
}
.news-header .left .image.on{
    background-image: url(../images/list@2x.png);
}
.jc-container .model-list{
    display: none;
}
.jc-container .model-list.on{
    display: block;
}
.jc-container .model-list2.on{
    display: flex;
    flex-wrap: wrap;
}
.jc-container .model-list2 li{
    width: 553px;
    margin-right: 37px;
}
.jc-container .model-list2 li:nth-child(2n){
    margin-right: 0;
}
.jc-container .left .model-list2 li img{
    margin-right: 20px;
}
.jc-container .left .model-list2 .time{
    margin-top: 11px;
}
.jc-container .left .model-list2{
    display: none;
}
.jc-container .left .model-list2.on{
    display: flex;
}