.index-banner{
    position: relative;
}
.inban-item{
    display: block;
}
.inban-item img{
    width: 100%;
}
.index-banner .owl-dots{
    position: absolute;
    text-align: center;
    bottom: 0.3rem;
    left: 0;
    right: 0;
}
.index-banner .owl-dot{
    width:0.16rem;
    height:0.16rem;
    border:0.02rem solid #fff;
    border-radius:50%;
    margin: 0 0.12rem;
    background: none;
}
.index-banner .owl-dots .active{
    background-color: #fff;
}



.index-news{
   
}
.innews-b1owl{
    padding: 0.3rem 0.3rem 0.2rem;
    background-color: #fff;
}
.innews-b1owl .owl-dots,.innb2-main .owl-dots{
    position: absolute;
    right: 0.3rem;
    width: 1.2rem;
    bottom: 0.4rem;
    height: 0.2rem;
    text-align: right;
}
.innews-b1owl .owl-dot,.innb2-main .owl-dot{
    width: 0.16rem;
    height: 0.16rem;
    border: solid 0.02rem #ffffff;
    margin-left: 0.24rem;
    background: none;
    border-radius: 50%;
    vertical-align: top;
}
.innews-b1owl .owl-dot:first-child,.innb2-main .owl-dot:first-child{
    margin-left: 0;
}
.innews-b1owl .owl-carousel .owl-item img{
    width: unset;
}
.innews-b1owl .owl-dots .active,.innb2-main .owl-dots .active{
    background-color: #fff;
}
.innews-owlitem{
    position: relative;
    width: 6.9rem;
	height: 6.24rem;
}
.innews-owlimg{
    width: 6.9rem;
	height: 6.24rem;
    overflow: hidden;
    position: relative;
}
.innews-owlimg img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
}
.innews-owlinfo,.innb2-bkinfo{
    height: 1rem;
    width: 100%;
    background: url(../images/innew-owlttbg.png) repeat 0 0;
    box-sizing: border-box;
    padding: 0 0.3rem;
    position: absolute;
    left: 0;
    bottom: 0;
}
.innews-owltit,.innb2-bktit{
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #fff;
    height: 0.4rem;
    width: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.3rem;
}

