@media (min-width: 1200px) {
    body {
        min-width: 1400px;
    }

    #specIntroContainer {
        padding: 0 13%;
    }
}
@media (min-width: 681px) and (max-width:1199px) {
    body {
        min-width: 1200px;
    }
}
@media (max-width: 681px){
    body {
        min-width: 1200px;
    }
}
* {
    padding:0px;
    margin:0px;
}
h1,h2,h3,h4,h5,h6 {
    margin:0px;
    padding:0px;
}
.blackContainer {
    background-color: #000000;
    color:#ffffff;
    padding:3% 0px;
}


.whiteContainer {
    background-color:#ffffff;
    color:#000000;
}

#topSwitchImgContainer {
    height:80%;
}


.leftTitleContainer {


}

.leftTitleContainer {
    position:relative;
    height: 100%;
}


.leftTitleContainer .title {
    position:absolute;
    top:20%;
    text-align:center;
}


.leftTitleContainer .more{
    position:absolute;
    bottom:20%;
}

.leftTitleContainer .more a{
    color:white !important;
}

a {
    text-decoration: none !important;
}

#stuOfComDepContainer,#teacherIntroContainer,#employEnterContainer {
    height:60% !important;
}

#stuOfComDepContainer .swiper-container {

}
#teacherIntroSwiper .swiper-container img {
    width:300px;
    height:100%;
}

#stuOfComDepContainer .swiper-container img {
    width:300px;
    height:100%;
}

#employEnterContainer .swiper-container img {
    width:300px;
    height:100%;
}

.row {
    margin:0px !important;
}

.tIBBContainer {
    width: 100%;
    background-color: #e3e5e4;
    display:block;
}

.tIBBContainer .imgContainer {
    height:270px;
}

.tIBBContainer .imgContainer img {
    max-width:100%;
    width:100%;
    height:100%;
    object-fit: cover;
}

.tIBBContainer .briefContainer {
    height:200px;
    overflow:hidden;
    padding:1%;
}

.topTitleContainer .title {
    margin:2% 0px 0px 0px;
}


.topTitleContainer .title h2 {
    font-size:50px;
    margin-bottom: 20px;
}

.topTitleContainer .title h6 {
    font-size:150%;
}


.leftTitleContainer .title h2 {
    font-size:200%;
}

leftTitleContainer .title h6 {
    font-size:80%;
}

.swiper-slide a {
    padding:0px;
    background-color:#000000;
}

.swiper-slide a:after {
    border:none;
}

#navigationDiv #navigationUl li:hover {
    color:white  !important;;
}


.back_g {
    margin-top: 30px;
    background: url("../../img/library_ai/newsBg.png") no-repeat;
    background-size: 100% 100%;
}

.hisPadding {
    padding: 0px;
}


.threeBox {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imgBox {
    width: 400px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.sixBox {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hisTop {
    margin-top: 40px;
}