@charset "utf-8";

/* CSS Document */

body {
    background-color: #fff;
}

.content {
    width: 100%;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.mode01 {
    /*! width:1150px; */
    margin: 45px auto 45px;
    overflow: hidden;
}

.mode01 .lf {
    width: 700px;
    float: left;
}

.mode01 .rt {
    margin-left: 750px;
}

.newsImg {
    width: 100%;
    overflow: hidden;
    margin: 26px auto 0;
    max-width: 365px;
}

.newsImg .item-img {
    width: 100%;
    height: 0;
    padding-bottom: 66.8508%;
    position: relative;
    overflow: hidden;
}

.newsImg .item-img span {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 38px;
    line-height: 38px;
    background: url(../images2022/new-bg01.png) repeat;
}

.newsImg .item-img span a {
    color: #fff;
    padding-left: 10px;
    font-size: 16px;
    font-size: 1.6rem;
}

.newsImg .item-text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    color: #444;
    padding-top: 5px;
}

.list01 {
    width: 100%;
    overflow: hidden;
    /*! padding-top:8px; */
}

.list01 li {
    /*! border-bottom:1px dashed #bfbfbf; */
    /*! height:43px; */
    /*! line-height:43px; */
    /*! font-size:15px; */
    overflow: hidden;
    position: relative;
    margin: 13px 0 0 0;
}

.list01 li a {
    display: block;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    padding: 0 0 0 15px;
    position: relative;
    font-size: 15px;
}

.list01 li a:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #8f0114;
    left: 0px;
    top: 13px
}

.rightDate {
    /*! float:right; */
    /*! background-color:#f5e2e7; */
    color: #999999;
    /*! width:78px; */
    /*! height:25px; */
    /*! font-size:12px; */
    /*! line-height:25px; */
    text-align: center;
    /*! margin-top:6px; */
    /*! margin-left:10px; */
    /* position: absolute;
    right: 0px;
    bottom: 0px; */
    background: #fff;
    padding: 0 0 0 15px;
}

.mode02 {
    /*! width: 1150px; */
    margin: 0 auto;
    overflow: hidden;
    margin-top: 16px;
}

.mode02 .lf {
    width: 48%;
    float: left;
    overflow: hidden;
    /*! margin-right: 2.34%; */
}

.list02 {
    width: 100%;
    overflow: hidden;
    padding-top: 8px;
}

.list02 li span {
    float: left;
    color: #999999;
    width: 100px;
    height: 29px;
    background: #f0f0f0;
    text-align: center;
}

.list02 li {
    line-height: 29px;
    height: 29px;
    overflow: hidden;
    position: relative;
    padding: 10px 25px;
    border-bottom: 1px solid #f0f0f0;
}

.list02 li a {
    display: block;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    margin: 0 0 0 115px;
}

.list02 li:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    content: '';
    display: block;
    border: 4px solid #f5f5f5;
    left: -5px;
    top: 50%;
    position: absolute;
    margin: -5px 0 0 0;
}

.index_title {
    /* margin: 0 0 0 20px; */
    float: left;
}

.index_title h3 {
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.index_title h3 strong {
    color: #757575;
}

.index_title h3.on {
   background:#8f0114;

}
.index_title h3.on strong {
        color: #fff;
        font-weight: normal;
}
.left_date {
    width: 62px;
    height: 40px;
    background: #f0f0f0;
    border-left: 4px solid #d6d6d6;
    float: left;
    text-align: center;
}

.left_date strong {
    color: #8f0114;
    font-weight: bold;
    display: block;
    height: 20px;
    line-height: 25px;
}

.left_date p {
    color: #999999;
    line-height: 22px;
}

.index_title a {
    position: absolute;
    right: 0px;
    font-weight: normal;
    color: #999;
}

.index_title h3.off a {
    display: none;
}

.tab_box li {
    overflow: hidden;
    margin: 19px 0 0 0;
}

.tab_box a {
    margin: 0 0 0 66px;
    padding: 0 0 0 20px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
}

.tab_box1 {
    margin: 20px 0 0 0;
}

.stu_img {
    position: relative;
}

.stu_img span {
    height: 0px;
    display: block;
    overflow: hidden;
    padding-bottom: 75%;
}

.stu_img img {
    transform: scale(1.0);
    transition: .5s;
}

.stu_img:hover img {
    transform: scale(1.1);
    transition: .5s;
}

.stu_img p {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    /* background: -webkit-gradient(linear, 0 0, 0 0, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, 1), endColorstr=rgba(0, 0, 0, 0)); */
    /* height: 160px;
    background-image: -moz-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.6; */
}

.stu_img p::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 160px;
    background-image: -moz-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.6;
}

