.pb_sys_style2 .p_no_d {
    border: 1px solid #a00707 !important;
    color: #fff;
    background-color: #a00707 !important;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

body {
    font: 14px/1.231 'Microsoft YaHei';
    color: #333;
    margin: 0;
    line-height: 1;
    overflow-x: hidden;

background: url(../images/navBg.png) no-repeat calc(100% - 70px) 0;
}

*:before,
*:after {
    box-sizing: content-box;
}

:focus {
    outline: 0;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

img {
    font-size: 0.14rem;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearboth {
    clear: both;
}

.clear {
    clear: both;
}

a:hover {
    color: #983836 !important;
}
.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.eclips {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

/*banner*/

.banner {
    width: 100%;
    height: 690px;
    overflow: hidden;
    position: relative;

}

.txt-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    z-index: auto;
}

.txt-swiper .swiper-slide {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.txt-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.1);
}

.banner .swiper-slide-active img {
    transition: 6s linear;
    transform: scale(1);
}

.banner_ico {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0.4rem;
    height: 0.88rem;
}

.banner_ico .banner_icoimg {
    width: 0.22rem;
    height: 0.32rem;
    background: url(../images/i_down.png) no-repeat center;
    margin: 0rem auto 0 auto;
    position: absolute;
    top: 0.28rem;
    left: 0.33rem;
}

.banner .ui-loop {
    position: relative;
    width: 0.88rem;
    height: 0.88rem;
    z-index: 9;
    margin: 0 auto;
}

.banner .path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

.banner .path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    opacity: 0.1;
}

.banner .banner-prev {
    position: absolute;
    right: 8%;
    bottom: 0.65rem;
    cursor: pointer;
    background: url(../images/bannerR.png) no-repeat center;
    width: 0.37rem;
    height: 0.37rem;
    z-index: 10;
    background-size: 100%;
}

.banner .banner-next {
    position: absolute;
    right: 11%;
    bottom: 0.65rem;
    left: auto;
    cursor: pointer;
    background: url(../images/bannerL.png) no-repeat center;
    width: 0.37rem;
    height: 0.37rem;
    z-index: 10;
    background-size: 100%;
}

.banner .swiper-banner {
    position: absolute;
    left: 0%;
    bottom: 0.65rem;
    z-index: 11;
    width: auto;
    height: 0.68rem;
    background: url(../images/banner_xt2.png) no-repeat left center;
    padding-left: 14%;
    z-index: 8;
}

.banner::after {
    width: 8%;
    height: 1px;
    position: absolute;
    left: 0%;
    bottom: 0.7rem;
    content: "";
}

.banner .swiper-banner .swiper-pagination-bullet {
    line-height: 0.68rem;
    font-family: Arial;
    font-size: 0.2rem;
    color: #fff;
    position: relative;
    width: 0.56rem;
    height: 0.68rem;
    background: none;
    border-radius: 0;
    opacity: 1;
    text-align: center;
    padding-left: 0.1rem;
    display: inline-block;
}

.banner .swiper-banner .swiper-pagination-bullet::after {
    position: absolute;
    left: 0.2rem;
    top: 0px;
    content: "0";
    font-size: 0.2rem;
    color: #fff;
    font-family: Arial;
}

.banner .swiper-banner .swiper-pagination-bullet-active {
    font-family: 'imp';
    font-size: 0.36rem;
    color: #fff;
    position: relative;
    width: 0.66rem;
    padding-right: 0.8rem;
    top: 0.05rem;
}

.banner .swiper-banner .swiper-pagination-bullet-active::after {
    position: absolute;
    left: 0.15rem;
    top: 0px;
    content: "0";
    font-family: 'imp';
    font-size: 0.36rem;
    color: #fff;
}

.banner .swiper-banner .swiper-pagination-bullet-active::before {
    position: absolute;
    right: 0px;
    top: 0.3rem;
    content: "";
    width: 0.58rem;
    height: 0.07rem;
    background: url(../images/banner_xt.png) no-repeat center;
}

.banner .swiper-banner .swiper-pagination-bullet-active:last-child:before {
    background: none;
}

.banner .banner_xt {
    position: absolute;
    left: 0;
    bottom: 0px;
    background: url(../images/bar_shadow.png) no-repeat top center;
    background-size: 100% 100%;
    width: 100%;
    height: 3rem;
    z-index: 5;
    pointer-events: none;
}

@media (max-width: 1366px) {
    .banner .banner-prev {
        width: 0.57rem;
        height: 0.57rem;
    }
    .banner .banner-next {
        width: 0.57rem;
        height: 0.57rem;
    }
}

@media (max-width: 980px) {
    .txt-swiper .img {
        height: 50vw;
        overflow: hidden;
    }
    .txt-swiper .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .banner {
        margin-top: 0;
        height: 100%;
    }
    .banner_ico {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        left: 0;
        bottom: 0.3rem;
        height: 0.62rem;
    }
    .banner_ico .banner_icoimg {
        width: 0.22rem;
        height: 0.32rem;
        background: url(../images/i_down.png) no-repeat center;
        background-size: 100% 100%;
        margin: 0rem auto 0 auto;
        position: absolute;
        top: 0.15rem;
        left: 0.2rem;
    }
    .banner .ui-loop {
        position: relative;
        width: 0.62rem;
        height: 0.62rem;
        z-index: 9;
        margin: 0 auto;
    }
    .banner .path-loop {
        fill: none;
        stroke: #fff;
        stroke-miterlimit: 10;
        stroke-width: 2px;
    }
    .banner .path-loop-bg {
        fill: none;
        stroke: #fff;
        stroke-miterlimit: 10;
        stroke-width: 2px;
        opacity: 0.1;
    }
    .banner .banner-prev {
        position: absolute;
        right: 6%;
        bottom: 0.45rem;
        cursor: pointer;
        background: url(../images/bannerR.png) no-repeat center;
        width: 0.37rem;
        height: 0.37rem;
        z-index: 10;
        background-size: 100%;
    }
    .banner .banner-next {
        position: absolute;
        right: auto;
        bottom: 0.45rem;
        left: 6%;
        cursor: pointer;
        background: url(../images/bannerL.png) no-repeat center;
        width: 0.37rem;
        height: 0.37rem;
        z-index: 10;
        background-size: 100%;
    }
    .banner .swiper-banner {
        display: none;
    }
}


/*title*/

.title {
    position: relative;
    margin: 0 auto;
}

.title h3 {
    margin: 0 auto;
    text-align: left;

}
.title h3 a {
    display: block;
}

.title h3 img {
    display: inline-block;
}

.title h3 span {
    display: inline-block;
    text-align: left;

    margin-left: 0.2rem;
    position: relative;
}

.title h3 span em {
    font-size: 0.38rem;
    font-weight: bold;
    color: #000;
    float: left;
}

.title h3 span em i {
    font-size: 0.38rem;
    font-weight: bold;
    color: #a82328;
}

.title h3 span b {
    display: block;
    font-size: 0.16rem;
    color: #983836;
    text-align: center;
    font-weight: normal;
    float: left;
    margin-top: 0.15rem;
    font-size: 0.2rem;
    font-weight: normal;
    text-align: center;
    margin-left: 0.15rem;
    background-size: 10%;
    letter-spacing: -0.6px;
    color: hsla(0, 0%, 0%, 0.35);
}
.title h3.xyxw span{

    background: url(../images/title1-xyxw.png) no-repeat 0 50%;
}

.title h3.djzg span {

    background: url(../images/title2-djgz.png) no-repeat 0 50%;
}
.title h3.ggtz span {

    background: url(../images/title3-ggtz.png) no-repeat 0 50%;
}


.title h3.jxky span {

    background: url(../images/title4-jxky.png) no-repeat 0 50%;
}



.title h3.txgz span {

    background: url(../images/title5-txgz.png) no-repeat 0 50%;
}

.title h3.yssj span {

    background: url(../images/title6-yssj.png) no-repeat 0 50%;
}
.title h3.zsjy span {

    background: url(../images/title7-zsjy.png) no-repeat 0 50%;
}
.title h3.hbq span {

    background: url(../images/title8-hbq.png) no-repeat 0 50%;
}

.title .title_more {
    position: absolute;
    right: 0px;
    top: 0.23rem;
    font-size: 0.16rem;
    color: #983836;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.title .title_more a {
    display: block;
    color: #983836;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.2rem;
    padding-right: 0.35rem;
    background-size: contain;
}

.title .title_more:hover {
    transform: translateX(-10px);
}

@media (max-width: 980px) {
    .title {
        position: relative;
        margin: 0 auto;
    }
    .title h3 {
        margin: 0 auto;
        text-align: left;
    }
    .title h3 a {
        display: block;
    }
    .title h3 img {
        display: inline-block;
    }
    .title h3 span {
        display: inline-block;
        text-align: left;
 
        margin-left: 0.2rem;
        position: relative;
    }
    .title h3 span em {
        font-size: 0.44rem;
        font-weight: bold;
        color: #333333;
    
    }
    .title h3 span em i {
        font-size: 0.44rem;
        font-weight: bold;
        color: #983836;
 
        
    }
    .title h3 span b {
        display: block;
        font-size: 0.2rem;
        font-weight: normal;
        text-align: center;
        margin-left: 0.15rem;
        background-size: 10%;
        letter-spacing: -0.6px;
        color: hsla(0, 0%, 0%, 0.35);
    }
    .title .title_more {
        top: 0rem;
    }
    .title .title_more a {
        display: inline-block;
        color: #983836;
        font-size: 0.2rem;
        font-weight: bold;
        line-height: 0.26rem;
        padding-right: 0.35rem;
        background-size: contain;
    }
    .title .title_more:hover {
        transform: translateX(0px);
    }
}


/*news*/

.news_bg {
    width: 100%;
    margin: 0 auto;
    background-size: cover;
}

.news_bg .news {
    margin: 0 auto;
    padding-top: 0.75rem;
}

.news_bg .news .news_box {
    margin: 0.6rem auto 0 auto;
}

.news_bg .news .news_box .news_l {
    width: 45%;
    position: relative;
}

.news_bg .news .news_box .news_l .news_button {
    position: absolute;
    right: 0.4rem;
    top: 4.5rem;
    z-index: 5;
}

.news_bg .news .news_box .news_l .news_button .news-next {
    float: left;
    cursor: pointer;
    position: relative;
    background: url(../images/left1.png) no-repeat center;
    width: 0.29rem;
    height: 0.29rem;
    background-size: 100%;
    margin-top: 0.1rem;
}

.news_bg .news .news_box .news_l .news_button .ui-loop {
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    z-index: 9;
    margin: 0 0.2rem;
    float: left;
}

.news_bg .news .news_box .news_l .news_button .ui-loop .news_icoimg {
    position: absolute;
    width: 0.28rem;
    height: 0.28rem;
    background: url(../images/newsico.png) no-repeat center;
    left: 0.11rem;
    top: 0.11rem;
    background-size: 100%;
}

.news_bg .news .news_box .news_l .news_button .path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1px;
}

