@charset "UTF-8";

/* 综合新闻 */
.pubmore-zh a {
    border-radius: 0.25rem;
}

.zhxw .lmmc div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding-bottom: 0.3rem;
    border-bottom: 0;
}

.zhxw .lmmc div div {
    padding-bottom: 0;
    border-bottom: 0;
}

.zhxw .lmmc div h3 {
    font-size: 0.36rem;
}

.zh1 .lmmc div {
    padding-bottom: 0.24rem;
    border-bottom: 1px solid rgba(0, 82, 169, 0.2);
    position: relative;
    z-index: 1;
    justify-content: center;
}

.zh1 .lmmc .pubmore-zh {
    position: absolute;
    right: 0;
    top: 0.04rem;
}

.zh1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.36rem;
}

.zh1-gg {
    width: 31.94%;
}

.zh1-gg a {
    display: block;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.zh1-gg .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .0), rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, .7));
}

.zh1-gg .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.25rem 0.35rem;
    display: flex;
    align-items: flex-end;
}

.zh1-gg .info h3 {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    max-height: 0.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: #fff;
}

.zh1-gg .info span {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    color: #fff;
    opacity: 0.5;
    margin-left: 0.1rem;
}

.zh1-gg .titline i {
    background-image: linear-gradient(#fff, #fff);
}

.zh1-l .pic {
    padding-top: 128.41%;
}

.zh1-m ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.zh1-m ul li {
    height: calc((100% - 0.2rem)/2);
}

.zh1-m .pic {
    padding-top: 62.03%;
}

.zh1-r {
    width: 33.05%;
}

.zh1-r ul li+li {
    margin-top: 0.15rem;
}

.zh1-r a {
    display: flex;
    align-items: flex-end;
    border: 1px solid rgba(89, 89, 89, 0.3);
    border-radius: 0.1rem;
    padding: 0.37rem 0.3rem;
    transition: all 0.5s;
}

.zh1-r a h3 {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    height: 0.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

.zh1-r a span {
    display: block;
    font-size: 0.18rem;
    color: rgba(102, 102, 102, 0.5);
    margin-left: 0.1rem;
    transition: all 0.5s;
}

.zh1-r a:hover {
    background-color: #0b59ac;
    box-shadow: 0 0.1rem 0.2rem rgba(11, 89, 172, 0.27);
}

.zh1-r a:hover h3 {
    color: #fff;
}

.zh1-r a:hover span {
    color: #fff;
    opacity: 0.5;
}

.zh2 {
    padding: 0.9rem 0 1rem 0;
}

.zh2-c {
    display: flex;
    flex-wrap: wrap;
}

.jdt {
    width: 49.86%;
    margin: 0;
    position: relative;
    z-index: 0;
}

.jdt a {
    display: block;
}

.jdt .pic {
    padding-top: 62.67%;
    border-radius: 0.1rem;
}

.s2-r {
    width: 50.14%;
    position: relative;
    z-index: 1;
}

.s2-r ul {
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, .0), rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .7));
    border-radius: 0.1rem;
    padding: 0 0.34rem 0 0.3rem;
}

.s2-r ul li {
    height: 33.333%;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.s2-r ul li::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.3rem;
    width: 0;
    background: #0b59ac;
    border-radius: 0.1rem;
    z-index: -1;
    transition: all 0.5s;
}

.s2-r ul li::after {
    content: '';
    position: absolute;
    right: -0.34rem;
    bottom: 0.4rem;
    width: 0.41rem;
    height: 0.41rem;
    background-color: #fdc019;
    background-image: url(../images/zh2-jt.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.13rem auto;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.s2-r ul li+li {
    border-top: 1px solid #e5e5e5;
}

.s2-r ul li.on::before {
    width: calc(100% + 0.89rem);
}

.s2-r ul li.on::after {
    visibility: visible;
    opacity: 1;
}

.s2-r ul li a {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
}

.s2-r ul li a h3 {
    width: 100%;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.15rem;
    transition: all 0.5s;
}

.s2-r ul li a span {
    display: block;
    font-size: 0.16rem;
    color: #eb8e08;
    transition: all 0.5s;
}

.s2-r ul li.on a h3 {
    color: #fff;
}

.s2-r ul li.on a span {
    color: #FFAA00;
}

.zh3 {
    padding-bottom: 1.2rem;
    position: relative;
    z-index: 1;
}

.zh3-bg {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.zh3-c ul {
    display: flex;
}

.zh3-c ul li {
    width: calc((100% - 0.84rem)/4);
}

.zh3-c ul li+li {
    margin-left: 0.28rem;
}

.zh3-c ul li:nth-child(2) {
    margin-top: 2.1rem;
}

.zh3-c ul li:nth-child(3) {
    margin-top: 1.05rem;
}

.zh3-c a {
    display: block;
    position: relative;
    z-index: 1;
}

.zh3-c .pic {
    padding-top: 134.7%;
    border-radius: 0.1rem;
}

.zh3-c .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .0), rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, .7));
}