.innews-lstit{
    height: 0.96rem;
    width: 100%;
    box-sizing: border-box;
    padding-right: 2rem;
    position: relative;
    background-color: #eee;
}
.innews-scroll{
    overflow-x: scroll;
    position: relative;
    height: 100%;
}
.innews-scroll::-webkit-scrollbar{
    display: none;
}
.innews-lstit ul{
    font-size: 0;
    white-space: nowrap;
    position: absolute;
    width: 100%;
    height: 100%;
}
.innews-lstit li{
    display: inline-block;
    height: 0.96rem;
    vertical-align: top;
    cursor: pointer;
    font-size: 0.36rem;
    color: #555;
    box-sizing: border-box;
    padding-top: 0.3rem;
    position: relative;
}
.innews-lstit li span{
    display: block;
    line-height: 0.36rem;
    padding: 0 0.6rem;
    border-left: 0.02rem solid #dedede;
}
.innews-lstit li:first-child span{
    border-left: 0;
    padding-left: 0.3rem;
}
.innews-list .innews-lstit{
    padding-left: 0;
}
.innews-lstit li .line{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
	height: 2px;
    background-color: #172494;
    transition: 0.3s;
}
.innews-lstit li:first-child .line{
    left: 0.3rem;
    right: unset;
}
.innews-lstit .active .line,.innews-lstit li:hover .line{
    width: 70px;
}
.innews-lstit .active,.innews-lstit li:hover  {
    color: #172494;
}
.innews-lstit .more{
    position: absolute;
    right: 0.3rem;
    top: 0;
    width: 0.56rem;
    height: 100%;
    line-height: 0.96rem;
    padding-right: 0.5rem;
    background: url(../images/m-yuan-arr.png) no-repeat right center;
    background-size: 0.34rem auto;
    font-size: 0.28rem;
    color: #999;
    transition: 0.3s;
}
.innews-lstit .more:hover{
    color: #003f95;
    background-image: url(../images/m-yuan-arrh.png);
}
.innews-lsmain{
    box-sizing: border-box;
    padding: 0.5rem 0.3rem;
    background-color: #fff;
}
.innews-tabitem{
    display: none;
    height: 5.04rem;
    overflow: hidden;
}
.innews-tabitem.active{
    display: block;
}
.innews-item{
    font-size: 0.28rem;
    line-height: 0.72rem;
    color: #444;
    overflow: hidden;
}
.innews-tit{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-right: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.innews-time{
    float: right;
    width: 1.2rem;
    margin-left: -1.2rem;
    color: #999;
    text-align: right;
}
.grey-block{
    height: 0.2rem;
    background-color: #f6f6f6;
}
.innews-tipimg{
    width: 6.9rem;
    height: 1.32rem;
    overflow: hidden;
}
.innews-tipimg img{
    width: 100%;
}
.inb1-link{
    margin-top: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.42rem;
}
.inb1-link li{
    float: left;
}
.inb1-link a{
    padding-left: 0.52rem;
}
.inb1-link span{
    color: #aaa;
    margin: 0 0.35rem;
}
.inb1-link .link1 a{
    background: url(../images/m-inb1-zticon1.png) no-repeat 0 center;
    background-size: 0.36rem auto;
}
.inb1-link .link2 a{
    background: url(../images/m-inb1-zticon2.png) no-repeat 0 center;
    background-size: 0.36rem auto;
}
.inb1-link .link3 a{
    background: url(../images/m-inb1-zticon3.png) no-repeat 0 center;
    background-size: 0.28rem auto;
}


.innb2-main{
    background-color: #fff;
    box-sizing: border-box;
    padding: 0.5rem;
}
.innb2-bkitem{
    background-color: #f0f0f0;
    padding: 0.2rem;
    position: relative;
    width: 6.12rem;
    height: 4.46rem;
    overflow: hidden;
}
.innb2-bkimg{
    overflow: hidden;
}
.innb2-bkimg img{
    width: 100%;
}


.inpj-type{
    height: 1.2rem;
	background-color: #eaeaea;
}
.inpj-scroll{
    overflow-x: scroll;
    position: relative;
    height: 100%;
}
.inpj-scroll::-webkit-scrollbar{
    display: none;
}
.inpj-scroll ul{
    font-size: 0;
    white-space: nowrap;
    position: absolute;
}
.inpj-type li{
    width: 3.6rem;
    display: inline-block;
    vertical-align: top;
    height: 1.2rem;
    box-sizing: border-box;
    border-right: 0.02rem solid #fff;
    position: relative;
    text-align: center; 
    transition: 0.3s;
    font-size: 0;
}
.inpj-type li i{
    display: inline-block;
    height: 1.2rem;
    vertical-align: middle;
    margin-right: 0.25rem;
}
.inpj-type .item .icon0{
    width: 0.8rem;
    background: url(../images/case-zhanlue-samll.png) no-repeat center center;
    background-size: 0.8rem auto;
}
.inpj-type .item .icon1{
    width: 0.8rem;
    background: url(../images/m-inb2-fj.png) no-repeat center center;
    background-size: 0.8rem auto;
}
.inpj-type .item .icon2{
    background: url(../images/m-inb2-sz.png) no-repeat center center;
    width: 0.8rem;
    background-size: 0.8rem auto;
}
.inpj-type .item .icon3{
    background: url(../images/m-inb2-jd.png) no-repeat center center;
    width: 0.68rem;
    background-size: 0.68rem auto;
}
.inpj-type .item .icon4{
    background: url(../images/m-inb2-dl.png) no-repeat center center;
    width: 0.64rem;
    background-size: 0.64rem auto;
}
.inpj-type .item .icon5{
    background: url(../images/m-inb2-xny.png) no-repeat center center;
    width: 0.76rem;
    background-size: 0.76rem auto;
}
.inpj-type .item .icon6{
    background: url(../images/m-inb2-gjg.png) no-repeat center center;
    width: 0.72rem;
    background-size: 0.72rem auto;
}
.inpj-type li .tit{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.36rem;
    line-height: 0.5rem;
    color: #444;
    transition: 0.3s;
}
.inpj-type .active{
    background: url(../images/inpj-bg.png) no-repeat center top;
    background-size: 3.6rem auto;
}
.inpj-type li:hover .tit,.inpj-type .active .tit{
    color: #fff;
}
.inpj-type .active .icon0{
    background: url(../images/case-zhanlue2-small.png) no-repeat center center;
}
.inpj-type .active .icon1{
    background-image: url(../images/m-inb2-fjh.png);
}
.inpj-type .active .icon2{
    background-image: url(../images/m-inb2-szh.png);
}
.inpj-type .active .icon3{
    background-image: url(../images/m-inb2-jdh.png);
}
.inpj-type .active .icon4{
    background-image: url(../images/m-inb2-dlh.png);
}
.inpj-type .active .icon5{
    background-image: url(../images/m-inb2-xnyh.png);
}
.inpj-type .active .icon6{
    background-image: url(../images/m-inb2-gjgh.png);
}
.inpj-main{
    padding: 0.3rem 0.3rem 0.5rem;
    background-color: #fff;
}
.inpj-tabitem{
    display: none;
}
.inpj-tabcont .active{
    display: block;
}

.inpj-list{
    margin-top: -0.1rem;
    margin-right: -0.1rem;
}
.inpj-list .list-item{
    float: left;
    position: relative;
    margin-top: 0.1rem;
    margin-right: 0.1rem;
    width: 3.4rem;
    height: 2.56rem;
    overflow: hidden;
}
.inpj-list .list-img{
    width: 3.4rem;
    height: 2.56rem;
}
.inpj-list .list-img img{
    width: 100%;
}
.inpj-list .list-info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 0.6rem;
    background: url(../images/m-incase-titbg.png) repeat-x 0 bottom;
    background-size: auto 0.6rem;
}
.inpj-list .list-tit{
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.6rem;
    text-align: center;
    overflow: hidden;
    height: 0.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}





