header {
    width: 100%;
    /* position: fixed; */
    z-index: 99;
    transition: .5s;
}

header.on {
    opacity: 0;
    visibility: hidden;
}

.top-head.scrolled {
    background: #b70c0c;
    transition: all .5s .2s;
}

.top-head {
    width: 100%;
    height: 75px;
    background: #b70c0c;
    /* opacity: 1; */
    display: flex;
    align-items: center;
    transition: all .5s;
}

.top-head .head {
    display: flex;
    justify-content: end;
}

.top-head .head-left {
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-left: 150px;*/
}

.head-left .nav {
    display: flex;
}

.head-left .nav .nLi:first-child {
    width: auto;
}

.head-left .nav .nLi {
    /*width: 225px;*/
}




.head-left .nav li a {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #FFFFFF;
    /* line-height: 21px; */
    text-align: center;
    font-style: normal;
}

.head-left .nav li .sub {
    position: absolute;
    top: 50px;
    left: -30px;

}

.head-left .nav li .sub li a {
    width: 100%;
}

.head-right {
    margin-top: 18px;
    display: flex;
    height: 30px;
    margin-left: 5px;
}

li .search {
    margin-top: 20px;
    margin-left: 20px;
}

.search {
    display: flex;
    width: 130px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 15px;
    padding-right: 30px;
}

.search input {
    border: 0;
    width: 100px;
    border-radius: 15px;
    z-index: 99;
    padding-left: 16px;
}

input:focus {
    outline: 0;
}


.search .inp::placeholder {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
    text-align: left;
    font-style: normal;
}

.search .btn img {
    height: 50%;
    padding-top: 6px;
}

.head-right .china {
    display: flex;
    align-items: center;
}

.head-right .su {
    margin-top: 6px;
    margin-left: 30px;
    margin-right: 30px;
    color: #ebc5c5;
}

.head-right .china .earch {
    height: 50%;
}

.head-right .china span {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    margin: 0 6px;
}

.head-right .china .xl img {
    width: 50%;
}

.nav .nav-sub {
    position: absolute;
    width: 220px;
    top: 100%;
    left: 0;
    background: url(../image/nav-sub.png) 0 0 repeat;
    padding: 5px 0;
    display: none;
}

.nav .nav-sub a,
.nav .nav-sub li {
    display: block;
    float: none;
    height: auto;
    font-size: 14px;
    line-height: 22px;
}

.nav .nav-sub a {
    padding: 2px 18px;
}

.nav .nav-sub a:hover {
    text-decoration: underline;
    font-weight: 700;
}

.nav li {
    float: left;
    position: relative;
}

.nav a {
    float: left;
    height: 62px;
    /*line-height: 62px;*/
    font-size: 16px;
    color: #fff;
    padding: 0 25px;
    position: relative;
    display: flex;
    align-items: center;
}

.nav a:hover {
    text-decoration: none;
}

.nav em {
    font-weight: 700;
}

.nav .icon-arrow {
    position: absolute;
    width: 33px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(../image/icon-arrow.png) center bottom no-repeat;
    left: 50%;
    bottom: 0;
    margin-left: -16px;
    display: none;
}

.nav .on .icon-arrow,
.nav .on .nav-sub {
    display: block;
}

.main{
    background: #F6F8FF;
}
.news-content {
    background: #ffffff;
}

.main .banner {
    background: #97a8ab url(../imgs/list-back.png) center bottom no-repeat;
    min-height: 530px;
    box-sizing: border-box;
    /* position: relative; */
}

.main .banner img {
    width: 45%;
    margin-top: 155px;
    margin-left: 760px;
}

.main .address {
    height: 74px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
}

.main .address .add {
    font-family: ArialMT;
    font-size: 18px;
    color: #999999;
    line-height: 21px;
    text-align: left;
    font-style: normal;
}

.main .address .add img {
    width: 23px;
}

.add a {
    color: #999999;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    transition: all .5s;
}

.add a:hover {
    color: #DE1919;
}

