@charset "utf-8";
.head{
    opacity: 1;
    transform: none;
}

.banner img{
    display: block;
    width: 100%;
}
/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.43rem;
    padding-bottom: 0.8rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #0857ab;
    color: #fff;
    border: 1px solid #0857ab;
}

.pagination a:hover {
    background: #0857ab;
    color: #fff;
    border: 1px solid #0857ab;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}
/**/

.leftNav{
    width: 2.6rem;
    padding-left: 0.06rem;
    padding-bottom: 1px;
    background: #0b53a1;
    margin-top: -0.83rem;
    position: relative;
}
.leftNav h4{
    font-size: 0.24rem;
    line-height: 0.83rem;
    color: #fff;
    padding-left: 0.42rem;
    position: relative;
    font-weight: 600;
    background: #0b53a1;

}
.leftNav>ul{
    background: #fff;
}
.leftNav>ul>li{
    position: relative;
    line-height: 0.66rem;


    border-bottom: 1px solid #e5e5e5;
}
.leftNav>ul>li>a{
    display: block;
    font-size: 0.18rem;
    color: #333333;
    padding-right: 0.5rem;
    padding-left: 0.49rem;
    transition: all .3s;
}
.leftNav>ul>li>span{
    position: absolute;
    right: 0.25rem;
    top: 0;
    height: 0.66rem;
    width: 0.09rem;
    background-image: url("../images/sub-link.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.09rem auto;
    cursor: pointer;
}
.leftNav>ul ul{
    display: none;
}
.leftNav>ul ul a{
    display: block;
    font-size: 0.16rem;
    line-height: 0.56rem;
    padding-left: 0.49rem;
    color: #666;
}
.leftNav>ul ul a:hover{
    color: #0053b0;
}
.leftNav>ul>li.on>a{
    color: #0053b0;
    background-color: rgba(11, 83, 161, 0.05);
}

.ny-right{
    width: 10.6rem;
}
.weizhibox{
    /* font-size: 0; */
    text-align: right;
    margin-top: 0.4rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.position>*{
    display: inline-block;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #666666;
    vertical-align: bottom;
}
.position a:hover{
    color: #0053b0;
}
.position img{
    width: 0.23rem;
    height: 0.32rem;
    margin-right: 0.07rem;
}
.ny-right>h4{
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.72rem;
    border-bottom: 1px solid #dcdcdc;
}
.list li{
    padding: 0.31rem 0 0.3rem;
    border-top: 1px solid #dcdcdc;
}
.list li:first-child{
    border: none;
}
.list li a{
    display: block;
    overflow: hidden;
}
.list li a .date{
    width: 0.73rem;
    min-width: 65px;
    padding: 0.1rem 0;
    background-color: rgba(0, 70, 133, 0.06);
    transition: all .3s;
}
.list li a .date span{
    display: block;
    text-align: center;
    font-size: 0.14rem;
    color: #004685;
    line-height: 0.28rem;
}
.list li a .date span:first-child{
    font-size: 0.24rem;
    font-weight: 600;
}
.list .list-tx{
    overflow: hidden;
    padding-left: 0.2rem;
}
.list .list-tx h4{
    font-size: 0.16rem;
    line-height: 0.38rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list .list-tx p{
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.38rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list li:hover a .date{
    background: #0053b0;
}
.list li:hover a .date span{
    color: #fff;
}
.list li:hover .list-tx h4{
    color: #0053b0;
}
.list{
    margin-top: 0.1rem;
}

/*pix-list*/
.pix-list li{
    float: left;
    width: 50%;
    padding: 0 1%;
    margin-bottom: 0.58rem;
}
.pix-list li:nth-child(2n){
    margin-left: 0;
}
.pix-list li a{
    display: block;
}
.pix-list a .pic{
    padding-top: 60%;
}
.pix-list a .pic .date{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #2259a8;
    padding: 0 0.07rem;
}
.pix-list a .pic .date span{
    display: block;
    font-size: 0.12rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding-bottom: 0.1rem;
}
.pix-list a .pic .date span:first-child{
    font-size: 0.21rem;
    font-weight: 600;
    padding-bottom: 0.05rem;
    padding-top: 0.12rem;
}
.pix-list .pic-tx p{
    font-size: 0.17rem;
    line-height: 0.32rem;
    color: #333333;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.32rem;
}
.pix-list .pic-tx{
    padding: 0.08rem 0.28rem;
    background-color: #fff;
    box-shadow:-0.02rem 0.02rem 0.12rem -0.02rem rgba(12, 64, 118, 0.2),
    0.02rem 0.02rem 0.12rem  -0.02rem rgba(12, 64, 118, 0.2);
}
.pix-list li:hover .pic-tx p{
    color: #0053b0;
}
.pix-list {
    padding: 0 0.02rem;
    margin-top: 0.4rem;
}

/*pix-txt*/
.pix-txt li{
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    background-position: right 0.3rem bottom 0.3rem;
    background-repeat: no-repeat;
    background-size: 2rem 2.22rem;
}
.pix-txt li a{
    display: block;
    overflow: hidden;
}
.pix-txt li a .pho{
    width: 3.5rem;
}
.pix-txt li a .pho img{
    display: block;
    width: 100%;
}
.pix-txt li a .pho-if{
    overflow: hidden;
    padding-left: 0.4rem;
}
.pix-txt li a .pho-if h4{
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.58rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pix-txt li a .pho-if span{
    display: block;
    font-size: 0.14rem;
    color: #0b53a1;
    line-height: 1;
}
.pix-txt li a .pho-if span em{
    font-size: 0.24rem;
    font-weight: 600;
    margin-right: 0.08rem;
}
.pix-txt li a .pho-if p {
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1rem;
    margin-top: 0.25rem;
}
.pix-txt li:hover{
    margin-left: -0.3rem;
    margin-right: -0.3rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    background-color: #0b53a1;
    background-image: url("../images/pic-txt-icon.png");
}
.pix-txt li:hover .pho-if h4,
.pix-txt li:hover .pho-if span,
.pix-txt li:hover .pho-if p{
    color: #fff;
}

/*dpzw*/
.dpzw p{
    font-size: 0.16rem;
    color: #333;
    line-height: 0.38rem;
    margin: 0.1rem 0;
}
p.p-img img{
    display: block;
    width: auto;
    max-width: 100%;
}
.dpzw{
    padding-bottom: 0.36rem;
}
/*ldjj*/
.ldjj div{}
.ldjj div>h4.ld-tit{
    font-size: 0.24rem;
    line-height: 0.64rem;
    color: #0b53a1;
    padding-left: 0.4rem;
    border-left: 5px solid #0b519e;
    background-color: rgba(11, 81, 158, 0.06);
}
.ldjj div .ld-list{
    /*overflow: hidden;*/
    margin-top: 0.3rem;
}
.ldjj div .ld-list li{
    float: left;
    width: 5rem;
    position: relative;
    margin-bottom: 0.59rem;
    transition: all .3s;
}
.ldjj div .ld-list li:nth-child(2n){
    margin-left: 0.6rem;
}
.ldjj div .ld-list li a{
    display: block;
   /* position: relative;*/
}
.ldjj div .ld-list li a .pho{
    width: 1.62rem;
    height: 2.32rem;
    float: left;
    position: relative;
}
.ldjj div .ld-list li a .pho img{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.ldjj div .ld-list li a .pho-tx{
    overflow: hidden;
    padding-left: 0.3rem;
    padding-right: 0.1rem;
    border: 1px solid #dcdcdc;
    border-left: none;
    height: 2.32rem;
}
.ldjj div .ld-list li a .pho-tx i{
    display: block;
    width: 0.3rem;
    height: 0.04rem;
    background: #0053b0;
    margin-top: 0.3rem;
}
.ldjj div .ld-list li a .pho-tx h2{
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.4rem;
    margin-top: 0.08rem;
}
.ldjj div .ld-list li a .pho-tx h4{
    font-size: 0.18rem;
    line-height: 0.42rem;
    color: #333;
}
.ldjj div .ld-list li a .pho-tx p{
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.5rem;
    margin-top: 0.14rem;
}
.ldjj div .ld-list li a .pho-tx span{
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    bottom: -0.13rem;
    right: 0;
    background-image: url("../images/ld-more.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.4rem ;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.ldjj div .ld-list li:hover a .pho-tx span{
    opacity: 1;
    visibility: visible;
    transform: translateX(50%);
}
.ldjj div .ld-list li:hover{
    border-color: transparent;
    box-shadow: 0 0 0.1rem 0.02rem rgb(12, 64, 118, .15);
}
.ldjj{
    margin-top: 0.4rem;
    padding-bottom: 0.98rem;
}
/*jgsz-list*/
.jgsz-list h4{

    font-size: 0.2rem;
    color: #333333;
    line-height: 0.48rem;
    background: #eeeeee;
    padding-left: 0.37rem;
    border-left: 6px solid #0053b0;
}
.jgsz-list ul>li{
    float: left;
    width: 2.37rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eeeeee;
    margin-left: 0.36rem;
    margin-bottom: 0.4rem;
    position: relative;
}
.jgsz-list ul>li:nth-child(4n+1){
    margin-left: 0;
}
.jgsz-list ul>li a{
    display: block;
    font-size:16px;
}
.jgsz-list ul>li a p{
    font-size: 0.16rem;
    line-height: 1.7;
    text-align: center;
    vertical-align: middle;
}
.jgsz-list ul>li:after {
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: 3px;
    background: #0053b0;
    transition: all .3s;
}
.jgsz-list ul>li:hover:after{
    right: 0;
}
.jgsz-list ul{
    overflow: hidden;
    margin-top: 0.3rem;
}
.jgsz-list>div{
    margin-top: 0.08rem;
}
.jgsz-list {
    margin-top: 0.22rem;
    padding-bottom: 1.86rem;
}
.head.w{
    background-color: #0062cd;
    height: 1.08rem;
}
.head.w:before{
    background-color: #0062cd;
    height: 1.08rem;
}
@media screen and (max-width: 1024px){
    .leftNav{
        float: none;
        width: auto;
        margin-top: 0.25rem;
        padding: 0;
    }
    .leftNav>ul{
        display: none;
    }
    .leftNav h4{
        padding-left: 0.3rem;
    }
    .leftNav h4 span{
        position: absolute;
        top: 50%;
        right: 0.15rem;
        width: 0.37rem;
        height: 0.46rem;
        transform: translateY(-50%);
        background: url('../images/sub_left_down2.png') no-repeat center center;
        background-size: 0.14rem 0.14rem;
    }
    .ny-right{
        float: none;
        width: auto;
    }
    .position{
        text-align: left;
        margin-top: 0.3rem;
    }
    .pix-list li{
        width: 32%;
    }
    .pix-list li:nth-child(2n){
        margin-left: 0;
    }
    .pix-list li:nth-child(3n+2){
        margin-left: 2%;
        margin-right: 2%;
    }
    .pix-list{
        padding: 0;
    }
    /*.ldjj div .ld-list li{
        width: 32%;
    }
    .ldjj div .ld-list li:nth-child(2n) {
        margin-left: 0;
    }
    .ldjj div .ld-list li:nth-child(3n+2) {
        margin-left: 2%;
        margin-right: 2%;
    }*/
    .ldjj div .ld-list li{
        width: 49%;
    }

    .ldjj div .ld-list li:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }
    .ldjj div .ld-list li:nth-child(2n) {
        margin-left: 2%;
    }

    .jgsz-list ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .jgsz-list ul li{
        width: 24%;
        height: 1.2rem;
        margin-left: 0!important;
        margin-bottom: 2%;
    }
    .jgsz-list h4,.ny-tit h4{
        line-height: 2.5;
        font-size: 0.32rem;
    }
    .jgsz-list{
        padding-bottom: 0.35rem;
    }
}
@media screen and (max-width: 800px){
    .ny-main{
        padding: 0 0.2rem;
    }
    .leftNav h4{
        font-size: 0.34rem;
        line-height: 0.64rem;
    }
    .leftNav h4 span{
        background-size: 0.24rem 0.24rem;
    }
    .leftNav>ul>li>a{
        font-size: 0.28rem;
    }
    .leftNav>ul ul a{
        font-size: 0.24rem;
    }
    .position>*{
        font-size: 0.24rem;
        line-height: 0.38rem;
        vertical-align: middle;
        margin-bottom: 0.15rem;
    }
    .ny-right>h4{
        font-size: 0.34rem;
    }
    .list li a .date span:first-child{
        font-size: 0.34rem;
    }
    .list li a .date span{
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
    .list li a .date{
        width: 1.25rem;
        padding: 0.15rem 0;
        min-width: unset;
    }
    .list .list-tx h4{
        font-size: 0.26rem;
        line-height: 0.54rem;
    }
    .list .list-tx p{
        font-size: 0.24rem;
        line-height: 0.54rem;
    }
    .pix-list .pic-tx p{
        font-size: 0.26rem;
        line-height: 0.32rem;
        /* min-height: 0.96rem; */
    }
    .pix-list li{
        width: 100%;
        margin-bottom: 0.35rem;
    }
    .pix-list li:nth-child(3n+2){
        margin-left: 0;
        margin-right: 0;
    }
    .pix-list li:nth-child(2n){
        margin-left: 0%;
    }
    .pix-txt li a .pho-if h4{
        font-size: 0.28rem;
        line-height: 0.78rem;
    }
    .pix-txt li a .pho-if   span{
        font-size: 0.26rem;
    }
    .pix-txt li a .pho-if span em {
        font-size: 0.34rem;
    }
    .pix-txt li a .pho-if p{
        font-size: 0.24rem;
        line-height: 0.44rem;
        height: auto;
    }
    .pix-txt li a .pho{
        float: none;
        width: auto;
    }
    .pix-txt li a .pho-if{
        padding-left: 0.2rem;
    }
    .pix-txt li{
        padding: 0.2rem 0;
    }
    .pagination{
        padding-bottom: 0.4rem;
    }
    .dpzw p{
        font-size: 0.28rem !important;
        line-height: 0.48rem;
        /* margin: 0.3rem; */
    }
    .dpzw{
        padding-bottom: 0.5rem;
    }
    .ldjj div .ld-list li a .pho{
        float: none;
        width: auto;
        height: auto;
        padding-top: 143.21%;
    }
    .ldjj div>h4.ld-tit{
        font-size: 0.32rem;
        padding-left: 0.25rem;
    }
    .ldjj div .ld-list li a .pho-tx{
        padding: 0.4rem 0.2rem;
        height: auto;
        border: 1px solid #dcdcdc;
    }
    .ldjj div .ld-list li a .pho-tx h2{
        font-size: 0.34rem;
       line-height: 0.52rem;
    }
    .ldjj div .ld-list li a .pho-tx h4{
        font-size: 0.28rem;
    }
    .ldjj div .ld-list li a .pho-tx p{
        font-size: 0.26rem;
        line-height: 0.42rem;
        height: 0.84rem;
    }
    .ldjj div .ld-list li a .pho-tx i{
        margin-top: 0;
        width: 0.5rem;
        height: 0.05rem;
    }
    .ldjj{
        padding-bottom: 0.2rem;
    }
    .jgsz-list h4{
        font-size: 0.26rem;
        line-height: 2.2;
    }
    .jgsz-list ul>li a p{
        font-size: 0.2rem;
    }
    .jgsz-list ul>li{
        height: 1rem;
        width: 33%;
    }
}
@media screen and (max-width: 550px){
    .ldjj div .ld-list li{
        width: auto;
        float: none;
        padding: 0.2rem;
        border: 1px solid #dcdcdc;
    }
    .ldjj div .ld-list li a .pho-tx i{
        display: none;
    }
    .ldjj div .ld-list li a .pho{
        padding-top: unset;
    }
    .ldjj div .ld-list li a .pho img{
        position: static;
        width: auto;
        height: auto;
    }
    .ldjj div .ld-list li a .pho-tx{
        text-align: center;
        border: none;
        padding: 0 ;
    }
    .jgsz-list h4{
        font-size: 0.36rem;
    }
    .jgsz-list ul>li{
        height: 1rem;
        width: 100%;
    }
}