.index-nav{
    padding: 0.3rem 0.3rem 0.5rem;
    background-color: #fff;
}

.innav-item{
    background-color: #ffffff;
    border: solid 0.02rem #eaeaea;
    margin-top: 0.3rem;
    overflow: hidden;
    height: 2.36rem;
}
.innav-item:first-child{
    margin-top: 0;
}
.innav-img{
    float: left;
    width: 4.8rem;
    height: 2.36rem;
}
.innav-img img{
    width: 100%;
}
.innav-info{
    float: left;
    width: 2.06rem;
    box-sizing: border-box;
    padding: 0.48rem 0 0 0;
    text-align: center;
}
.innav-info .tit{
    font-size: 0.36rem;
    line-height: 0.5rem;
    color: #222;
    font-weight: bold;
}
.innav-info .more{
    display: inline-block;
    width: 1.34rem;
    height: 0.6rem;
    box-sizing: border-box;
	border-radius: 0.3rem;
    border: solid 0.02rem #c7c7c7;
    text-align: center;
    line-height: 0.56rem;
    color: #999;
    margin-top: 0.3rem;
}
.innav-info .more:hover{
    background-color: #003f95;
    border-color: #003f95;
    color: #fff;
}



.dangjian{
    padding: 0.5rem 0.3rem;
    background-color: #fff; 
}
.djlist-owlitem{
    background-color: #f6f6f6;
    overflow: hidden;
}
.djowl-img{
    height: 5.76rem;
}
.djowl-img img{
    width: 100%;
}
.djowl-info{
   height: 4.32rem;
    padding: 0.4rem 0.4rem 0;
}
.djowl-tit{
    font-size: 0.32rem;
    line-height: 0.56rem;
    color: #222;  
    height: 1.12rem;  
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}
.djowl-text{
    font-size: 0.28rem;
    line-height: 0.52rem;
    color: #828282;
    margin-top: 0.24rem;
    height: 1.04rem;  
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}
.djowl-xx{
    margin-top: 0.3rem;
    border-top: 0.02rem solid #eaeaea;
    padding-top: 0.3rem;
}
.djowl-time{
    line-height: 0.52rem;
    color: #828282;
}

.djList-head .owl-dots,.busb2-owl .owl-dots{
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    right: 0;
    height: 0.2rem;
    text-align: center;
}
.djList-head .owl-dot,.busb2-owl .owl-dot{
    border-radius: 50%;
    width: 0.2rem;
    height: 0.2rem;
    background-color: #aaa;
    margin: 0 0.12rem;
}
.djList-head .owl-dots .active,.busb2-owl .owl-dots .active{
    background-color: #003f95;
}

.wsc-list-dj .list-item{
    padding: 0.4rem 0.4rem 0.4rem 1.96rem;
    background-color: #f6f6f6;
    margin-top: 0.3rem;
}
.wsc-list-dj .list-time{
    float: left;
    width: 1.56rem;
    margin-left: -1.56rem;
    color: #222;
}
.wsc-list-dj .list-time .time-font{
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: -0.05rem;
    font-family: "Avant";
}
.wsc-list-dj .list-info{
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-left: 0.02rem solid #eaeaea;
    overflow: hidden;
    padding-left: 0.3rem;
}
.wsc-list-dj .list-tit{
    font-size: 0.32rem;
    line-height: 0.44rem;
    height: 0.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222;
}
.wsc-list-dj .list-text{
    font-size: 0.28rem;
    line-height: 0.52rem;
    height: 1.04rem;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
    color: #828282;
    margin-top: 0.24rem;
}
.wsc-list-case .more{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border: solid 1px #c7c7c7;
    width: 118px;
    text-align: center;
    color: #999;
    border-radius: 15px;
    transition: 0.3s;
}
.wsc-list-case .more span{
    display: inline-block;
    padding-right: 19px;
    background: url(../images/innav-arr.png) no-repeat right center;
}
.wsc-list-case .more:hover{
    background-color: #003f95;
    border-color: #003f95;
    color: #fff;
}
.wsc-list-case .more:hover span{
    background-image: url(../images/innav-arrh.png);
}




.nd-main{
    border-top: 0.2rem solid #F6F6F6;
    padding: 0.5rem 0.3rem;
    background-color: #fff;
}
.nd-head{
    padding-bottom: 0.4rem;
    border-bottom: 0.02rem solid #e8e8e8;
}
.nd-head .tit{
    font-size: 0.4rem;
    line-height: 0.64rem;
    color: #262626;
    font-weight: bold;
}
.nd-mark{
    font-size: 0;
    margin-top: 0.3rem;
}
.nd-mark div{
    font-size: 0.28rem;
    display: inline-block;
    vertical-align: top;
    line-height: 0.4rem;
    color: #999;
    margin-left: 0.4rem;
}
.nd-mark div:first-child{
    margin-left: 0;
}
.nd-text{
    margin-top: 0.4rem;
    padding: 0.4rem;
    background-color: #f6f6f6;
    font-size: 0.28rem;
    line-height: 0.52rem;
    color: #777;
}
.nd-edit{
    padding-top: 0.2rem;
}

