@charset "utf-8";

.w1200 {
    width: 12rem;
    max-width: 94%;
    margin: 0 auto;
}

.j_pages {
    margin: 0.55rem auto 0;
    text-align: center;
}

.j_pages .box {
    display: inherit;
    width: 100%;
    padding: 0;
    font-size: 0;
}


.j_pages span {

    line-height: 0.4rem;
    display: inline-block;
    font-size: 0.14rem;
    border-radius: 50%;
    margin: 0 .05rem;
    transition: all .6s;
}

.j_pages a {
    padding: 0px 0.16rem;
    height: 0.4rem;
    line-height: 0.4rem;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    margin: 0 0.03rem;
    color: #333;
    font-size: 0.14rem;
    box-sizing: border-box;

    box-shadow: 0px 4px 7.68px 0.32px rgba(6, 102, 102, 0.1);

}

.j_pages span:first-child a,
.j_pages span:last-child a {
    border-radius: .15rem;
}

.j_pages span.p_no:hover a,
.j_pages span.on a {


    background: linear-gradient(to bottom, #0973ca, #0261af);
    color: #fff;

}

.banner {
    height: 3.2rem;
}

.banner-slick {
    display: flex;
    flex-wrap: wrap;

}

.banner-slick .ny_bt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-left: 3.6rem;
    background: url(../images/ny_banbg.png) no-repeat left center/100% 100%;
    height: 3.2rem;
    width: 7.91rem;
    z-index: 6;
}

.banner-slick .ny_bt h2 {
    font-size: .4rem;
    font-weight: bold;
    color: #fff;
}

.banner-slick .ny_bt p {
    font-size: .18rem;
    color: #fff;
}

.banner {
    flex: 1;
    min-width: 0;
    margin-left: -3.2rem;
}

.banner .slick-slide a .pic {
    padding-top: 3.2rem;
}

.banner .slick-slide a::after {
    display: none;
}

.banner .slick-dots {
    display: none !important;
}

.footer {
    padding-top: 0;
}

.inner {
    padding-top: .3rem;
    /* padding-bottom: .7rem;*/
    background: url(../images/nybg.png) no-repeat center bottom;
}

.adress {

    color: #434461;
    font-size: 0.16rem;
    padding-left: .3rem;
    position: relative;
    align-items: flex-start;
    background: url(../images/home.png) no-repeat left center;
    background-size: 0.24rem !important;
    line-height: .3rem;

}

.adress p {
    display: flex;
    align-items: center;
}

.adress a {
    font-size: .16rem;
    color: #333333;
    transition: 0.5s;
}

.adress a:hover {
    color: #0048bf;
}

.local {
    margin: .27rem auto;
}

.local h2 {
    font-size: .4rem;
    color: #333;
    font-weight: bold;
    width: 1.6rem;
}

.local>ul {
    position: relative;
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    margin-left: .56rem;
    line-height: .3rem;
    border-bottom: 1px solid #666666;
}

.local>ul::after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: -1px;
    background: url(../images/ny_btic.png) no-repeat center center/100% 100%;
    width: .36rem;
    height: .17rem;
}

.local>ul>li {
    position: relative;
    margin-left: .3rem;
}

.local>ul>li>a {
    position: relative;
    display: block;
    font-size: .2rem;
    color: #333333;
    padding-bottom: .05rem;
}

.local>ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 4px;
    background: transparent;
}

.local>ul>li.on>a,
.local>ul>li:hover>a {
    font-weight: bold;
    color: #a81b00;
}

.local>ul>li.on>a::after,
.local>ul>li:hover>a::after {
    background: #a81b00;
}

.local>ul>li {
    position: relative;

}

.local>ul>li .box {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 20px);
    padding-top: .2rem;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all .6s;
}

.local>ul>li:hover .box {
    opacity: 1;
    z-index: 6;
    visibility: visible;
    transform: translate(-50%, 0);
}

