/* swiper 轮播图 */

.lbt {
    width: 7.5rem;
    position: relative;
}

.swper {
    width: 7.5rem;
    height: 2.76rem;
}

/* .swper .swiper-wrapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
} */

.swper .swiper-slide {
    width: 7.5rem;
    height: 2.76rem;
    background-image: url(../img/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.swper .swiper-slide a{
    display: block;
    width: 7.5rem !important;
    height: 2.76rem !important;
}
.swPa {
    width: 7.02rem !important;
    height: 0.08rem;
    left: 0.24rem;
    bottom: 0.2rem !important;
    position: absolute;
    bottom: 0.2rem;
    z-index: 999;
    display: flex;
    /* flex-wrap: nowrap; */
    overflow: hidden;
    /* white-space: normal; */
}

.swPa span {
    /* width: 100%;
    max-width: 1.5rem; */
    flex-grow: 1;
    height: 0.08rem;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 0.04rem;
    transition: all 0.4s;
    opacity: 1;
}

.swPa span:nth-child(n) {
    margin: 0rem 0.15rem;
}

.swPa span:first-child {
    margin-right: 0.15rem;
}

.swPa span:last-child {
    margin-left: 0.15rem;
}

.swPa .swiper-pagination-bullet-active {
    background-color: #db0a17 !important;
}

/* 系部快捷 */

.xibu {
    width: 7.02rem;
    height: 2.73rem;
    margin: 0 auto;
    /* background-color: #ffffff; */
    box-shadow: 0rem 0rem 0.09rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem;
    margin-top: 0.31rem;
}

.XBTitle {
    width: 100%;
    height: 2.73rem;
    flex-wrap: wrap;
    padding-top: 0.05rem;
    display: flex;
    justify-content: space-between;
}

.XBTitle li {
    /* width: 1.92rem; */
    height: 0.95rem;
    margin-bottom: 0.13rem;
    margin-top: 0.12rem;
    margin-bottom: 0.2rem;
}

.XBTitle li a {
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    display: block;
}

.XBTitle li div {
    width: 0.82rem;
    height: 0.79rem;
    margin: 0 auto;
    background-image: url(../img/jrxtb.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.XBTitle li:nth-child(2) div {
    background-image: url(../img/kjxtb.png);
}

.XBTitle li:nth-child(3) div {
    background-image: url(../img/glxtb.png);
}

.XBTitle li:nth-child(4) div {
    background-image: url(../img/rwxtb.png);
}

.XBTitle li:nth-child(5) div {
    background-image: url(../img/jkxtb.png);
}

.XBTitle li:nth-child(6) div {
    background-image: url(../img/jctb.png);
}

.XBTitle li p {
    width: 1.78rem;
    height: 0.22rem;
    text-align: center;
    /* margin: 0 auto; */
    font-family: MicrosoftYaHei;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.22rem;
    letter-spacing: 0.01rem;
    color: #333333;
    margin-top: -0.05;
}

/* 学院新闻 */

.xyNews {
    width: 100%;
    margin-top: 0.31rem;
}

.title {
    width: 7.02rem;
    height: 0.32rem;
    margin: 0 auto;
}

.title h1 {
    width: 1.51rem;
    height: 0.32rem;
    padding-left: 0.3rem;
    font-family: MicrosoftYaHei;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0.02rem;
    color: #333333;
    position: relative;
}

.title h1::before {
    content: "";
    width: 0.28rem;
    height: 0.29rem;
    background-image: url(../img/xyxwtb.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0rem;
}

.title h1 span {
    width: 0.13rem;
    height: 0.25rem;
    font-family: MicrosoftYaHei;
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0.01rem;
    color: #cccccc;
    position: relative;
}

.title h1::after {
    content: "NEWS";
    width: 0.8rem;
    height: 0.19rem;
    font-family: BDZYJT--GB1-0;
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.31rem;
    letter-spacing: 0.01rem;
    color: #cccccc;
    position: absolute;
    bottom: 0.07rem;
}

.title a {
    display: inline;
    width: 1.5rem;
    height: 0.2rem;
    text-align: right;
    font-family: MicrosoftYaHei;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0.01rem;
    color: #db0a17;
}

.xwcontent {
    width: 7.02rem;
    height: 1.66rem;
    margin: 0 auto;
    margin-top: 0.33rem;
    padding-bottom: 0.28rem;
    border-bottom: 0.01rem solid #cccccc;
}

#NewB a {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.xyxwimg {
    width: 2.45rem;
    height: 1.66rem;
    background-image: url(../img/xyxwim.png);
    background-color: #ce2929;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.timgs {
    width: 0.85rem;
    height: 0.54rem;
    background-color: #ce2929;
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.timgs p {
    width: 0.85rem;
    text-align: center;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.25rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
}

.timgs .days {
    font-size: 0.2rem;
}

.xyxwxx {
    width: 4.32rem;
    height: 1.52rem;
    margin-right: 0.07rem;
}

.xyxwxx h1 {
    width: 4.25rem;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0.01rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 超出n行这里写n */
    -webkit-box-orient: vertical;
}

.xyxwxx p {
    width: 4.32rem;
    font-family: MicrosoftYaHei;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    text-align: justify;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 超出n行这里写n */
    -webkit-box-orient: vertical;
}

.xwrm {
    width: 100%;
}

.xwrml {
    width: 7.05rem;
    height: 1.56rem;
    margin: 0 auto;
    border-collapse: collapse;
    border-bottom: 0.01rem solid #cccccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xwrmlD {
    width: 0.86rem;
    height: 0.97rem;
    border-right: 1px solid #cccccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.xwrmlD:first-child span {
    display: inline;
    margin: 0.05rem;
    font-family: MicrosoftYaHei;
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    color: #333333;
}

.xwrmlD span:last-child {
    font-size: 0.24rem;
}

.xwrmlLD {
    width: 5.93rem;
    height: 0.97rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xwrmlLD h1 {
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0.01rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xwrmlLD p {
    width: 5.8rem;
    font-family: MicrosoftYaHei;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* <!-- middle swiper --> */

.middleSW {
    width: 100%;
    height: 2.75rem;
    margin: 0 auto;
    margin-top: 0.28rem;
}

.MSW {
    width: 100%;
    height: 2.75rem;
}

.MSW .swiper-wrapper {
    width: 100%;
    height: 2.75rem;
}

.MSW .swiper-slide {
    width: 100%;
    height: 2.75rem;
    /* display: flex;
    justify-content: space-between; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* .MSW .swiper-slide div {
    height: 2.75rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.MSW .swiper-slide div:nth-child(1) {
    width: 3.1rem;
    background-image: url(../img/renw.png);
}

.MSW .swiper-slide div:nth-child(2) {
    width: 2.28rem;
    background-image: url(../img/h.png);
}

.MSW .swiper-slide div:nth-child(3) {
    width: 2.14rem;
    margin-top: 0.02rem;
}

.MSW .swiper-slide div:nth-child(3) i {
    display: inline-block;
    width: 100%;
    height: 50%;
    background-image: url(../img/tp1.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: -0.02rem 0rem;
}

.MSW .swiper-slide div:nth-child(3) i:last-child {
    display: inline-block;
    width: 100%;
    height: 2.75/2rem;
    background-image: url(../img/tp2.png);
} */

.nexts div {
    position: relative;
}

.swleft {
    width: 0.53rem;
    height: 1.24rem;
    background-color: #000000;
    opacity: 0.4;
    outline: none;
    left: 0rem;
    margin-top: -0.62rem;
}

.swright {
    width: 0.53rem;
    height: 1.24rem;
    background-color: #000000;
    outline: none;
    opacity: 0.4;
    right: 0rem;
    margin-top: -0.62rem;
}

/* 通知公告 */

.tzggB {
    width: 100%;
    height: 4.02rem;
    background-color: #db0a17;
    background-image: url(../img/tzggB.png);
    margin-top: 0.31rem;
    padding-top: 0.31rem;
}

.tzggB .title h1 {
    color: #ffffff;
}

.tzggB .title h1::before {
    background-image: url(../img/tzggtb.png);
}

.tzggB .title a {
    color: #ffffff;
}

.tzggB .title h1::after {
    content: "NOTICE";
    color: #ffffff;
}

.tzggUl {
    width: 7.02rem;
    height: 2.97rem;
    margin: 0 auto;
    margin-top: 0.29rem;
    background-color: #ffffff;
    box-shadow: 0rem 0rem 0.05rem 0rem rgba(255, 255, 255, 0.08);
    border-radius: 0.1rem;
    border: 1px solid red;
    background-image: url(../img/tzggBp.png);
}

.tzggUl li {
    width: 6.64rem;
    height: 0.67rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 0.01rem #cccccc;
}

.tzggUl li p {
    width: 6.18rem;
    height: 0.27rem;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.27rem;
    letter-spacing: 0.01rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 综合新闻 */

.zhxwNews {
    width: 100%;
    margin-top: 0.31rem;
    background-color: #ffffff;
}

.zhxwNews .title h1::before {
    background-image: url(../img/zhxwBe.png);
    background-size: 100% auto;
    top: 0.2rem;
}

.zhxwNews .title h1::after {
    content: 'MORE';
}

.zhxwNews .xwrm {
    width: 7.02rem;
    height: 3.04rem;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: 0.27rem;
    background-image: url(../img/zhxwB.png);
    background-position: bottom;
    padding-bottom: 0.31rem;
}

.zhxwNews .xwrmlD {
    height: 0.6rem;
}

.zhxwNews .xwrm li {
    width: 100%;
    height: 0.88rem;
    background-color: #ffffff;
    box-shadow: 0rem 0rem 0.07rem 0rem rgba(0, 0, 0, 0.06);
    border-radius: 0.04rem;
    margin-bottom: 0.2rem;
    border: none;
}

.zhxwNews .xwrmlLD {
    height: 0.24rem;
    margin-left: -0.2rem;
}

.zhxwNews .xwrmlLD h1 {
    width: 5.54rem;
    height: 0.3rem;
    line-height: 0.24rem;
}

/* 儒商范典·砥砺黔行 */

.sp {
    width: 100%;
    height: 4.03rem;
    position: relative;
    margin-top: 0.2rem;
    overflow: hidden;
    background-image: url(../img/spbf.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.sp iframe {
    width: 100%;
    height: 100%;
}

video {
    width: 7.5rem;
    height: 4.03rem;
}

#sps1 {}

.plays {
    width: 100%;
    height: 4.03rem;
    position: absolute;
    top: 0rem;
    z-index: 999;
}

.play {
    width: 0.98rem;
    height: 0.98rem;
    background-image: url(../img/play.png);
    background-size: 100% 100%;
    opacity: 1;
    transition: all 0.4s;
}

/* 人物专访 */

.rwzf {
    width: 100%;
    height: 5.56rem;
    margin-top: 0.31rem;
}

.rwzfimg {
    width: 7.02rem;
    height: 4.92rem;
    margin: 0 auto;
    background-color: #c73c3c;
    margin-top: 0.2rem;
    background-image: url(../img/renw.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.rwzf .title h1::before {
    background-image: url(../img/renwtb.png);
}

.rwzf .title h1::after {
    content: 'INTERVIEWS';
}

.rwzfimg .dlB {
    width: 100%;
    height: 4.92rem;
    background-image: url(../img/wzbj.png);
    background-size: 100% 100%;
    /* background-position: center; */
    position: relative;
}

.rwzfimg p {
    width: 5.54rem;
    height: 0.24;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
    position: absolute;
    bottom: 0.21rem;
    left: 0.2rem;
    overflow: hidden;
    background-color: transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 新媒体说 */

.xmts {
    width: 100%;
    height: 4.82rem;
    background-image: url(../img/backgroundB.png);
    background-size: 100% 100%;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.xmts .title h1::before {
    background-image: url(../img/xwtb.png);
}

.xmts .title h1::after {
    width: 2rem;
    content: 'MEDIA NEWS';
}

.xmtscont .xwrm {
    margin-top: 0.32rem;
}

.xmtscont .xwrmlD {
    float: left;
    border: none;
    margin-left: -0.43rem;
}

.xmtscont li a {
    display: block;
}

.xmtscont li .xwrmlD i {
    display: inline;
    width: 0.76rem;
    height: 0.77rem;
    background-image: url(../img/wxGlogo.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.xmtscont li:nth-child(2) .xwrmlD i {
    background-image: url(../img/xlRlogo.png) !important;
}

.xmtscont li:nth-child(3) .xwrmlD i {
    background-image: url(../img/ttClogo.png) !important;
}

.xmtscont .xwrmlLD {
    width: 5.38rem;
    justify-content: center;
    margin-left: 0.2rem;
    box-sizing: border-box;
    padding-left: 0.32rem;
}

.xmtscont .xwrmlLD h1, .xmtscont .xwrmlLD p {
    width: 5.38rem;
}

.xmtscont .xwrml {
    width: 7.02rem;
    height: 1.24rem;
    background-color: #ffffff;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0.2rem;
    border: none;
}

/* 专题专栏 */

.ztzl {
    width: 7.5rem;
    /* height: 4.16rem; */
    padding-top: 0.2rem;
}

.ztzl .title h1::before {
    background-image: url(../img/ztzlB.png);
}

.ztzl .title h1::after {
    content: 'SPECIAL';
}

.ztzlcont {
    width: 7.03rem;
    height: 3.18rem;
    margin: 0 auto;
    margin-top: 0.33rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ztzlcont a {
    display: block;
    width: 3.4rem;
    height: 1.48rem;
    margin-bottom: 0.17rem;
}

.ztzlcont li {
    width: 3.4rem;
    height: 1.48rem;
    background-image: url(../img/ZT1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ztzlcont li:nth-child(2) {
    background-image: url(../img/ZT2.png);
}

.ztzlcont li:nth-child(3) {
    background-image: url(../img/ZT3.png);
}

.ztzlcont li:nth-child(4) {
    background-image: url(../img/ZT4.png);
}