.news_bg .news .news_box .news_l .news_button .path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    opacity: 0.1;
}

.news_bg .news .news_box .news_l .news_button .news-prev {
    float: right;
    cursor: pointer;
    position: relative;
    background: url(../images/right1.png) no-repeat center;
    width: 0.29rem;
    height: 0.29rem;
    background-size: 100%;
    margin-top: 0.1rem;
}

.news_bg .news .news_box .news_l .swiper-slide {
    position: relative;
}

.news_bg .news .news_box .news_l .swiper-slide .pic {
    width: 99.7%;
    height: 5.24rem;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.news_bg .news .news_box .news_l .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    object-fit: cover;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_l .swiper-slide .txt {
    margin: 0.35rem auto 0 auto;
    width: 99.5%;
}

.news_bg .news .news_box .news_l .swiper-slide .txt .time {
    float: left;
    width: 12.5%;
    height: 1.14rem;
    background: url(../images/newstime.png) no-repeat top center;
    background-size: 100%;
    text-align: right;
    padding-right: .15rem;
    box-sizing: border-box;
}

.news_bg .news .news_box .news_l .swiper-slide .txt .time span {
    display: block;
    font-family: 'imp';
    font-size: 0.32rem;
    color: #FFFFFF;
    padding: 0.25rem 0 0.1rem 0;
}

.news_bg .news .news_box .news_l .swiper-slide .txt .time i {
    font-size: 0.16rem;
    color: #FFFFFF;
    display: block;
}

.news_bg .news .news_box .news_l .swiper-slide .txt .txtnr {
    float: right;
    width: 82%;
}

.news_bg .news .news_box .news_l .swiper-slide .txt .txtnr a {
    font-size: 0.22rem;
    font-weight: bold;
    color: #983836;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin: 0.1rem 0 0.2rem 0;
}

.news_bg .news .news_box .news_l .swiper-slide .txt .txtnr p {
    font-size: 0.15rem;
    line-height: 0.24rem;
    height: 0.48rem;
    overflow: hidden;
    color: #666666;
}

.news_bg .news .news_box .news_r {
    width: 52.5%;
}

.news_bg .news .news_box .news_r ul li {
    position: relative;
    width: 3.6rem;
    padding: 0 .1rem;
    height: 2rem;
    margin-bottom: 0.3rem;
    float: left;
    background: #f9f9f9;
    border-top: 3px solid #983836;
}

.news_bg .news .news_box .news_r ul li:hover {
    background: #983836;
}

.news_bg .news .news_box .news_r ul li:hover * {
    color: #fff !important;
}

.news_bg .news .news_box .news_r ul li:nth-child(odd) {
    margin-right: .15rem;
}

.news_bg .news .news_box .news_r ul li .time {
    text-align: left;
    height: 0.45rem;
    line-height: .45rem;
    float: left;
    width: 100%;
    background-size: 100%;
}

.news_bg .news .news_box .news_r ul li .time span {
    display: block;
    font-size: 0.16rem;
    color: #666;
}

.news_bg .news .news_box .news_r ul li .time i {
    display: block;
    font-size: 0.16rem;
    color: #983836;
    font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news .news_box .news_r ul li .txt {
    position: relative;
    float: right;
    width: 100%;
    height: auto;
}

.news_bg .news .news_box .news_r ul li .txt>a {

    color: #333;

    display: block;
    font-size: .18rem;

    line-height: .3rem;
    height: .6rem;
    margin: 8px 0 5px;
    display: -webkit-box;
    width: 3.20rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: hsla(0, 0%, 20%, 1);
}

.news_bg .news .news_box .news_r ul li .txt p {
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.28rem;
    height: 0.56rem;
    overflow: hidden;
    margin-top: 0.1rem;
}
.news_bg .news .news_box .news_r ul li .txt p a{
    font-size: 0.16rem;
    color: #666666;
}
@media (max-width: 980px) {
    .news_bg .news {
        margin: 0 auto;
        padding-top: 0.6rem;
    }
    .news_bg .news .news_box {
        margin: 0.6rem auto 0 auto;
    }
    .news_bg .news .news_box .news_l {
        float: none;
        width: 100%;
        overflow: hidden;
    }
    .news_bg .news .news_box .news_l .news_button {
        position: absolute;
        right: 0.4rem;
        top: 3.2rem;
        z-index: 5;
    }
    .news_bg .news .news_box .news_l .news_button .news-next {
        float: left;
        cursor: pointer;
        position: relative;
        background: url(../images/left1.png) no-repeat center;
        width: 0.39rem;
        height: 0.39rem;
        background-size: 100%;
        margin-top: 0.05rem;
    }
    .news_bg .news .news_box .news_l .news_button .ui-loop {
        position: relative;
        width: 0.5rem;
        height: 0.5rem;
        z-index: 9;
        margin: 0 0.2rem;
        float: left;
    }
    .news_bg .news .news_box .news_l .news_button .ui-loop .news_icoimg {
        position: absolute;
        width: 0.28rem;
        height: 0.28rem;
        background: url(../images/newsico.png) no-repeat center;
        left: 0.11rem;
        top: 0.11rem;
        background-size: 100%;
    }
    .newspath-loop {
        fill: none;
        stroke: #fff;
        stroke-miterlimit: 10;
        stroke-width: 1px;
    }
    .newspath-loop-bg {
        fill: none;
        stroke: #fff;
        stroke-miterlimit: 10;
        stroke-width: 1px;
        opacity: 0.1;
    }
    .news_bg .news .news_box .news_l .news_button .news-prev {
        float: right;
        cursor: pointer;
        position: relative;
        background: url(../images/right1.png) no-repeat center;
        width: 0.39rem;
        height: 0.39rem;
        background-size: 100%;
        margin-top: 0.05rem;
    }
    .news_bg .news .news_box .news_l .swiper-slide {
        position: relative;
    }
    .news_bg .news .news_box .news_l .swiper-slide .pic {
        width: 100%;
        height: 55vw;
        overflow: hidden;
        position: relative;
    }
    .news_bg .news .news_box .news_l .swiper-slide .txt {
        margin: 0.25rem auto 0 auto;
    }
    .news_bg .news .news_box .news_l .swiper-slide .txt .time {
        float: left;
        width: 15%;
        height: 1.14rem;
        background: url(../images/newstime.png) no-repeat top center;
        background-size: 100%;
        text-align: center;
        padding-right: 0
    }
    .news_bg .news .news_box .news_l .swiper-slide .txt .time span {
        display: block;
        font-family: 'imp';
        font-size: 0.4rem;
        color: #FFFFFF;
        padding: 0.2rem 0 0.1rem 0;
    }
    .news_bg .news .news_box .news_l .swiper-slide .txt .time i {
        font-size: .2rem;
        color: #FFFFFF;
        display: block;
    }
    .news_bg .news .news_box .news_l .swiper-slide .txt .txtnr {
        float: right;
        width: 80%;
    }
    .news_bg .news .news_box .news_l .swiper-slide .txt .txtnr a {
        font-size: 0.28rem;
        margin: 0.1rem 0 0.1rem 0;
    }
    .news_bg .news .news_box .news_l .swiper-slide .txt .txtnr p {
        font-size: 0.24rem;
        line-height: 0.35rem;
        height: 0.7rem;
        overflow: hidden;
        color: #666666;
    }
    .news_bg .news .news_box .news_r {
        float: none;
        width: 100%;
        margin: 0.65rem auto 0 auto;
    }
    .news_bg .news .news_box .news_r ul li {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 0.4rem;
        box-sizing: border-box;
        padding: 0.3rem .2rem;
    }
    .news_bg .news .news_box .news_r ul li .time {
        text-align: left;
        height: 0.85rem;
        float: left;
    }
    .news_bg .news .news_box .news_r ul li .time span {
        display: block;
        font-size: .24rem;
        color: #666;
    }
    .news_bg .news .news_box .news_r ul li .time i {
        display: block;
        font-size: 0.2rem;
        margin-top: .1rem
    }
    .news_bg .news .news_box .news_r ul li .txt {
        position: relative;
        float: none;
        width: 100%;
    }
    .news_bg .news .news_box .news_r ul li .txt>a {
        font-size: 0.28rem;
        color: #333;
        line-height: .45rem;
        height: .9rem;
        width: 100%;
    }
    .news_bg .news .news_box .news_r ul li .txt p {
        font-size: 0.22rem;
        color: #666666;
        line-height: 0.35rem;
        height: 0.7rem;
        overflow: hidden;
        margin-top: 0.2rem;
    }
    .news_bg .news .news_box .news_r ul li .txt p a {
        font-size: .22rem;
    }
}


/*notice*/

.m-xsgz,
.m-tzgg {
    width: 48%;
    float: left;
}

.m-xsgz {
    float: right;
}

.notice {
    margin: 0.3rem auto 0 auto;
}

.notice .notice_box {
    margin: 0.62rem auto 0 auto;
}

.notice .notice_box ul li {
    float: left;
    position: relative;
    z-index: 5;
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 43%;
    height: 1.6rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-bottom: .2rem;
    padding: .2rem;
}

.notice .notice_box ul li:hover {
    background: #983836;
}

.notice .notice_box ul li:hover * {
    color: #fff !important;
}

.notice .notice_box ul li:nth-child(odd) {
    margin-right: 2.35%;
}

.notice .notice_box ul li:last-child {
    margin-right: -0.05rem;
}

.notice .notice_box ul li::after {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background: url(../images/notice_list.png) no-repeat center;
    background-size: cover;
}

.notice .notice_box ul li:hover::after {
    display: none;
    ;
}

.notice .notice_box ul li .time {
    margin: 0 auto;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: left;
    font-size: 0.16rem;
    color: #666;
}

.notice .notice_box ul li .txt {
    width: 100%;
}

.notice .notice_box ul li .txt h5 a {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    height: 0.6rem;
    overflow: hidden;
    display: block;
    width: 96%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.notice .notice_box ul li .txt .more {
    display: block;
    width: 0.57rem;
    height: 0.1rem;
    background: url(../images/more2.png) no-repeat center;
    background-size: 100% 100%;
    float: right;
    margin-top: 0.25rem;
}

.notice .notice_box ul li:hover {
    box-shadow: 0px 4px 10px 0px rgba(152, 56, 54, 0.2);
}

.notice .notice_box ul li:hover a {
    color: #983836;
}

.m-xsgz .notice_box ul li {
    width: 100%;
}

.m-xsgz-box {
    margin: 0.62rem auto 0 auto;
}

.m-xsgz-box ul li {
    height: .25rem;
    line-height: .25rem;
    border-bottom: 1px solid #ddd;
    padding: .18rem .1rem;
}

.m-xsgz-box ul li:hover {
    background: #983836;
}

.m-xsgz-box ul li:hover * {
    color: #fff !important;
}

.m-xsgz-box ul li .time {
    float: left;
    font-size: .16rem;
    padding: 0 .2rem 0 0;
    border-right: 1px solid #ccc;
    margin: 0 .2rem 0 0;
}

.m-xsgz-box ul li .txt {
    float: left;
    height: .25rem;
    overflow: hidden;
    width: calc(100% - 130px);
}

.m-xsgz-box ul li .txt a {
    font-size: .18rem;
}

.m-jxhd {
    float: left;
}





#part3 .aleft {
    width: 48%
}

#part3 .aright {
    width: 48%
}

#part3 .aleft ul li {
    width: 48%;
    border-bottom: 1px dashed #c5c5c8;
    padding: .12rem 0 .2rem
}

