body>div {
    margin: 0 auto;
}

/* @font-face */

@font-face {
    font-family: "RTWSYueRoudGoDemo-Regular";
    src: url("./baclcs.OTF") format("opentype"),
     url("./baclcs.woff") format("woff"),
      url("./baclcs.ttf") format("ttf"),
       url("./baclcs.eot") format("eot"),
        url("./baclcs.svg") format("svg");
    
}

.swiperB {
    width: 100%;
    height: 480px;
}
.ces{
    font-family: RTWSYueRoudGoDemo-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 3px;
    color: #af0303;
}
.swiperB .swiper1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper1 .Left {
    right: 18%;
    width: 120px;
    height: 120px;
    background-image: url(../img/left.png);
    background-size: cover;
    transform: rotate(180deg);
    transition: all 0.4s;
    outline: none;
}

.swiper1 .Right {
    width: 120px;
    height: 120px;
    background-image: url(../img/left.png);
    background-size: cover;
    left: 18%;
    transition: all 0.4s;
    outline: none;
}

.swiper1 .swiper-pagination span {
    width: 28px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 0px;
}

.swiper1 .swiper-pagination span:nth-child(2n) {
    margin: 0px 16px;
}

.swiper-pagination-bullet {
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background-color: #af0303 !important;
}

.swiper1 .Left:hover {
    transform: rotate(-180deg);
}

.swiper1 .Right:hover {
    transform: rotate(-360deg);
}

.swiper1 .swiper-slide {
    width: 100%;
    height: 100%;
    background-image: url(../img/swi1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* 系部新闻 */

.xbxw {
    width: 100%;
    height: 532px;
    margin-top: 55px;
    position: relative;
}

.xbxw h2 {
    width: 100%;
    height: 30px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 2px;
    color: #333333;
}

.xbxw .contenB {
    height: auto;
    margin-top: 40px;
}

.xbxw .contenB a {
    text-decoration: none;
}

.xbxw .contenB li {
    width: 356px;
    float: left;
    background-color: #ffffff;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    box-sizing: border-box;
    padding-bottom: 14px;
    overflow: hidden;
}

.xbxw .contenB li:nth-child(2) {
    margin-left: 66px;
}

.xbxw .contenB li:nth-child(3) {
    float: right;
}

.xbxw .contenB li div:nth-child(1) {
    width: 100%;
    height: 250px;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    background-image: url(../img/pimg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.4s;
}

.xbxw .contenB li div:nth-child(1):hover {
    transform: scale(1.05);
}

.xbxw button {
    display: block;
    width: 160px;
    height: 32px;
    border-radius: 16px;
    border: solid 1px #af0303;
    outline: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    background-color: #ffffff;
    cursor: pointer;
    outline: none;
}

.xbxw button a {
    font-family: RTWSYueRoudGoDemo-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 3px;
    color: #af0303;
}

.xbxw .contenB p:nth-child(2) {
    width: 335px;
    height: 18px;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 1px;
    /* color: #db0a17; */
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 14px;
    transition: all 0.4s;
}

.xbxw .contenB li:hover p:nth-child(2) {
    color: #db0a17;
}

.xbxw .contenB p:nth-child(3) {
    width: 336px;
    height: 44px;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    margin-top: 14px;
}

.xbxw .contenB li div:last-child {
    width: 336px;
    margin: 0 auto;
    margin-top: 14px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    display: flex;
    justify-content: space-between;
}

.xbxw .contenB :last-child span {
    display: block;
    width: 100px;
    height: 1px;
    background-color: #999999;
    margin-top: 10px;
}

/* 专业建设 */

.zyjs {
    height: 501px;
    box-sizing: border-box;
    padding-top: 30px;
    background-image: url(../img/zyjsbj.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.zyjs button {
    bottom: 30px;
}

.zyjs .contenB {
    height: 300px;
}

.zyjs li {
    height: 300px;
}

.zyjs li div {
    box-shadow: none !important;
    border-radius: 0 !important;
}

.zyjs li p {
    width: 356px !important;
    height: 50px !important;
    box-sizing: border-box;
    padding-bottom: 0px;
    margin-top: 0px !important;
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px !important;
    letter-spacing: 1px;
    color: #af0303;
    text-align: center;
    transition: all 0.4s;
}

.zyjs li:hover p {
    background-color: #af0303;
    color: #ffffff !important;
}

/* 通知公告/学生工作 */

.tzggB {
    width: 1200px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 30px;
    margin-bottom: 10px;
}

.lisytzgg, .listxshd {
    width: 560px;
    height: auto;
    float: left;
}

.listxshd {
    float: right;
    right: 5px;
}

.lisytzgg h2, .listxshd h2 {
    height: 54px;
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 2px;
    color: #333333;
    display: flex;
    justify-content: left;
    align-items: center;
}

.lisytzgg h2 span, .listxshd h2 span {
    display: block;
    width: 47px;
    height: 41px;
    background-image: url(../img/tzgg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.listxshd h2 span {
    width: 48px;
    background-image: url(../img/student.png);
}

.lisytzgg .xbtB a, .listxshd .xbtB a {
    display: block;
    font-family: RTWSYueRoudGoDemo-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 3px;
    color: #af0303;
    text-decoration: none;
    line-height: 56px;
}

.xbtB {
    width: 560px;
    height: 58px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    border-bottom: 3px solid #d6d6d6;
}

.tzgglist, .xsgzB {
    width: 560px;
}

.tzgglist li, .xsgzB li {
    width: 556px;
    height: 90px;
    transition: all 0.4s;
    margin-left: 0px;
    box-sizing: border-box;
    padding-left: 12px;
}

.tzgglist li, .tzgglist li a {
    display: flex;
    justify-content: left;
    align-items: center;
    text-decoration: none;
}

.tzgglist li div {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #999999;
}

.tzgglist li div span:nth-child(1) {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.tzgglist li div span:nth-child(2) {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    margin-top: 1px;
}

.tzgglist li p {
    width: 435px;
    height: 48px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 1px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 10px;
}

.tzgglist li:hover, .xsgzB li:hover {
    background-color: #ffffff;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.11);
    border-radius: 6px;
    z-index: 99999;
    overflow: hidden;
}

.tzgglist li:hover p {
    color: #db0a17;
}

.tzgglist li:hover div {
    border-right: 1px solid #db0a17;
}

.tzgglist li:hover div span {
    color: #db0a17;
}

.xsgzB li {
    box-sizing: border-box;
    padding: 0px 0px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.xsgzB li p {
    width: 526px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xsgzB li::before {
    content: '·';
    font-size: 18px;
    position: absolute;
    top: 28px;
    left: 10px;
    transform: translateY(-50%);
}

.xsgzB li:hover {
    color: #db0a17;
}

.xsgzB li span {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 1px;
    color: #999999;
    margin-top: -3px;
}

.xsgzB li:hover p {
    color: #db0a17;
    background-color: #ffffff;
}