.local>ul>li .box:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: .08rem;
    border: 5px solid transparent;
    border-bottom: 8px solid #0261b0;
}

.local>ul>li ul {

    min-width: 1.2rem;
    background: #0261b0;
    border-radius: .1rem;
    z-index: 9;
}

.local>ul>li ul>li {
    position: relative;
    padding: 0 .1rem;
}

.local>ul>li ul>li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: .24rem;
    background: transparent;
    transition: all .6s;
}


.local>ul>li ul>li:hover:after {
    background: #ff9b39;
}

.local>ul>li ul>li>a {
    display: block;
    padding: .15rem 0;
    line-height: .3rem;
    text-align: center;
    border-bottom: 1px solid #278bde;
    font-size: .16rem;
    color: #8dc7f8;
    transition: all .6s;
}


.local>ul>li ul>li:hover>a {
    color: #fff;
}

.ny {
    padding: .2rem .3rem;
    background: #fff;
    border-radius: .15rem;
    box-shadow: 0px 4px 15.36px 0.64px rgba(6, 102, 102, 0.1);
}

/* 手机内页二级导航 */
.wrap_ph {
    margin-top: 0.3rem;
    display: none;
}

.wrap_ph h2 {
    position: relative;
    width: 100%;
    color: #fff;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    padding: 0 0.1rem;
    background: #0048bf;
}

.wrap_ph h2::after {
    content: "";
    position: absolute;
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/cd.png) no-repeat right center/cover;
    left: auto;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
}

.wrap_ph ul {
    padding: 0.1rem 0.2rem 0.2rem;
    display: none;
    box-shadow: 0px 0.1rem 0.3rem 0px rgba(69, 10, 66, 0.11);
}

.wrap_ph li {
    position: relative;
    font-size: 0.18rem;
    line-height: 0.34rem;
    font-family: hel-bold;
}

.wrap_ph li a {
    transition: 0.5s;
    display: block;
    color: #333;
}

.inner .wrap_ph {
    display: none;
}

.wrap_ph li.active a {
    color: #3E86A7;
}

.wrap_ph i {
    opacity: 1;
    display: inline-block;
    width: .34rem;
    height: .3rem;
    display: inline-block;
    background: url(../images/arrow_down.png) center no-repeat;
    background-size: .1rem auto !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    transition: 0.5s;
}

.wrap_ph i.on {
    transform: rotate(-90deg);
}

.wrap_ph .box {
    display: none;
    padding-left: 0.25rem;
}

.wrap_ph .box a {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666 !important;
    display: block;
}

.wrap_ph .box a:hover {
    color: #0048bf;
}

@media screen and (max-width: 1024px) {
    .banner {
        margin-left: 0;
        order: -1;
        width: 100%;
        flex: none;
    }

    .banner-slick .ny_bt {
        display: none;
    }

    .local {
        display: none;
    }

    .inner .wrap_ph {
        display: block;
        margin-bottom: .2rem;
    }

    .w1200 {
        width: auto;
        max-width: inherit;
        padding-left: 0.1rem !important;
        padding-right: 0.2rem !important;
    }

    .banner .slick-slide a .pic {
        padding-top: 22.2%;
    }

    .banner {
        height: initial;
    }

    .ft-r table {
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (max-width: 768px) {
    .inner {
        padding: .2rem 0;
    }

    .ny {
        padding: .1rem .2rem;
    }

    .j_pages {
        margin-top: .2rem;
    }
}

/* 学院新闻 */

.newlist li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: .2rem .1rem;
    align-items: center;



}



.newlist li .scale {
    position: relative;
    z-index: 6;
    width: 2.4rem;
    padding-right: .06rem;
    padding-bottom: .06rem;
}

.newlist li .scale::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: .06rem;
    top: .06rem;
    background: #deeefa;
    border-radius: .15rem;
}