#part3 .aleft ul li:nth-child(1) {

}

#part3 .aleft ul li:nth-child(2) {

}

#part3 .aleft ul li:nth-last-child(1) {

}

#part3 .aleft ul li:nth-last-child(2) {

}

#part3 .aleft ul li h4 {
    margin-bottom: .1rem;


}
#part3 .aleft ul li h4 span{

display: inline-block;
  

    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    height: 0.6rem;
    overflow: hidden;
}

#part3 .aleft ul li:hover h4 span{

    color:#a82328
}

#part3 .aleft ul li h4:after {
    content: '';
    height: 2px;
    width: .6rem;
    background: #aaa;
    display: block;
    margin-top: .16rem;
    position: relative;
    z-index: 0
}

#part3 .aleft ul li h4:before {
    content: '';
    height: 2px;
    width: 0;
    background: #b02810;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: .5s
}

#part3 .aleft ul li:hover h4:before {
    width: .6rem
}

#part3 .aleft ul li .info p {
    font-size: .14rem;
    margin-bottom: .15rem;
    color: #666;
    padding-left: .25rem
}

#part3 .aleft ul li .info p:nth-child(1) {
    background: url(../images/time.svg) no-repeat left 1px;
    background-size: .18rem .18rem
}

#part3 .aleft ul li .info p:nth-child(1) time {
    font-size: .16rem
}

