@charset "UTF-8";

.head2 .d2{
    background: url("/images/ny-hd.png") repeat-x top;
    min-height: 3.04rem;

}
.head2{
    box-shadow: none;
}
.head2 .d2>div{
    align-items: normal;
}
.head2 .d2 .nav{
    margin-top: 0.24rem;
}
.head2 .d2 .nav>ul>li>a{
    color: #fff;
}
.head2.on .d2 {
    min-height: auto;
}
.head2.on .d2{
    background: #fff;
}
.head2.on .d2 .nav{
    margin-top: 0;
}
.head2.on .d2 .nav>ul>li>a{
    color: #333;
}
.banner img{
    display: block;
    width: 100%;
}
.banner{
    position: relative;
}
.banner .position{
    position: absolute;
    bottom: 0;
    left: 2.43rem;
    right: 0;
    max-width: 16.67rem;

    padding:0.4rem 0.68rem 0.2rem;
    background: url("/images/ny-img02.png") no-repeat left bottom;
    background-size: auto 1.05rem;

}
.banner .position h4{
    font-size: 0.36rem;
    color: #ffffff;
    line-height: 1.2;
    display: inline-block;
}
.banner .position div{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0.34rem;
}
.banner .position div>*{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.16rem;
    color: #ffffff;
    line-height: 0.24rem;
}
.banner .position div span{
    margin: 0 0.06rem;
}
.banner .position div a:hover{
    font-weight: 600;
}
.ny-main{
    padding-top: 0.57rem;
    padding-bottom: 0.55rem;
    background: #f1f6fa;
    overflow: hidden;
}
.leftNav {
    width: 3.13rem;
    position: relative;
    padding-top: 0.3rem;
    padding-left: 0.14rem;
}
.leftNav:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: calc(100% - 0.14rem);
    height: calc(100% - 0.3rem);
    background: #0868b9;
}
.leftNav h4{
    line-height: 0.66rem;
    font-size: 0.3rem;
    text-align: left;
    padding-left: 0.25rem;
    position: relative;
    font-weight: 600;
    background: #0868b9;
    display: none;
}
.leftNav h4 span {
    position: absolute;
    top: 50%;
    right: 0.15rem;
    width: 0.37rem;
    height: 0.46rem;
    transform: translateY(-50%);
    background: url('/images/sub-h4.png') no-repeat center center;
    background-size: 0.2rem;
}
.leftNav>ul{
    position: relative;
    z-index: 1;
    background: #fff;
}
.leftNav>ul>li{
    position: relative;
    padding: 0 0.35rem;
    line-height: 0.78rem;
}
.leftNav>ul>li>a{
    display: block;
    font-size: 0.2rem;
    color: #111111;
    padding-left: 0.23rem;
    border-bottom: 1px solid #dddddd;
    transition: all .3s;
}
.leftNav>ul>li i{
    position: absolute;
    top: 0;
    right: 0.15rem;
    height: 0.78rem;
    width: 0.12rem;
    background-image: url('/images/sub-down.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.12rem 0.07rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.leftNav>ul>li ul{
    /*background: #f0f7ff;*/
    display: none;
}
.leftNav>ul>li ul a{
    display: block;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.67rem;
   padding-left: 0.35rem;
    border-bottom: 1px solid #dddddd;
    transition: all .3s;
}
.leftNav>ul>li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0.1rem;
    width: 0.05rem;
    height: 0;
    background: #e4bb6c;
    transition: all .3s;
}

.leftNav>ul>li:hover i,
.leftNav>ul>li.on i{
    opacity: 1;
    visibility: visible;
}
.leftNav>ul>li.on>a,
.leftNav>ul>li.active>a{
    font-size: 0.2rem;
    color: #0868b9;
    font-weight: 600;
}
.leftNav>ul>li ul a:hover{
    color: #0868b9;
    font-weight: 600;
}
.leftNav>ul>li.on:before,
.leftNav>ul>li.active:before{
    height: 0.6rem;
}

.rightBox{
    width: 10.2rem;
}
.ny-tit h4{
    font-size: 0.3rem;
    color: #111;
    padding-left: 0.2rem;
    line-height: 0.4rem;
    border-left: 0.04rem solid #0868b9;
}

.pull-right {
  float: right !important;
}
.list-right{width: 1000px;margin-top: 40px;}
/*pic-list*/

