/**
本次修改首页版本
 */

.container {
    width: 92%;
    margin: 0 auto;
}
/*banner start*/
.content {
    background-color: #f6f6f6;
}
.content .banner{
    width: 100%;
    height: 326px;
}
.content .banner img{
    width: 100%;
}
.content .swiper-container{
    width: 100%;
    height: 100%;
}
/*banner end*/

/*学校介绍 start*/
.content .intro{
    width: 82%;
    min-height: 388px;
    position: relative;
    top: -42px;
    z-index: 2;
    border-radius: 30px;
    padding: 0 5%;
    background-color: #FFFFFF;
}
.content .intro .intro_title {
    width: 100%;
    height: 80px;
}
.content .intro .intro_title h2{
    padding-left: 26px;
    font-size: 30px;
    font-weight: bold;
    line-height: 80px;
    background-image: url("../images/icon_intro_title_1.png");
    background-position: left;
    background-repeat: no-repeat;

}
.content .intro .intro_content .content_desc{
    width: 100%;
    font-size: 22px;
    line-height: 40px;
    height: 240px;
    text-overflow: ellipsis;
    text-align: justify;
    overflow: hidden;
}
.content .intro .intro_content .more_button{
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background-image: url("../images/icon_intro_more_button.png");
}
.content .intro .intro_content .rotate{
    transform: rotate(180deg);
}
/*学校介绍 end*/
/*广告banner start*/
.content .ad{
    height: 436px;
}
.content .ad .ad_first,
.content .ad .ad_second,
.content .ad .ad_third {
    float: left;
    border-radius: 20px;
    overflow: hidden;
}
.content .ad .ad_first {
    width: 46%;
    height: 435px;
    margin-right: 4%;
}
.content .ad .ad_second {
    width: 50%;
    height: 208px;
}
.content .ad .ad_third{
    width: 50%;
    height: 208px;
    margin-top: 19px;
}
/*广告banner end*/

/*新闻中心 start*/
.content .news {
    height: 622px;
    padding-top: 12px;
}
.content .news .news_title h2{
    display: block;
    width: 97%;
    height: 92px;
    line-height: 92px;
    padding-left: 3%;
    font-size: 33px;
    font-weight: bold;
    color: #282828;
    background-image: url("../images/icon_intro_title_1.png");
    background-position: left;
    background-repeat: no-repeat;
}
.content .news .news_detail {
    border-top: #e4e4e4 2px dashed;
    border-bottom: #e4e4e4 2px dashed;
    padding: 48px 0 40px;
    width: 100%;
    height: 161px;
}
.content .news .news_detail .detail_img,
.content .news .news_detail .detail_content {
    height: 161px;
    display: inline-block;
    overflow: hidden;
}
.content .news .news_detail .detail_img {
    width: 35%;
    margin-right: 26px;
}
.content .news .news_detail .detail_content {
    width: 60%;
}
.content .news .news_detail .detail_content .title{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.content .news .news_detail .detail_content .date {
    font-size: 22px;
    line-height: 60px;
    color: #bc1725;
}
.content .news .news_detail .detail_content .desc {
     font-size: 22px;
    line-height: 38px;
     color: #666666;
 }
.content .news .news_list{
    padding-left: 5%;
}
.content .news .news_list ul {
    list-style: disc;
    color: #be0103;
    content:".";
    line-height: 64px;
}
.content .news .news_list ul li {
    height: 64px;
}
.content .news .news_list ul li span {
    color: #666666;
    display: inline-block;
    line-height: 64px;
}
.content .news .news_list ul li .left {
    width: 70%;
}
.content .news .news_list ul li .right {
    float: right;
}
/*新闻中心 end*/

/*教学基地 start*/
.content .base {
    height: 604px;
}
.content .base .base_title h2,
.content .teacher .teacher_title h2,
.content .classroom .classroom_title h2,
.content .campus .campus_title h2
{
    display: inline-block;
    width: 82%;
    height: 92px;
    line-height: 92px;
    padding-left: 3%;
    font-size: 33px;
    font-weight: bold;
    color: #282828;
    background-image: url("../images/icon_intro_title_1.png");
    background-position: left;
    background-repeat: no-repeat;
}
.content .base .base_title span,
.content .teacher .teacher_title span,
.content .classroom .classroom_title span,
.content .campus .campus_title span{
    display: inline-block;
    width: 12%;
}
.content .base .base_title span a,
.content .teacher .teacher_title span a,
.content .classroom .classroom_title span a,
.content .campus .campus_title span a{
    color: #bc1725;
    font-size: 20px;
    line-height: 26px;
}
.content .base .base_content {
    padding: 20px 2%;
    width: 96%;
    height: 464px;
}
.content .base .base_content img{
    width: 100%;
    height: 100%;
}
.content .base .base_content .desc{
    width: 100%;
    height: 67px;
    background: rgba(190, 1, 3, 0.48);
    color: #FFFFFF;
    position: relative;
    top: -67px;
}
.content .base .base_content .desc span{
    display: inline-block;
    line-height: 67px;
}
.content .base .base_content .desc .title {
    width: 62%;
    font-size: 30px;
}
.content .base .base_content .desc .views{
    padding-left: 30px;
    background-image: url("../images/icon_base_views.png");
    background-repeat: no-repeat;
    background-position: left;
}
.content .base .base_content .desc .date{
    margin-left: 5px;
    padding-left: 30px;
    background-image: url("../images/icon_base_date.png");
    background-repeat: no-repeat;
    background-position: left;
}
/*教学基地 end*/
/*讲师介绍 start*/
.content .teacher .teacher_content {
    height: 316px;
    overflow: hidden;
}
.content .teacher .teacher_content .swiper-wrapper {
    //
}
.content .teacher .teacher_content .swiper-slide {
    background-color: #FFFFFF;
    border-radius: 20px;
}
.content .teacher .teacher_content .swiper-slide img{
    display: block;
    width: 136px;
    height: 136px;
    margin: 38px auto 26px;
}
.content .teacher .teacher_content .swiper-slide p{
    width: 100%;
    text-align: center;
}
.content .teacher .teacher_content .swiper-slide .name{
    font-size: 28px;
    line-height: 36px;
}
.content .teacher .teacher_content .swiper-slide .button{
    width: 112px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    margin: 30px auto 0;
    background-color: #d34f1b;
    border-radius: 20px;
    color: #FFFFFF;

}
/*教师介绍 end*/

/*教室环境 start*/
.content .classroom .classroom_content {
    height: 728px;
}
.content .classroom .classroom_content .content_item{
    float: left;
    width: 50%;
    text-align: center;
    padding: 12px 14px;
    box-sizing: border-box;
}
.content .classroom .classroom_content .content_item img,
.content .classroom .classroom_content .content_item p{
    display: block;
}
.content .classroom .classroom_content .content_item img{
    width: 100%;
    max-height: 190px;
}
.content .classroom .classroom_content .content_item p{
    background-color: #be0103;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
}
/*教室环境 end*/