#part3 .aleft ul li .info p:nth-child(2) {
    background: url(../images/user.svg) no-repeat left 1px;
    background-size: .18rem .18rem
}

#part3 .aleft ul li .info p:nth-child(3) {
    background: url(../images/wz.svg) no-repeat left 1px;
    background-size: .18rem .18rem
}

#part3 .aright ul li:first-child {
    padding-top: 0;
    border-top: 0
}

#part3 .aright ul li:last-child {

}

#part3 .aright ul li {
    padding: .15rem 0;
    border-bottom: 1px dashed #c5c5c8
}

#part3 .aright ul li h4 {
    margin-bottom: .1rem;

    font-size: 0.18rem;
    line-height: 0.3rem;
}
#part3 .aright ul li p a,
#part3 .aright ul li p {
    color: #999;
    font-size: .14rem;
    line-height: 1.6em;
    margin-top: .08rem
}

#part3 .aright ul li time span {
    font-size: .16rem;
    color: #888
}

#part3 .aright ul li time i {
    margin-right: 5px;
    color: #4860aa;
    font-size: .14rem
}

#part3 .aright ul li:hover h4 {

    color: #a82328;
}

.jxky-box,
.txgz-box,
.yssz-box,
.jsfc-box
{
    margin-top: .62rem;

}



#part4  .aleft ul li:first-child {
    padding-top: 0;
    border-top: 0
}

#part4  .aleft ul li:last-child {

}

#part4  .aleft ul li {
    padding: .2rem 0;
    border-bottom: 1px dashed #ddd
}

#part4  .aleft ul li h4 {
    margin-bottom: .14rem;
    line-height: 1.4em;
    position: relative;
        font-size: .2rem;
}

#part4  .aleft ul li h4:after {
    content: '';
    height: 2px;
    width: .6rem;
    background: #aaa;
    display: block;
    margin-top: .14rem;
    position: relative;
    z-index: 0
}

#part4  .aleft ul li h4:before {
    content: '';
    height: 2px;
    width: 0;
    background: #a82328;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: .5s
}

#part4  .aleft ul li:hover h4:before {
    width: .6rem
}

#part4  .aleft ul li p {
    color: #999;
    font-size: .14rem;
    line-height: .22rem;

    height: .34rem
}

#part4  .aleft ul li time span{
    font-size: .16rem;
    color: #888
}

#part4  .aleft ul li time i {
    margin-right: 5px;
    color: #4860aa;
    font-size: .14rem
}

#part4  .aleft ul li:hover h4 {

}



.jsfc-box {
    margin-bottom: .5rem
}

.jsfc-box li:first-child {
    padding-top: 0;
    border-top: 0
}

.jsfc-box li:first-child time {
    top: 0
}
.jsfc-box li time span{
        font-size: .16rem;}
.jsfc-box li:last-child {

}

.jsfc-box li {
    padding: .22rem 0;
    border-bottom: 1px dashed #c5c5c8;
    position: relative;
    padding-right: 1rem
}

.jsfc-box li h4 {
    margin-bottom: .1rem;
    line-height: 1.4em
}

.jsfc-box li h4 span {
    color: #b02810
}

.jsfc-box li time {
    font-size: .12rem;
    color: #888;
    position: absolute;
    right: 0;
    top: .22rem
}

.jsfc-box li time i {
    margin-right: 5px;
    color: #4860aa;
    font-size: .14rem
}
.jsfc-box li a{
    font-size: .2rem;
}
.jsfc-box li:hover a {

}
.ghgz-con,
.jsfc-con,
.yssz-con{
width:32%;

}
.jsfc-con{
    float: left;
    margin: 0 .32rem ;
}