.showCon {
    margin-top: 70px;
    margin-bottom: 30px;
}

.showCon-left {
    width: 920px;
    float: left;
    margin-right: 64px;
}

.showCon-left .title {
    text-align: center;
    font-family: Arial, Arial;
    font-weight: normal;
    font-size: 36px;
    color: #000000;
    line-height: 42px;
    font-style: normal;
}

.showCon-left .article-meta {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(51, 51, 51, 0.2);
    margin-top: 46px;
}

.showCon-left .lj {
    display: flex;
    align-items: center;
}

.showCon-left .lj img {
    margin-right: 0px;
}

.showCon-left .article-meta span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 25px;
    text-align: left;
    font-style: normal;
}

.showCon-left .article-meta img {
    margin-right: 24px;
}

.showCon-left .article-meta img:last-child {
    margin-right: 0px;
}

.showCon-left .content {
    margin-top: 46px;
    margin-bottom: 30px;
}

.showCon-right {
    width: 416px;
    float: right;
    position: relative;
}

.showCon-right .imgBox {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.showCon-right .imgBox .img {
    padding-bottom: 67%;
    transition: .5s;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background: #fff;
}

.showCon-right .imgBox img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s;
}

.showCon-right .news .news-img:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.showCon-right .news .news-text:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.showCon-right .news .news-img:hover .imgBox img {
    transform: scale(1.08);
}

.showCon-right .news .news-img {
    margin-bottom: 30px;
}

.showCon-right .news .news-text {
    margin-bottom: 30px;
}

.showCon-right .news .txt {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.showCon-right .news .txt .txt1 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 33px;
    text-align: left;
    font-style: normal;
    margin-left: 40px;
    padding-top: 38px;
}

.showCon-right .news .txt .derc {
    width: 336px;
    height: 108px;
    font-family: PingFangTC, PingFangTC;
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    line-height: 30px;
    /* text-align: justify; */
    font-style: normal;
    margin-left: 40px;
    margin-top: 14px;
}

.showCon-right .news .news-text .more {
    margin-top: 35px;
}


.more {
    width: 122px;
    height: 38px;
    margin-top: 14px;
    padding-bottom: 48px;
    margin-left: 40px;
}

.more1 {
    width: 122px;
    height: 38px;
    margin-top: 31px;
}

.learn-more-btn {
    background-color: #FFFFFF;
    padding: 5px 17px;
    border: 1px solid #FF0000;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    width: 126px;
    height: 30px;
    display: flex;
    align-items: center;
    font-family: ArialMT;
    font-size: 18px;
    color: #DE1919;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    transition: .5s;
}

.more1 .learn-more-btn {
    background-color: #FFFFFF;
    padding: 5px 0px;
    border: 1px solid #0928A4;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    width: 126px;
    height: 30px;
    display: flex;
    align-items: center;
    font-family: ArialMT;
    font-size: 18px;
    color: #0928A4;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    transition: .5s;
    padding-left: 25px;
}

.showCon-right .news .news-img:hover .learn-more-btn {
    transition: .5s;
    background-color: #FF0000;
    color: #FFFFFF;
}

.showCon-right .news .news-text:hover .learn-more-btn {
    transition: .5s;
    background-color: #FF0000;
    color: #FFFFFF;
}

.more1:hover .learn-more-btn {
    transition: .5s;
    background-color: #0928A4;
    color: #FFFFFF;
}

/* 右下角小矩形 */
.learn-more-btn::after {
    content: "";
    /* 伪元素内容为空 */
    position: absolute;
    bottom: 0;
    /* 粘贴在主体底部 */
    right: 0;
    /* 粘贴在主体右侧 */
    width: 13%;
    /* 小矩形宽度为主体宽度的20% */
    height: 100%;
    /* 小矩形高度与主体一致 */
    background-color: #FF0000;
    /* 与主体背景色一致 */
    border-radius: 0 4px 4px 0;
    /* 左下角圆角，匹配主体右下角 */
}

