.ny-banner {
    position: relative;
    z-index: 1;
    /* max-width: 1400px;
    margin: 0 auto; */
}

.ny-banner img {
    display: block;
    width: 100%;
}

.pagination {
    text-align: center;
    font-size: 0px;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid rgb(220, 220, 220);
    padding: 0px 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: rgb(102, 102, 102);
    margin: 0px 7px;
}

.pagination a.active {
    background: #1757C7;
    color: rgb(255, 255, 255);
    border: 1px solid #1757C7;
}

.pagination a:hover {
    background: #1757C7;
    color: rgb(255, 255, 255);
    border: 1px solid #1757C7;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.nymain {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/indexbg.png) no-repeat center bottom;
    background-size: 100%;
    min-height: calc(100vh - 400px);
}

.nymain .leftNav {
    float: left;
    width: 294px;
    position: relative;
    margin-right: 50px;

    margin-bottom: 20px;
}

.nymain .leftNav>h2 {
    line-height: 90px;
    color: rgb(255, 255, 255);
    background: url(../images/nynavbg.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.nymain .leftNav>h2 b {
    display: inline-block;
    z-index: 9;
    position: relative;
}

.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.nymain .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 20px 0px;
}

.nymain .leftNav>ul {
    background: rgb(255, 255, 255);
    position: relative;
    min-height: 300px;
    padding-bottom: 20px;
    margin-left: 10px;

    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
}

.nymain .leftNav {
    position: relative;
}

.nymain .leftNav>ul::after {
    content: '';
    background-color: #1757C7;
    width: 10px;
    height: 95%;
    position: absolute;
    left: -10px;
    top: 0;
}

.nymain .leftNav>ul>li {
    position: relative;
    padding: 0 25px;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
    margin-top: 0px;
}



.nymain .leftNav ul li a {
    display: block;
    font-size: 24px;
    color: rgb(51, 51, 51);
    line-height: 50px;
    position: relative;
}



.nymain .leftNav>ul>li>a {
    border-bottom: 1px dashed rgb(221, 221, 221);
    line-height: 30px;
    padding: 20px;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 20px;
    top: 20px;
    line-height: 50px;
    background: url("../images/sub_left_down.png") center center no-repeat;
    cursor: pointer;
    background-size: 10px;
}

.nymain .leftNav>ul>li.on>span {
    transform: rotate(90deg);
}

.nymain .leftNav>ul>li.on>a {
    color: #1757C7;
    font-weight: 600;
    background-position: 10px center;
}

.nymain .leftNav>ul>li.active>a {
    background-position: 20px center;
    font-size: 24px;
}

.nymain .leftNav>ul>li.active>a {
    border-bottom: 1px solid #1756C7;
}

.nymain .leftNav>ul>li.active>a::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #1756C7;
    border-radius: 50%;
    right: 0;
    bottom: -4px;
}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    color: #1757C7;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding: 15px;
}

.nymain .leftNav>ul>li>ul>li a {
    font-size: 18px;
    line-height: 32px;
    position: relative;
    padding-left: 25px;
}

.ny-right {
    overflow: hidden;
    padding-bottom: 70px;
}

.ny-rcom {
    font-size: 24px;
    color: #1757C7;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    margin-bottom: 20px;
}


.position h3 {
    font-size: 24px;
    color: rgb(51, 51, 51);
    text-align: left;
    font-weight: 600;
}

.position span {
    color: rgb(113, 113, 113);
    font-size: 16px;
    vertical-align: middle;
}

.dqwz img {
    vertical-align: 0;
    margin-right: 10px;
    width: 17px;
}