.zh3-c .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.3rem 0.35rem;
}

.zh3-c .info h3 {
    color: #fff;
    font-weight: normal;
    opacity: 0.7;
    font-size: 0.18rem;
    line-height: 0.28rem;
    max-height: 0.56rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

.zh3-c .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.zh3-c a:hover .info h3 {
    opacity: 1;
}

.zh4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.zh4 .w1440 {
    padding-top: 1.1rem;
}

.zh4-bg {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
}

.zh4 .lmmc div h3 {
    color: #fff;
}

.zh4 .pubmore a {
    background-color: #fdc019;
}

.zh4 .pubmore a::before,
.zh4 .pubmore a::after {
    background: #fff;
}

.zh4 .lmmc div {
    padding-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.adb1-c {
    background-color: #fff;
    width: calc((100vw - 14.4rem)/2 + 100%);
    padding: 0.35rem 0.4rem;
    border-radius: 0.1rem;
    position: relative;
    z-index: 1;
}

.adb1-c .swiper-slide {
    padding: 0.2rem 0;
}

.adb1-c .swiper-slide a {
    display: block;
    background-color: #ffffff;
    border-radius: 0.1rem;
    border: solid 0.01rem #e3e4e5;
    padding: 0.15rem 0.25rem 0.35rem 0.25rem;
    overflow: hidden;
    transition: all 0.5s;
}

.adb1-c .swiper-slide a:hover {
    box-shadow: 0px 0.05rem 0.15rem 0px rgba(30, 30, 30, 0.1);
}

.adb1-c .swiper-slide a .pic {
    padding-top: 58.24%;
    border-radius: 0.1rem;
}

.adb1-c .swiper-slide a .info {
    position: relative;
}

.adb1-c .swiper-slide a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    position: relative;
    z-index: 9;
    margin-top: 0.2rem;
    transition: all 0.5s;
}

.adb1-c .swiper-slide a:hover .info h3 {
    color: #0052a9;
}

.adb1-c .swiper-slide a .info div p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    height: 0.52rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: #666666;
    margin-top: 0.1rem;
}

.adb1-c .swiper-slide a .info b {
    display: block;
    width: 0.41rem;
    height: 0.41rem;
    background-color: #fdc019;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-top: .38rem;
    z-index: 9;
}

.adb1-c .swiper-slide a .info b::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: url(../images/pubmore-w.png) no-repeat;
    background-position: center center;
    background-size: .13rem;
    transition: all 0.5s;
    transform: translateY(-100%) translateX(-100%);
}

.adb1-c .swiper-slide a .info b::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: url(../images/pubmore-b.png) no-repeat;
    background-position: center center;
    background-size: .13rem;
    transition: all 0.5s;
}

.adb1-c .swiper-slide a:hover .info b::before {
    transform: translateY(0) translateX(0);
}

.adb1-c .swiper-slide a:hover .info b::after {
    transform: translateY(100%) translateX(100%);
}

.zh5 {
    padding-top: 0.96rem;
}

.zh5-c ul {
    display: flex;
    flex-wrap: wrap;
}

.zh5-c ul li {
    width: calc((100% - 0.6rem)/3);
    margin-left: 0.2rem;
    margin-bottom: 0.2rem;
}

.zh5-c ul li:nth-child(3n + 1) {
    margin-left: 0;
}

.zh5-c a {
    display: block;
    border-radius: 0.1rem;
    border: 1px solid #eeeeee;
    background-color: rgba(255, 255, 255, .5);
    padding: 0.3rem 0.25rem;
    transition: all 0.5s;
}