.more1 .learn-more-btn::after {
    content: "";
    /* 伪元素内容为空 */
    position: absolute;
    bottom: 0;
    /* 粘贴在主体底部 */
    left: 0;
    /* 粘贴在主体右侧 */
    width: 13%;
    /* 小矩形宽度为主体宽度的20% */
    height: 100%;
    /* 小矩形高度与主体一致 */
    background-color: #0928A4;
    /* 与主体背景色一致 */
    border-radius: 0 4px 4px 0;
    /* 左下角圆角，匹配主体右下角 */
}

.news .txt .line1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 2px;
    background: #ff0000;
    transition: .5s;
}

.news .txt .line2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #092593;
    transition: .5s;
}

.news .txt .line3 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    width: 2px;
    background: #ff0000;
    transition: .5s;
}

.news-text .txt .line2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #ff0000;
    transition: .5s;
}

.news-text .txt .line3 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    width: 2px;
    background: #092593;
    transition: .5s;
}

.news .txt .line4 {
    position: absolute;
    right: 0;
    top: 0;
    height: 2px;
    width: 0;
    background: #092593;
    transition: .5s;
}

.news .news-img:hover .txt .line1 {
    height: 100%;
    transition: .5s .2s;
}

.news .news-img:hover .txt .line2 {
    width: 100%;
    transition: .5s .2s;
}

.news .news-img:hover .txt .line3 {
    height: 100%;
    transition: .5s .2s;
}

.news .news-text:hover .txt .line1 {
    height: 100%;
    transition: .5s .2s;
}

.news .news-text:hover .txt .line2 {
    width: 100%;
    transition: .5s .2s;
}

.news .news-text:hover .txt .line3 {
    height: 100%;
    transition: .5s .2s;
}

.news .news-text:hover .txt .line4 {
    width: 100%;
    transition: .5s .2s;
}

.footer {

    background: #121047;
}

.i-section6 {
    background: #1F1C77;
    /* min-height: 500px; */
    /* padding-top: 90px; */
    box-sizing: border-box;
}

.footer .top-foot {
    height: 60px;
    text-align: center;
}

.footer .tel {
    margin-top: 21px;
    font-family: ArialMT;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 28px;
    font-style: normal;
}

.footer .dz {
    margin-top: 15px;
    font-family: ArialMT;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 28px;
    font-style: normal;
}

.choice .it7 {
    display: flex;
    flex-wrap: wrap;
}

.choice .it7 .it7-item {
    width: 350px;
    height: 421px;
    transition: .5s;
}

.choice .it7 .it7-item:hover {
    background: #FFFFFF;
    transition: .5s;
}

.choice .it7 .it7-item:hover .title {
    color: #333333;
    margin-left: 30px;
    transition: .5s;
}

.choice .it7 .it7-item:hover .content {
    margin-left: 30px;
    color: #9c9c9c;
    transition: .5s;
}

.choice .it7 .it7-item .content .listCon a:hover {
    color: #0a29a4;
    text-decoration: underline;
    transition: .5s;
}

.choice .it7 .it7-item .title {
    height: 33px;
    font-family: Arial, Arial;
    font-weight: normal;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    margin-top: 60px;
    margin-bottom: 60px;
}

.choice .it7 .it7-item .content .listCon a {
    font-family: ArialMT;
    font-size: 20px;
    color: #cec8c8;
    line-height: 40px;
    text-align: left;
    font-style: normal;
}

.yddnav {
    display: none;
}

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #b70c0c;
}

#n_n_title {
    position: relative;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -14px;
    height: 28px;
}

#m_n_nav h1 {
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
    font-weight: normal;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

img {
    display: inline-block;
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    min-width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    text-align: left;
}

#sub_nav_content dt a {
    margin: 0px 20px;
    display: block;
    color: #333;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
    color: #0928A4;
}

.list-left {
    width: 400px;
    margin-right: 80px;
    border-left: 5px solid #0928A4;
    float: left;
}