.position {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.position .ny-tline {
    flex: 1;
    padding: 0 20px;
}

.position .ny-tline img {
    width: 100%;
}

.position a {
    font-size: 16px;
    color: #414141;
    margin: 0px 5px;
    vertical-align: middle;
    display: inline-block;
}

.position a:hover {
    color: #1757C7;
}

.art-main {
    padding: 0px 20px;
}

.art-main .art-tit h3 {
    text-align: center;
    color: rgb(27, 27, 27);
    font-size: 22px;
    margin-top: 30px;
    font-weight: normal;
}

.art-main .art-tit h4 {
    text-align: center;
    color: rgb(51, 51, 51);
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: rgb(51, 51, 51);
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.art-main .art-body img {
    display: block;
    margin: 0px auto;
    max-width: 80% !important;
}

.art-main .cont-tit p {
    font-size: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    background: rgb(245, 245, 245);
    margin-top: 20px;
}

.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: rgb(119, 119, 119);
    padding: 0px 10px;
}

.art-main .cont-tit p span:first-child {
    border-left: none;
}

.art-info {
    border-top: 1px solid rgb(225, 225, 225);
    padding: 30px 0;
    margin-top: 50px;
}

.pnext p {
    text-indent: initial;
    font-size: 18px;
    line-height: 36px;
    color: rgb(51, 51, 51);
    padding-left: 20px;
    background-position: left 15px;
    transition: all 0.3s ease 0s;
}

.pnext p:hover {
    text-decoration: underline;
}

.pnext p a {
    font-size: 18px;
    display: inline;
    color: rgb(51, 51, 51);
}

.pnext p:hover {
    color: #1757C7;
}

.pnext p:hover a {
    color: #1757C7;
}

.img-lists ul {
    overflow: hidden;
}

.img-lists ul li {
    float: left;
    width: 22.5%;
    margin: 30px 0px 10px 2%;
    transition: all 0.3s ease 0s;
    position: relative;
    top: 0px;
}

.img-lists ul li:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px;
    border-color: #1757C7;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 67%;
}

