@charset "utf-8";

.banner {
    width: 100%;
    height: 900px;
    background: url('../img/college/college_bg.png') center center no-repeat;
    background-size: cover;
}

.banner_txt {
    margin: 0 auto;
    min-width: 1200px;
    width: 70%;
    text-align: left;
    color: #fff;
}

.banner_txt h1 {
    font-size: 100px;
    line-height: 145px;
    padding-top: 254px;
}

.banner_txt h3 {
    font-size: 62px;
    margin-top: 59px;
}

.btn_g {
    margin-top: 113px;
    display: flex;
}

.btn_g .btn {
    width: 194px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.white_btn {
    background: rgba(255, 255, 255, 0.25);
}

.green_btn {
    background: rgba(46, 180, 145, 0.88);
    margin-left: 26px;
}

.module_title {
    height: 130px;
    width: 1200px;
    margin: 120px auto 90px;
    font-size: 60px;
    font-weight: bold;
    line-height: 130px;
    text-align: center;
    background: url('../img/college/recommend_title_bg.png') center top no-repeat;
    background-size: 1172px 98px;
    color: #333;
}

/* 消息模块样式 start */
.message_list_box {
    width: 100%;
    min-height: 500px;
    background: #F7FCFA;
}

.message_list_box>div {
    display: flex;
    flex-wrap: wrap;
    padding-top: 58px;
}

.message_module {
    width: 360px;
    margin:20px 30px 0 0 ;
}

.message_module_top {
    display: flex;
    border-bottom: 1px solid #E3E3E3;
    align-items: center;
}

.message_module_top ul {
    display: flex;
    margin-left: 0;
    width: 340px;
}

.message_module_top ul li {
    color: #666666;
    font-size: 24px;
    text-align: left;
    padding-bottom: 12px;
    margin-right: 24px;
    cursor: pointer;

}

.message_module_top ul li.active {
    color: #16CA82;
    border-bottom: 3px solid #16CA82;
    font-weight: bold;
}

.message_module_top>img {
    width: 18px;
    height: 16px;
    cursor: pointer;
}

.message_module_bottom {
    margin-left: 0;
    text-align: left;
    margin-top: 30px;
    color: #333333;
    font-size: 18px;
    display: none;
    height: 295px;
    overflow: hidden;
}

.text_li {
    margin-bottom: 27px;
}

.text_li a {
    color: #333;
}

.image_text_li {
    margin-bottom: 20px;
    width: calc(100% - 5px)
}

.image_text_li a {
    display: flex;
    align-items: center;
    color: #333;
}

.image_text_li img {
    width: 140px;
    height: 79px;
}

.image_text_li span {
    margin-left: 20px;
    width: 220px;
    display: -webkit-box;
    /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-line-clamp: 2;
    /* 显示的行数 */
    -webkit-box-orient: vertical;
    /* 设置或检索伸缩盒对象的子元素的排列方式 */
    overflow: hidden;
    /* 溢出隐藏 */

}

/* 消息模块样式 end */

.school_info_box {
    display: flex;
    /* align-items: flex-end; */
    border-bottom: 1px solid #E3E3E3;
    /* min-height: 44px;
    height: 44px;
    overflow: hidden; */
    position: relative;
    width:1200px;
}

.operate_box {
    width: 80px;
    height: 34px;
    line-height: 34px;
    align-items: center;
    color: #16CA82;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    right:0;
    bottom:5px; 
}
.operate_box img{
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.school_list_top {
    width: 1100px;
    display: flex;
    flex-wrap: wrap;
    min-height: 59px;
    height: 59px;
    overflow: hidden;
    margin: 0  !important;

}
.school_list_top li {
    margin-right: 50px;
    color: #333333;
    font-size: 24px;
    cursor: pointer;
    padding-bottom: 10px;
    margin-top: 15px;
}

.school_list_top li.active {
    color: #16CA82;
    border-bottom: 3px solid #16CA82;
} 

.school_content_tab{
    margin: 30px 0 0 0;

}   
.school_content {
    display: none;

}
.school_content:first-child{
    display: flex;
}
.school_content_left {
    width: 350px;
    min-width: 350px;
    text-align: left;
    margin: 0 !important;
}

.school_content_left img {
    width: 270px;
    height:auto;
}

.school_content_left h2 {
    font-size: 18px;
    margin: 16px 0 18px;

}

.school_content_left p {
    color: #666666;
    font-size: 14px;
    padding-bottom: 6px;
}

.school_content_right {
    /* display: flex;
    flex-wrap: wrap; */
    margin-left: 50px;
    flex:1;
    margin:0 !important;
}

.school_content_right>a {
    width: 375px;
    height: 78px;
    display: flex;
    margin-left: 25px;
    float: left;
    margin-bottom: 20px;
}

.school_info_img {
    width: 140px;
    height: 78px;
}

.school_info_font {
    text-align: left;
    width: 220px;
}

.school_info_font p:nth-child(1) {
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.school_info_font p:nth-child(2) {
    margin-top: 10px;

}

.school_info_font p:nth-child(2) img {
    width: 16px;
    height: 16px;
}

.school_info_font p:nth-child(2) span {
    color: #666;
    font-size: 14px;
    margin-left: 9px;
}

/* 入口页面样式 start */
.title_list_h1 {
    font-size: 24px;
    text-align: left;
    display: flex;
    align-items: center;
}

.title_list_h1 img {
    width: 34px;
    height: 34px;
    margin-right: 13px;
}

.entrance_list {
    border-top: 2px solid #0FC29A;
    margin: 28px 0 50px 0;
}

.entrance_list a {
    color: #000000;
    font-size: 18px;
    height: 80px;
    line-height: 80px;
    display: block;
    text-align: left;
    padding-left: 50px;
    background: #fff;
    box-sizing: border-box;
    padding-right: 10px;
}

.entrance_list a:nth-child(even) {
    background: #F9FBFC;
}

/* 入口页面样式 end */
/* 更多页面样式 start */
.more_list {
    border-top: 2px solid #0FC29A;
    margin: 28px 0 50px 0;
}

.more_list a {
    color: #000000;
    font-size: 18px;
    height: 80px;
    line-height: 80px;
    padding: 0 50px;
    background: #fff;
    box-sizing: border-box;
    display: block;
}

.more_list a span:nth-child(1) {
    float: left;
    width: 80%;
    text-align: left;
}

.more_list a span:nth-child(2) {
    float: right;
    color: #999999;
    font-size: 16px;
    width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.more_list a:nth-child(even) {
    background: #F9FBFC;
}

/* 更多页面样式 end */

.message_module_bottom:first-child{
    display: block ;
    
}