.stu_img p i {
    color: #fff;
    text-align: center;
    font-style: normal;
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    bottom: 15px;
    position: absolute;
    color: rgb(255, 255, 255);
    text-align: justifyLeft;
    text-shadow: 0px -2px 0px rgba(0, 0, 0, 0.84), 0px -4px 16px rgba(0, 0, 0, 0.84);
}

.stu_l_pad {
    padding: 11px 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.stu_l_pad::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #cccccc;
    right: 26px;
    bottom: 23px;
}

.stu_l_pad p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.stu_l_pad span {
    height: 23px;
    line-height: 23px;
    border-radius: 30px;
    color: #8f0114;
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    display: inline-block;
    margin: 5px 0 0 0;
}

.stu_right {
    width: 38.3%;
    float: right;
}

.stu_rightIn {
    position: relative;
}

.stu_rightIn img {
    transform: scale(1.0);
    transition: .5s;
}

.stu_rightIn:hover img {
    transform: scale(1.1);
    transition: .5s;
}

.stu_rightIn span {
    height: 0px;
    display: block;
    overflow: hidden;
    padding-bottom: 75%;
}

.stu_r_abs {
    position: absolute;
    /*! width: 100%; */
    height: 65px;
    bottom: 0px;
    left: 0px;
    /* background: -webkit-gradient(linear, 0 0, 0 0, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, 1), endColorstr=rgba(0, 0, 0, 0)); */
    /* background-image: -moz-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.502; */
    padding: 35px 25px 0;
}

.stu_r_abs::before {
    position: absolute;
    content: '';
    width: 100%;
    background-image: -moz-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.502;
}

