.main {
    position: relative;
    z-index: 6;
}

.main::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    background: url(../images/ny-main-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.ny-er .nav-sub2 {
    width: 70%;
}

.main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 116px;
    width: 500px;
    background: #bc0000;
    z-index: 2;
}

.ny {
    position: relative;
    z-index: 6;
}

.main-top {
    margin-top: -60px;
}

.ny-tit h2 {
    display: inline-block;
    padding: 25px 0;
    padding-right: 75px;
    background: #bc0000;
    font-size: 0;
    font-weight: normal;
}

.ny-tit h2 p {
    font-size: 36px;
    line-height: 1;
    color: #fff;
}

.ny-tit h2 span {
    padding-left: 40px;
    font-size: 20px;
    color: #fff;
  
    text-transform: uppercase;
}

.ny-er {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
    border-bottom: 1px solid #dde2df;
}

.ny-er .nav-sub2>ul>li {
    display: inline-block;
}

/*.ny-er .nav-sub2>ul>li:hover>ul {
    display: block;
}*/

.ny-er .nav-sub2>ul>li>a {
    position: relative;
    display: block;
    font-size: 20px;
    color: #000000;
    padding: 20px;
}

.ny-er .nav-sub2>ul>li>ul {
    position: absolute;
    left: 0;
    right: 0;
    background: #ffffff;
    display: none;
    padding: 0 15px;
    z-index: 99;
}

.ny-er .nav-sub2>ul>li>ul>li {
    display: inline-block;
    margin-right: 30px;
    line-height: 30px;
    padding: 5px 0;
}

.ny-er .nav-sub2>ul>li>ul>li>a {
    font-size: 14px;
    color: #333;
}

.ny-er .nav-sub2>ul>li>ul>li:hover>a {
    color: #bc0000;
}

.ny-er .nav-sub2>ul>li:hover>a,
.ny-er .nav-sub2>ul>li.on>a {
    color: #bc0000;
}

.ny-er .nav-sub2>ul>li a::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 3px;
    background: #bc0000;
    transition: all .3s;
}

.ny-er .nav-sub2>ul>li.on>a::after,
.ny-er .nav-sub2>ul>li:hover>a::after {
    left: 0;
    right: 0;
}

.position {
    padding-left: 30px;
    background: url(../images/position.png) no-repeat left center;
width:30%;
}

.position a,
.position span {
    font-size: 16px;
    color: #666666;
}

.position a:hover {
    color: #bc0000;
}


/* 图片列表 */

.pic-list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -18px;
}

.pic-list ul li {
    width: 33.333%;
    margin-top: 100px;
}

.pic-list ul li a {
    display: block;
    padding: 0 18px;
}

.pic {
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.pic:hover img {
    transform: scale(1.1);
}

.pic-list ul li a .pic {
    padding-top: 44.27%;
}

.pic-list ul li a .text {
    position: relative;
 
    background: #fff;
    z-index: 8;
    padding-top: 30px;
}

.pic-list ul li a .text h2 {
    margin: 0 30px;
    line-height: 31px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    height: 62px;
    overflow: hidden;
}

.pic-list ul li:hover a .text h2 {
    color: #084397;
}

.pic-list ul li a .text p {
    margin: 0 30px;
    margin-top: 10px;
    margin-bottom: 60px;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    opacity: .6;
    height: 104px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.pic-list ul li a .text .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    line-height: 50px;
    background: #084397;
    padding: 0 30px;
    color: #fff;
    font-size: 14px;
}

.pic-list ul li a .text .info span {
    font-family: "Arial";
}

.pic-list ul li a .text .info i {
    font-style: normal;
}

.pic-list ul li a .text .info i:hover {
    text-decoration: underline;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 100px;
    padding-bottom: 130px;
}

.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: #084397;
    color: #fff;
    border: 1px solid #084397;
}

.pagination a:hover {
    background: #084397;
    color: #fff;
    border: 1px solid #084397;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
    margin-top: 7px;
}


/* 人物介绍 */

.lead-list ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.lead-list ul li {
    width: 25%;
    margin-top: 120px;
}

.lead-list ul li a {
    display: block;
    padding: 0 20px;
}

.lead-list ul li a .pic {
    padding-top: 134.7%;
}

.lead-list ul li a .text {
    position: relative;
    padding: 15px 20px 30px 20px;
    background: #fff;
}

.lead-list ul li:hover a .text {
    background: #eee;
}

.lead-list ul li a .text .name {
  
    background: #fff;
   
    color: #084397;
    font-size: 0;
}