.img-lists ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a p {
    text-align: center;
    color: rgb(48, 48, 48);
    font-size: 16px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.img-lists ul li a>div.info {
    padding: 10px;
    font-size: 0px;
}

.img-lists ul li a>div.info p {
    color: rgb(51, 51, 51);
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.img-lists ul li a>div.info img {
    height: 14px;
    vertical-align: middle;
}

.img-lists ul li a>div.info span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: rgb(153, 153, 153);
    vertical-align: middle;
}

/* list */

.list ul li a {
    display: block;
    line-height: 72px;
}

.list ul li a span {
    float: right;
    font-size: 16px;
    color: #1756C7;
    padding-left: 20px;
    background: url(../images/ny-date.png) no-repeat left center;
}

.list ul li a p {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list ul li a {
    border-bottom: 1px dashed rgb(221, 221, 221);
    position: relative;
    padding-left: 25px;
}

.list ul li a p::before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #1757C7;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.list ul li a:hover p {
    color: #1757C7;
    font-weight: 600;
}



/* 组织机构 */
.agency h3 {
    line-height: 54px;
    background-color: #005396;
    padding-left: 30px;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: normal;
}


.agency ul li {
    float: left;
    width: 22%;
    background-color: #f3f5fa;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 4%;
    padding: 20px 0;
}

.agency ul li a {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

.agency ul li:nth-child(4n+1) {
    margin-left: 0;
}

.agency>div {
    margin-bottom: 10px;
}

.agency ul li a:hover {
    color: #005396;
    text-decoration: underline;
}

/* 图文 */
.qk-tit {
    font-size: 0;
    line-height: 20px;
    padding: 15px 20px;
    background-color: #fff;
    border-bottom: 1px solid #1757C7;
    margin-bottom: 20px;
}

.qk-tit b {
    font-size: 14px;
    color: #323232;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.qk-tit a,
.qk-tit span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #A1A1A1;
}

.qk-tit span {
    margin: 0 30px;
}

.qk-tit a {
    padding: 0 8px;
    border-radius: 999px;
}

.qk-tit a.active {
    background: #EBF6FF;
    color: #1757C7;
}

.qk-tit a:hover {
    color: #005396;
}

.qk-list ul li a .pic {
    width: 120px;
    height: 80px;
    padding-top: 0;
    float: left;
    margin-right: 2%;
}

.qk-tx {
    overflow: hidden;
}

.qk-tx h3 {
    color: #323232;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.qk-tx h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 29px;
    height: 2px;
    background: #235197;
}

.qk-tx h3 span {
    float: right;
    font-family: Georgia;
    font-size: 16px;
    color: #A1A1A1;
    padding-left: 20px;
    background: url(../images/s1-date.png) no-repeat;
    background-position: left center;
}

.qk-tx p {
    color: #A1A1A1;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qk-list ul li {
    margin-bottom: 30px;
}

.qk-list {
    background-color: #fff;
    padding: 45px 30px;
}

.qk-list ul li a {
    padding: 12px 15px;
}

.qk-list ul li a:hover {
    background: #1757C7
}

.qk-list ul li a:hover h3 {
    color: #fff;
}

.qk-list ul li a:hover h3::after {
    background-color: #fff;
}

.qk-list ul li a:hover span {
    background: url(../images/ny-date2.png) no-repeat;
    background-position: left center;
    color: #fff;
}

.qk-list ul li a:hover p {
    color: #fff;
    opacity: 0.6;
}

/* 团队教师 */
.tdjs {
    background-color: #fff;
}

.tdjs ul li a .pic {
    width: 164px;
    height: 197px;
    padding-top: 0;
    border-radius: 0 25px 0 0;
    margin-right: 15px;
}

.js-tx {
    width: calc(100% - 164px);
}

.tdjs ul li {
    position: relative;
}

.tdjs ul li a {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 15px;
    padding-right: 20px;
    position: relative;
    z-index: 2;
}

.tdjs ul li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 85%;
    left: 0;
    bottom: 0;
    background: #F2F7FF;
    z-index: 1;
}

.tdjs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.tdjs ul li {
    width: 48%;
    margin-bottom: 30px;
}

.js-tx {
    overflow: hidden;
}

.js-tx h3 {
    line-height: 20px;
    height: 50px;
}

.js-tx h3 b {
    color: #1757C7;
    font-size: 20px;
    margin-right: 10px;
}

.js-tx h3 span {
    color: #323232;
    font-size: 14px;
}

.js-tx h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.js-tx h4,
.js-tx p {
    color: #323232;
    font-size: 14px;
    line-height: 26px;
}

.js-tx p {
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 6.14师资详情 */
.td-info .pic {
    width: 180px;
    height: 240px;
    padding-top: 0;
    float: left;
    margin-right: 5%;
}

.td-info {
    padding-bottom: 30px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 30px;
}

.td-tx {
    overflow: hidden;
    padding-top: 20px;
}

.td-tx b {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    display: block;
    margin-bottom: 30px;
}

.td-tx p {
    font-size: 18px;
    color: #777777;
    line-height: 30px;
}

.td-c b {
    font-size: 20px;
    line-height: 20px;
    border-left: 5px solid #1757C7;
    padding-left: 10px;
    margin-bottom: 25px;
    display: block;
    margin-top: 30px;
}

.td-c p {
    line-height: 30px;
    font-size: 16px;
    color: #111;
}

/* twlb */
.tw-list ul li {
    margin-bottom: 50px;
}

.tw-list ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    padding-right: 40px;
    background-color: #eee;
}

.tw-list ul li a .pic {
    padding-top: 0;
    width: 300px;
    height: 200px;
}

.tw-list ul li a .tw-tx {
    width: calc(100% - 300px);
    padding-left: 3%;
}

.tw-tx h3 {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tw-tx p {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    margin-top: 20px;
    margin-bottom: 30px;
}

.tw-tx span {
    background: url(../images/icon-ny-date.png) no-repeat left center;
    background-size: 14px;
    line-height: 16px;
    font-size: 16px;
    padding-left: 20px;
    color: #1757C7;
}

.tw-list ul li a:hover h3 {
    color: #1757C7;
}




/* pt-lt */
.pt-lt {
    padding-top: 30px;
}

.pt-lt ul li a .pic {
    width: 277px;
    height: 177px;
    padding-top: 0;
}

.pt-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.pt-lt ul li a {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px dashed #D6D5D5;
}

.pt-tx {
    width: calc(100% - 277px);
    padding-left: 40px;
}

.pt-tx h3 {

    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.pt-tx span {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #1756C7;
    background: url(../images/ny-date.png) no-repeat left center;
    background-size: 14px;
    padding-left: 20px;
    margin: 10px 0;
}

.pt-tx p {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #888888;
}

.pt-lt ul li a:hover p,
.pt-lt ul li a:hover h3 {
    color: #1756C7;
}

.pt-lt ul li a:hover {
    border-bottom: 1px solid #1756C7;
}

/* news-c */
.news-tit h3 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #232323;
}

.news-tit p span {
    font-size: 18px;
    color: #5A5A5A;
    margin: 0 45px;
    display: inline-block;
}

.news-tit p {
    padding: 20px 0;
    background: #F5F5F5;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.news-tx p {
    font-size: 18px;
    line-height: 40px;
    color: #2C2C2C;
    margin-bottom: 10px;
    text-indent: 2em;
    /* width: 100%; */
}

/* .news-tx p img {
    max-width: 85%;
    display: block;
    margin: 0 auto;
} */

.news-tx span {
    display: block;
    text-align: right;

    font-size: 18px;
    line-height: 36px;
    color: #363636;

}

.news-p {
    line-height: 46px;
    font-size: 18px;
    color: #2866C8;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #BBCAE2;
}

.news-p a {
    font-size: 18px;
    color: #757575;
}

.news-p a:hover {
    color: #2866C8;
}

/* 过刊浏览 */
.gkll {
    margin-top: 40px;
}

.gk-l {
    width: 230px;
    margin-right: 80px;
    float: left;
    position: relative;
    padding-top: 30px;

}

.gk-l::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, 100%) rotateZ(45deg);
    width: 10px;
    height: 10px;
    background-color: #005396;
}

