@charset "utf-8";
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 60px;
    padding-bottom: 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: #1e50a2;
    color: #fff;
    border: 1px solid #1e50a2;
}

.pagination a:hover {
    background: #1e50a2;
    color: #fff;
    border: 1px solid #1e50a2;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.banner a {
    position: relative;
}

.banner a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    
}

#ny-main {
    position: relative;
    margin-top: -80px;
    z-index: 6;
}

.position {
    height: 80px;
    line-height: 80px;
    font-size: 0;
    text-align: right;
}

.position .post {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/position.png) no-repeat left center;
}

.position span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    background-image: linear-gradient(to right,#6311b0, #2553a6);
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.position a {
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
    vertical-align: middle;
    background-image: linear-gradient(to right,#6311b0, #2553a6);
}

.position a:hover {
   border: 1px solid #DA4E40;
    background: #DA4E40;
    font-weight: 200;
}

.ny-tit {
    position: relative;
    height: 60px;
    line-height: 60px;
    background: #eeeeee;
}

.ny-tit::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 260px;
    background: #1e50a2;
}

.nav2 {
    position: relative;
    font-size: 0;
    height: 60px;
    line-height: 60px;
    z-index: 2;
}

.ny-tit span {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    font-size: 26px;
    color: #fff;
    background: #1e50a2;
    vertical-align: middle;
}

.ny-tit span:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    border-left: 31px solid #1e50a2;
    border-bottom: 60px solid transparent;
}

.ny-tit ul.nav-dh {
    display: inline-block;
    font-size: 0;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    margin-left: 30px;
}

.ny-tit ul.nav-dh>li {
    display: inline-block;
    margin-left: 40px;
    margin-right: 15px;
}

.ny-tit ul.nav-dh>li>ul {
    position: absolute;
    left: 0;
    right: 0;
    background: rgb(218 232 255);
    height: auto;
    display: none;
    z-index: 9;
    padding: 0 50px;
}

.ny-tit ul.nav-dh>li:hover>ul {
    display: block;
}

.ny-tit ul.nav-dh>li>ul>li {
    display: inline-block;
    margin-right: 15px;
}

.ny-tit ul.nav-dh>li>ul>li>a {
    font-size: 16px;
    color: #333;
}

.ny-tit ul.nav-dh>li>ul>li:hover>a {
    color: #1e50a2;
}

.ny-tit ul.nav-dh>li>a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #333;
}

.ny-tit ul.nav-dh>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 3px;
    background: #1e50a2;
    transition: all .3s;
}

.ny-tit ul.nav-dh>li:hover>a,
.ny-tit ul.nav-dh>li.on>a {
    color: #1e50a2;
}

.ny-tit ul.nav-dh>li:hover>a::after,
.ny-tit ul.nav-dh>li.on>a::after {
    left: 0;
    right: 0;
}


/* 列表页 */

.list {
    margin-top: 20px;
}

.list li {
   position: relative;
   padding-left: 28px;      
   padding-right: 95px;
   line-height: 85px;
   border-bottom: 1px solid #e6e6e6;
   transition: all .3s;
   list-style: none;  
}
.list li::before {
    content: "";
    position: absolute;
    left: 8px;               
    top: 50%;
    transform: translateY(-50%);
    width: 10px;             
    height: 10px;            
    background: #1a4b9c;     
    border-radius: 2px;
    transition: all .3s;     
}


.list li:hover {
    box-shadow: 0 0 20px #d3d3d3;
    border-bottom: 1px solid transparent;
    color:#DA4E40;
}

.list li:hover::before {
    background:#DA4E40;
          
}
.list li:hover a {
    color: #DA4E40;
}
.list li a {
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.list li i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: bold;
    transition: all .3s;
}

.list li:hover i {
    left: 5px;
}

.list li span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #333;
    transition: all .3s;
}

.list li:hover span {
    color: #1e50a2;
    right: 5px;
}

.list li.orange i .list li.red i {
    color: #ff6e00;
}

.list li.qing1 i {
    color: #51d97f;
}

.list li.qing i {
    color: #67d2be;
}

.list li.blue2 i {
    color: blue;
}

.list li.blue1 i {
    color: #00d4f7;
}

.list li.red2 i {
    color: #ec9191;
}

.list li.orange i {
    color: #ff6e00;
}

.list li.blue i {
    color: #1e50a2;
}

.list li.green i {
    color: #34691e;
}

.list li.green1 i {
    color: yellowgreen;
}

.list li.red1 i {
    color: #980096;
}

.list li.brown i {
    color: #855442;
}

.list li.purple i {
    color: #c491c4;
}


/* 内容页 */

.art-main {
    margin-top: 50px;
    background-color: #f7f7f7;
    padding: 40px 30px;
    border-top: 3px solid #1e50a2;
}

