@charset "utf-8";
.banner {}

.banner img {
    display: block;
    width: 100%;
}


/* 分页 */

.footer {
    margin-top: 30px;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.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: #1f4cc1;
    color: #fff;
    border: 1px solid #1f4cc1;
}

.pagination a:hover {
    background: #1f4cc1;
    color: #fff;
    border: 1px solid #1f4cc1;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}



.nymain .leftNav {
    float: left;
    width: 320px;
    position: relative;
    margin-right: 90px;
    margin-top: 40px;
}

.nymain .leftNav>h2 {
    line-height: 140px;
    color: #fff;
    background: #275ebc;
    background-size: cover;
    background-position: center center;
    font-size: 36px;
    overflow: hidden;
    padding: 0 35px;
}

.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: #fff;
    padding: 20px 0;
}

.nymain .leftNav>ul {
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 230px;
    border-left: 4px solid #2e5db3;
}

.nymain .leftNav>ul>li {
    position: relative;
    /* overflow: hidden; */
    border-bottom: 2px solid #fff;
}

.nymain .leftNav>ul>li>a::after {
    content: "";
    position: absolute;
    border-left: 4px solid #2e5db3;
    top: 0;
    left: -4px;
    height: 100%;
    z-index: 9;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 66px;
    padding-left: 30px;
    /* background: #fefefe; */
    position: relative;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 18px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;
}

.nymain .leftNav>ul>li.on>span {}

.nymain .leftNav>ul>li.on>a {
    background: #fff;
    font-weight: 600;
    color: #e4bb6c;
}

.nymain .leftNav>ul>li.activ {
    background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
    background: #fff;
    font-weight: 600;
    color: #e4bb6c;
}

.nymain .leftNav>ul>li.active>a::after {
    border-color: #e4bb6c;
}

.nymain .leftNav>ul>li.active.on>span {}

.nymain .leftNav>ul>li.active>span {}

.nymain .leftNav>ul>li.active::after {}

.nymain .leftNav ul li:hover {}

.nymain .leftNav ul li.active {}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    background-position: 31px center;
    color: #e4bb6c;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 14px;
    line-height: 36px;
    padding-left: 15px;
    background: none;
    color: #666;
    position: relative;
}

.nymain .leftNav>ul>li>ul>li>a::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #666;
    border-radius: 50%;
}

.ny-right {
    overflow: hidden;
}

.ny-rcom {
    font-size: 24px;
    color: #1f4cc1;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    padding-right: 15px;
    margin-top: 40px;
}

.position>div {
    position: relative;
    font-size: 0;
    line-height: 20px;
    /* padding-left: 100px; */
    border-bottom: 1px solid #ddd;
    /* background-position: left center; */
    padding-bottom: 10px;
    padding-top: 10px;
}

.position h3 {
    position: absolute;
    width: 235px;
    padding-left: 35px;
    height: 90px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    background: #1f4cc1;
    background-position: center top;
    text-align: left;
    line-height: 100px;
    bottom: 0;
    left: 0;
}

.position h3::after {
    content: "";
    position: absolute;
    right: -37px;
    bottom: -30px;
    width: 74px;
    height: 74px;
    z-index: 9;
}

.position span {
    color: #888888;
    font-size: 16px;
    vertical-align: middle;
    float: left;
}

.position h2 {
    position: relative;
    color: #272727;
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 10px;
}

.position h2::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #2e5db3;
    width: 10px;
    height: 4px;
}

