@charset "utf-8";
.banner{
    position: relative;}
.banner-list img {
    display: block;
    width: 100%;}

.position {
    font-size: 0;
    border-bottom: 1px solid #dddddd;
    line-height: 60px;}

.position span {
    color: #666666;
    font-size: 14px;
    vertical-align: middle;}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;}

.position a {
    font-size: 14px;
    color: #1157b5;
    margin: 0 5px;
    vertical-align: middle;}
.ny-main{
    padding-top: 20px ;
    padding-bottom: 40px;}
.ny-left {
    float: right;
    width: 260px;
    position: relative;
    margin-left: 3.57%;
    margin-top: 70px;
    background: #1157b5;}

.ny-main .ny-left p {
    padding-left: 50px;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    background: #1157b5 url(../images/dq-col.png) no-repeat;
    background-position: 30px center;}

.ny-main .ny-left p span {
    display: none;
    float: right;
    width: 15px;
    height: 15px;
    margin-right: 20px;
    margin-top: 15px;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 14px 14px;}

.ny-main .ny-left p span.on {
    background: url(../images/sub_left_up2.png) no-repeat center center;
    background-size: 14px 14px;}

.ny-main .ny-left ul {
    border-top: none;
    padding: 10px;}

.ny-main .ny-left>ul>li {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.1);}

.ny-main .ny-left>ul>li>i {
    content: "";
    position: absolute;
    right: 10px;
    top: 4px;
    width: 20px;
    height: 48px;
    background: url(../images/ej-menu-bf.png) no-repeat;
    background-size: 6px auto;
    background-position: center center;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 99;}

.ny-main .ny-left>ul>li>i.on {
    transform: rotateZ(-90deg);}

.ny-main .ny-left ul li ul li:last-child {
    border: none;}

.ny-main .ny-left>ul>li>a {
    display: block;
    font-size: 16px;
    padding-right: 45px;
    padding-left: 15px;
    color: #fff;
    line-height: 48px;
    position: relative;
    transition: all 0.3s;}
.ny-main .ny-left>ul>li>a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 15px;
    background: #f08d00;
    display: none;
    transform: translateY(-50%);}
.ny-main .ny-left>ul>li.on>a:before{
    display: block;}
.ny-main .ny-left>ul ul a{
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    padding-left: 15px;
    position: relative;}
.ny-main .ny-left>ul ul a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #f08d00;
    border-radius: 50%;
    transform: translateY(-50%);}

.ny-main .ny-left>ul>li>span {
    display: none;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 20px;
    top: 18px;
    line-height: 50px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    background-size: 14px 14px;
    cursor: pointer;}
