body{
    background: #f5f5f5;
}
/*banner*/
.banner{
    height: 480px;
}
.banner .swiper-container{
    height: 100%;
    width: 100%;
}
.prevDiv {
    width: 100%;
    min-width: 1200px;
    position: relative;
    bottom: 48%;
    margin: 0 auto;
    transition: all 0.4s;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none!important;
    width: 40px!important;
    height: 40px!important;
    opacity: 1!important;
    left: 11% !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none!important;
    width: 40px!important;
    height: 40px!important;
    opacity: 1!important;
    right: 11% !important;
}
.swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 12;
}
.swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
    border-radius: 50%;
    margin: 0px 5px;
    background-color: #000!important;
    display: inline-block;
    transition: all 0.3s;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    width: 51px!important;
    height: 13px!important;
    border-radius: 10px!important;
    background-color: #084b68!important;
    margin: 0px 5px;
    display: inline-block;
    transition: all 0.3s;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30px!important;
}

/*系部新闻*/
.xbxwDiv{
    margin-bottom: 40px;
}
.h4{
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 2px;
    color: #00afec;
    text-align: center;
    position: relative;
}
.h4::before {
    content: "";
    width: 41px;
    height: 3px;
    background-color: #00afec;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}
.xbxwDiv .xbxwUl{
    /*width: 1090px;*/
    margin:0 auto;
    position: relative;
}
.xbxwDiv .xbxwUl li{
    position: relative;
    width: 270px;
    background-color: #ffffff;
    /*box-shadow: 0px 0px 5px 0px rgba(22, 110, 229, 0.3);*/
    border-radius: 10px;
    margin-bottom: 15px;
}
.xbxwDiv .xbxwUl li .imgBox{
    width: 270px;
    height: 180px;
}
.xbxwDiv .xbxwUl li .xbxw-list{
    width: 270px;
    height: 168px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    text-align: justify;
}
.xbxwUl .xbxw-list .p1{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 12px;
    line-height: 22px;
	min-height: 40px;
}
.xbxwUl .xbxw-list .p2{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 1px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 18px;
}
.xbxwUl .xbxw-list span{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 10px;
    letter-spacing: 1px;
    color: #999999;
    text-align: center;
    display: block;
    position: relative;
}
.xbxwUl .xbxw-list span::before{
    content: '';
    width: 60px;
    height: 1px;
    background-color: #dcdcdc;
    position: absolute;
    left: 0;
    top: 4px;
}
.xbxwUl .xbxw-list span::after{
    content: '';
    width: 60px;
    height: 1px;
    background-color: #dcdcdc;
    position: absolute;
    right: 0;
    top: 4px;
}
a.a-clickBtn{
    width: 140px;
    height: 36px;
    border-radius: 20px;
    border: 1px solid #00afec;
    font-size: 14px;
    line-height: 38px;
    letter-spacing: 1px;
    color: #00afec;
    display: block;
    text-align: center;
    margin: 20px auto;
}
a.a-clickBtn:hover{
	background-color: #00afec;
	color: #fff;
}
.dtjs h4{
	margin-top: 50px;
	padding: 0;
}
.dtjs .xbxw-list{
	width: 270px;
    height: 121px!important;
}
.dtjs .xbxw-list .p1{
	margin-bottom: 24px;
}
.xbxwUl li:hover .p1{
	color: #00afec;
}
/*师资队伍*/
.szdwDiv{
    margin-top: 46px;
    /*margin-bottom: 60px;*/
}
.youtuNew li{
    width: 247px;
    height: 305px;
    background-color: #f8f8f8;
    border-radius: 10px;
    cursor: pointer;
}
.youtuNew li .imgBox{
    width: 235px;
    height: 162px;
    border-radius: 10px;
    margin: 6px auto;
}
.youtuNew li:hover{
    box-shadow: 0px 0px 5px 0px
    rgba(0, 175, 236, 0.3);
    background-color: #ffffff;
}
.youtuNew li span{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #1d1d1d;
    text-align: center;
    margin: 30px auto;
    width: 100%;
    display: block;
    position: relative;
}
.youtuNew li span::before{
    content: "";
    width: 58px;
    height: 3px;
    background-color:  #dcdcdc;
    position: absolute;
    left: 40%;
    top: 40px;
}
.youtuNew li:hover span::before{
    background-color: #00afec;
}
.sxsbDiv{
    margin-bottom: 42px;
}
.youtuNew{
    margin-top: 30px;
}
.shiyanshiUL li{
    width: 290px;
    height: 313px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
}
.shiyanshiUL li .imgBox{
    width: 290px;
    height: 202px;
    margin: 0;
    border-radius: 10px 10px 0 0;
}
.shiyanshiUL li span{
    line-height: 24px;
}

/* 如果最后一行是3个元素 */
.shiyanshiUL li:last-child:nth-child(4n - 1){
    margin-right: calc(24% + 4% / 3);
}
.szdwUl li:last-child:nth-child(4n - 1){
    margin-right: calc(24% + 4% / 3);
}
/* 如果最后一行是2个元素 */
.shiyanshiUL li:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3);
}
.szdwUl li:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3);
}

/*通知公告+师资队伍 (改成学生管理和教学科研) */
.daituNew{
    width: 100%;
    height: 457px;
    background-color: #ffffff;
}
.daituNew h5{
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 2px;
    color: #00afec;
    height: 34px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}