.art-main .art-tit h3 {
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.art-main .art-body {
    padding-top: 35px;
}

.art-main .art-body p {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    /*text-indent:2em;*/
}

.art-main .art-body img {
    max-width: 80% !important;
   
    display: block;
    margin: 0 auto;
}

.art-main .cont-tit p {
    border-top: 1px dashed #dbdbdb;
    border-bottom: 1px dashed #dbdbdb;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    background: bottom;
    color: #808080;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #808080;
    margin: 0 15px;
}

.art-info {
    border-top: 1px dashed #e5e5e5;
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 45px;
}

.pnext p {
    text-indent: initial;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.pnext p a {
    font-size: 16px;
    color: #333;
}

.pnext p:hover {
    color: #004098;
    text-decoration: underline;
}

.pnext p:hover a {
    color: #004098;
    text-decoration: underline;
}


/* 简介页 */

.art-main.art-jj {
    border-top: none;
    background: #fff;
    padding: 0;
}

.art-main.art-jj .art-tit h3 {
    position: relative;
}

.art-main.art-jj .art-tit h3::after {
    content: "";
    position: absolute;
    width: 44px;
    height: 3px;
    background: #1e50a2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}


/* 图文列表 */

.tp-list {
    margin-top: 15px;
}

.tp-list ul li {
    position: relative;
    padding: 35px;
    border-bottom: 1px solid #e6e6e6;
}

.tp-list ul li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: url(../images/ny-tp-bg.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s;
}

.tp-list ul li:hover:after {
    right: 0;
}

.tp-list ul li a {
    position: relative;
    display: block;
    padding-left: 120px;
    padding-right: 400px;
    min-height: 211px;
    z-index: 3;
}

.tp-list ul li a .info {
    position: absolute;
    left: 0;
    top: 60px;
}

.tp-list ul li a .info .more {
    margin-top: 25px;
    width: 34px;
    height: 34px;
    background: url(../images/ny-tpp-more.png) no-repeat center center;
}

.tp-list ul li:hover a .info .more {
    background: url(../images/ny-tpp-more-other.png) no-repeat center center;
}

.tp-list ul li a .date {
    text-align: left;
}

.tp-list ul li a .date p {
    font-size: 18px;
    color: #808080;
}

.tp-list ul li:hover a .date p {
    color: #fff;
}

.tp-list ul li a .date span {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}

.tp-list ul li:hover a .date span {
    color: #fff;
}

.tp-list ul li a .text {
    padding-top: 50px;
}

.tp-list ul li a .text h2 {
    line-height: 32px;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    height: 64px;
    overflow: hidden;
}

.tp-list ul li:hover a .text h2 {
    color: #fff;
}

.tp-list ul li a .text p {
    margin-top: 15px;
    line-height: 29px;
    font-size: 15px;
    color: #808080;
    height: 87px;
    overflow: hidden;
}

.tp-list ul li:hover a .text p {
    color: #fff;
}

.tp-list ul li a .tpp {
    position: absolute;
    right: 0;
    top: 0;
    width: 320px;
}

.tp-list ul li a .tpp .pic {
    padding-top: 64.9%;
}

@media screen and (max-width:1600px) {
    .ny-tit::after {
        width: 120px;
    }
}

@media screen and (max-width:1000px) {
    .tp-list ul li a .tpp {
        width: 245px;
    }
    .tp-list ul li a {
        padding-right: 265px;
    }
    .tp-list ul li a .text {
        padding-top: 10px;
    }
    .tp-list ul li a .info {
        top: 30px;
    }
    .tp-list ul li {
        padding: 15px 0;
    }
}

@media screen and (max-width:700px) {
    .list li {
        line-height: 40px;padding-left: 4%;
    }
    .list li i {
        font-size: 16px;
    }
    .list li a {
        font-size: 16px;
        padding-left:31%;
    }
    .list li span {
        font-size: 14px;
    }
    .pagination {
        padding-top: 15px;
    }
    .ny-tit {
        height: auto;
    }
    .ny-tit {
        display: block;
    }
    .nav2 {
        height: auto;
    }
    .ny-tit::after {
        height: 60px;
    }
    .ny-tit span {
        font-size: 20px;
    }
    .ny-tit ul {
        white-space: nowrap;
        width: 100%;
        margin-left: 0;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .ny-tit ul li {
        margin-left: 15px;
    }
    .art-main {
        padding: 15px;
    }
    .art-main .art-tit h3 {
        font-size: 20px;
    }
    .art-main .cont-tit p {
        line-height: 26px;
    }
    .art-main .art-body {
        padding-top: 15px;
    }
    .art-main .art-body p {
        margin-bottom: 15px;
    }
    .art-info {
        padding-top: 15px;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .art-main {
        margin-top: 15px;
    }
    .tp-list ul li a {
        padding-right: 0;
        padding-left: 75px;
    }
    .tp-list ul li a .tpp {
        position: static;
        width: 100%;
    }
    .tp-list ul li a .date span {
        font-size: 20px;
    }
    .tp-list ul li a .text h2 {
        font-size: 16px;
        height: auto;
    }
    .tp-list ul li a .text p {
        margin-top: 5px;
        height: auto;
    }
    #ny-main {
        margin-top: -40px;
    }
    .position {
        line-height: 40px;
        height: 40px;
    }
}

@media screen and (max-width:1024px) {
    .ny-tit span {
        display: block;
        height: 60px;
        line-height: 60px;
        background: #1e50a2;
    }
    .ny-tit ul li {
        display: block;
    }
    .ny-tit span:after {
        display: none;
    }
    .ny-tit ul {
        display: block;
    }
    .ny-tit {
        height: auto;
        line-height: normal;
    }
    .ny-tit::after {
        display: none;
    }
    .nav2 {
        height: auto;
        line-height: normal;
    }
    .ny-tit ul.nav-dh {
        display: none;
        height: auto;
        margin-left: 0;
    }
    .ny-tit ul li a::after {
        display: none;
    }
    .ny-tit ul.nav-dh>li {
        position: relative;
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
    }
    .ny-tit ul.nav-dh>li i {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 20px;
        height: 20px;
        background: url(../images/jt.png) no-repeat center center;
    }
    .ny-tit ul.nav-dh>li>ul {
        position: relative;
    }
}

@media screen and (max-width:700px) {
    .ny-tit ul.nav-dh>li>ul {
        line-height: 35px;
    }
}