@media (max-width: 980px) {
    
    #part3 .aleft,
    #part3 .aright,
    #part3 .aleft ul li,
    .m-xsgz,
    .m-tzgg {
        width: 100%;
        float: none;
    }


#part3 .aleft ul li h4 span{
    font-size: .26rem;
    height: .7rem;
    line-height: .35rem;
}

#part3 .aleft ul li h4:after{

    display: none;
}


#part3 .aright ul li h4{
    height: .7rem;
        line-height: .35rem;
        font-size: .26rem;
}
#part3 .aleft ul li .info p:nth-child(1) time,
#part3 .aright ul li p{
        font-size: .20rem;

}
#part3 .aright ul li time span{
        font-size: .20rem;  

}
#part4 .aleft ul li h4{

            font-size: .26rem;
}
#part4 .aleft ul li time,
#part4 .aleft ul li p{
        font-size: .20rem;
        line-height: .3rem;

        overflow: hidden;
        height: .3rem;

    }
 .jsfc-box li a{
        line-height: 0.50rem;
            font-size: .26rem;
        }
    .notice .notice_box {
        margin: 0.65rem auto 0 auto;
    }
    .notice .notice_box ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .notice .notice_box ul li {
        float: none;
        position: relative;
        z-index: 5;
        background: #fff;
        border: 1px solid #e6e6e6;
        width: 48%;
        height: 2.2rem;
        margin-right: 0%;
        margin-bottom: 0.3rem;
    }
    .notice .notice_box ul li:nth-child(2n) {
        margin-right: 0;
    }
    .notice .notice_box ul li .time {
        margin: 0 auto;
        width: 100%;
        font-size: 0.22rem;
        color: #666;
    }
    .notice .notice_box ul li .txt {
        width: 84%;
        margin: 0.35rem auto 0 auto;
    }
    .notice .notice_box ul li .txt h5 a {
        font-size: 0.28rem;
        line-height: 0.35rem;
        color: #333333;
        height: 0.7rem;
        overflow: hidden;
        display: block;
        width: 96%;
    }
    .notice .notice_box ul li:hover a {
        color: #333333;
    }
    .m-xsgz-box ul li {
        height: .75rem;
        line-height: .74rem;
    }
    .m-xsgz-box ul li .time {
        font-size: .26rem;
    }
    .m-xsgz-box ul li .txt a {
        font-size: .26rem;
    }
    .m-xsgz-box ul li .txt {
        height: 0.65rem;
    }
    .m-xsdt {
        margin: .3rem 0 0 0;
    }
}

@media (max-width: 640px) {
    .notice .notice_box ul li {
        width: 100%
    }
}


/*fc*/

.fc {
    margin: 0.7rem auto 0 auto;
}

.fc .fc_box {
    overflow: hidden;
    position: relative;
}

.fc .fc_box .swiper-slide {
    position: relative;
}

.fc .fc_box .swiper-slide .pic {
    width: 100%;
    position: relative;
    height: 2.77rem;
}

.fc .fc_box .swiper-slide .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0px;
}

.fc .fc_box .swiper-fcpagination {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0.3rem;
    z-index: 5;
    text-align: center;
}