.wsc-detlink{
    margin-top: 0.5rem;
    background-color: #f8f8f8;
    height: 0.88rem;
    line-height: 0.88rem;
}
.wsc-detlink .dl-prev{
    width: 50%;
    float: left;
    transition: 0.3s;
    box-sizing: border-box;
    padding-left: 0.5rem;
}
.wsc-detlink .dl-next{
    width: 50%;
    float: right;
    text-align: right;
    transition: 0.3s;
    box-sizing: border-box;
    padding-right: 0.5rem;
}
.wsc-detlink a{
    background: #f8f8f8;
    height: 0.88rem;
    color: #58585F;
}
.wsc-detlink i{
    width: 0.42rem;
    height: 0.88rem;
}
.wsc-detlink span{
    float: left;
    font-size: 0.32rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 2rem;
}
.dl-next span{
    float: right;
}
.dl-prev a i{
    float: left;
    background: url(../images/m-pagePrev.png) no-repeat center center;background-size: 0.09rem auto;
}
.dl-prev:hover i{
    background: url(../images/m-pagePrev_hover.png) no-repeat left center;
    background-size: 0.09rem auto;
}
.dl-prev:hover,.dl-next:hover{
    background-color: #003f95;
}
.dl-prev:hover a,.dl-next:hover a{
    color: #fff;
}
.dl-next a i{
    float: right;
    background: url(../images/m-pageNext.png) no-repeat right center;
    background-size: 0.09rem auto;
}
.dl-next:hover i{
    background: url(../images/m-pageNext_hover.png) no-repeat right center;
    background-size: 0.09rem auto;
}



.newsList{
    padding: 0.5rem 0.3rem; 
}
.wsc-list-news .list-main{
    margin-top: -0.3rem;
}

.wsc-list-news .list-item{
    margin-top: 0.3rem;
    background-color: #f6f6f6;
}
.wsc-list-news .list-time{    
    width: 1.88rem;
    height: 2.52rem;
    float: left;
    background-color: #003f95;
    color: #fff;
    text-align: center;
}
.wsc-list-news .list-time .time-font{
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
    font-family: "Avant";
    padding-top: 0.6rem;
}
.wsc-list-news .list-info{
    float: left;
    width: 5.02rem;
    box-sizing: border-box;
    padding: 0.4rem;
}
.wsc-list-news .list-tit{
    font-size: 0.32rem;
    line-height: 0.44rem;
    height: 0.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222;
}
.wsc-list-news .list-text{
    font-size: 0.28rem;
    line-height: 0.52rem;
    height: 1.04rem;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:3;-webkit-box-orient: vertical;
    color: #828282;
    margin-top: 0.24rem;
}




.caseClass{
    padding: 0.3rem;
    background-color: #f6f6f6;
}
.caseClass .container{
    margin-top: -0.06rem;
    margin-right: -0.06rem;
}
.casetype{
    float: left;
    width: 2.26rem;
	height: 2.24rem;
    background-color: #ffffff;
    margin-right: 0.06rem;
    margin-top: 0.06rem;
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #555;
    transition: 0.3s;
}
.casetype .tit{
    margin-top: 0.24rem;
}
.casetype i{
    display: block;
    height: 1.28rem;
}
.casetype .icon0 {
    background: url(../images/m-case-zhanlue.png) no-repeat center bottom;
    background-size: 1.44rem auto;
}
.casetype .icon1{
    background: url(../images/m-case-fj.png) no-repeat center bottom;
    background-size: 1.44rem auto;
}
.casetype .icon2{
    background: url(../images/m-case-sz.png) no-repeat center bottom;
    background-size: 1.46rem auto;
}
.casetype .icon3{
    background: url(../images/m-case-jd.png) no-repeat center bottom;
    background-size: 1.41rem auto;
}
.casetype .icon4{
    background: url(../images/m-case-dl.png) no-repeat center bottom;
    background-size: 1.33rem auto;
}
.casetype .icon5{
    background: url(../images/m-case-xny.png) no-repeat center bottom;
    background-size: 1.42rem auto;
}
.casetype .icon6{
    background: url(../images/m-case-gjg.png) no-repeat center bottom;
    background-size: 1.38rem auto;
}