.position h2::after {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: solid 2px transparent;
    border-radius: 50%;
    display: inline-block;
    vertical-align: sub;
    margin-left: -10px;
    margin-bottom: -5px;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.position a {
    font-size: 16px;
    color: #666666;
    margin: 0 5px;
    vertical-align: middle;
    float: left;
}

.position a:hover {
    color: #0166b3;
}

.art-main .art-tit h3 {
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 30px;
    margin-top: 40px;
    font-weight: normal;
}

.art-main .art-tit h4 {
    font-size: 0;
    margin-top: 10px;
    width: 80px;
    height: 5px;
    background-color: #ca983a;
    margin: 30px auto;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: #333;
    text-indent: 2em;
    font-size: 16px!important;
    line-height: 31px!important;
    margin-bottom: 30px;
}

.art-main .art-body img {
    max-width: 80% !important;
    display: block;
    margin: 0 auto;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    line-height: 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: #999999;
    margin: 0 10px;
}

.art-info {
    border-top: 1px dashed #eaeaea;
    margin-top: 25px;
}

.pnext {
    margin-top: 25px;
}

.pnext p {
    text-indent: initial;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}

.pnext p a {
    font-size: 16px;
    color: #555555;
}

.pnext p:hover {
    color: #2e5db3;
}

.pnext p:hover a {
    color: #2e5db3;
}


/* 列表 */

.text-list {
    margin-top: 20px;
}

.text-list ul li a {
    display: block;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.3s;
}

.text-ldata {
    float: left;
    width: 80px;
    margin-right: 30px;
    height: 90px;
    line-height: 90px;
    font-size: 0;
    background: #2e5db3;
    color: #fff;
    text-align: center;
}

.text-ldata img {
    display: block;
}

.text-ldata div {
    transition: all 0.3s;
    vertical-align: middle;
    display: inline-block;
}

.text-ldata div p {
    font-size: 15px;
    line-height: 28px;
}

.text-ldata div span {
    display: block;
    font-size: 42px;
    line-height: 46px;
    font-family: PingFangSC;
}

.text-linfo {
    overflow: hidden;
    transition: all 0.3s;
}

.text-linfo h3 {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-linfo p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
}

.text-list ul li a:hover {
    background: #ecf3fa;
    padding-left: 10px;
    padding-right: 10px;
}

.text-list ul li a:hover .text-ldata img {
    display: none;
}

.text-list ul li a:hover .text-ldata div {
    background: #2e5db3;
    /* padding-left: 10px; */
    /* margin-top: 10px; */
}

.text-list ul li a:hover .text-ldata div p {
    color: #fff;
}

.text-list ul li a:hover .text-ldata div span {
    color: #fff;
}

.text-list ul li a:hover .text-linfo {
    padding-left: 20px;
    border-color: transparent;
}

.text-list ul li a:hover .text-linfo h3 {
    font-weight: 600;
    color: #0066cb;
    font-size: 18px;
}


/* 图片列表 */

.img-lists ul {
    overflow: hidden;
    margin-top: 10px;
}

.img-lists ul li {
    float: left;
    width: 30%;
    margin-top: 35px;
    margin-left: 5%;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}

.img-lists ul li:hover {
    /* box-shadow: 0 0 10px rgba(51, 51, 51, 0.16); */
    top: -10px;
}

.img-lists ul li:hover .info p {
    color: #0066cb;
    font-weight: 600;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 56%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div.info p {
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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: #999;
    vertical-align: middle;
}


/* 师资列表 */

.img-lists2 ul {
    overflow: hidden;
}

.img-lists2 ul li {
    float: left;
    width: 23%;
    margin: 15px 1%;
}

.img-lists2 ul li a {
    display: block;
}

.img-lists2 ul li a .pic {
    padding-top: 120%;
}

.img-lists2 ul li a .info {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
}

.dt-list2 li {
    float: left;
    width: 48%;
    margin-top: 40px;
}

.dt-list2 li:nth-child(2n+1) {
    margin-right: 4%;
}

.dt-list2 li a {
    display: block;
    margin-right: 7px;
    margin-bottom: 7px;
    background: #f2f2f2;
    padding: 30px 25px;
    box-shadow: 6px 6px 0 0px #dbe8f7;
    transition: all 0.3s;
}

.dt-list2 li a h3 {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dt-list2 li a h4 {
    color: #808080;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 28px;
}

.dt-list2 li a div {
    height: 1px;
    background: #cccccc;
    position: relative;
}

.dt-list2 li a div::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: translateY(-50%);
    background: #27aeb6;
    width: 50px;
    height: 3px;
}

.dt-list2 li a div::after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: -2px;
    transform: translateY(-50%);
    background: #0066cb;
    width: 50px;
    height: 3px;
}

.dt-list2 li a p {
    overflow: hidden;
    line-height: 24px;
    margin-top: 25px;
}

.dt-list2 li a p span {
    float: left;
    padding-left: 25px;
    color: #0066cb;
}

.dt-list2 li a p em {
    float: right;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #0066cb;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-family: 宋体;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
}

.dt-list2 li a:hover {
    background: #0066cb;
    box-shadow: 4px 8px 10px rgba(0, 0, 0, .3);
}

.dt-list2 li a:hover h3 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.dt-list2 li a:hover h4 {
    color: #c7ceea;
}

.dt-list2 li a:hover p em {
    background: #27aeb6;
}

.dt-list2 li a:hover p span {
    color: #fff;
}

.dt-list2 li a:hover div::before {
    background: #27aeb6;
}

.dt-list2 li a:hover div::after {
    background: #f29b76;
}

.img-lists ul {
    overflow: hidden;
    /* margin-left: -2%; */
    /* margin-right: -2%; */
}

.img-lists ul li {
    float: left;
    width: 29%;
    margin: 40px 2% 0 2%;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
    top: -10px;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 61%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div.info {
    padding: 10px;
    font-size: 0;
    text-align: center;
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.img-lists ul li:hover a>div.info p {
    color: #275ebc;
}

@media screen and (max-width: 1400px) {
    .banner {}
}

@media screen and (max-width: 1350px) {
    .position h3 {
        left: 10px;
    }
    .nymain .leftNav {
        margin-right: 50px;
        width: 280px;
    }
    .art-main .art-tit h3 {
        font-size: 24px;
    }
    .position h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .img-lists ul li {
        width: 48%;
        margin: 20px 1%;
    }
    .img-lists ul li a>img {
        height: 209px;
    }
    .img-lists ul li a>div.info p {
        font-size: 14px;
    }
    .img-lists ul li a>div.info img {
        height: 12px;
    }
    .img-lists ul li a>div.info span {
        font-size: 12px;
    }
    .banner {
        margin-top: 10px;
    }
    .nymain .leftNav>h2 {
        font-size: 24px;
        line-height: 80px;
    }
    .nymain .leftNav {
        margin-right: 30px;
        width: 220px;
    }
    .nymain .leftNav ul li a {
        font-size: 16px;
    }
    .position span {
        font-size: 14px;
    }
    .position a {
        font-size: 14px;
    }
    .position h3 {
        left: 10px;
        height: 70px;
        line-height: 70px;
        width: 185px;
    }
    .img-lists ul li {
        width: 48%;
        margin-left: 2%;
        margin-top: 20px;
    }
    .img-lists ul li:nth-child(3n+1) {
        margin-left: 2%;
    }
    .img-lists ul li:nth-child(2n+1) {
        margin-left: 0;
    }
    .img-lists ul li a>img {
        height: 209px;
    }
    .img-lists ul li a>div.info p {
        font-size: 14px;
    }
    .img-lists ul li a>div.info img {
        height: 12px;
    }
    .img-lists ul li a>div.info span {
        font-size: 12px;
    }
    .dt-list2 li a {
        padding: 20px 15px;
    }
}

@media screen and (max-width:768px) {
    .img-lists ul li {
        margin: 10px 1%;
    }
    .img-lists ul li a>img {
        height: 191px;
    }
    .nymain .leftNav>h2 {
        line-height: 40px;
        font-size: 16px;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        border-radius: 0;
        padding-right: 0;
    }
    .nymain .leftNav>h2 span {
        float: right;
        width: 24px;
        height: 30px;
        margin-top: 5px;
        background: url(../images/sub_left_down2.png) no-repeat center center;
        background-position: left center;
        margin-right: 10px;
    }
    .nymain .leftNav>h2 span.on {
        background: url(../images/sub_left_up2.png) no-repeat center center;
        background-position: left center;
    }
    .nymain {
        padding: 0 10px 10px 10px;
    }
    .nymain .leftNav {
        float: none;
        width: auto;
        top: 0;
        margin-right: 0;
        margin-top: 10px;
    }
    .nymain .leftNav>p {
        font-size: 18px;
        padding: 10px 0;
    }
    .ny-right {
        float: none;
        width: auto;
    }
    .position h2 {
        float: none;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .position {
        padding: 5px 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .position>div {
        text-align: left;
        line-height: 15px;
        background-size: auto 50px;
        /* padding-left: 80px; */
    }
    .position h3 {
        left: 0;
        width: auto;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        left: 0;
        margin-bottom: 10px;
    }
    .position h3::after {
        width: 37px;
        height: 37px;
        right: -10px;
        bottom: -15px;
    }
    .pagination {
        padding-top: 50px;
    }
    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        margin: 0 3px;
    }
    .nymain .leftNav ul {
        display: none;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .nymain .leftNav ul li a {
        line-height: 48px;
        padding-left: 10px;
    }
    .nymain .leftNav>ul {}
    .nymain .leftNav>ul>li>span {
        top: 13px;
    }
    .nymain .leftNav>ul>li::after {
        border-top-width: 20px;
        border-bottom-width: 20px;
    }
    .art-main .art-tit h3 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 20px;
    }
    .art-main .art-body p {
        font-size: 14px;
        line-height: 30px;
    }
    .art-main .cont-tit p span {
        font-size: 12px;
    }
    .art-main .cont-tit p img {
        height: 12px;
    }
    .pnext {
        float: none;
        border: none;
        width: auto;
    }
    .pnext p {
        line-height: 30px;
    }
    .zzjg_text li {
        width: 50%;
    }
    .img-lists ul li a>div.info p {
        font-size: 12px;
    }
    .xbxx {
        padding-top: 0;
    }
    .xbxx ul li a {
        padding: 15px 10px;
    }
    .xbxx ul li a h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .xbxx ul li a p {
        font-size: 14px;
        line-height: 26px;
        height: 72px;
        padding: 0;
    }
    .xbxx ul li a div span {
        font-size: 12px;
    }
    .xbxx ul li a div img {
        height: 14px;
    }
    .img-lists2 ul li {
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    .nymain .leftNav>h2 img {
        height: 20px;
    }
    .position a {
        margin: 0 2px;
        font-size: 12px;
    }
    .position span {
        font-size: 12px;
    }
    .text-ldata {
        width: 80px;
        overflow: hidden;
        margin-right: 15px;
    }
    .text-ldata div {
        margin-left: 0;
    }
    .text-ldata div p {
        font-size: 14px;
    }
    .text-ldata div span {
        font-size: 30px;
    }
    .text-list ul li a:hover .text-linfo {
        padding-left: 5px;
    }
    .text-list ul li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .text-linfo {}
}

@media screen and (max-width:480px) {
    .img-lists ul li a>img {
        height: 100px;
    }
    .art-main .cont-tit p .liulan {
        margin-left: 15px;
    }
    .img-lists2 ul li {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    .dt-list2 li {
        width: auto;
        float: none;
    }
    .dt-list2 li:nth-child(2n+1) {
        margin-right: 0;
    }
}

@media screen and (max-width:320px) {
    .art-main .art-tit h3 {
        /* font-size: 20px; */
        /* font-weight: bold; */
    }
    .art-main .art-tit span {
        font-size: 12px;
        padding-bottom: 5px;
        line-height: 24px;
        height: 24px;
    }
    .art-main .art-body p {
        font-size: 12px;
        line-height: 30px;
    }
    .img-lists ul li a>img {
        height: 84px;
    }
}