.lead-list ul li:hover a .text .name {
    background: #eee;
}

.lead-list ul li a .text .name h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.lead-list ul li a .text .name p {
    font-size: 16px;
}

.lead-list ul li a .text>p {
    line-height: 24px;
    font-size: 16px;
    color: #333;
    height: 72px;
    overflow: hidden;
}

.lead-list ul li a .text .more {
    margin-top: 40px;
    text-align: right;
}

.lead-list ul li a .text .more span {
    font-size: 16px;
    color: #084397;
}

.lead-list ul li:hover a .text .more span {
    text-decoration: underline;
}


/* 内容页 */

.nrr {
    margin-top: 80px;
    padding: 45px 45px;
    background: #fff;

}

.nr-title {
    position: relative;
    text-align: center;
}

.nr-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 4px;
    background: #bc0000;
    bottom: 60px;
}

.nr-title h2 {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 45px;
}

.nr-title p span {
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin: 0 30px;
}

.nrr p {

    line-height: 38px !important;
    font-size: 20px !important;
    color: #000;
    text-indent: 2em;
}

.nrr img {
    max-width: 100%!important;
    display: block;
    height: auto;
    margin: 0 auto;
}

.nrr table {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 92%;
    border-collapse: collapse;
}

.nrr table a {
    color: #323232;
}

.nrr table a:hover {
    color: #01438d;
    text-decoration: underline;
}

.nrr table img {
    max-width: 600px;
}

.nrr table td {
    text-align: center;
    padding: 5px 10px;
    border: 1px #bbb solid;
}

.nrr table td:hover {
    background: #eef2fa;
}

.nrr table td p {
    text-indent: 0px;
    magrin: 0px;
    padding: 0px;
}

.nrr p.img-tp img {
    max-width: 100%!important;
    display: block;
    width: auto!important;
    height: auto!important;
    margin-left: auto;
    margin-right: auto
}


/* 日期列表页 */