.casetype:hover .icon0,.caseClass .active .icon0{
    background: url(../images/m-inb2-zhanlue.png) no-repeat center bottom;
    background-size: auto 0.84rem;
}
.casetype:hover .icon1,.caseClass .active .icon1{
    background: url(../images/m-inb2-fjh.png) no-repeat center bottom;
    background-size: auto 0.84rem;
}
.casetype:hover .icon2,.caseClass .active .icon2{
    background: url(../images/m-inb2-szh.png) no-repeat center bottom;
    background-size: auto 0.82rem;
}
.casetype:hover .icon3,.caseClass .active .icon3{
    background: url(../images/m-inb2-jdh.png) no-repeat center bottom;
    background-size: auto 0.88rem;
}
.casetype:hover .icon4,.caseClass .active .icon4{
    background: url(../images/m-inb2-dlh.png) no-repeat center bottom;
    background-size: auto 0.86rem;
}
.casetype:hover .icon5,.caseClass .active .icon5{
    background: url(../images/m-inb2-xnyh.png) no-repeat center bottom;
    background-size: auto 0.86rem;
}
.casetype:hover .icon6,.caseClass .active .icon6{
    background: url(../images/m-inb2-gjgh.png) no-repeat center bottom;
    background-size: auto 0.9rem;
}
.casetype:hover,.caseClass .active{
    background-color: #003f95;
    color: #fff;
}


.caseList{
    padding: 0.5rem 0.3rem;
}
.wsc-list-case .list-main{
    margin-top: -0.3rem;
    margin-right: -0.1rem;
}
.wsc-list-case .list-item{
    width: 3.4rem;
    float: left;
    margin-right: 0.1rem;
    margin-top: 0.3rem;
    background-color: #f6f6f6;
}
.wsc-list-case .list-img{
    width: 3.4rem;
    height: 2.56rem;
    overflow: hidden;
}
.wsc-list-case .list-img img{
    width: 100%;
}
.wsc-list-case .list-info{
    padding: 0.3rem 0.3rem 0.4rem;
}
.wsc-list-case .list-tit{
    font-size: 0.32rem;
    line-height: 0.56rem;
    height:1.12rem;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:3;-webkit-box-orient: vertical;
}
.wsc-list-case .list-bt{
    margin-top: 0.3rem;
    border-top: 0.02rem solid #eaeaea;
    padding-top: 0.3rem;
    line-height: 0.4rem;
}
.wsc-list-case .list-pos{    
    color: #828282;
    padding-left: 0.52rem;
    background: url(../images/m-case-pos.png) no-repeat 0 center;
    background-size: 0.32rem auto;
}

.cd-block1{
    border-top: 0.2rem solid #f6f6f6;  
    padding: 0.5rem 0.3rem;  
}
.cd-head .tit{
    font-size: 0.4rem;
    line-height: 0.56rem;
    color: #222;
    font-weight: bold;
}
.cd-main{
    background-color: #f6f6f6; 
}
.cd-img{
    margin-top: 0.3rem;
    width: 6.9rem;
    height: 5.2rem;
    overflow: hidden;
    position: relative;
}
.cd-img img{
    width: 6.9rem;
}

.cd-img .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.4rem;
    margin: auto;
    width: 2rem;
	height: 0.12rem;
	background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.16rem;
    padding: 0.1rem 0;
    text-align: center;
}

.cd-img .owl-dot{
    vertical-align: top;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    margin: 0 0.12rem;
    background-color: #fff;
}
.cd-img .owl-dots .active{
    background-color: #31c4c3;
}
.cd-info{
    padding: 0.5rem;
}
.cd-info .tit{
    padding-left: 0.2rem;
    background: url(../images/m-innewst2.png) no-repeat 0 center;
    background-size: 0.06rem auto;
    font-size: 0.36rem;
    line-height: 0.5rem;
    color: #222;
}
.cd-attr{
    margin-top: 0.12rem;
}
.cd-attr td{
    font-size: 0.28rem;
    line-height: 0.72rem;
    color: #222;
    vertical-align: top;
}
.cd-attr td:first-child{
    color: #828282;
    white-space: nowrap;
}
.cd-detail{
    border-top: 0.2rem solid #f6f6f6;
    padding: 0.5rem 0.3rem;
}
.cd-dttit{
    font-size: 0.36rem;
    line-height: 0.5rem;
    color: #222;
    font-weight: bold;
}
.cd-ddmain{
    margin-top: 0.3rem;
}




.baokan{
    padding: 0.5rem 0.3rem;
}

.bk-head{

}
.bk-search{
    position: relative;
}
.bksel-head{
    width: 6rem;
    height: 1rem;
    background-color: #f6f6f6;
    padding: 0 0.5rem 0 0.4rem;
}
.bkseled{
    float: left;
    text-align: center;
    font-size: 0.28rem;
    color: #828282;
    line-height: 1rem;
}
.bksel-sj{
    float: right;
    width: 0.28rem;
    height: 1rem;
    background: url(../images/m-bksel-sj.png) no-repeat center center;
    background-size: 0.28rem auto;
}
.bksel-list{
    display: none;
    position: absolute;
    left: 0;
    top: 1rem;
    width: 6.9rem;
    height: 3.5rem;
    overflow-y: scroll;
    background-color: #f6f6f6;
    z-index: 10;
}
.bksel-list li{
    height: 0.7rem;
    padding: 0 0.3rem;
    font-size: 0.28rem;
    color: #555;
    line-height: 0.7rem;
}
.bksel-list .active{
    color: #003f95;
}
.bksel-list li a{
    display: block;
    height: 0.68rem;
    border-bottom: 0.02rem solid #eaeaea;
}


