/** 轮播图 */
.swiper-button-prev {
    background: rgba(255, 255, 255, 0.7);
    width: 60px;
    height: 60px;
    border-radius: 60px;
    -moz-box-shadow: -4px 4px 4px #ccc;
    -webkit-box-shadow: -4px 4px 4px #ccc;
    box-shadow: -2px 2px 2px #ccc;
    left: calc(50% - 720px);
    text-align: center;
}

.swiper-button-prev img,
.swiper-button-next img {
    width: 15px;
    opacity: 0.7;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.9);
}

.swiper-button-prev img:hover,
.swiper-button-next img:hover {
    opacity: 1;
}

.swiper-button-next {
    background: rgba(255, 255, 255, 0.7);
    width: 60px;
    height: 60px;
    border-radius: 60px;
    -moz-box-shadow: -4px 4px 4px #ccc;
    -webkit-box-shadow: -4px 4px 4px #ccc;
    box-shadow: 2px 2px 2px #ccc;
    right: calc(50% - 720px);
    text-align: center;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: "";
    font-family: none;
}

.yxt-bullet {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    background: #f8981e;
    margin-left: 14px;
    float: left;
    cursor: pointer;
    opacity: 0.2;
    color: white;
    font-size: 18px;
    display: block;
}

.yxt-bullet.yxt-bullet-active,
.yxt-bullet:hover {
    opacity: 1;
}

/** 学院新闻 news */
.yxt-news-box {

}

.yxt-news-box .yxt-contain-pc {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}



.yxt-news-title img {
    height: 28px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.yxt-news-more {
    width: 62px;
    height: 27px;
    background: #c4241e;
    opacity: 0.9;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    top: 48px;
    right: 0;
}

.yxt-news-more:hover {
    opacity: 1;
}

.yxt-news-more a {
    color: white;
}

.yxt-news-more span {
    margin-right: 5px;
}

.yxt-news-more img {
    width: 6px;
    display: inline-block;
}

.yxt-news ul li {
    width: 380px;
    height: 303px;
    float: left;
}

.yxt-news ul li .news-image {
    width: 100%;
    height: 230px;
}

.yxt-news ul li .new-article {
    width: 100%;
    height: 73px;
    padding-left: 20px;
    background: #f8f8f8;
}

.yxt-news ul li .new-article .title {
    height: 34px;
    line-height: 14px;
    padding-top: 20px;
    font-size: 14px;
    color: #333;
}

.yxt-news ul li .new-article .content {
    height: 39px;
    line-height: 12px;
    padding-top: 11px;
    padding-bottom: 16px;
    font-size: 12px;
    color: #f8981e;
}

.yxt-news ul li:nth-child(1),
.yxt-news ul li:nth-child(2) {
    margin-right: 29px;
}


.yxt-news2-box .yxt-contain-pc {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.yxt-news2-left {
    width: 585px;
    height: 164px;
    float: left;
    background: #f8f8f8;
}

.yxt-news2-right {
    width: 585px;
    height: 164px;
    float: right;
    background: #f8f8f8;
}

.yxt-news2-left ul,
.yxt-news2-right ul {
    padding: 15px 15px 0 20px;
}

.yxt-news2-left ul li span,
.yxt-news2-right ul li span {
    font-size: 13px;
    line-height: 13px;
    float: right;
    color: #999;
}

.yxt-news2-left ul li a,
.yxt-news2-right ul li a {
    font-size: 14px;
    color: #333;
    height: 14px;
    line-height: 14px;
    margin-bottom: 16px;
    display: block;
}

/***/
.yxt-short {
    height: 310px;
    background: #f8f8f8;
    margin-top: 30px;
    padding: 40px 0;
}

.yxt-short .yxt-contain-pc {
    width: 1200px;
    margin: 0 auto;
}

.yxt-short ul li {
    width: 380px;
    height: 230px;
    float: left;
    position: relative;
}

.yxt-short ul li .title span {
    position: absolute;
    text-align: center;
    width: 380px;
    font-size: 24px;
    line-height: 230px;
    height: 230px;
    color: white;
    font-family: '宋体';
}

.yxt-short ul li:nth-child(1),
.yxt-short ul li:nth-child(2) {
    margin-right: 30px;
}

/** 党政综合|教学工作|研究生教育|人事工作|科研学课|学生工作 */
.yxt-module {
    margin-top: 54px;
}

.yxt-module .yxt-contain-pc {
    width: 1200px;
    margin: 0 auto;
}

.yxt-left {
    width: 585px;
    float: left;
}

.yxt-right {
    width: 585px;
    float: right;
}

.yxt-module .yxt-module-header {
    height: 28px;
    line-height: 18px;
    border-bottom: 1px solid #c4241e;
}

.yxt-module .yxt-module-header .yxt-tab,
.yxt-module .yxt-module-header .yxt-tab2 {
    float: left;
    cursor: pointer;
    color: #4d4d4d;
}

.yxt-module .yxt-module-header .yxt-tab.yxt-tab-active,
.yxt-module .yxt-module-header .yxt-tab2.yxt-tab-active2 {
    color: #c4241e;
}

.yxt-module .yxt-module-header .yxt-tab-separator {
    height: 18px;
    width: 16px;
    float: left;
    position: relative;
}

.yxt-module .yxt-module-header .yxt-tab-separator .yxt-tab-separator-char {
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #dedede;
}

.yxt-module .yxt-module-header .yxt-tab-more a,
.yxt-module .yxt-module-header .yxt-tab-more2 a {
    float: right;
    color: #c4241e;
}

.yxt-module .yxt-module-body ul {
    margin-top: 17px;
}

.yxt-module .yxt-module-body ul li span {
    font-size: 13px;
    line-height: 13px;
    float: right;
    color: #999;
}

.yxt-module .yxt-module-body ul li a {
    font-size: 14px;
    color: #333;
    height: 14px;
    line-height: 14px;
    margin-bottom: 16px;
    display: block;
}