.index #news{
    background: url(../images/block-bj.jpg) no-repeat;
    background-size: 1920px auto;
    background-position-x: center;
    background-position-y: bottom;
    padding: 45px 0 60px 0;
}
.index .news{
    overflow: hidden;
}
.index .news-left{
    float: left;
    width: 66%;
}

.index .news-tit{
    overflow: hidden;
    line-height: 55px;
}
.index .news-tit h3{
    float: left;
    width: 143px;
    background:#e6edf4 url(../images/tit-sup.png) no-repeat;
    background-position: left top;
    text-align: center;
    font-weight: normal;
    color: #0052a4;
    font-size: 26px;
}
.index .news-tit a{
    float: right;
    font-size: 0;
}
.index .news-tit a span{
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
}
.index .news-tit a img{
    vertical-align: middle;
    height: 16px;
    margin-left: 5px;
}

.index .news-texts{
    overflow: hidden;
}
.index .news-texts>li{
    float: left;
    width: 44%;
    padding: 10px 1%;
    margin-left: 8%;
    margin-bottom: 10px;
    transition: all 0.5s;
    position: relative;
    top: 0;
}
.index .news-texts>li:hover{
    top: -5px;
    background: #f9f5f5;
}
.index .news-texts>li:first-child{
    margin-left:0;
}
.index .news-texts>li:first-child+li+li{
    margin-left:0;
}