.stu_r_abs p {
    color: #fff;
    color: rgb(255, 255, 255);
    line-height: 1.625;
    text-shadow: 0px -2px 0px rgba(0, 0, 0, 0.84), 0px -4px 16px rgba(0, 0, 0, 0.84);
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.stu_right dd {
    margin: 0 0 23px 0;
}

.stu_right dd:last-child {
    margin: 0px
}

.stu_r_abs span {
    color: #8f0114;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    border-radius: 30px;
    display: inline-block;
    background: rgba(255, 255, 255, .9);
    margin: 7px 0 0 0;
}

.tab_box1 a {
    padding: 0px;
    margin: 0px;
    height: auto;
    line-height: auto;
    border: 0px;
    line-height: 20px;
}

.student {
    overflow: hidden;
    padding: 0 5px 5px 5px;
}

.stu_left {
    width: 58.3%;
    float: left;
}

.box.off {
    display: none;
}

.box.on {
    display: block;
}

.link ul {
    margin: 0 -5px;
}

.link ul li {
    width: 33.3%;
    float: left;
}

.link ul a {
    display: block;
    margin: 0 5px;
    position: relative;
}

.link ul span {
    height: 0px;
    display: block;
    overflow: hidden;
    padding-bottom: 35.5%;
}

.mode02 .md {
    width: 36.52%;
    float: left;
    margin-right: 2.6%;
}

.acadList {
    width: auto;
    padding: 0 15px;
    overflow: hidden;
    background-color: #f3f8fd;
}

.acad-info {
    width: auto;
    overflow: hidden;
    padding: 5px 0 0 72px;
}

.acad-info span {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #6f6d6d;
}

.acad-info strong {
    width: 62px;
    height: 16px;
    line-height: 16px;
    margin-right: 8px;
    text-align: center;
    background-color: #0858b1;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
}

.djgz {
    padding: 16px;
    background: #f5f5f5;
}

.djgzIn {
    background: #fff;
    box-shadow: 0.707px 0.707px 2px 0px rgba(0, 0, 0, 0.06);
    padding: 0 0 10px 0;
}

.acadList .list02 {
    padding-bottom: 5px;
}

.acadList .list02 li {
    line-height: 28px;
    height: 28px;
}

.mode02 .rt {
    width: 48%;
    float: right;
}

.mode03 {
    overflow: hidden;
    margin: 45px auto;
}

.mode03 .lf {
    width: 48%;
    float: left;
}

.mode03 .rt {
    width: 48%;
    float: right;
}

.science {
    padding: 10px 15px 14px;
    background: #f5f5f5;
}

.science li {
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.707px 0.707px 2px 0px rgba(0, 0, 0, 0.06);
    padding: 9px 20px 9px;
    margin: 0 0 10px 0;
}

.science li:last-child {
    margin: 0px;
}

.science li a {
    display: block;
    margin: 0px 0 0 85px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.sIn {
    position: relative;
}


/* .sIn::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 6px;
    background: #f0f0f0;
    right: 0px;
    top: 12px;
} */

.sdate {
    height: 30px;
    line-height: 28px;
    background: #f0f0f0;
    display: inline-block;
    padding: 0 5px;
    border-radius: 30px;
    background: #f0f0f0;
    float: left;
}

.sdate span {
    color: #999;
    padding: 0 0 0 20px;
    display: inline-block;
    background: url(../images2022/clock_03.png) no-repeat left center;
}

.modeWrap04 {
    width: 100%;
    overflow: hidden;
    background-color: #e2f3ff;
}

.mode04 {
    /*! width: 1150px; */
    margin: 0 auto 60px;
    overflow: hidden;
}

.mode04 .lf {
    width: 71.48%;
    float: left;
    padding-bottom: 32px;
}

.mode04 .lf>div {
    margin-right: 37px;
}

.mode04 .lf .articleTitle {
    border-bottom: none;
}

.videoPic {
    width: 100%;
    height: 0;
    padding-bottom: 56.30573248407643%;
    position: relative;
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -28px 0 0 -28px;
    width: 57px;
    height: 57px;
}

.Banner1 {
    display: none;
}

.ma01 {
    width: 470px;
    margin: 22px auto 0;
}

.ma01 span {
    float: left;
    width: 176px;
    height: 96px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.ma01 span img {
    width: 89px;
    margin: 4px;
    float: left;
}

.ma01 span a {
    text-align: center;
    float: left;
    width: 76px;
    height: 100%;
    line-height: 138px;
}

.ma01 span.sina a {
    background: url(../images2022/sina.png) no-repeat center 18px;
}

.ma01 span.weixin a {
    background: url(../images2022/weixin.png) no-repeat center 18px;
}

.ma01 span.sina {
    margin-right: 110px;
}

.mode04 .rt {
    width: 28.4348%;
    float: right;
}

.links {
    width: 100%;
    oveflow: hidden;
    padding-top: 22px;
}

.links li {
    width: 100%;
    height: 0;
    padding-bottom: 56.0976%;
    position: relative;
    margin-bottom: 30px;
}

.links li span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-indent: 14px;
}

.links li strong {
    margin: 0 8px;
    color: #fff;
}

.links li i {
    color: #fff;
}

.links li.orange span {
    background-color: #f2a260;
}

.links li.blue span {
    background-color: #34bee4;
}

.links li.green span {
    background-color: #15b774;
}

.wrap_mode05 {
    width: 100%;
    overflow: hidden;
}

.mode05 {
    width: 1150px;
    margin: 22px auto 48px;
}

.mode05 .articleTitle {
    border-bottom: none;
}

.flexslider2 {
    position: relative;
}

.flexslider2 .slides li {
    width: 290px;
    height: auto;
    margin-right: 30px;
    position: relative;
}

.flexslider2 {
    max-width: 1150px;
    background-color: #fff;
    padding: 31px 35px 34px;
}

.flexslider2 .flex-direction-nav .flex-prev {
    background: url(../images2022/p_lf.png) no-repeat left center;
    left: 0px;
}

.flexslider2 .flex-direction-nav .flex-next {
    background: url(../images2022/p_rt.png) no-repeat right center;
    right: 0px;
}

.flexslider2 .flex-control-nav {
    display: none;
}

.flexslider2 .slides p {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images2022/bg03.png) repeat;
}

.flexslider2 .slides li a {
    display: block;
    width: 100%;
    padding-bottom: 66.667%;
    overflow: hidden;
    height: 0;
}

@media screen and (max-width:1220px) {
    .mode01 .lf {
        width: 750px;
    }
    .mode01 .rt {
        margin: 0 0 0 780px;
    }
    .science li {
        padding: 13px 10px 13px 8px;
    }
    .science {
        padding: 10px 15px 23px;
    }
    .stu_right dd {
        margin: 0 0 35px 0
    }
    .mode01,
    .mode02,
    .mode04,
    .mode05 {
        width: auto;
        padding: 0 20px;
        margin: 20px auto;
    }
    .wrap_mode05 {
        background: none;
    }
    .flexslider2 {
        border: none;
        padding: 15px 40px 20px;
    }
    .mode03 {
        width: auto;
        padding: 0 20px;
        margin: 25px 0;
    }
    .list01 li {
        font-size: 14px;
    }
    .mode02 .lf,
    .mode02 .md {
        width: 50%;
        margin: 0;
    }
    .mode02 .rt {
        /*! width: 100%; */
    }
    .articleList {
        width: auto;
        margin: 0 15px;
    }
    .quickLinks li {
        width: 25%;
    }
    .quickLinks li.left a,
    .quickLinks li.right a {
        margin: 0 10px;
    }
    .acad-info {
        clear: both;
    }
    .videoList {
        margin-left: 15px;
    }
    .links {
        width: auto;
        margin-right: 15px;
    }
    .flexslider2 .flex-direction-nav .flex-prev {
        left: 0px;
    }
    .flexslider2 .flex-direction-nav .flex-next {
        right: 0px;
    }
}

@media screen and (max-width:1023px) {
    .stu_right dd {
        margin: 0 0 21px 0;
    }
    .mode01 .lf {
        width: 100%;
        float: none;
    }
    .mode01 .rt {
        margin: 20px 0 0 0
    }
    .mode03 .lf {
        width: 100%;
        float: none;
    }
    .mode03 .rt {
        width: 100%;
        float: none;
    }
    .Banner {
        display: none;
    }
    .Banner1 {
        display: block;
    }
    .flexslider .slides>li a {
        height: auto;
    }
    .rightDate {
        bottom: 5px;
    }
    .list01 li a {
        height: 26px;
    }
    .mode02 .lf {
        width: 100%;
        float: none;
    }
    .mode02 .rt {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width:1000px) {
    .mode02 .rt {
        width: 100%;
    }
}

@media screen and (max-width:800px) {
    .flexslider .til_slides {
        width: 100%;
        padding: 0;
        right: 0;
        bottom: 0;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        font-size: 1.4rem;
        overflow: hidden;
    }
    .flexslider .til_slides p {
        height: 50px;
        line-height: 50px;
        left: 10px;
        width: 77%;
    }
}

@media screen and (max-width: 768px) {
    .index_title h3 {
        margin: 0 10px
    }
    .stu_rightIn>span {
        padding-bottom: 71%
    }
    .mode01 .lf,
    .mode01 .rt {
        width: 100%;
        /*! margin: 0; */
    }
    .articleTitle {
        overflow: hidden;
        width: auto;
        height: 40px;
        line-height: 40px;
    }
    .articleTitle h2 {
        height: 40px;
        line-height: 40px
    }
    .flex-direction-nav a {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background-size: 30px;
        opacity: 1;
    }
    .flex-direction-nav .flex-prev {
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        background-size: 30px;
        right: 10px;
    }
    .newsImg .item-img span a {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .ma01 span.sina {
        margin-right: 15px;
    }
    .ma01 {
        width: 375px;
    }
    .mode02 .lf,
    .mode02 .md {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .mode04 .lf,
    .mode04 .rt {
        width: 100%
    }
    .stu_left {
        width: 100%;
        float: none;
    }
    .stu_right {
        width: 100%;
        float: none;
        margin: 20px 0 0 0;
    }
    .mode04 .lf>div,
    .links {
        width: auto;
        margin: 0 10px;
    }
    .links {
        padding-top: 0;
    }
    .links li {
        width: 100%;
    }
    .quickLinks li {
        width: 50%;
    }
    .quickLinks li.color5 a {
        line-height: 37px;
    }
    .link ul li {
        width: 100%;
        float: none;
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width:480px) {
    .link ul li {
        width: 100%;
        float: none;
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width:414px) {
    .list01 li a {
        height: 52px;
    }
}

@media screen and (max-width:410px) {
    .quickLinks li.color5 a {
        line-height: 20px;
        padding: 6px 20px 0;
    }
    .ma01 {
        width: 220px;
    }
    .ma01 span.sina a,
    .ma01 span.weixin a {
        background: none;
        display: block;
        height: 20px;
        line-height: 20px;
        text-align: center;
        width: 100%;
    }
    .ma01 span {
        width: 100px;
        height: 126px;
    }
    .mode03 h3 {
        font-size: 20px;
    }
    .mode03 p {
        /*! font-size: 16px; */
    }
}

@media screen and (max-width:360px) {
    .links li span {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
}