.zh5-c span {
    display: block;
    font-size: 0.16rem;
    color: #eb8e08;
    font-style: italic;
}

.zh5-c h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    height: 0.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 0.25rem;
    transition: all 0.5s;
}

.zh5-c .gd {
    border: solid 1px #222222;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    width: 1rem;
    line-height: 0.36rem;
    text-align: center;
    font-size: 0.16rem;
    border-radius: 0.25rem;
    margin-top: 0.38rem;
    z-index: 1;
}

.zh5-c .gd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fdc019;
    transition: all 0.5s;
    transform: translateX(-100%) translateY(-100%);
    z-index: -1;
    opacity: 0;
}

.zh5-c .gd::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fdc019;
    transition: all 0.5s;
    transform: translateX(100%) translateY(100%);
    opacity: 0;
    z-index: -1;
}

.zh5-c a:hover {
    background-color: #0b59ac;
    box-shadow: 0px 0.23rem 0.49rem 0px rgba(30, 30, 30, 0.15);
}

.zh5-c a:hover h3 {
    color: #fff;
}

.zh5-c a:hover .gd::before {
    transform: translateY(0) translateX(0);
    opacity: 1;
}

.zh5-c a:hover .gd::after {
    transform: translateY(0) translateX(0);
    opacity: 1;
}

/* 师资内容页 */
.szny {
    padding-left: 0.54rem;
    border-left: 1px dashed rgba(7, 106, 217, 0.9);
}

.szny-t {
    display: flex;
    flex-wrap: wrap;
}

.szny-pic {
    width: 2.08rem;
}

.szny-pic .pic {
    padding-top: 139.42%;
}

.szny-t .tx {
    flex: 1;
    min-width: 0;
    background: url(../images/szny-tbg.png) no-repeat center;
    background-size: cover;
    border: 1px solid #C5DCFF;
    padding-left: 0.55rem;
}

.szny-t .tit {
    padding: 0.34rem 0.2rem 0.22rem 0;
    border-bottom: 1px solid #C5DCFF;
}

.szny-t .tit h3 {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.36rem;
    color: #333333;
}

.szny-t .tit h3 span {
    display: inline-block;
    margin-left: 0.37rem;
    font-size: 0.22rem;
    font-weight: bold;
    color: #333333;
}

.szny-t .tx-d {
    padding-top: 0.22rem;
    padding-right: 0.2rem;
    padding-bottom: 0.2rem;
}

.szny-t .tx-d p {
    font-size: 0.18rem;
    line-height: 0.34rem;
    color: #666666;
}

.szny-nav {
    margin-top: 0.5rem;
}

.szny-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.szny-nav ul li {
    padding: 0 0.7rem;
    line-height: 0.5rem;
    border: 1px solid #105CB6;
    font-size: 0.22rem;
    text-align: center;
    color: #076AD9;
    cursor: pointer;
    margin: 0.1rem 0.6rem 0.1rem 0;
}

.szny-nav ul li.on {
    background: linear-gradient(270deg, #2A10A5 0%, #0870E3 100%);
    color: #fff;
}

.qh-bd {
    position: relative;
}

.qh-bd>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 8;
}

.qh-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.szny-bd .kk {
    margin-top: 0.45rem;
}

.szny-bd .k h3 {
    position: relative;
    z-index: 1;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.34rem;
    color: #333333;
    margin-bottom: 0.12rem;
}

.szny-bd .k h3 .icon1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.7rem;
    width: 0.32rem;
    height: 0.32rem;
    border: 0.5px dashed #076AD9;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.szny-bd .k h3 .icon1 img {
    display: block;
    max-width: 0.21rem;
    max-height: 0.21rem;
}

.szny-bd .k p {
    font-size: 0.18rem;
    line-height: 0.4rem;
    color: #333333;
    text-align: justify;
    word-wrap: break-word;
}