.bk-head .tiptext{
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #828282;
    margin-top: 0.3rem;
}

.bkList{
   padding-top: 0.5rem;
}
.wsc-list-bk .list-main{
    margin-top: -0.3rem;
}
.wsc-list-bk .list-item{
    background-color: #f6f6f6;
    margin-top: 0.3rem;
    padding: 0.4rem;
}
.wsc-list-bk .list-img{
    width: 6.1rem;
    height: 4.56rem;
    box-sizing: border-box;
    padding: 0.2rem;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.wsc-list-bk .list-img img{
    width: 5.7rem;
}

.wsc-list-bk .list-tit{
    padding-top: 0.3rem;
    font-size: 0.32rem;
    line-height: 0.44rem;
    text-align: center;
    color: #222;height: 0.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}





.bkDet{
    padding: 0.5rem 0.3rem;
    border-top: 0.2rem solid #f6f6f6
}
.bkdet-tit{
    font-size: 0.4rem;
    line-height: 0.48rem;
    color: #222;    
}
.bkdet-smimg{
    width: 6.9rem;
}
.bkdet-smimg img{
    width: 100%;
}
.bkdet-main{
    margin-top: 0.5rem;
}
.bk-link{
   margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #222;
}
.bk-link a{
    float: left;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bkdet-next{
    text-align: right;
}
.bkdet-next span{
    display: block;
    padding-right: 0.54rem;
    background: url(../images/m-rearr.png) no-repeat right center;
    background-size: 0.38rem auto;
}



.bkdet-rtb2{
    padding: 0.5rem 0.4rem;
    background-color: #f6f6f6;
    margin-top: 0.3rem;
}
.bkdet-rtb2 .tit{
    font-size: 0.4rem;
    line-height: 0.48rem;
    font-weight: bold;
    color: #222;
}

.bkdet-remain {
    padding-top: 0.2rem;
}
.bkdet-remain .item{
    margin-top: 0.2rem;
    padding: 0.2rem 0.3rem;
    background-color: #eaeaea;
    font-size: 0.32rem;
    line-height: 0.56rem;
    color: #222;
}

.albumDet{padding: 0.8rem 0.3rem 1.2rem;}
    .page{margin-top: 0.3rem;height: 4.96rem;overflow: hidden;border: 0.01rem solid #eaeaea}
    .page img{width: 6.9rem;}
    .dialog{background: #000}
    .dialog-img .dia-content{width: unset;height: unset;padding: 0;}
    .dialog-img .dia-inner{padding: 0;background-color: #000}
    .dialog-img .dia-msg{margin-top: 0;}
    .dialog-img  img{
        width: 100%; transition: all ease 0.2s;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 6.9rem;
    }
    .dialog-img .dia-close{
        /* width: 0.32rem;height: 0.32rem;background-size: cover;top: 0.2rem;right: 0.2rem; */
        display: none;
    }





.dxList{
    padding: 0.5rem 0.3rem;
}

.wsc-list-dx .list-main{
    margin-top: -0.3rem;
}
.wsc-list-dx .list-item{
    background-color: #f6f6f6;
    margin-top: 0.3rem;
    height: 1.8rem;
}
.wsc-list-dx .list-haspic{
    padding-left: 2.7rem;
}
.wsc-list-dx .list-img{
    float: left;
    width: 2.4rem;
    height: 1.8rem;
    margin-left: -2.7rem;
}
.wsc-list-dx .list-img img{
    width: 2.4rem;
}
.wsc-list-dx .list-info{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0.2rem 0.3rem 0.2rem 0;
}
.wsc-list-dx .list-tit{
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #222;
    height: 0.88rem;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}
.wsc-list-dx .list-bt{
    margin-top: 0.18rem;
}
.wsc-list-dx .list-time{
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #828282; 
}



.hdList{
    padding: 0.5rem 0.3rem;
}
.wsc-list-hd .list-main{
    margin-top: -0.3rem;
}
.wsc-list-hd .list-item{
    background-color: #f6f6f6;
    margin-top: 0.3rem;
    padding: 0.4rem;
}
.wsc-list-hd .list-img{    
    width: 6.1rem;
    height: 4.58rem;
}
.wsc-list-hd .list-img img{
    width: 100%;
}
.wsc-list-hd .list-info{
    padding-top: 0.4rem;
}
.wsc-list-hd .list-tit{
    font-size: 0.32rem;
    line-height: 0.44rem;
    color: #222;
    height: 0.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wsc-list-hd .list-bt{
    margin-top: 0.3rem;
    padding-top: 0.3rem;
    border-top: 0.02rem solid #eaeaea;
}
.wsc-list-hd .list-time{
    float: left;
    line-height: 0.48rem;
    color: #828282; 
}
.wsc-list-hd .list-more{
    float: right;
    width: 0.48rem;
	height: 0.48rem;
	border-radius: 15px;
    background: url(../images/m-rearr.png) no-repeat center center;
    background-size: 0.48rem auto;
}
.wsc-list-hd .list-more:hover{
    background-image: url(../images/m-rearrh.png);
}



.pic-det{
    border-top: 0.2rem solid #f6f6f6;
}
.pic-head{
    padding: 0.5rem 0.3rem;
}
.pic-tit{
    font-size: 0.4rem;
    line-height: 0.48rem;
    color: #222;
    font-weight: bold;
}
.pic-mark{
    margin-top: 0.3rem;
}
.pic-mark .pic-left span{
    font-size: 0.28rem;
    line-height: 0.4rem;
}
.pic-mark .pic-left span em{
    color: #222;
}
.pic-mark .line{
    margin: 0 0.4rem;
} 



.pic-imgdet{
    width: 6.9rem;
    height: 5.16rem;
    overflow: hidden;
    margin: 0.5rem auto 0;
}
.pic-bigimg{
    position: relative;
}
.pic-imgdet img{
    width: 100%;
}
.pic-bignav a{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.6rem;
    height: 1.2rem;
    transition: 0.3s;
}
.pic-bignav .img-prev{
    left: 0;
    border-radius: 0px 0.12rem 0.12rem 0px;
    background: rgba(0, 0, 0, 0.4) url(../images/m-pagePrev_hover.png) no-repeat center center;
    background-size: 0.09rem auto;
}
.pic-bignav .img-next{
    right: 0;
    border-radius: 0.12rem 0px 0px 0.12rem;
    background: rgba(0, 0, 0, 0.4) url(../images/m-pageNext_hover.png) no-repeat center center;
    background-size: 0.09rem auto;
}
.pic-bignav .img-prev:hover{
    background: #003f95 url(../images/m-pagePrev_hover.png) no-repeat center center;
    background-size: 0.09rem auto;
}
.pic-bignav .img-next:hover{
    background: #003f95 url(../images/m-pageNext_hover.png) no-repeat center center;
    background-size: 0.09rem auto;
}


.pic-main{
    padding: 0.5rem 0.3rem;
    border-top: 0.2rem solid #f6f6f6;
}
.pic-link a{
    display: block;
    width: 6.9rem;
    height: 2.7rem;
    box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 0.3rem;
    margin-top: 0.3rem;
}
.pic-link a:first-child{
    margin-top: 0;
}
.pic-linkimg{
    float: left;
    width: 2.8rem;
    height: 2.1rem;
    overflow: hidden;
}
.pic-linkimg img{
    width: 2.8rem;
}
.pic-linkinfo{
    float: left;
    max-width: 3.2rem;
    font-size: 0.32rem;
    line-height: 0.56rem;
    color: #555;
    padding-top: 0.28rem;
}
.pic-linkinfo{
    margin-left: 0.3rem;
}


.rsList{
    padding: 0.5rem 0.3rem;
}
.wsc-list-rs .list-main{
    margin-top: -0.3rem;
}
.wsc-list-rs .list-item{
    background: #f6f6f6 url(../images/m-rsbd-bg.png) no-repeat 5.1rem 1.2rem;
    background-size: 1.2rem auto;
    margin-top: 0.3rem;
    padding: 0.4rem;
}
.wsc-list-rs .list-tit{
    font-size: 0.32rem;
    line-height: 0.5rem;
    color: #222;
    height: 1rem;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}
.wsc-list-rs .list-time{
    margin-top: 0.3rem;
    line-height: 0.4rem;
    color: #828282; 
}




.newsHome{
    background-color: #f6f6f6;
}
.one-block{
    background-color: #fff;
}
.two-block{
    background-color: #fff;
}

.nh-head{
    height: 0.96rem;
    background-color: #eeeeee;
    padding: 0 0.3rem;
    line-height: 0.96rem;
    overflow: hidden;
}
.nh-tit{
    float: left;
    font-size: 0.36rem;
    color: #555;
}

.nh-more{
    float: right;
    padding-right: 0.5rem;
    background: url(../images/yuan-arr.png) no-repeat right center;
    background-size: 0.34rem auto;
    font-size: 0.28rem;
    color: #999;
    transition: 0.3s;
}
.nh-more:hover{
    color: #003f95;
    background-image: url(../images/yuan-arrh.png);
}
.nh-main{
    padding: 0.5rem 0.3rem; 
}

.nh-item {
    font-size: 0.28rem;
    line-height: 0.72rem;
    color: #444;
    overflow: hidden;
}

.nh-item .tit{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-right: 1.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nh-item .time {
    font-size: 0.28rem;
    float: right;
    width: 1.1rem;
    margin-left: -1.1rem;
    color: #999;
    text-align: right;
}


.nh-gcimg{
    height: 5.18rem;
    overflow: hidden;
}
.nh-gcimg img{
    width: 100%;
}
.nh-gcinfo{
    margin-top: 0.4rem;
}
.nh-gctit{
    font-size: 0.32rem;
    line-height: 0.6rem;
    color: #222;
    max-height: 1.2rem;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}

.nh-gctext{
    font-size: 0.28rem;
    line-height: 0.52rem;
    color: #828282;
    height: 1.04rem;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
    margin-top: 0.24rem;
}
.nh-gcxx{
    margin-top: 0.3;
    padding-top: 0.3rem;
    border-top: 0.02rem solid #eaeaea;
}
.nh-tipimg{
    height: 3.24rem;
    overflow: hidden;
}
.nh-tipimg img{
    width: 100%;
}
.nh-spitem{
    padding-bottom: 0.24rem;
    margin-bottom: 0.24rem;
    border-bottom: 0.02rem solid #eaeaea;
}
.nh-spimg{
    height: 5.2rem;
    overflow: hidden;
}
.nh-spimg img{
    width: 100%;
}
.nh-spinfo{
    margin-top: 0.3rem;

}
.nh-spinfo .time{
    color: #828282;
    margin-top: 0.24rem;
}


.bus-block1{
    padding: 0.5rem 0 0;
    
}
.bus-block1 .rTit{
    margin:  auto ;
    width: 6.9rem;
}
.bus-block1 .inpj-type{
    padding: 0;
    margin-top: 0.4rem;
}
.bus-block1 .inpj-main{
    padding: 0.3rem 0.3rem 0.5rem;
    background-color: #f6f6f6;
}
.bus-block1 .inpj-type li{
    border-right-color: #F6F6F6;
}
.bus-block2{
    padding: 0.5rem 0.3rem;
}
.busb2-owl{
    margin-top: 0.4rem;
    position: relative;
    background-color: #f6f6f6;
}

.busb2-owl .list-img{
    height: 5.76rem;
    overflow: hidden;
}
.busb2-owl .list-img img{
    width: 100%;
}
.busb2-owl .list-info{
    padding: 0.4rem 0.4rem 1.1rem;
}
.busb2-owl .list-tit{
    font-size: 0.32rem;
    line-height: 0.6rem;
    color: #222;
    max-height: 1.2rem;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:3;-webkit-box-orient: vertical;
}
.busb2-owl .list-text{
    font-size: 0.28rem;
    line-height: 0.52rem;
    color: #828282;
    height: 1.04rem;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:3;-webkit-box-orient: vertical;
    margin-top: 0.24rem;
}
.busb2-owl .list-xx{
    margin-top: 0.3rem;
    padding-top: 0.3rem;
    border-top: 0.02rem solid #eaeaea;
    overflow: hidden;
}
.busb2-owl .list-time{
    font-size: 0.28rem;
    line-height: 0.52rem;
    color: #828282;
}



.picLis-head {
    padding: 0.3rem;
    background-color: #f5f7fa;
}
.picLis-info {
    
}
.picLis-title {
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #222;
}
.picLis-mark {
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #999;
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 0.02rem solid rgba(97, 105, 136, 0.2) ;
}
.picLis-mark span,.picLis-class span{
    color: #555;
}
.picLis-mark div{
    float: left;
    margin-left: 0.3rem;
}
.picLis-class{
    margin-top: 0.3rem;
    line-height: 0.48rem;
    font-size: 0.28rem;
    color: #999;
}
.picLis-mark div:first-child{
    margin-left: 0;
}
.picLis-intro {
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #555;
    margin-top: 0.3rem;
}
.picLis-main{
    margin-right: -0.11rem;
}
.picLis-box {
    width: 3.2rem;
    padding: 0.1rem;
    float: left;
    margin-right: 0.1rem;
    background-color: #F6F6F6;
    margin-top: 0.1rem;
}
.picLis-img {
    width: 3.2rem;
    height: 4.7rem;
    overflow: hidden;
    position: relative;
}
.picLis-img img {
    width: 100%;
    transition: .3s;
}
.picLis-tit {
    margin: 0.32rem auto 0;
    width: 2.8rem;
    font-size: 0.28rem;
    line-height: 0.52rem;
    color: #222;
    text-align: center;
    height: 1.04rem;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;

}
.picLis-box:hover .picLis-img img {
    transform: scale(1.1);
}
.picIndex{
    padding: 0.6rem 0.3rem;
}




.zt-list{
    padding: 0.5rem 0.3rem;
}
.wsc-list-zt.list-main{
    margin-top: -0.3rem;
}
.wsc-list-zt .list-item{
    width: 6.9rem;
    float: left;
    margin-top: 0.3rem;
    background-color: #f6f6f6;
    transition: 0.36s;
}
.wsc-list-zt .list-img{
    padding: 0.2rem 0.2rem 0;
    height: 3.07rem;
    overflow: hidden;
}
.wsc-list-zt .list-img img{
    width: 100%;
}

.wsc-list-zt .list-info{
    padding: 0.4rem;
}
.wsc-list-zt .list-tit{
    font-size: 0.32rem;
    line-height: 0.44rem;
    color: #222;
    height: 0.44rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.wsc-list-zt .list-text{
    font-size: 0.28rem;
    line-height: 0.52rem;
    color: #828282;
    height: 1.56rem;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:3;-webkit-box-orient: vertical;
    margin-top: 0.3rem;
}
.wsc-list-zt .list-item:hover{
    background-color: #fff;
}


.trd-botheight .trdBot_img{
    height: 4.5rem;
}