.list-left .mingcheng {

    height: 120px;
    background: #0928A4;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.list-left .mingcheng a {
    font-family: Arial, Arial;
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}

.list-left .liebiao ul li {
    height: 100px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    border-bottom: 1px solid rgb(51, 51, 51, 0.1);
}

.list-left .liebiao ul li a {
    font-family: ArialMT;
    font-size: 24px;
    color: #000000;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}

.list-left .liebiao ul li:hover {
    background: #E4E4EB;
}

.showCon-left1 {
    width: 910px;
    float: right;
}

.school_jj {
    display: flex;
    margin-bottom: 20px;
}

.school_jj .imgBox1 {
    width: 255px;
    /*height: 400px;*/
    margin: 23px 23px;
}

.school_jj .jj {
    width: 505px;
}

.school_jj .jj .universityName {
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 800;
    font-size: 40px;
    color: #000000;
    line-height: 50px;
    text-align: left;
    font-style: normal;
    margin-bottom: 10px;
}

.school_jj .jj .js {
    margin-bottom: 15px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    font-style: normal;
}

.scholar .title {
    position: relative;
}

.scholar .title span{
    font-family: Arial, Arial;
    font-weight: normal;
    font-size: 36px;
    color: #000000;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
    padding-left: 28px;
}

.scholar .title span::before {
    content: "";
    width: 8px;
    height: 40px;
    background: #0928A4;
    display: flex;
    position: absolute;
    left: 0;
}

.scholar .title {
    margin-bottom: 32px;
}

.scholar{
    margin-bottom: 100px;
}

.scholar .list ul {
    display: flex;
    flex-wrap: wrap;
}

.scholar .list ul li {
    width: 30%;
    margin-right: 41px;
    margin-bottom: 40px;
    transition: all .5s .2s;
}

.scholar .list ul li:nth-child(3n) {
    margin-right: 0px;
}

.scholar .list ul li .imgBox {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

ul li .imgBox .img {
    padding-bottom: 67%;
    transition: .5s;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background: #fff;
}

.imgBox img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s;
}

ul li .txtBox .title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 33px;
    text-align: left;
    font-style: normal;
    padding-top: 30px;
    margin-left: 20px;
}

ul li .txtBox {
    position: relative;
}

ul li .txtBox .con img {
    margin-left: 20px;
    margin-top: 27px;
    width: 8%;
    margin-bottom: 42px;
    transition: all 1s;
}

ul li .txtBox .con {
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: 5s;
}

.list ul li:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.list .li:hover {
    transform: translateY(0px);

}

ul li:hover .txtBox .con {
    border: 0;
}

.list ul .li:hover .txtBox img {
    transform: translateX(0px);
}

.list ul li:hover .imgBox img {
    transform: scale(1.08);
}

.list ul li:hover .txtBox img {
    transform: translateX(20px);
}

.list .txtBox .line1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 2px;
    background: #ff0000;
    transition: .5s;
}

.list .txtBox .line2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #092593;
    transition: .5s;
}

.list .txtBox .line3 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    width: 2px;
    background: #ff0000;
    transition: .5s;
}

.list .li:hover .txtBox .line1 {
    height: 100%;
    transition: .5s .2s;
}

.list .li:hover .txtBox .line2 {
    width: 100%;
    transition: .5s .2s;
}

.list .li:hover .txtBox .line3 {
    height: 100%;
    transition: .5s .2s;
}

.list .li .imgBox .img::before {
    content: '';
    position: absolute;
    top: 0;
    left: -86%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .1));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .1));
}

.list .li:hover .imgBox .img::before {
    -webkit-animation: shine .5s;
    animation: shine .5s;
}

@keyframes shine {
    100% {
        left: 115%;
    }
}