.gk-r {
    overflow: hidden;
}

.gk-l ul li a {
    text-align: center;
    display: block;
    font-size: 30px;
    color: #1757C7;
    line-height: 72px;
    background: url(../images/gk-bg1.png) no-repeat;
    background-size: 100% 100%;
}

.gk-l ul li.on a {
    background: url(../images/gk-bg2.png) no-repeat;
    background-size: 100% 100%;
}

.gk-l ul li.on a {
    font-weight: 600;
}

.gk-l ul li {
    margin-bottom: 80px;
    position: relative;
}

.gk-l ul li:last-child {
    margin-bottom: 0;
}

.gk-l ul {
    border-right: 1px dashed #1757C7;
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
}

.gk-l ul::before {
    content: '';
    width: 60px;
    height: 60px;
    background-color: #E7EEF9;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%) rotateZ(45deg);
}

.gk-l ul::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #005396;
    transform: translate(50%, -50%) rotateZ(45deg);
}

.gk-l ul li span {
    width: 60px;
    height: 60px;
    background-color: transparent;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%) rotateZ(45deg);
}

.gk-l ul li span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border: 1px solid #1757C7;
    background: #ffffff;
}

.gk-l ul li.on span {
    background: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(0, 53, 118, 0.3);
}

.gk-l ul li.on span::after {
    background-color: #005396;
}

.gk-r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gk-r ul li {
    width: 48%;
    border: 1px solid #C0C0C0;
}

.gk-pic {
    width: 218px;
}

.gk-r ul li a .pic {
    width: 100%;
    padding-top: 142%;
}

.gk-r ul li a {
    padding: 14px;
    display: flex;
    flex-wrap: wrap;
    background: url(../images/gk-tbg.png) no-repeat;
    background-size: 100% 100%;
}

.gk-r ul li a:hover h3{
    color: #005396;
}

.gk-r ul li {
    margin-bottom: 68px;
}

.gk-tx {
    flex: 1;
    padding-top: 30px;
    padding-left: 30px;
}

.gk-tx h3 {
    font-size: 22px;
    line-height: 44px;
    color: #303030;
    font-weight: 600;
}

.gk-tx p {
    font-size: 18px;
    color: #303030;
}