.index-wrapper{
    width: 100%;
    min-width: 1200px;
    padding: 0 0 60px;
}
.index-wrapper .index-main{
    width: 1200px;
    margin: 0 auto;
}
.banner_controls{
    width: 100%!important;
    bottom: 0px!important;
    margin: 0 auto 0!important;
    padding: 20px 20px;
    background: rgba(0, 0, 0, .4);
}
.banner_title{
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    z-index: 2;
    opacity: .9;
}
.vsCarousel-slide{
    cursor: pointer;
}
/* 公共头部标题部分 */
.inner-section{
    margin-bottom: 15px;
    overflow: hidden;
}
.inner-section .label-top{
    width: 100%;
    padding: 38px 0 0;
    overflow: hidden;
}
.inner-section .label-top .img-label{
    float: left;
    width: 42px;
    height: 42px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-section .label-top .img-label img{
    width: 100%;
}
.inner-section .label-top .inner-header{
    margin-left: 42px;
    overflow: hidden;
}
.inner-header.small_title{
    margin-left: 0!important;
}
.inner-section .label-top .inner-header .title{
    float: left;
    font-size: 22px;
    line-height: 42px;
    color: #B31B1D;
    font-weight: 800;
    padding-left: 10px;
}
.inner-section .label-top .inner-header .small_title{
    float: left;
    font-size: 18px;
    line-height: 42px;
    color: #ccc;
    font-weight: 400;
    padding-left: 10px;
}
.inner-section .label-top .inner-header .more-btn{
    float: right;
    font-size: 14px;
    line-height: 42px;
    color: #999;
}
/* 学校动态 */
.inner-section .new-center{
    float: left;
    width: 630px;
}
.inner-section .new-center .new-main{
    padding: 20px 0 0 0;
    overflow: hidden;
}
.inner-section .new-center .new-main .recommend-new{
    float: left;
    width: 340px;
}
.inner-section .new-center .new-main .recommend-new .new-picture{
    width: 340px;
    height: 200px;
    background: #ccc;
    text-align: center;
    overflow: hidden;
}
.inner-section .new-center .new-main .recommend-new .new-picture img{
    width: 100%;
    height: 100%;
}
.inner-section .new-center .new-main .recommend-new .to-detail{
    display: block;
    padding: 0 14px;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.inner-section .new-center .new-main .recommend-new .to-detail:hover{
    color: #BC1313;
}
.inner-section .new-center .new-main .recommend-new .date-count{
    padding: 0 15px;
    font-size: 12px;
    line-height: 12px;
    color: #999;
}
.inner-section .new-center .new-main .recommend-new:hover .new-picture img{
    transform: scale(1.06);
    transition: all .3s ease-in-out;
}
.inner-section .new-center .new-main .new-list{
    position: relative;
    top: -14px;
    overflow: hidden;
}
.inner-section .new-center .new-main .new-list ul li{
    float: left;
    width: 100%;
    height: 48px;
    overflow: hidden;
}
.inner-section .new-center .new-main .new-list ul li a{
    display: block;
    font-size: 14px;
    line-height: 48px;
    font-family: 'Microsoft YaHei';
}
.inner-section .new-center .new-main .new-list ul li a span{
    float: left;
    width: 430px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    color: #333;
}
.inner-section .new-center .new-main .new-list ul li a strong{
    float: right;
    font-weight: normal;
    color: #C7595B;
    margin-right: 50px;
}
.inner-section .new-center .new-main .new-list ul li:hover a span{
    color: #BC1313;
}

/* 特色课程 */
.inner-section .index-notices{
    float: right;
    width: 530px;
}
.inner-section .index-notices .item-course{
    padding: 20px 0 0;
}
.inner-section .index-notices .item-course ul li{
    float: left;
    width: 100px;
    margin-bottom: 40px;
    cursor: pointer;
}
.inner-section .index-notices .item-course ul li:not(:nth-child(4n)){
    margin-right: 43.3px;
}
.inner-section .index-notices .item-course ul li .coruse-cover{
    float: left;
    width: 100px;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #F9F2EA;
    border-radius: 4px;
}
.inner-section .index-notices .item-course ul li .coruse-cover img{
    width: 42px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.inner-section .index-notices .item-course ul li:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.inner-section .index-notices .item-course ul li .course-name{
    width: 100%;
    float: left;
    padding-top: 6px;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    color: #CD9D9D;
    font-family: 'Microsoft YaHei';
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    text-align: center;
    letter-spacing: 2px;
}
.inner-section .index-notices .item-course ul li .course-des .teacher-name{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-family: 'Microsoft YaHei';
}
.inner-section .index-notices .item-course ul li .course-des .count{
    font-size: 12px;
    line-height: 16px;
    color: #666;
    font-family: 'Microsoft YaHei';
}

.inner-section .index-notices .item-course ul li:last-child{
    margin-bottom: 0;
}

/* 最新资源 */
.inner-section .newest-resources{
    float: left;
    width: 830px;
}
.inner-section .newest-resources .resources-list ul{
    padding: 10px 0 0;
}
.inner-section .newest-resources .resources-list ul li{
    float: left;
    width: 400px;
    height: 44px;
    padding: 12px 0;
    margin-right: 30px;
}
.inner-section .newest-resources .resources-list ul li .file-type{
    float: left;
    width: 18px;
    height: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-section .newest-resources .resources-list ul li .file-type img{
    width: 100%;
}
.inner-section .newest-resources .resources-list ul li .file-name{
    margin: 0 0 0 14px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    width: 238px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.inner-section .newest-resources .resources-list ul li .file-date-author{
    float: right;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

.inner-section .newest-resources .resources-list ul li:nth-child(2n){
    margin-right: 0;
}

/* 最热应用 */
.inner-section .newest-apply{
    float: right;
    width: 340px;
}
.inner-section .newest-apply .apply-list{
    padding: 20px 10px 0;
    overflow: hidden;
}
.inner-section .newest-apply .apply-list ul li{
    float: left;
    width: 80px;
    height: 106px;
    overflow: hidden;
    margin-bottom: 8px;
    margin-right: 30px;
}
.inner-section .newest-apply .apply-list ul li .apply-picture{
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-section .newest-apply .apply-list ul li .apply-picture img{
    width: 100%;
}
.inner-section .newest-apply .apply-list ul li .apply-name{
    font-size: 14px;
    line-height: 26px;
    color: #333;
    text-align: center;
}
.inner-section .newest-apply .apply-list ul li:nth-child(3n){
    margin-right: 0;
}

/* 智慧校园 */
.inner-section .smart-campus{
    width: 100%;
}
.inner-section .smart-campus .campus-list{
    padding: 20px 0;
}
.inner-section .smart-campus .campus-list ul li{
    float: left;
    width: 190px;
    height: 156px;
    margin-right: 12px;
}
.inner-section .smart-campus .campus-list ul li .campus-picture{
    width: 190px;
    height: 120px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ccc;
}
.inner-section .smart-campus .campus-list ul li .campus-picture img{
    width: 100%;
}
.inner-section .smart-campus .campus-list ul li .campus-name{
    font-size: 14px;
    line-height: 36px;
    color: #666;
    text-align: center;
}
.inner-section .smart-campus .campus-list ul li:last-child{
    margin-right: 0;
}
.inner-section .smart-campus .campus-list ul li:hover{
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}
.inner-section .smart-campus .campus-list ul li:hover .campus-picture img{
    transform: scale(1.06);
    transition: all .3s ease-in-out;
}
.main_show{
    width: 100%;
    padding: 40px 0;
    background: #F6F5F5;
    font-size: 14px;
}
.main_show .show_box{
    width: 1200px;
    margin: auto;
}
.show_box .show_item{
    width: 374px;
    position: relative;
    display: inline-block;
}
.show_item .item_title{
    width: 100%;
    color: #B41719;
    font-size: 22px;
    line-height: 42px;
    font-weight: 800;
    margin-bottom: 20px;
}
.item_title .small_title{
    font-size: 18px;
    font-weight: 400;
}
.show_item .item_content{
    width: 100%;
}
.item_content .content_item{
    padding: 10px 0 10px;
    background: #fff;
    cursor: pointer;
    margin-bottom: 10px;
}
.content_item .item_day{
    width: 60px;
    font-size: 18px;
    color: #B41719;
    text-align: center;
}
.content_item .item_month{
    width: 60px;
    font-size: 14px;
    margin-top: 2px;
    text-align: center;
}
.content_item .item_text{
    width: 312px;
    border-left: 1px solid #F2F2F2;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px;
    height: 48px;
    letter-spacing: 2px;
}
.show_box .show_item:not(:nth-child(3n)){
    margin-right: 38px;
}
.content_item_star{
    padding: 0 0 10px;
    background: #fff;
    cursor: pointer;
    margin-bottom: 10px;
}
.content_item_star .item_img{
    width: 100%;
    display: block;
}
.content_item_star .item_content{
    font-size: 14px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    padding: 0 10px;
    letter-spacing: 2px;
}
.index-main .info_input{
    width: 100%;
    padding-top: 20px;
    clear: both;
    font-size: 14px;
}
.info_input .input_small{
    width: 270px;
    position: relative;
    height: 52px;
    font-family: 'Microsoft YaHei', '微软雅黑';
}
.input_small input{
    width: 100%;
    height: 100%;
    border: 1px solid #F7F7F7;
    border-radius: 2px;
    outline: none;
    padding: 0 20px 0 60px;
    font-size: 16px;
    line-height: 50px;
}
.info_input .input_big{
    width: 100%;
    position: relative;
    height: 220px;
    margin-top: 20px;
    font-family: 'Microsoft YaHei', '微软雅黑';
}
.input_big textarea{
    width: 100%;
    height: 100%;
    border: 1px solid #F7F7F7;
    border-radius: 2px;
    outline: none;
    padding: 16px 20px 10px 60px;
    font-size: 16px;
}
.info_input .input_title{
    position: absolute;
    left: 20px;
    top: 16px;
}
.info_input .input_small:not(:nth-child(4n)){
    margin-right: 39px;
}
.info_input .submit_btn{
    padding: 0 40px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400px;
    color: #fff;
    background: #B41719;
    cursor: pointer;
    margin-top: 30px;
}
/* 轮播 */
.index-banner{
    width: 1200px;
    height: 460px;
    margin: auto!important;
}
/* 校园之星 */
.index-wrapper .school_stars{
    width: 1200px;
    margin: 50px auto;
    display: block;
    position: relative;
    height: 160px;
    background: #F5F5F5;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 20px 15px;
}
.school_stars .stars_title{
    width: 25px;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #B41719;
    margin-right: 20px;
}
.school_stars .stars_banner{
    display: block;
    padding: 0 24px 0 75px;
}
.school_stars .left_btn{
    width: 24px;
    height: 130px;
    background: #FFFFFF;
    border-radius: 2px;
}
.school_stars .left_btn a{
    width: 100%;
    height: 100%;
    display: block;
    background: url("../images/left.png") no-repeat;
    background-size: 20px 20px;
    background-position: 2px 54px;
}
.school_stars .right_btn{
    width: 24px;
    height: 130px;
    background: #FFFFFF;
    border-radius: 2px;
}
.school_stars .right_btn a{
    width: 100%;
    height: 100%;
    display: block;
    background: url("../images/right.png") no-repeat;
    background-size: 20px 20px;
    background-position: 2px 54px;
}
/* 校园文化 */
.index-wrapper .school_view{
    width: 1200px;
    margin: 50px auto;
    display: block;
    position: relative;
    height: 160px;
    background: #F5F5F5;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 20px 15px;
}
.school_view .stars_title{
    width: 25px;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #B41719;
    margin-right: 20px;
}
.school_view .school_stars_banner{
    display: block;
    padding: 0 24px 0 75px;
}
.school_view .viewleft_btn{
    width: 24px;
    height: 130px;
    background: #FFFFFF;
    border-radius: 2px;
}
.school_view .viewleft_btn a{
    width: 100%;
    height: 100%;
    display: block;
    background: url("../images/left.png") no-repeat;
    background-size: 20px 20px;
    background-position: 2px 54px;
}
.school_view .viewright_btn{
    width: 24px;
    height: 130px;
    background: #FFFFFF;
    border-radius: 2px;
}
.school_view .viewright_btn a{
    width: 100%;
    height: 100%;
    display: block;
    background: url("../images/right.png") no-repeat;
    background-size: 20px 20px;
    background-position: 2px 54px;
}

/* 校园文化 */
.index-wrapper .school_culture{
    width: 1200px;
    margin: 50px auto;
    height: 90px;
}


/*留言验证码，新增css*/
#msgCode {
    padding: 0 20px 0 120px;
}
#msgCodeDiv {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    background-color: #b9c9d8;
    top: 6px;
    left: 6px;
}
#msgCodeDiv img{
    height: 40px;
    width: 100px;
}