.a-list a{
    display: block;
    overflow: hidden;
    float: left;
    width: calc(33.33% - 0.45rem);
    margin: 0.24rem 0.225rem;
}
.a-list a .pic{
    padding-top: 67.1%;
}
.a-list a .txt {
    padding: 0.18rem 0.32rem;
    background: #fff;
    transition: all .3s;
}

.a-list a .txt p{
    font-size: 0.18rem;
    color: #111;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.6rem;
}
.a-list a:hover .txt{
    background: #0868b9;
}
.a-list a:hover .txt p{
    color: #fff;
}
.a-list{
    margin: 0.16rem -0.225rem 0;
    overflow: hidden;
}

/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.32rem;
}

.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: #0868b9;
    color: #fff;
    border: 1px solid #0868b9;
}

.pagination a:hover {
    background: #0868b9;
    color: #fff;
    border: 1px solid #0868b9;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}
/*txt-list*/

.txt-list li{
    margin-top: 0.2rem;
    background: #fff;
    padding: 0.3rem 0.3rem 0.23rem;
}
.txt-list li a{
    font-size: 0;
    overflow: hidden;
    display: block;
}
.txt-list li a time{
    float: left;
    padding: 0.04rem 0.06rem 0.05rem 0.07rem;
    background: url("/images/ny-img04.png") no-repeat 50%;
    background-size: cover;
}
.txt-list li a time span{
    display: block;
    font-size: 0.4rem;
    color: #111111;
    line-height: 1.2;
    text-align: center;
}
.txt-list li a time em{
    display: block;
    font-size: 0.14rem;
    color: #666666;
    line-height: 1.2;
    text-align: center;
}
.txt-list li a .txt{
    overflow: hidden;
    padding-left: 0.24rem;
}
.txt-list li a .txt h5{
    font-weight: 600;
    font-size: 0.18rem;
    color: #111;
    line-height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
   white-space: nowrap;
}
.txt-list li a .txt p{
    font-size: 0.14rem;
    color: #999;
    line-height: 0.26rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.52rem;
}
.txt-list li:hover a .txt h5{
    color: #0868b9;
}

/*list-pic*/

.list-pic li{
    background: #fff;
    margin-top: 0.35rem;
}
.list-pic li a{
    font-size: 0;
}
.list-pic li a .cover_img{
    display: inline-block;
    vertical-align: middle;
    width: 2.86rem;
    height: 1.94rem;
}
.list-pic li a .txt{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 3.23rem);
    margin: 0 0 0 0.35rem;
    padding-right: 0.33rem;
}
.list-pic li a .txt h4{
    font-size: 0.18rem;
    color: #111111;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-pic li a .txt p{
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.24rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.48rem;
    margin-top: 0.25rem;
}
.list-pic li a .txt div{
    overflow: hidden;
    margin-top: 0.28rem;
    background: url("/images/ny-img06.png") no-repeat right center;
    background-size: auto 0.06rem;
}
.list-pic li a .txt div span{
    display: inline-block;
    font-size: 0.14rem;
    color: #666666;
    line-height: 1.2;
    padding-left: 0.2rem;
    background: url("/images/ny-img07.png") no-repeat left center;
    background-size: 0.13rem;
}
.list-pic li:hover a .txt h4{
    color: #0868b9;
    font-weight: 600;
}
.list-pic li:hover a .cover_img>div:first-child{
    transform: scale(1.05);
}

/*content*/
.content{
    padding: 0.48rem 0.5rem 0.5rem;
    background: #fff;
}
.content-tit h3{
    font-size: 0.3rem;
    color: #111111;
    line-height: 1.5;
    text-align: center;
}
.content-tit p{
    font-size: 0;
    text-align: center;
    background: #f1f6fa;
    padding: 0.05rem 0;
    margin-top: 0.45rem;
}
.content-tit p span{
    display: inline-block;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.36rem;
    margin: 0 0.12rem;
}
.content-txt{
    margin-top: 20px;
    margin-bottom: 20px;
}
.content-txt p{
    font-size: 0.18rem !important;
    color: #111111;
    line-height: 0.38rem;
    text-indent: 2em;
    margin-top: 10px;
}
.content-txt table {max-width: 100% !important; display: block;margin: 0 auto;}
.content-txt table p{text-indent:0em !important;margin-bottom:0em !important;  }

.content-txt img{
    display: block;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}