.ny-main .ny-left ul li.active>a {
    color: #f08d00;
    background: #1157b5;}


.ny-main .ny-left ul li.active.on>span {
    background: url(../images/sub_left_up2.png) no-repeat center center;
    background-size: 14px 14px;}

.ny-main .ny-left ul li.active>span {
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 14px 14px;}

.ny-main .ny-left>ul>li.on>a,.ny-main .ny-left>ul>li:hover>a{
    color: #f08d00;}
.ny-main .ny-left>ul>li.active>a{
    color: #f08d00;}
.ny-main .ny-left ul ul li a:hover {
    color: #f08d00;

    background: #1157b5;
    background-position: 235px center;}

.ny-main .ny-left>ul>li>ul {
    display: none;
    padding-top: 1px;
    padding-bottom: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;}

.ny-main .ny-left>ul>li>ul>li>a {
    font-size: 14px;
    background-size: 0;}
.ny-right{
    overflow: hidden;}




/* 分页 */

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 30px;}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;}

.pagination a.active {
    background: #1157b5;
    color: #fff;
    border: 1px solid #1157b5;}

.pagination a:hover {
    background: #1157b5;
    color: #fff;
    border: 1px solid #1157b5;}

.pagination span {
    display: inline-block;
    font-size: 14px;}

/*列表*/
.text-list>ul{
    overflow: hidden;}
.text-list>ul>li{
    float: left;
    width: 48%;
    margin-top: 30px;
    padding: 25px 10px;
    border: 1px solid #ededed;
    border-top: 4px solid #1157b5;
    transition: all .3s;}
.text-list>ul>li:nth-child(even){
    margin-left: 4%;}
.text-list>ul>li a{
    display: block;
    overflow: hidden;}
.text-list>ul>li .tm{
    width: 80px;
    float: left;
    background: #1157b5;
    padding: 5px 0 10px;
    border-radius: 5px;}
.text-list>ul>li .tm span{
    display: block;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;text-align: center;}
.text-list>ul>li .text-info {
    overflow: hidden;
    padding-left: 15px;}

.text-info h4{
    font-size: 18px;
    color: #333;
    line-height: 1;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    margin-bottom: 10px;
    white-space: nowrap;}
.text-info p{
    font-size: 14px;
    line-height: 23px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 69px;}
.text-list>ul>li:hover{
    transform: translateY(-10px);}



/*******************列表******************/
.gg-list li{ position: relative; line-height: 49px; padding-right: 160px; border-bottom: dashed 1px #eee; font-size: 16px; color: #313131; overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.gg-list li em{ position: absolute; right: 0; top: 0; font-size: 16px; color: #969696;  font-style: normal;}
.gg-list li a{ font-size: 16px; color: #313131; padding-left: 15px; background: url(../images/icon-gg.png) left center no-repeat;}
.page-box{ margin-top: 30px;}



/*文章*/


.art-main .art-tit {
    border-bottom: 1px dashed #e5e5e5;
    padding: 20px 0 30px 0;}

.art-main .art-tit h3 {
    text-align: center;
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;}

.art-main .art-body {
    padding-top: 30px;}

.art-main .art-body p {
    color: #333333;
    text-indent: 2em;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;}

.art-main .art-body img {
      display: block;
    max-width: 100% !important;
    margin: auto;
    margin-bottom: 30px;
    height: auto !important;}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;}

.art-main .cont-tit p .liulan {
    margin-left: 50px;}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    margin: 0 20px;}

.art-info {
    border-top: 1px solid #eaeaea;
    margin-top: 25px;}

.pnext {
    margin-top: 25px;}

.pnext p {
    text-indent: initial;
    font-size: 15px;
    line-height: 30px;
    color: #555555
;}

.pnext p a {
    font-size: 15px;
    color: #444;}

.pnext p:hover {
    color: #004ea2;}

.pnext p:hover a {
    color:#004ea2;}

.art-info>a {
    float: right;}

.art-info>a img {
    height: 35px;
    margin-top: 25px;}

/* 图片列表 */
.img-lists{
    margin-top: 30px;}
.img-lists ul {
    overflow: hidden;}

.img-lists ul li {
    float: left;
    width: 30%;
    box-sizing: border-box;
    margin: 0 0 0 2.5%;
    transition: all 0.3s;
    position: relative;
    top: 0;}

.img-lists ul li:hover {
    top: -10px;}

.img-lists ul li a {
    display: block;
    width: 100%;}

.img-lists ul li a .pic {
    padding-top: 69%;}

.img-lists ul li a>div.info {
    font-size: 0;}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: 14px;
text-align: center;
    line-height: 20px;
    overflow: hidden;

    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px 0;
    border-bottom: 1px solid transparent;}

.img-lists ul li:hover .info p {
    color: #004ea2;
    border-color: #004ea2;}

.img-lists ul li:hover .info span {
    background:#004ea2;
    color: #fff;
    border-color: #004ea2;}



/* 图文列表 */
.tw ul li{padding: 25px 0;border-bottom: 1px dashed #d7d7d7;}
.tw ul li a{display: block;position: relative;height: 108px;}
.tw ul li a .imgList-info h3{line-height: 30px;}
.tw ul li a:hover .imgList-info h3{color: #1182e0;line-height: 30px;}
.tw ul li a .imgList-info h3 i{display: inline-block;width: 4px;height: 4px;background: #000;border-radius: 50%;margin-right: 10px;vertical-align: middle;}
.imgList-pic{position: absolute;right: 0;top: 0;float: right;width: 162px;height: 108px;}
.imgList-pic .pic{padding-top: 0;width: 100%;height: 100%;}
.imgList-pic .pic img{object-fit: cover;}
.imgList-info{overflow: hidden;padding-right: 182px;color: #075aa7;}
.imgList-info h3{font-size: 16px;color: #000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.imgList-info p{font-size: 14px;line-height: 24px;max-height: 48px;overflow: hidden;color: #999;text-indent: 2em;margin-top: 6px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.imgList-info span{display: block;font-size: 14px;color: #999;line-height: 20px;margin-top: 10px;}.zx-list ul li{line-height: inherit;padding-right: 0;background: none;padding: 5px 0;}








@media screen  and (max-width: 1024px){
    .ny-main .LeftNav {
        float: none;
        width: auto;
        top: 0;
        margin: 0;}

    .ny-main .LeftNav p {
        display: block;
        line-height: 45px;
        font-size: 16px;
        padding-left: 35px;
        background-position: 10px center;}

    .ny-main .LeftNav ul {
        display: none;
        padding: 10px 0 20px 0;}

    .ny-main .LeftNav ul li a:hover {
        background-size: 0;}
    .ny-main .ny-left p span{
        display: block;}
    .ny-main .ny-left>ul>li>a{
        font-size: 13px;
        line-height: 36px;}
    .ny-main .ny-left>ul>li>i{
        height: 36px;}
    .ny-main .ny-left>ul>li>ul>li>a{
        font-size: 12px;}

    .art-main .art-tit h3{
        font-size: 18px;
        margin-bottom: 10px;}
    .art-main .art-tit{
        padding: 15px 0;}
    .art-main .art-body p{
        font-size: 13px;}
    .pnext p a,.pnext p{
        font-size: 13px;}
    .pnext{
        margin-top: 10px;}

    .text-info h4{
        font-size: 15px;}
    .text-info p{
        font-size: 12px;}
    .text-list>ul>li{
        padding: 15px 10px;}
}

@media screen  and (max-width: 768px){
    .position span,.position a{
        font-size: 12px;}
    .position img{
        height: 14px;}
    .position{
        line-height: 42px;}
    .ny-main{
        padding-bottom: 20px;}
    .art-main .art-body{
        padding-top: 15px;}
    .art-info{
        margin-top: 10px;}
    .art-main .art-tit h3{
        font-size: 16px;}
    .art-main .cont-tit p span{
        font-size: 12px;}
.gg-list li{ padding-right: 100px;}
.gg-list li{ line-height: 40px;}
.gg-list li a{ font-size: 14px;}
.gg-list li span{ font-size: 14px;}

}

@media screen  and (max-width: 640px){
    .text-list>ul>li{
        float: none;
        width: auto;
        margin-top: 15px;}
    .text-list>ul>li:nth-child(even){
        margin-left: 0;}
    .text-list>ul>li .tm{
        width: 70px;
        padding: 10px 0 10px;}
    .text-list>ul>li .tm span{
        font-size: 20px;}
    .img-lists ul li{
        width: 48%;
        margin-left: 0;}
    .img-lists ul li:nth-child(3n+2){
        margin-left: 0;
        margin-right: 0;}
    .img-lists ul li:nth-child(even){
        margin-left: 4%;}
    .img-lists ul li a>div.info p{
        font-size: 13px;
        padding: 10px 0;}
    .img-lists{
        margin-top: 15px;}
    .nei1{
     display:none;
    }
    .nei2{
     width:100% !important;
    }
    .nei2a span{
     display:none;
    }

    .acenter {
    width: auto !important;}
}
.nei1 {
    width: 270px;
    float: left;
    margin-top: 25px;
}
.nei1a {
    background: #1157b5;
    height: 55px;
    line-height: 55px;
    text-indent: 1em;
    color: #fff;
    font-size: 25px;
}
.nei1b li {
    text-indent: 2em;
}
.nei1b li {
    background: url(../images/17.jpg) center center #F6F6F6 no-repeat;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 16px;
}
.nei1b li a{
    display:block;
}
.nei1b li :hover{
    background:#fdb710;
}
.nei2 {
    width: 900px;
    float: right;
    margin-top: 25px;
    min-height: 600px;
}
.nei2a {
    border-bottom: 1px #ddd solid;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
}
.nei2b {
    padding: 15px 0px;
}
.nei2a span {
    float: right;
    font-weight: 100;
    font-size: 14px;
    background: url(../images/20.jpg) no-repeat left center;
    padding-left: 25px;
}
.nei2a span a {
    padding: 0px 5px;
}
.nei2b .nert li {
    background: url(../images/19.jpg) no-repeat left center;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding-left: 15px;
    overflow: hidden;
}
.nei2b .nert li :hover{
    
    border-bottom: 1px solid #6e6e6e;
}
.nei2b .nert li a :hover{
    
   display:block;
}


.acenter{
    width: 1200px;
    margin: 0px auto;
}

.nei2b li>span {
    float: right;
}
@media (max-width: 767px){
.v_news_content p img {
    width: 92%!important;
    height: auto!important;
    margin: 8px auto !important;
    max-width: 100% !important;
    display: block;
}}