.index .news-texts>li .date{
    font-size: 14px;
    color: #cbb58f;
    margin: 0px 0 15px 0;
}
.index .news-texts>li a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #0d1428;
    line-height: 24px;
}
.index .news-texts>li a:hover{
    color: #0052a4;
}
.index .news-texts>li p{
    font-size: 14px;
    color: #9699a4;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.index .news-imgs{
    margin-top: 20px;
}
.index .news-imgs li{
    float: left;
    width: 31%;
    background: #fff;
    transition: all 0.5s;
    position: relative;
    top: 0;
}
.index .news-imgs li:hover{
    top: -10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.index .news-imgs li:first-child+li{
    margin: 0 3.5%;
}
.index .news-imgs li a{
    display: table;
    width: 100%;
}
.index .news-imgs li a img{
    display: table-row;
    width: 100%;
    height: 159px;
}
.index .news-imgs li a>div{
    display: table-row;
    vertical-align: middle;
    height: 65px;
    overflow: hidden;
}
.index .news-imgs li a>div>div{
    display: table-cell;
    height: 65px;
    overflow: hidden;
    vertical-align: middle;
}
.index .news-imgs li a p{
    font-size: 14px;
    color: #0d1428;
    line-height: 22px;
    padding: 0 5%;
    height: 44px;
    overflow: hidden;
}
.index .news-imgs li a p:hover{
    color: #0052a4;
}

.index .news-right{
    float: right;
    width: 30%;
    background: #0052a4;
}
.index .news-right>div{
    background: #e9e2d0 url(../images/news-right-bj.png) no-repeat;
    background-position: right bottom;
    margin: 20px 20px 0 0;
    padding: 20px 25px;
}
.index .news-right .news-tit{
    line-height: 30px;
}
.index .news-right .news-tit h3{
    background: none;
    text-align: left;
    width: auto;
}
.index .news-right ul{
    padding-top: 10px;
}
.index .news-right ul li{
    position: relative;
    padding-left: 75px;
    height: 69px;
    margin-top: 12px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.5s;
}
.index .news-right ul li:hover{
    background: #fff;
}
.index .news-right ul li:hover a{
    color: #0052a4;
}
.index .news-right ul li>div{
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    padding: 7px;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.index .news-right ul li>div p{
    color: #0052a4;
    border-bottom: 1px solid #e6e5ed;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
.index .news-right ul li>div span{
    display: block;
    color: #cbb58f;
}
.index .news-right ul li>a{
    display: block;
    font-size: 16px;
    color: #0d1428;
    line-height: 24px;
    padding-top: 9px;
}

.index .link{
    background: url(../images/iblock-bj2.jpg) no-repeat;
    background-size: 1920px auto;
    background-position: center bottom;
}
.index .link-child{
    overflow: hidden;
    padding: 40px 0;
}
.index .link-left{
    float: left;
    width: 65%;
}
.index .link-left ul{
    overflow: hidden;
}
.index .link-left ul li{
    float: left;
    width: 48%;
    margin-left: 4%;
    margin-top: 20px;
    position: relative;
    box-sizing: border-box;
    padding-left: 160px;
    height: 77px;
}
.index .link-left ul li:first-child{
    margin-left: 0;
}
.index .link-left ul li:first-child+li+li{
    margin-left: 0;
}
.index .link-left ul li:first-child+li+li+li+li{
    margin-left: 0;
}
.index .link-left ul li img{
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 77px;
}
.index .link-left ul li a{
    line-height: 77px;
    display: block;
    font-size: 18px;
    text-align: center;
    color: #0d1428;
    background: #fff;
    transition: all 0.5s;
}
.index .link-left ul li a:hover{
    background: #0052a4;
    color: #fff;
}

.index .link-right{
    float: right;
    width: 30%;
    background: url(../images/iblock2-right-bj.jpg) no-repeat;
    background-size: 100% 100%;
}
.index .link-right>div{
    padding: 23px 50px;
}
.index .link-right a{
    display: block;
}
.index .link-right a img{
    display: block;
    width: 100%;
}

 
#ny{
    background: url(../images/block-bj.jpg) no-repeat;
    background-size: 1920px auto;
    background-position: center bottom;
}
.ny .leftNav{
    float: left;
    width: 20%;
    background: #0052a4;
    position: relative;
    top: -20px;
}
.ny .leftNav h3{
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}
.ny .leftNav ul{
    margin-left: 20px;
    background: #fff;
    padding-right: 10px;
    padding-top: 15px;
} 
.ny .leftNav ul li{
    position: relative;
}
.ny .leftNav ul li a{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    padding-left: 30px;
    border-top: 1px solid #d8d8d8;
}
.ny .leftNav>ul>li>span{
    position: absolute;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 18px;
    line-height: 50px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    background-size: 14px 14px;
    cursor: pointer;
}
.ny .leftNav>ul>li.on>span{
    background: url(../images/sub_left_up.png) no-repeat center center;
    background-size: 14px 14px;
}
.ny .leftNav>ul>li.active>a{
    padding-left: 38px;
    background:#f7f8fa url(../images/my-nav-left.png) no-repeat;
    background-size: 8px 100%;
    background-position: left top;
    margin-left: -8px;
    color: #0052a4;
}
.ny .leftNav ul li a:hover {
    padding-left: 38px;
    background:#f7f8fa url(../images/my-nav-left.png) no-repeat;
    background-size: 8px 100%;
    background-position: left top;
    margin-left: -8px;
    color: #0052a4;
}
.ny .leftNav>ul>li>ul{
    display: none;
    background: #ebf2ff;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}
.ny .leftNav>ul>li>ul>li>a{
    /* font-size: 16px; */
}

.rightList{
    float: right;
    width: 78%;
    margin-top: 30px;
}
 
.position>div{
    background: url(../images/home2.png) no-repeat;
    background-size: auto 18px;
    line-height: 26px;
    background-position-x: left;
    background-position-y: center;
    padding-left: 30px;
}
.position>div p{
    font-size: 14px;
}
.position>div p a{
    font-size: 14px;
    line-height: 24px;
    color: #6f6f6f;
}
.position>div p a:hover{
    color: #004487;
}
.ny .text-list li{
    border-bottom: 1px dashed #d8d8d8;
    padding: 30px 0;
    transition: all 0.5s;
    position: relative;
    left: 0;
}
.ny .text-list li>div{
    position: relative;
    padding-left: 125px;
    height: 95px;
}
.ny .text-list li .date{
    position: absolute;
    left: 0;
    top: 0;
    height: 95px;
    width: 95px;
    background: url(../images/list-text-bj.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: 0;
}
.ny .text-list li .date div{
    font-size: 32px;
    color: #0052a4;
    margin-top: 10px;
}
.ny .text-list li .date  span{
    font-size: 16px;
    color: #0052a4;
}

.ny .text-list li .list-cont a{
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #1a1a1a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ny .text-list li .list-cont a:hover{
    color: #0052a4;
}
.ny .text-list li .list-cont p{
    font-size: 14px;
    line-height: 24px;
    color: #6f6f6f;
    height: 48px;
    overflow: hidden;
}
.ny .text-list li:hover{
    background: #f7f8fa;
    left: 10px;
}


.pagination{
    text-align: center;
    font-size: 0;
    margin-top: 35px;
    margin-bottom: 40px;
}
.pagination a{
    display: inline-block;
    border: 1px solid #cccccc;
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #373b44;
    margin: 0 2px;
    background: #fff;
}
.pagination a.active{
    background: #1e1a28;
    color: #fff;
    border: 1px solid #1e1a28;
}
.pagination a:hover{
    background: #1e1a28;
    color: #fff;
    border: 1px solid #1e1a28;
}


.article{
    padding: 50px 0 70px 0;
}
 
.article h3{
    font-size: 30px;
    color: #373b44;
    text-align: center;
}
.article .art-info{
    text-align: center;
    margin: 40px 0 15px 0;
}
.article .art-info span{
    font-size: 14px;
    color: #999999;
}
.art-body p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-indent: 2em;
    margin: 20px 0;
}
.art-body img{
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 20px auto;
}



@media screen and (max-width:1400px){
    .index .link-left ul li{
        height: 60px;
        padding-left: 125px;
    }
    .index .link-left ul li img{
        width: 125px;
        height: 60px;
    }
    .index .link-left ul li a{
        line-height: 60px;
        font-size: 16px;
    }
}



@media screen and (max-width:1200px){
.ny .leftNav{
        float: none;
        width: auto;
        top: 0;
    }

.ny .rightList{
    float: none;
    width: auto;
}
.ny{
    padding: 15px;
}
.art-body p{
font-size: 14px;
}
}


@media screen and (max-width:1024px){
    .index .news-tit h3{
        font-size: 20px;
    }
    .index .news-texts>li a{
        font-size: 16px;
    }
    .index .news-left{
        width: 60%;
    }
    .index .news-imgs li a>div{
        height: 44px;
        overflow: hidden;
    }
    .index .news-right{
        width: 38%;
    }
    .index .news-right>div{
        padding: 20px 15px;
    }
    .index .news-right ul li{
        padding-left: 70px;
    }
    .index .news-right ul li>a{
        font-size: 14px;
        height: 48px;
        overflow: hidden;
    }

    .index .link-left ul li{
        height: 50px;
        padding-left: 104px;
        margin-top: 10px;
    }
    .index .link-left ul li img{
        width: 104px;
        height: 50px;
    }
    .index .link-left ul li a{
        line-height: 50px;
        font-size: 14px;
    }

    .ny .text-list li{
        padding: 20px 0;
    }
    .ny .leftNav ul li a{
        font-size: 14px;
        padding-left: 20px;
    }
    .ny .leftNav ul li.active a{
        padding-left: 28px;
    }
    .ny .leftNav ul li:hover a{
        padding-left: 28px;
    }
    .ny .text-list li .list-cont a{
        font-size: 16px;
        padding-top: 5px;
    }


    .index .news-imgs li a img{
        height: 106px;
    }
}

@media screen and (max-width:768px){
    .banner .owl-theme .owl-controls{
        bottom: 10px;
    }
    .banner .owl-theme .owl-controls .owl-page span{
        width: 8px;
        height: 8px;
        margin: 0 7px;
    }
    .index{
        padding: 0 15px;
    }

    .index .news-texts>li{
        float: none;
        width: auto;
        margin-left: 0;
    }
    .index .news-texts>li{
        margin-bottom: 0;
    }
    .index .news-imgs{
        margin-bottom: 20px;
    }
    .index .news-imgs li{
        float: none;
        width: auto;
        margin: 0 !important;
    }
    .index .news-left{
        float: none;
        width: auto;
    }
    .index .news-right{
         float: none;
        width: auto;
        padding: 20px;
    }
    .index .news-right>div{
        margin-top: 0;
        margin-right: 0;
    }

    .index .link-left{
        float: none;
        width: auto;
    }
    .index .link-left ul li{
        float: none;
        width: auto;
        margin-left: 0;
    }
    .index .link{
        background: #dce6f1;
        padding: 0 20px;
    }
    .index .link-right{
        float: none;
        width: auto;
    }

    .ny{
        padding:15px;
    }
    .ny .leftNav{
        float: none;
        width: auto;
        top: 0;
    }
    .ny .leftNav h3{
        font-size: 20px;
        padding: 15px 0;
    }
    .ny .rightList{
        float: none;
        width: auto;
    }
    .ny .text-list li{
        padding: 15px 0;
    }
    .ny .text-list li .list-cont p{
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
    .ny .text-list li>div{
        height: 80px;
        padding-left: 95px;
    }
    .ny .text-list li .date{
        height: 80px;
        width: 80px;
    }
    .ny .text-list li .date div{
        font-size: 20px;
    }
    .ny .text-list li .list-cont a{
        padding-top: 0;
    }
    .article{
        padding: 30px 0;
    }
    .article h3{
        font-size: 16px;
    }
    .article .art-info{
        margin: 15px 0;
    }
    .art-body p{
        font-size: 12px;
    }
    



    .index .news-imgs li a img{
        height: 330px;
    }
}


@media screen and (max-width:480px){
    .index .news-imgs li a img{
        height: 192px;
    }
    .index .link-right>div{
        padding: 20px;
    }
}