.con-page{
    border-top: 1px solid #dddddd;
    padding-top: 0.28rem;
}
.con-page p{
    font-size: 0.16rem;
    color: #111;
    line-height: 0.4rem;
}
.con-page p:hover a{
    color: #0868b9;
}

/*zzjg*/
.jg-title{font-size: 26px;padding-bottom: 20px;margin-top: 10px;border-bottom: solid 1px #ddd;clear: both;padding-top: 10px;}
.jg-title span{ float: left; width: 50px; }
.jg-ul li{float: left;padding:0 10px 0 0;height: 40px;width: 33.333333%;background: none;}
.jg-ul li a{ display: inline-block; padding-left: 40px; background: url(/images/icon-jg05.png) left center no-repeat; font-size: 16px; color: #333; }
.jg-ul{margin-top: 10px;}
.jg-ul li a:hover{ background: url(/images/icon-jg06.png) left center no-repeat; color: #004da1; }
.img-ul-tt a:hover,.nav-b a:hover,.ld-name a:hover,a:hover .img-lb-tt{ color: #004da1; }
.jg-ul:before{display: table;
    content: " ";}
.jg-ul:after{clear: both;}
.jg-title span img{
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    position: relative;
    }


@media screen and (max-width: 1024px){
    .banner{
        margin-top: 1.2rem;
    }
 .list-right{ width: 620px; }
.content-txt img{
    max-width: 90%;
}
}


@media screen and (max-width: 800px){
    .banner{
        margin-top: 1rem;
    }
    .banner .position{
        max-width: none;
        left: 0;
        padding: 0.15rem ;
        background: rgba(8, 104, 185, 0.6);
        border-radius: 0.05rem;
    }
    .banner .position h4{
        display: none;
    }
    .banner .position div{
        margin-left: 0;
    }
    .ny-main{
        padding: 0.35rem 0.15rem 0.4rem;
    }
    .leftNav{
        float: none;
        width: auto;
        padding-top: 0;
        background: #0868b9;
    }
    .leftNav h4{
        display: block;
        color: #fff;
    }
    .leftNav:before{
        display: none;
    }
    .leftNav>ul{
        display: none;
    }
    .leftNav>ul>li i{
        right: 0.3rem;
        height: 0.66rem;
        opacity: 1;
        visibility: visible;
    }
    .leftNav>ul>li{
        line-height: 0.66rem;
        padding-left: 0.2rem;
    }
    .leftNav>ul>li>a,
    .leftNav>ul>li.on>a,
    .leftNav>ul>li.active>a{
        font-size: 0.23rem;
    }
    .rightBox{
        float: none;
        width: auto;
        margin-top: 0.4rem;
    }
    .a-list a{
        width: calc(50% - 0.3rem);
        margin: 0.15rem;
    }
    .a-list a .txt p{
        font-size: 0.22rem;
        line-height: 0.38rem;
        height: 0.76rem;
    }
    .a-list{
        margin: 0.16rem -0.15rem 0;
    }
    .txt-list li a .txt h5{
        font-size: 0.22rem;
        line-height: 1.8;
    }
    .txt-list li a .txt p{
        font-size: 0.18rem;
        line-height: 1.75;
        height: auto;
        max-height: 0.63rem;
    }
    .list-pic li a .txt h4{
        font-size: 0.22rem;
        line-height: 1.4;
    }
    .list-pic li a .txt p{
        font-size: 0.18rem;
        line-height: 0.28rem;
        height: 0.56rem;
    }

.list-right{ width: 100%; margin-top: 20px; }
.jg-ul li{width: 50%;}
.jg-title{padding-top: 20px;}
}

@media screen and (max-width: 550px){
    .txt-list li{
        padding: 0.15rem 0.1rem;
    }
    .a-list a{
        float: none;
        width: auto;
        margin: 0.25rem 0.15rem;
    }
    .txt-list li a time{
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 54px;
    }
    .txt-list li a .txt{
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 70px);
        margin: 0 0 0 15px;
        padding-left: 0;
    }
    .list-pic li a .cover_img{
        display: block;
        width: auto;
        height: auto;
        padding-top: 67.83%;
    }
    .list-pic li a .txt{
        display: block;
        width: auto;
        margin: 0;
        padding: 0.2rem ;
    }
    .content-tit h3{
        font-size: 0.25rem;
    }
    .content{
        padding: 0.2rem;
    }
.list-right{ width: 100%; margin-top: 20px; }
.jg-ul li{width: 50%;}
.jg-title{padding-top: 20px;}
}