.daituNew h5::before{
    content: "";
    width: 41px;
    height: 3px;
    background-color: #00afec;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.daituNew h5>a{
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #00afec;
}
.daituNew .xsgl{
    width: 566px;
    margin: 44px 0;
}
.daituNew .jxky{
    margin: 44px 0;
    width: 566px;
}
.daituNew .daituUl{
    margin-top: 34px;
}
.daituUl li a{
    display: flex;
    justify-content: space-between;
}
.daituUl li{
    width: 565px;
    height: 141px;
    margin-bottom: 26px;
}
.daituUl li .imgBox{
    width: 200px;
    height: 134px;
    margin: 4px;
}
.daituUl li .details{
    width: 341px;
    position: relative;
}
.daituUl .details p{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 1px;
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 4px 0;
}
.daituUl .details::before{
    content: '';
    width: 50px;
    height: 2px;
    background-color: #dcdcdc;
    position: absolute;
    left: 0;
    top: 38px;
}
.daituUl .details span{
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 38px 0 14px;
    line-height: 20px;
}
.daituUl .details em{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 1px;
    color: #666666;
}
.daituUl li:hover p{
    color: #00afec;
}
.daituUl li:hover .details::before{
    background-color: #00afec;
}

/*师资队伍*/
.szdwDiv{
    margin-bottom: 50px;
}
.szdwUl{
    margin-top: 50px;
    margin-bottom: 30px;
}
.szdwUl li{
    width: 223px;
    height: 267px;
    position: relative;
    cursor: pointer;
}
.szdwUl .teaching-img{
    width: 223px;
    height: 267px;
}

.szdwUl .teacher-name{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 223px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    background-color: #00afec;
    opacity: 0.8;
}
.szdwUl li .barrier-bed{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 223px;
    height: 267px;
    background-color: #0b9bcd;
    opacity: 0.8;
    color: #ffffff;
    /* transition: all .4s; */
}
.barrier-bed .barrier-box{
    width: 170px;
    margin: 50px auto;
}
.barrier-bed h5{
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffffff;
}
.barrier-bed .barrier-cont{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

/* 专业介绍轮播 */
.omit_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.omit_text_3 {
    -webkit-line-clamp: 3;
}
.omit_text_4 {
    -webkit-line-clamp: 4;
}
.zyjsDiv{
    width: 100%;   
}
.zyjsDiv .zyjsBox{
    height: 564px;
    background: url(../img/14.png) bottom center no-repeat;
    padding: 55px 0 0 0;
    margin-bottom: 30px;
}
.zyjsDiv .swiper-container1{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.zyjsDiv .swiper-slide{
    display: flex;
    justify-content: space-between;
    /* position: static; */
}
.zyjsDiv .pi3_left{
    width: 484px;
    padding: 11px 0 0 0;
}
.zyjsDiv .pi3_left .pi3_title{
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 1px;
    color: #333333;
}
.zyjsDiv .pi3_left .pi3_line {
    width: 266px;
    height: 1px;
    background-color: #d9d9d9;
    margin: 25px 0 35px;
}
.zyjsDiv .pi3_left .pi3_content2{
    width: 439px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #666666;
    margin: 0 0 100px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.zyjsDiv .pi3_left .pi3_img{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.zyjsDiv .pi3_left .pi3_img .imgBox {
    width: 230px;
    height: 169px;
}

.zyjsDiv .pi3_right .pi3_rImg{
    position: relative;
    margin: 0 0 25px 0;
}
.zyjsDiv  .pi3_right .pi3_rImg .imgBox{
    width: 605px;
    height: 443px;
    position: relative;
}
.zyjsDiv .pi3_right .pi3_rImg .pr3_rTitle{
    position: absolute;
    left: 33px;
    bottom: 35px;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 2px;
    color: #ffffff;
}
.zyjsDiv .pi3_right .pi3_bBox {
    display: flex;
    justify-content: end;
}
.zyjsDiv .pi3_right .pi3_btn {
    display: flex;
    justify-content: space-between;
    width: 184px;
    height: 40px;
    border: solid 1px #ffffff;
    padding: 0 18px;
}
.zyjsDiv .pi3_right .pi3_bNum {
    display: flex;
    align-items: center;
}
.zyjsDiv .pi3_right .pi3_bn_page {
    height: 17px;
    line-height: 14px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
}
.zyjsDiv .pi3_right .pb3_total,.zyjsDiv .pi3_right .pb3_icon {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #d7d7d7;
}

.pi3_bBtn {
    position: absolute;
    bottom: 11px;
    right: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 57px;
    z-index: 70;
}
.pi3_bBtn .pi3_bBLeft, .pi3_bBtn .pi3_bBRight {
    width: 10px;
    height: 18px;
    background: url(../img/16.png) center no-repeat;
    cursor: pointer;
}
.pi3_bBRight {
    transform: rotate(180deg);
}
/* .showDiv,.pi3_bBox{
    display: none!important;
}
.zyjsDiv .swiper-slide-active .showDiv{
    display: block!important;
    
}
.zyjsDiv .swiper-slide-active .pi3_bBox{
    display: flex!important;
} */


/*.div-2 ul li:first-child a::before{
    content: "";
    width: 44px;
    height: 44px;
    background: url(../img/zy.png) center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 12px;
}
.div-2 ul li a:hover::before{
    transform: scale(1.2);
    !*transform: rotate(180deg);*!
    transition: all 0.5s;
}*/