@media screen and (max-width: 950px) {
    .w {
        width: 90%;
    }
    
    iframe {
        width: 100% !important;
        height: 100% !important;
    }

    .head-right .search {
        display: none;
    }
    
    .top-head {
        height: 75px;
        background:linear-gradient(to bottom, #8B0000, #00000000);
    }

    .yddnav {
        display: block;
    }

    .top-head .head-left {
        display: none;
    }

    .top-head .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .head-right {
        margin-top: 0px;
    }

    #m_n_nav {
        display: block;
    }

    .list-left {
        display: none;
    }

    .list-right {
        width: 100%;
        float: none;
    }

    .scholar .list ul li {
        width: 47%;
        margin-right: 3.5vw;
        margin-bottom: 40px;
        transition: all .5s .2s;
    }

    .scholar .list ul li:nth-child(3n) {
        margin-right: 3.5vw;
    }

    .scholar .list ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .main .banner img {
        width: auto;
        margin-left: 0px;
    }

    .choice .it7 .it7-item {
        width: 100%;
    }

    ul li .txtBox .title {
        font-size: 14px;
        line-height: 7vw;
        padding-top: 0px;
        margin-left: 10px;
    }

    ul li .txtBox .con img {
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 10px;
    }


    .head-right .search {
        width: 18vw;
    }

    .head-right .search input {
        width: 16vw;
    }

    .choice .it7 .it7-item .title {
        text-align: center;
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .choice .it7 .it7-item .content .listCon a {
        font-size: 16px;
    }

    .listCon {
        text-align: center;
    }

    .choice .it7 .it7-item {
        width: 50%;
        /* border-bottom: 1px solid #ffffff; */
        height: 330px;
    }

    .choice .it7 .it7-item:last-child {
        border-bottom: 0;
    }

    .footer .tel {
        font-size: 16px;
    }

    .footer .dz {
        font-size: 16px;
    }

    .list1 ul li .txt {
        font-size: 20px;
        line-height: 20px;
    }

    .list1 ul li .content {
        font-size: 16px;
        line-height: 20px;
    }

    .showCon-right .news .txt .derc {
        width: 100%;
        font-size: 16px;
    }

    .showCon-left {
        width: 100%;
    }

    .showCon-right {
        width: 100%;
    }

    .showCon-left .title {
        font-size: 22px;
        line-height: 24px;
    }

    .showCon-left .article-meta span {
        font-size: 12px;
    }

    .showCon-left .article-meta img {
        margin-right: 10px;
    }

    .showCon {
        margin-top: 30px;
    }

    .showCon-right .news .txt .txt1 {
        font-size: 16px;
        font-family: PingFangSC, PingFang SC;
        color: #000000;
        line-height: 33px;
        text-align: left;
        font-style: normal;
        margin-left: 40px;
        padding-top: 20px;
        font-weight: 400;
    }

    .more {
        width: 110px;
        height: 38px;
        margin-top: 8px;
        padding-bottom: 30px;
        margin-left: 40px;
    }

    .learn-more-btn {
        width: 64px;
        height: 20px;
        font-size: 10px;
    }

    .i-section6 {
        display: none;
    }

    .showCon-left1 {
        width: 100%;

    }

    .school_jj .imgBox1 {
        width: auto;
        height: auto;
    }

    .school_jj {
        margin-bottom: 40px;
    }

    .school_jj .jj .universityName {
        font-size: 20px;
    }

    .school_jj .jj .js {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    
    .more1 {
        width: 108px;
        height: 30px;
        margin-top: 20px;
    }
    
    .more1 .learn-more-btn {
        width: 80px;
        height: 20px;
        font-size: 12px;
    }

    .scholar .title span {
        font-size: 18px;
    }

    .scholar .title span::before {
        width: 4px;
        height: 15px;
    }
    
    .content p, .content span, .content strong {
        font-size: 16px !important;
    }
    
    .scholar .title {
        margin-bottom: 5px;
    }
    
    .scholar {
        margin-bottom: 40px;
    }
    
    .school_jj .jj {
        width: auto;
    }
}


@media screen and (max-width: 750px) {
    .w {
        width: 90%;
    }

    .showCon-left .lj img {
        margin-right: 0px;
    }

    .i-section6 {
        display: none;
    }
    
    .top-head {
        height: 40px;
        background:linear-gradient(to bottom, #8B0000, #00000000);
    }

    .yddnav {
        display: block;
    }

    .top-head .head-left {
        display: none;
    }

    .top-head .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .head-right {
        margin-top: 0px;
    }

    #m_n_nav {
        display: block;
    }

    .list-left {
        display: none;
    }

    .list-right {
        width: 100%;
        float: none;
    }

    .scholar .list ul li {
        width: 47%;
        margin-right: 3.5vw;
        margin-bottom: 40px;
        transition: all .5s .2s;
    }

    .scholar .list ul li:nth-child(3n) {
        margin-right: 3.5vw;
    }

    .scholar .list ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .main .banner img {
        width: auto;
        margin-left: 0px;
    }

    .choice .it7 .it7-item {
        width: 100%;
    }

    ul li .txtBox .title {
        font-size: 12px;
        line-height: 18px;
        padding-top: 5px;
        margin-left: 10px;
    }

    ul li .txtBox .con img {
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 10px;
    }



    .head-right .search {
        width: 18vw;
    }

    .head-right .search input {
        width: 16vw;
    }

    .choice .it7 .it7-item .title {
        text-align: center;
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .choice .it7 .it7-item .content .listCon a {
        font-size: 16px;
    }

    .listCon {
        text-align: center;
    }

    .choice .it7 .it7-item {
        width: 100%;
        border-bottom: 1px solid #ffffff;
        height: 330px;
    }

    .choice .it7 .it7-item:last-child {
        border-bottom: 0;
    }

    .footer .tel {
        font-size: 16px;
    }
    .footer .top-foot {
        height: 50px;
    }

    .footer .dz {
        font-size: 10px;
        line-height: 12px;
    }

    .showCon-left {
        width: 100%;
    }

    .showCon-right {
        width: 100%;
    }



    .showCon-right .news .txt .derc {
        display: none;
    }

    .showCon-left .title {
        font-size: 16px;
        line-height: 20px;
    }

    .showCon-left .article-meta span {
        font-size: 12px;
    }

    .showCon-left .article-meta img {
        margin-right: 10px;
    }

    .showCon {
        margin-top: 30px;
    }

    .showCon-right .news .txt .txt1 {
        font-size: 16px;
        font-family: PingFangSC, PingFang SC;
        color: #000000;
        line-height: 33px;
        text-align: left;
        font-style: normal;
        margin-left: 40px;
        padding-top: 20px;
        font-weight: 400;
    }

    .more {
        width: 110px;
        height: 38px;
        margin-top: 8px;
        padding-bottom: 30px;
        margin-left: 40px;
    }

    .learn-more-btn {
        width: 64px;
        height: 20px;
        font-size: 10px;
    }

    .main .address .add {
        font-size: 8px;
    }
    
    .showCon-left .content p,.showCon-left .content span,.showCon-left .content strong {
        font-size: 14px !important;
    }
    
    .showCon-left .content img {
        width: 100% !important;
        height: 100% !important;
    }
    
    .showCon-right {
        display: none;
    }
    
    .main .address {
        height: 55px;
    }
    
    .showCon-left .article-meta {
        margin-top: 15px;
    }
    
    .school_jj {
        margin-bottom: 40px;
    }

    .school_jj .jj .universityName {
        font-size: 16px;
        line-height: 30px;
    }

    .school_jj .jj .js {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 5px;
    }
    
    .more1 {
        width: 108px;
        height: 30px;
        margin-top: 20px;
    }
    
    .more1 .learn-more-btn {
        width: 80px;
        height: 20px;
        font-size: 12px;
    }

    .scholar .title span {
        font-size: 16px;
    }

    .scholar .title span::before {
        width: 4px;
        height: 15px;
    }
    
    .content p, .content span, .content strong, h3 {
        font-size: 12px !important;
    }
    
    .scholar .title {
        margin-bottom: 5px;
    }
    
    .scholar {
        margin-bottom: 40px;
    }
}