.fc .fc_box .swiper-fcpagination .swiper-pagination-bullet {
    display: inline-block;
    text-align: center;
    width: 0.08rem;
    height: 0.08rem;
    background: #fff;
    border-radius: 50%;
    margin: 0 0.1rem;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc .fc_box .swiper-fcpagination .swiper-pagination-bullet-active {
    background: #983836;
    opacity: 1;
}

@media (max-width: 980px) {
    .fc {
        margin: 0.4rem auto 0 auto;
    }
    .fc .fc_box .swiper-slide {
        position: relative;
    }
    .fc .fc_box .swiper-slide .pic {
        width: 100%;
        position: relative;
        height: 2.3rem;
    }
    .fc .fc_box .swiper-fcpagination {
        bottom: 0.2rem;
    }
    .fc .fc_box .swiper-fcpagination .swiper-pagination-bullet {
        display: inline-block;
        text-align: center;
        width: 0.12rem;
        height: 0.12rem;
        background: #fff;
        border-radius: 50%;
        margin: 0 0.15rem;
        opacity: 0.8;
    }
    .fc .fc_box .swiper-fcpagination .swiper-pagination-bullet-active {
        background: #983836;
        opacity: 1;
    }
}


/*teaching*/

.page2 {
    width: 100%;
    margin: 0 auto;
    background: url(../images/bg2.png) no-repeat 50% 100%;
background: #fff;
    overflow: hidden;
    padding-bottom: 3.8rem;
}

.teaching {
    margin: 0 auto;
    padding-top: 0.95rem;
    position: relative;
}

.teaching .teach_box {
    margin: 0.6rem auto 0 auto;
}

.teaching .teach_box .teach_l {
    position: absolute;
    left: 0;
    top: 0.65rem;
}

.teaching .teach_box .teach_l img {
    display: block;
    width: 1.43rem;
    height: 1.62rem;
    margin-bottom: 0.4rem;
}

.teaching .teach_box .teach_l span {
    display: block;
    margin-left: 0.4rem;
    opacity: 0.7;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.2rem;
    color: #983836;
    writing-mode: tb-rl;
    float: left;
}

.teaching .teach_box .teach_l i {
    display: block;
    margin-left: 0.13rem;
    margin-top: 0.95rem;
    opacity: 0.7;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.2rem;
    color: #983836;
    writing-mode: tb-rl;
    float: left;
}

.teaching .teach_box .teach_list {
    line-height: 0;
}

.teaching .teach_box .teach_list ul li {
    float: left;
    width: 33.3333%;
    background: #f0e4be;
}

.teaching .teach_box .teach_list ul li span {
    display: block;
    font-family: 'imp';
    font-size: 0.26rem;
    color: #983836;
    margin-bottom: 0.2rem;
}

.teaching .teach_box .teach_list ul li .h4 {
    font-size: 0.20rem;
    line-height: 0.28rem;
    height: .56rem;
    color: #444444;
    display: block;
    overflow: hidden;
}

.teaching .teach_box .teach_list ul li a {
    display: block;
}

.teaching .teach_box .teach_list ul li .more {
    color: #983836;
    margin-top: .2rem;
    font-size: .16rem
}

.teaching .teach_box .teach_list ul li .more img {
    height: .1rem;
    margin-left: 5px
}

.teach_list ul li {
    box-sizing: border-box;
}

.m-djgz-b {
    margin: .5rem auto;
}

.m-djgz-box-l {
    float: left;
    width: 50%;
}

.m-djgz-box-c {
    margin: 0 5%;
}

.m-djgz-box-c,
.m-djgz-box-r {
    width: 20%;
    float: left;
    box-shadow: 0px 1px 7px 0px rgba(191, 189, 185, 0.48);
}

.white-card {
    background: #fff;
}

.white-card .desc-jz {
    box-shadow: 0px 1px 7px 0px rgba(191, 189, 185, 0.61);
}

.white-card a,
.white-card img {
    display: block;
}

.white-card h4 {
    position: relative;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0px 1px 7px 0px rgba(191, 189, 185, 0.48);
}

.white-card h4 a {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 45px;
    cursor: pointer;
}

.white-card h4:before {
    position: absolute;
    left: 15px;
    top: 20px;
    width: 25px;
    height: 25px;
    background: url(../images/icon-play-jz.png) no-repeat 0 50%;
    content: "";
    cursor: pointer;
    background-size: 25px;
}

.white-card ul {
    font-size: 0;
}

.white-card ul li {
    position: relative;
    margin: 0 auto;
    height: .55rem;
    line-height: .55rem;
    font-size: 12px;
    border-bottom: 1px dashed #bebebe;
    color: #000;
    padding-left: 24px;
    overflow: hidden;
    padding-right: 15px;
}

.white-card ul li:last-child {
    border: 0;
}

.white-card ul li:before {
    position: absolute;
    left: 10px;
    top: 26px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #bfbeb9;
    content: "";
}

.white-card ul li a {
    color: #000;
}

.white-card .desc-column {
    padding: 20px;
    height: 162px;
    text-indent: 2em;
    font-size: 15px;
    line-height: 2;
    overflow: hidden;
}

@media (max-width: 980px) {
    .page2 {
        padding-bottom: 2.55rem;
    }
    .teaching {
        margin: 0 auto;
        padding-top: 0.65rem;
        position: relative;
    }
    .teaching .teach_box {
        margin: 0.6rem auto 0 auto;
    }
    .teaching .teach_box .teach_l {
        display: none;
    }
    .teaching .teach_box .teach_list {
        float: none;
        margin-left: 0%;
        width: 100%;
        overflow: hidden;
        margin-bottom: .6rem
    }
    .teaching .teach_box .teach_list ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .teaching .teach_box .teach_list ul li {
        float: none;
        width: 50%;
    }
    .teaching .teach_box .teach_list ul li span {
        display: block;
        font-size: 0.36rem;
        margin-bottom: 0.25rem;
    }
    .teaching .teach_box .teach_list ul li .h4 {
        font-size: 0.26rem;
        line-height: 0.35rem;
        height: 0.7rem;
        color: #444444;
        display: block;
        overflow: hidden;
    }
    .teaching .teach_box .teach_list ul li .more {
        font-size: .22rem
    }
    .teaching .teach_box .teach_r {
        float: none;
        width: 100%;
        position: relative;
        margin: 0.2rem auto 0 auto;
    }
    .teaching .teach_box .teach_r .swiper-slide {
        position: relative;
    }
    .teaching .teach_box .teach_r .swiper-slide .pic {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding-top: 61%;
        overflow: hidden;
    }
    .teaching .teach_box .teach_r .swiper-slide:hover .pic img {
        transform: scale(1.1);
    }
    .teaching .teach_box .teach_r .swiper-slide .txt {
        margin: 0 auto;
    }
    .teaching .teach_box .teach_r .swiper-slide .txt .time {
        width: 20%;
        height: 1.28rem;
        padding-right: 0;
        text-align: center
    }
    .teaching .teach_box .teach_r .swiper-slide .txt .time span {
        font-size: .34rem;
        margin-top: .12rem
    }
    .teaching .teach_box .teach_r .swiper-slide .txt .time i {
        font-size: 0.2rem;
        color: #FFFFFF;
        display: block;
        margin-top: .05rem
    }
    .teaching .teach_box .teach_r .swiper-slide .txt h5 {
        float: right;
        width: 69%;
        margin-top: 0.2rem;
    }
    .teaching .teach_box .teach_r .swiper-slide .txt h5 a {
        font-size: 0.28rem;
        color: #333;
        line-height: 0.35rem;
        height: 0.7rem;
    }
    .teaching .teach_box .teach_r .swiper-teach-next {
        position: absolute;
        right: 0px;
        bottom: 0px;
        cursor: pointer;
        background: url(../images/news_right1.png) no-repeat center;
        width: 0.36rem;
        height: 0.36rem;
        z-index: 5;
        background-size: 100%;
    }
    .teaching .teach_box .teach_r .swiper-teach-prev {
        position: absolute;
        right: 0.55rem;
        left: auto;
        bottom: 0px;
        cursor: pointer;
        background: url(../images/news_left1.png) no-repeat center;
        width: 0.36rem;
        height: 0.36rem;
        z-index: 5;
        background-size: 100%;
    }
    .m-djgz-b {
        display: none;
    }
}

@media (max-width: 640px) {
    .teaching .teach_box .teach_list ul li {
        float: none;
        width: 100%;
        background: none;
    }
    .teaching .teach_box .teach_list ul li img {
        width: 100%;
        ;
    }
    .m-djgz-b {
        display: none;
    }
}


/*dynamic*/

.dynamic {
    margin: 0.55rem auto 0 auto;
}

.dynamic .dynamicbox {
    margin: 0.55rem auto 0 auto;
}

.dynamic .dynamicbox ul li {
    float: left;
width: 23%;
    margin-right: 2%;
}
.dynamic .dynamicbox ul li:nth-child(4) {
    margin-right: 0%;
}
/* .dynamic .dynamicbox ul li:nth-child(1) {
    margin-right: 5%;
}

.dynamic .dynamicbox ul li:nth-child(1),
.dynamic .dynamicbox ul li:nth-child(2) {
    width: 47.5%;
}

.dynamic .dynamicbox ul li:nth-child(2) {
    margin-right: 0;
}

.dynamic .dynamicbox ul li:last-child {
    margin-right: 0;
}

.dynamic .dynamicbox ul li:nth-child(6) {
    margin-right: 0;
    float: right;
} */

.dynamic .dynamicbox ul li .pic {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 160%;
    overflow: hidden;
}

.dynamic .dynamicbox ul li .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    object-fit: cover;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.dynamic .dynamicbox ul li:hover .pic img {
    transform: scale(1.1);
}

.dynamic .dynamicbox ul li .txt {
    height: 1.63rem;
    position: relative;
    z-index: 5;
    width: 91%;
    padding-left: 1%;
    padding-top: 0.1rem;
}

.dynamic .dynamicbox ul li .txt h5 a {
    font-size: 0.20rem;
    line-height: 0.28rem;
    height: 0.56rem;
    color: #222222;
    display: block;
    overflow: hidden;
    width: 96%;
}

.dynamic .dynamicbox ul li .txt .more {
    margin-top: 0.4rem;
}

.dynamic .dynamicbox ul li .txt .more span {
    display: block;
    float: left;
    font-family: 'imp';
    font-size: 0.3rem;
    color: #983836;
}

.dynamic .dynamicbox ul li .txt .more a {
    display: block;
    float: right;
    width: 0.57rem;
    height: 0.1rem;
    background: url(../images/more2.png) no-repeat center;
    background-size: 100%;
    margin-top: 0.1rem;
}

@media (max-width: 980px) {
    .dynamic {
        margin: 0.55rem auto 0 auto;
    }
    .dynamic .dynamicbox {
        margin: 0.65rem auto 0 auto;
    }
    .dynamic .dynamicbox ul li {
        float: none;
        width: 100%!important;
        margin-right: 0%;
        margin-bottom: 0.3rem;
    }
    .dynamic .dynamicbox ul li:last-child {
        margin-right: 0;
    }
    .dynamic .dynamicbox ul li .pic {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding-top: 66%;
        overflow: hidden;
    }
    .dynamic .dynamicbox ul li:hover .pic img {
        transform: scale(1);
    }
    .dynamic .dynamicbox ul li .txt {
        height: 1.63rem;
        position: relative;
        z-index: 5;
        width: 91%;
        padding-top: 0.35rem;
    }
    .dynamic .dynamicbox ul li .txt h5 a {
        font-size: 0.28rem;
        line-height: 0.38rem;
        height: 0.76rem;
        color: #222222;
        display: block;
        overflow: hidden;
        width: 96%;
    }
    .dynamic .dynamicbox ul li .txt .more {
        margin-top: 0.4rem;
    }
    .dynamic .dynamicbox ul li .txt .more span {
        display: block;
        float: left;
        font-family: 'imp';
        font-size: 0.32rem;
        color: #983836;
    }
    .dynamic .dynamicbox ul li .txt .more a {
        display: block;
        float: right;
        width: 0.57rem;
        height: 0.1rem;
        background: url(../images/more2.png) no-repeat center;
        background-size: 100%;
        margin-top: 0.1rem;
    }
}


/*Student*/

.Studentbg {
    width: 100%;
    margin: 0 auto;
    background: url(../images/page3.jpg) no-repeat top center;
    overflow: hidden;
    padding-bottom: 2rem;
    background-size: 100%;
}

.Studentbg .Student {
    margin: 0 auto;
}

.Studentbg .Student .student_box {
    margin: 0.65rem auto 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Studentbg .Student .student_box:after {
    content: '';
    display: inline-block;
    width: 30%;
}

.Studentbg .Student .student_box .student_left {
    width: 30%;
}

.Studentbg .Student .student_box .student_left .pic {
    width: 100%;
    position: relative;
    height: 3.2rem;
    overflow: hidden;
}

.Studentbg .Student .student_box .student_left .pic img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.Studentbg .Student .student_box .student_left:hover .pic img {
    transform: scale(1.1);
}

.Studentbg .Student .student_box .student_left .txt {
    margin: 0 auto;
}

.Studentbg .Student .student_box .student_left .txt h5 a {
    float: left;
    width: 72%;
    font-size: 0.20rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #333333;
    height: 0.56rem;
    overflow: hidden;
    margin-top: 0.25rem;
}

.Studentbg .Student .student_box .student_left .txt .time {
    float: right;
    margin-top: 0.1rem;
    height: 0.9rem;
    width: 16%;
    text-align: right;
    background: url(../images/time_ico3.png) no-repeat top center;
    background-size: 100%;
    padding-right: .15rem
}

.Studentbg .Student .student_box .student_left .txt .time span {
    display: block;
    font-family: 'imp';
    font-size: 0.3rem;
    color: #FFFFFF;
    padding-top: 0.18rem;
}

.Studentbg .Student .student_box .student_left .txt .time i {
    font-family: Arial;
    font-size: 0.14rem;
    color: #FFFFFF;
    margin-top: 0.1rem;
    display: block;
}

.Studentbg .Student .student_box .student_center {
    width: 38.5%;
}

.Studentbg .Student .student_box .student_center .swiper-slide {
    position: relative;
}

.Studentbg .Student .student_box .student_center .swiper-slide .pic {
    width: 100%;
    position: relative;
    height: 4.2rem;
    overflow: hidden;
}

.Studentbg .Student .student_box .student_center .swiper-slide .pic img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.Studentbg .Student .student_box .student_center .swiper-slide .txt {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1.1rem;
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.Studentbg .Student .student_box .student_center .swiper-slide .txt a {
    font-size: 0.2rem;
    font-weight: bold;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 59%;
    margin-left: 5%;
    position: absolute;
    bottom: 0.25rem;
}

.Studentbg .Student .student_box .student_center .swiper-Student {
    width: auto;
    right: 0px;
    left: auto;
    bottom: 0.25rem;
    position: absolute;
    z-index: 5;
}

.Studentbg .Student .student_box .student_center .swiper-Student .swiper-pagination-bullet {
    margin: 0 0.08rem;
    width: 0.26rem;
    height: 0.26rem;
    background: url(../images/buttom1.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;
    background-size: 100%;
}

.Studentbg .Student .student_box .student_center .swiper-Student .swiper-pagination-bullet-active {
    background: url(../images/buttom2.png) no-repeat center;
    background-size: 100%;
}

.Studentbg .Student .student_box .student_right {
    width: 27.5%;
}

.Studentbg .Student .student_box .student_right .pic {
    width: 100%;
    position: relative;
    height: 3.2rem;
    overflow: hidden;
}

.Studentbg .Student .student_box .student_right .pic img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.Studentbg .Student .student_box .student_right:hover .pic img {
    transform: scale(1.1);
}

.Studentbg .Student .student_box .student_right .txt {
    margin: 0 auto;
}

.Studentbg .Student .student_box .student_right .txt h5 a {
    float: left;
    width: 67%;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #333333;
    height: 0.56rem;
    overflow: hidden;
    margin-top: 0.25rem;
}

.Studentbg .Student .student_box .student_right .txt .time {
    float: right;
    margin-top: 0.1rem;
    height: 0.9rem;
    width: 18%;
    text-align: center;
    background: url(../images/time_ico3.png) no-repeat top center;
    background-size: 100%;
}

.Studentbg .Student .student_box .student_right .txt .time span {
    display: block;
    font-family: 'imp';
    font-size: 0.34rem;
    color: #FFFFFF;
    padding-top: 0.18rem;
}

.Studentbg .Student .student_box .student_right .txt .time i {
    font-family: Arial;
    font-size: 0.14rem;
    color: #FFFFFF;
    margin-top: 0.1rem;
}

@media (max-width: 980px) {
    .Studentbg {
        padding-bottom: 1.8rem;
    }
    .Studentbg .Student {
        margin: 0 auto;
    }
    .Studentbg .Student .student_box {
        margin: 0.65rem auto 0 auto;
    }
    .flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .Studentbg .Student .student_box .student_left {
        width: 100%;
        order: 2;
        margin-bottom: 0.4rem;
    }
    .Studentbg .Student .student_box .student_left .pic {
        width: 100%;
        position: relative;
        height: 50vw;
        overflow: hidden;
    }
    .Studentbg .Student .student_box .student_left:hover .pic img {
        transform: scale(1);
    }
    .Studentbg .Student .student_box .student_left .txt {
        margin: 0 auto;
    }
    .Studentbg .Student .student_box .student_left .txt h5 a {
        float: left;
        width: 75%;
        font-size: 0.28rem;
        font-weight: normal;
        line-height: 0.35rem;
        color: #333333;
        height: 0.7rem;
        overflow: hidden;
        margin-top: 0.2rem;
    }
    .Studentbg .Student .student_box .student_left .txt .time {
        float: right;
        margin-top: 0.08rem;
        height: 0.9rem;
        width: 18%;
        text-align: center;
        background: url(../images/time_ico3.png) no-repeat top center;
        background-size: 100%;
        padding-right: 0
    }
    .Studentbg .Student .student_box .student_left .txt .time span {
        display: block;
        font-family: 'imp';
        font-size: 0.34rem;
        color: #FFFFFF;
        padding-top: 0.18rem;
    }
    .Studentbg .Student .student_box .student_left .txt .time i {
        font-family: Arial;
        font-size: 0.2rem;
        color: #FFFFFF;
        display: block;
        margin-top: 0.05rem;
        display: block;
    }
    .Studentbg .Student .student_box .student_center {
        width: 100%;
        order: 1;
        overflow: hidden;
        margin-bottom: 0.4rem;
    }
    .Studentbg .Student .student_box .student_center .swiper-slide {
        position: relative;
    }
    .Studentbg .Student .student_box .student_center .swiper-slide .pic {
        width: 100%;
        position: relative;
        height: 55vw;
        overflow: hidden;
    }
    .Studentbg .Student .student_box .student_center .swiper-slide .txt a {
        font-size: 0.28rem;
        bottom: 0.25rem;
    }
    .Studentbg .Student .student_box .student_center .swiper-Student {
        width: auto;
        right: 0px;
        left: auto;
        bottom: 0.25rem;
        position: absolute;
        z-index: 5;
    }
    .Studentbg .Student .student_box .student_center .swiper-Student .swiper-pagination-bullet {
        margin: 0 0.08rem;
        width: 0.36rem;
        height: 0.36rem;
        background: url(../images/buttom1.png) no-repeat center;
        opacity: 1;
        background-size: 100%;
    }
    .Studentbg .Student .student_box .student_center .swiper-Student .swiper-pagination-bullet-active {
        background: url(../images/buttom2.png) no-repeat center;
        background-size: 100%;
    }
    .Studentbg .Student .student_box .student_right {
        width: 100%;
        order: 3;
    }
    .Studentbg .Student .student_box .student_right .pic {
        width: 100%;
        position: relative;
        height: 50vw;
        overflow: hidden;
    }
    .Studentbg .Student .student_box .student_right:hover .pic img {
        transform: scale(1);
    }
    .Studentbg .Student .student_box .student_right .txt {
        margin: 0 auto;
    }
    .Studentbg .Student .student_box .student_right .txt h5 a {
        float: left;
        width: 75%;
        font-size: 0.28rem;
        font-weight: normal;
        line-height: 0.35rem;
        color: #333333;
        height: 0.7rem;
        overflow: hidden;
        margin-top: 0.2rem;
    }
    .Studentbg .Student .student_box .student_right .txt .time {
        float: right;
        margin-top: 0.08rem;
        height: 0.9rem;
        width: 18%;
        text-align: center;
        background: url(../images/time_ico3.png) no-repeat top center;
        background-size: 100%;
    }
    .Studentbg .Student .student_box .student_right .txt .time span {
        display: block;
        font-family: 'imp';
        font-size: 0.34rem;
        color: #FFFFFF;
        padding-top: 0.18rem;
    }
    .Studentbg .Student .student_box .student_right .txt .time i {
        font-family: Arial;
        font-size: 0.14rem;
        color: #FFFFFF;
        margin-top: 0.1rem;
    }
}

@media (max-width: 640px) {
    .Studentbg .Student .student_box .student_left .pic {
        height: 55vw
    }
}


/*footer*/


/*footer*/

.footerbg {
    width: 100%;
    height: 2.6rem;
    background: #3f4447;
    border-top: 3px solid #b21a1f;
    background-size: 100%;
}

@media (max-width: 980px) {
    .footer .contact {
        font-size: .42rem;
        line-height: 2;
    }
    .footer .contact span {
        font-size: .42rem;
    }
    .footer p span {
        font-size: .32rem;
        line-height: 2;
    }
    .footerbg {
        width: 100%;
        height: 8.2rem;
        background: #3f4447 url(../images/music-yx.png) no-repeat 50% 90%;
        background-size: 80%;
    }
    .footerbg .footer {
        background: none;
    }
}



    /**日程安排**/
    .post1 .tt .tit {
    text-align: center;
    position: relative;
}
    .post1 .tt .title {
    font-size: 0.20rem!important;
    font-weight: bold!important;
    line-height: 1.4;
    color: #9B0E11;
}
.rcap{position:relative;display: block; }
.rcap .main3_info{height:calc(100% - 0.72rem);box-sizing:border-box}
.rcap .main3_t{display: flex;justify-content: space-between;margin: 0.25rem 0 0.36rem;}
.rcap .main3_t .post{width: 100%;box-sizing: border-box;padding-left:0.3rem;position: relative;z-index: 1;}
.rcap .main3_t .more_btn{position: absolute;right:0.15rem;bottom: 0.15rem;z-index: 2;top:auto;writing-mode: vertical-lr;letter-spacing: 3px;}
.post-31 .more_btn img{margin: 0;}
.rcap .main3_t .tt{position: absolute;width: 0.6rem;left:0rem;background: #9B0E11;top:0;z-index: 1;margin: 0;padding: 0.1rem 0;border-bottom:1px solid rgba(255,255,255,0.5)}
.rcap .main3_t .tt:before{content:"";position: absolute;top:calc(100% + 1px);border:0.3rem solid transparent;border-top:0.15rem solid #9B0E11;left:0;z-index: -1;}
.rcap .post1 .tt .title{color: #fff;/* writing-mode: vertical-lr; */letter-spacing:2px;}
.rcap .main3_t .con{border:1px solid #C88183;padding: 0.18rem 0.6rem;}
.rcap .main3_t li.news{display: flex;align-items: center;padding:0.13rem 0;background: url(images/circle_bg.svg) no-repeat right;    text-align: center;}
.rcap .main3_t li.news .news_time{font-size: 0.22rem;font-weight: bold;color: #94070A;}
.rcap .main3_t li.news .news_title{flex:1;margin-left: 0.15rem;font-size: 0.28rem;font-weight: bold;color: #94070A;}
.rcap .main3_t li.news .news_title a{font-size: 0.28rem;}
.rcap .main3_t li.news.n2{display:none;}