.newlist ul li a .pic {
    position: relative;
    padding-top: 56.72%;
    border-radius: .15rem;
    z-index: 6;
}

.newlist li .cont {
    position: relative;
    z-index: 6;
    padding-left: .25rem;
    flex: 1;
    min-width: 0;
}

.newlist li .span {
    font-size: 0.18rem;
    color: #9E9E9E;
    line-height: 1.3;
    transition: 0.5s;


}

.newlist li h3 {
    position: relative;
    padding-right: 1.1rem;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.32rem;
    transition: 0.5s;
    padding-bottom: .2rem;
    background: url(../images/tw_xx.png) no-repeat left bottom/100% auto;
}

.newlist li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .18rem;
    color: #666;
}

.newlist li p {
    margin-top: .1rem;
    font-size: 0.14rem;
    line-height: .3rem;
    color: #666;
    max-height: 0.6rem\0;
    transition: 0.5s;
}

.newlist li h4 {
    justify-content: flex-end;
    opacity: 0;
    margin-top: 0.15rem;
}


@media(min-width: 1024px) {




    .newlist li a:hover h3 {
        color: #a81b00;
        font-weight: bold;
    }


    .newlist li a:hover span::after {}


}

@media screen and (max-width: 1024px) {
    .newlist li a {
        padding: .15rem;
        margin-bottom: .15rem;
    }

    .newlist li h3 {
        font-size: .2rem;
    }

    .newlist li h4 {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    .newlist li a {
        padding: .2rem 0;
    }

    .newlist li .scale {
        width: 2.3rem;
    }

    .newlist li .con {
        padding-left: .2rem;
    }

    .newlist li h3 {
        padding-right: 0;
        margin: .1rem 0;
    }




    .newlist li span {
        position: static;
        left: 0;
        right: auto;
    }
}

@media screen and (max-width: 420px) {
    .newlist li a {
        display: block;
        margin-bottom: 0;
    }

    .newlist li .scale {
        width: 100%;
    }

    .newlist li .cont {
        width: 100%;
        padding: 0;
        padding-left: 0;
        padding-top: .2rem;
    }
}

/* 日期列表 */
.date-list li {
    position: relative;
    transition: all .6s;
}



.date-list li a {
    display: flex;
    align-items: center;

    padding: .2rem 0;
    background-position: center center;
    transition: all 0.5s;
}


.date-list li a:hover::after {
    width: 100%;
    opacity: 1;

}

.date-list li a .date {
    position: relative;
    z-index: 2;
    padding: .2rem 0;
    padding-left: .15rem;
    padding-right: .5rem;
    text-align: right;
    color: #999999;
    border-right: 1px solid #d4d4d4;
}


.date-list li a .date p {
    font-size: 0.32rem;

    line-height: 1;
    margin-bottom: .1rem;
}



.date-list li a .date span {
    display: block;
    font-size: 0.2rem;

}

.date-list li a .txt {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
    /* line-height: 0.7rem; */
    padding-left: .55rem;
    padding-right: .5rem;

    min-height: .5rem;
}

.date-list li a .txt h2 {
    font-size: .18rem;
    color: #333;

    line-height: 0.32rem;
    transition: 0.5s;
    padding-bottom: .2rem;
    background: url(../images/tw_xx.png) no-repeat left bottom/100% auto;
}

.date-list li a .txt p {
    font-size: 0.16rem;
    margin-top: .15rem;
    color: #666;
    line-height: .3rem;
    max-height: 0.6rem\0;
}


.date-list li:hover a .txt h2 {
    font-weight: bold;
    color: #a81b00;
}

@media screen and (max-width: 768px) {
    .date-list li a .date {
        padding-left: 0;
        padding-right: .15rem;
    }

    .date-list li a .date p {
        font-size: .24rem;
    }

    .date-list li a .txt {
        padding-left: .15rem;
        padding-right: 0;
    }

    .date-list li a .txt h2 {
        padding-bottom: .05rem;
    }

    .date-list li a {
        padding: .05rem 0;
    }
}

/* 列表页 */
.list li a {
    display: block;
    position: relative;
    padding: .14rem 0;
    line-height: .4rem;
    padding-right: 1.1rem;
}

.list li a p {
    padding-left: .15rem;
    background: url(../images/list.png) no-repeat left center;
    font-size: .18rem;
    color: #333;
}

.list li a span {
    position: absolute;
    right: 0;
    top: .1rem;
    font-size: .18rem;
    color: #666;
}

.list li a p em {
    background-image: linear-gradient(#a81b00, #a81b00);
}

.list li:hover a p {
    padding-left: .15rem;
    background: url(../images/list1.png) no-repeat left center;

}

.list a:hover em {
    color: #a81b00;
    font-weight: bold;

    background-size: 100% 1px;
}

@media screen and (max-width: 1024px) {
    .list li a {
        padding-top: .05rem;
        padding-bottom: .05rem;
    }
}

/* 内容页 */
.art-main * {
    font-weight: inherit !important;
}

.art-main .art-tit {

    padding: 0 0.3rem;
}

.art-main .art-tit h3 {
    text-align: center;
    font-size: 0.24rem;
    color: #333;
    padding-top: .3rem;
}

.art-main .art-tit p {
    margin-top: .15rem;
    line-height: .3rem;
    padding: .1rem .2rem .3rem .2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: url(../images/art_xx.png) repeat-x left bottom;
}

.art-main .art-tit p span {
    font-size: .14rem;
    color: #0b77cf;
    margin: 0 .1rem;
}

.art-main .art-body {
    padding-top: 0.3rem;
}

.art-main .art-body p {
    color: #333;
    text-indent: 2em;
    font-family: "微软雅黑" !important;
    font-size: 0.18rem !important;
    line-height: 0.34rem !important;
    margin-bottom: 0.2rem !important;
    text-align: justify;
    word-break: break-all;
}

.art-main .art-body p strong {
    font-weight: bold !important;
}

.art-main .art-body img,
.art-main .art-body video {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.art-main .art-body iframe {
    max-width: 100% !important;
    display: block;
    margin: 0 auto;
}

.art-main .art-body table {
    max-width: 98%;
    margin: 0 auto;
}

.art-main .art-body table td {
    padding: 5px 10px;
    line-height: 30px;
}

.art-main .art-body table td p {
    text-indent: 0em !important;
    margin-bottom: 0px !important;
    margin-top: 0px;
    text-align: inherit;
}


.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-top: 0.22rem;
    line-height: 0.24rem;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 0.18rem;
    margin-right: 0.05rem;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.18rem;
    color: #666;
    margin: 0 0.3rem;
}

.art-info {
    font-size: .18rem;
    border-top: 0.01rem solid #d4d4d4;
    margin-top: 0.4rem;
    padding-top: .2rem;
}


.art-info p {

    font-size: .18rem;

    text-indent: initial;

    line-height: 0.34rem;

    margin-top: .2rem;
}


.art-info p a {
    color: #666;
}

.art-info p:hover {
    color: #cb0223;
}

.art-info p a:hover em {
    font-weight: bold !important;
}

.jg_list {
    padding: .2rem;
}

.jg {
    margin-bottom: .25rem;
}

.jg h2 {
    display: inline-block;
    padding: 0 .5rem;
    padding-right: .7rem;
    line-height: .4rem;
    background: url(../images/zj_btbg.png) no-repeat right center/cover;
    margin-left: -.5rem;
    font-size: .2rem;
    color: #fff;
    font-weight: bold;
}

.jg ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.2rem;
}

.jg ul li {
    width: 33.333%;
    padding: 0 .2rem;
}

.jg ul li a {
    justify-content: center;
    display: flex;
    margin: .15rem 0;
    height: .8rem;
    align-items: center;
    background: #f4f4f4;
    border-radius: .1rem;
    text-align: center;
    transition: all .6s;
}

.jg ul li a p {
    width: 90%;
    font-size: .18rem;
    color: #333;
    line-height: .3rem;
    max-height: .6rem;
}



.jg ul li:hover a {
    background: url(../images/jgbg.png) no-repeat center top/100% 100%;
    box-shadow: 0px 8px 14.72px 1.28px rgba(11, 119, 207, 0.2);
}

.jg ul li:hover a p {
    font-weight: bold;
    color: #a81b00;
}

@media screen and (max-width: 1024px) {
    .jg ul li {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .jg h2 {
        margin-left: -.4rem;
    }

    .jg ul li {
        width: 100%;
        padding: 0;
    }
}

/* 校园风光 */
.xyfg ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.28rem;
}

.xyfg ul li {
    width: 33.33%;
    padding: 0 .28rem;
}

.xyfg ul li a {
    position: relative;
    display: block;
    margin: .2rem 0;
}

.xyfg ul li a .pic {
    padding-top: 62.5%;
}


.xyfg ul li a p {
    position: absolute;
    left: 0;
    bottom: .1rem;
    width: 1.2rem;
    text-align: center;
    line-height: .32rem;
    background: rgba(1, 95, 172, .8);
    font-size: .18rem;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .xyfg ul li {
        padding: 0 .15rem;
    }

    .xyfg ul {
        margin: 0 -.15rem;
    }
}

@media screen and (max-width: 768px) {
    .xyfg ul li {
        padding: 0 .15rem;
        width: 50%;
    }


}

@media screen and (max-width: 480px) {
    .xyfg ul li {
        width: 100%;

    }
    .wrap_ph h2 {
       font-size: 0.2rem;
    }
    .xyfg ul li a {
        margin: .1rem 0;
    }
}

/* 师资列表 */

.sz_list ul li a {
    display: flex;
    flex-wrap: wrap;
    padding: .2rem;
    transition: all .6s;
}



.sz_list ul li:hover a {
    background: url(../images/sz_bg.png) no-repeat center top/cover;
    box-shadow: 0px 8px 14.72px 1.28px rgba(11, 119, 207, 0.2);
}

.sz_list ul li a .scale {
    width: 1.6rem;
}

.sz_list ul li a .scale .pic {
    padding-top: 125%;
    border-radius: .1rem;
}

.sz_list ul li a .cont {
    position: relative;
    padding-left: .2rem;
    padding-right: .5rem;
    flex: 1;
    min-width: 0;
}

.sz_list ul li a .cont:after {
    content: "";
    position: absolute;
    left: .2rem;
    top: -.2rem;
    width: 100%;
    height: 1.42rem;
    background: url(../images/sz_bg1.png) no-repeat center top/100% 100%;
    transition: all .6s;
}

.sz_list ul li:hover a .cont:after {
    background: url(../images/sz_bg2.png) no-repeat center top/100% 100%;
}

.sz_list ul li a .cont h2 {
    position: relative;
    z-index: 6;
    font-size: .24rem;
    color: #333;
    font-weight: bold;
    padding-bottom: .15rem;
    padding-top: .1rem;
    margin-bottom: .15rem;
}

.sz_list ul li a .cont span {
    font-size: .18rem;
    color: #0b77cf;
    font-weight: normal;
    padding-left: .15rem;
}

.sz_list ul li a .cont p {
    position: relative;
    z-index: 6;
    font-size: .14rem;
    color: #666;
    line-height: .24rem;
}

@media screen and (max-width: 600px) {
    .sz_list ul li a .scale {
        margin: 0 auto;

    }

    .sz_list ul li a .cont {
        flex: none;
        width: 100%;
        padding: 0;

    }

    .sz_list ul li a .cont:after {
        display: none;
    }

    .sz_list ul li a .cont h2 {
        margin-bottom: 0;
        text-align: center;
    }
}