.main.list-main::after {
    background: url(../images/ny-list-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.list-text {
    margin-top: 60px;
}

.list-text>ul>li {
    position: relative;
    margin-top: 40px;
    background: #fff;
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.16);
}

.list-text>ul>li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 100%;
    background: url(../images/date-list-bg.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s;
}

.list-text>ul>li:hover::after {
    right: 0;
}

.list-text>ul>li>a {
    position: relative;
    display: block;
    padding: 40px;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
    z-index: 3;
}

.list-text>ul>li:hover>a {
    border-bottom: 1px solid #00479d;
    padding-right: 20px;
}

.list-text li .tm {
    float: left;
    box-sizing: border-box;
    text-align: center;
    width: 80px;
    height: 80px;
    font-size: 0;
    padding: 0 10px;
    color: #fff;
    font-family: "sisong";
}

.list-text li .tm span {
    display: inline-block;
    width: 70px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    background: #014099;
    position: relative;
}

.list-text li:hover .tm span {
    color: #fff;
}

.list-text li .tm span:first-child {
    display: block;
    font-size: 46px;
    line-height: 60px;
    color: #014099;
    font-weight: bold;
    background: transparent;
}

.list-text li:hover .tm span:first-child {
    color: #fff;
}

.list-text li .text {
    overflow: hidden;
    padding-left: 30px;
}

.list-text li .text h1 {
    font-size: 22px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.list-text li:hover .text h1 {
    color: #fff;
}

.list-text li .text p {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-text li:hover .text p {
    color: #fff;
}


/* 组织机构 */

.jgsz {
    padding-bottom: 30px;
}

.jgsz>ul>li {
    margin-top: 50px;
}

.jgsz>ul>li h2 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.jgsz>ul>li>ul {
    font-size: 0;
}

.jgsz>ul>li>ul>li {
    display: inline-block;
    margin-top: 15px;
    border: 1px solid #d5e4f4;
    background: #fff;
    width: 23%;
    margin-left: 2.6667%;
    height: 60px;
    line-height: 60px;
    border-left: 6px solid #b90103;
}

.jgsz>ul>li>ul>li:nth-child(4n-3) {
    margin-left: 0;
}

.jgsz>ul>li>ul>li a {
    display: block;
    font-size: 18px;
    color: #333;
    font-family: "pf";
    padding-left: 35px;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jgsz>ul>li>ul>li:hover a {
    color: #b90103;
}

@media only screen and (max-width: 1400px) {
    .ny-er .nav-sub2 ul li a {
        padding: 20px 10px;
    }
 
    .pic-list ul {
        margin: 0;
    }
    .lead-list ul {
        margin: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .ny-er .nav-sub2>ul>li {
    position: relative;
        width: 100%;
    }
    .ny-er .nav-sub2>ul>li>ul {
        position: relative;
        display: none;
    }
.ny-er{ width: 100%;}
.ny-er .nav-sub2{width: 100%;}
.ny-er .nav-sub2>ul>li>span {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 13px;
    background: url(../images/zk.png) no-repeat center center;
    cursor: pointer;
}
    .ny-er {
        display: block;
    }
    .ny-tit h2 {
        position: relative;
        display: block;
    }
    .ny-tit h2 span {
        position: absolute;
        top: 18px;
        right: 25px;
        width: 29px;
        height: 29px;
        background: url(../images/ejcd.png) no-repeat center center;
        cursor: pointer;
    }
    .ny-er {
        display: none;
    }
    .ny-tit h2 {
        padding: 15px 0;
    }
    .main::before {
        height: 66px;
    }
}

@media only screen and (max-width: 1000px) {
    .nav-sub2 {
        width: 100%;
        margin-bottom: 15px;
    }
    .position {
        width: 100%;
    }
  
    .ny-er .nav-sub2 ul li a {
        padding: 10px 15px;
    }
    .pic-list ul li {
        margin-top: 15px;
    }
    .pic-list ul li a .text h2 {
        margin: 0 15px;
    }
    .pic-list ul li a .text p {
        margin: 0 15px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .pic-list ul li a {
        padding: 0 10px;
    }
    .pic-list ul li {
        width: 50%;
    }
    .lead-list ul li {
        margin-top: 15px;
    }
    .lead-list ul li {
        width: 50%;
    }
    .jgsz>ul>li>ul>li {
        width: 48%;
        margin-left: 0;
        margin-right: 4%;
    }
    .jgsz>ul>li>ul>li:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 600px) {
.ny-tit h2 span{top:9px;}
.ny-er .nav-sub2>ul>li>span{top:1px;}
.ny-er .nav-sub2>ul>li a::after{height:1px;}
    .ny-tit h2 p {
        font-size: 20px;
    }
    .ny-tit h2 span {
        padding-left: 15px;
        font-size: 14px;
    }
    .main::before {
        width: 15px;
    }
    .ny-tit h2 {
        padding: 10px 0;
        padding-right: 40px;
    }
    .main-top {
        margin-top: -25px;
    }
    .main::before {
        height: 61px;
    }
    .main::after {
        top: 25px;
    }
    .ny-er .nav-sub2 ul li a {
        font-size: 14px;
        padding: 5px 10px;
        margin-bottom: 5px;
    }

    .pic-list ul li {
        width: 100%;
    }
    .pic-list ul li a .text h2 {
        font-size: 16px;
    }
    .pic-list ul li a .text {
        padding-top: 15px;
    }
    .pic-list ul li a .text p {
        font-size: 14px;
    }
    .pagination {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .position a,
    .position span {
        font-size: 14px;
    }
    .pic-list ul li a .text .info {
        height: 40px;
        line-height: 40px;
    }
    .nrr {
        margin-top: 15px;
        padding: 20px 15px;
    }
    .nr-title h2 {
        font-size: 19px;
        margin-bottom: 15px;
    }
    .nr-title p span {
        margin: 0 10px;
    }
    .nr-title::after {
        bottom: 33px;
    }
    .nrr p {
        margin-top: 15px !important;
        font-size: 14px !important;
        line-height: 29px !important;
    }
    .lead-list ul li {
        width: 100%;
    }
    .lead-list ul li a .text .name {
        padding-top: 15px;
    }
    .lead-list ul li a .text .name h2 {
        line-height: 1;
        margin-bottom: 10px;
    }
    .lead-list ul li a .text {
        padding: 15px 15px 15px 15px;
    }
    .lead-list ul li a .text .more {
        margin-top: 15px;
    }
    .lead-list ul li a .text .name h2 {
        font-size: 20px;
    }
    .lead-list ul li a {
        padding: 0;
    }
    .list-text>ul>li {
        margin-top: 15px;
    }
    .list-text>ul>li>a {
        padding: 15px;
    }
    .list-text {
        margin-top: 0;
    }
    .list-text li .tm span:first-child {
        font-size: 24px;
        line-height: 30px;
    }
    .list-text li .text h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .list-text li .tm {
        margin-top: 10px;
        padding: 0;
    }
    .list-text li .text {
        padding-left: 15px;
    }
    .jgsz>ul>li>ul>li {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .jgsz>ul>li {
        margin-top: 15px;
    }
}