@media screen and (max-width:1024px) {
    .pubmore-zh a {
        width: auto;
        padding: 0 0.2rem;
    }

    .pubmore-zh a span {
        line-height: 0.3rem;
    }

    .zhxw .lmmc div h3 {
        font-size: 0.3rem;
    }

    .zh1 .lmmc div {
        justify-content: space-between;
    }

    .zh1-gg {
        width: calc((100% - 0.2rem)/2);
    }

    .zh1-r {
        width: 100%;
        margin-top: 0.2rem;
    }

    .zh1-r a {
        padding: 0.2rem;
    }

    .zh2 {
        padding: 0.4rem 10px;
    }

    .s2-r ul li a {
        padding-right: 0.2rem;
    }

    .s2-r ul li::after {
        width: 0.31rem;
        height: 0.31rem;
        background-size: 0.1rem auto;
        bottom: 0.25rem;
    }

    .zh3 {
        padding-bottom: 0.4rem;
    }

    .zh3-c ul li {
        margin-top: 0 !important;
    }

    .zh4 .w1440 {
        padding-top: 0.4rem;
    }

    .zh4 .lmmc div {
        padding-bottom: 0.3rem;
    }

    .adb1-c {
        width: calc(100% + 10px);
        padding: 0.2rem;
    }

    .szny-nav ul li {
        padding: 0 0.5rem;
    }

    .szny {
        padding-left: 0.4rem;
        margin-left: 0.2rem;
    }

    .szny-bd .k h3 .icon1 {
        left: -0.55rem;
    }
}

@media screen and (max-width:768px) {

    .zh1-gg .info,
    .zh3-c .info {
        padding: 0.2rem;
    }

    .jdt {
        width: 100%;
        order: 1;
    }

    .s2-r {
        order: 2;
        width: 100%;
        margin-top: 0.2rem;
    }

    .s2-r ul {
        padding: 0 0.2rem;
    }

    .s2-r ul li {
        height: auto;
    }

    .s2-r ul li a {
        height: auto;
        padding: 0.2rem 0.4rem 0.2rem 0;
    }

    .s2-r ul li::before {
        left: -0.2rem;
    }

    .s2-r ul li.on::before {
        width: calc(100% + 0.4rem);
    }

    .s2-r ul li::after {
        right: 0;
    }

    .zh3-c ul {
        flex-wrap: wrap;
    }

    .zh3-c ul li {
        width: calc((100% - 0.2rem) / 2);
    }

    .zh3-c ul li+li {
        margin-left: 0;
    }

    .zh3-c ul li:nth-child(even) {
        margin-left: 0.2rem;
    }

    .zh3-c ul li:nth-child(3),
    .zh3-c ul li:nth-child(4) {
        margin-top: 0.2rem !important;
    }

    .zh5 {
        padding-top: 0.4rem;
    }

    .zh5-c ul li {
        width: calc((100% - 0.2rem)/2);
        margin-left: 0 !important;
    }

    .zh5-c ul li:nth-child(even) {
        margin-left: 0.2rem !important;
    }

    .szny-pic {
        margin: 0 auto;
    }

    .szny-t .tx {
        flex: none;
        width: 100%;
        margin-top: 0.2rem;
        padding-left: 0.2rem;
    }

    .szny-t .tit {
        padding: 0.2rem 0.2rem 0.2rem 0;
    }

    .szny-t .tit h3 {
        font-size: 0.24rem;
    }

    .szny-t .tit h3 span {
        font-size: 0.18rem;
        margin-left: 0.2rem;
    }

    .szny-t .tx-d {
        padding-top: 0.2rem;
    }

    .szny-nav {
        margin-top: 0.3rem;
    }

    .szny-nav ul li {
        padding: 0 0.25rem;
        margin: 0.1rem 0.3rem 0.1rem 0;
    }

    .szny-bd .k h3 {
        font-size: 0.22rem;
    }

}

@media screen and (max-width:480px) {
    .nymain .zhxw {
        padding: 0;
    }

    .zh1-c {
        margin-top: 0.2rem;
    }

    .zh1-m ul {
        display: block;
    }

    .zh1-m ul li {
        margin-top: 0.15rem;
    }

    .zh1-gg {
        width: 100%;
    }

    .zh5-c ul li {
        width: 100%;
    }

    .zh5-c ul li:nth-child(even) {
        margin-left: 0 !important;
    }

    .szny-nav ul li {
        padding: 0 0.2rem;
        margin: 0.1rem 0.1rem 0.1rem 0;
    }
}