﻿/* 内页 */
.sbanner {
    overflow: hidden;
    position: relative;
}

.sbanner img {
    width: 100%;
}

.subboxbg {
    padding: 25px 0;
    background: url(../images/mainbg.jpg) no-repeat center bottom;
}

.subboxbg .column {
    /*min-height: 560px;*/
    padding: 0 25px;
    background-color: #fff;
    -moz-Box-shadow: 0px 3px 8px #ddd;
    -webkit-Box-shadow: 0px 3px 8px #ddd;
    Box-shadow: 0px 3px 8px #ddd;
    border: 1px solid #efefef;
}

.profile {
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(../images/bread.png) repeat-x 0 bottom;
    color: #666;
}

.profile a {
    color: #666;
}

.profile em {
    padding: 0 10px;
}

.sidebar {
    width: 240px;
    margin: 30px 0 50px;
    padding-right: 15px;
    border-right: 1px solid #dbdbdb;
}

.sidebarHd {
    height: 78px;
    line-height: 78px;
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
    background: #077C53;
    font-size: 20px;
}

.sidebarHd span {
    display: none;
}

.sidebarBox {
    padding: 6px 0;
}

.sidebarNav {
    height: 44px;
    padding: 6px 0 6px 8px;
}

.sidebarNav a {
    color: #333;
    display: block;
    line-height: 32px;
    font-size: 16px;
    padding-left: 16px;
    box-sizing: border-box;
    border-left: 5px solid transparent;
}

.sidebarNav.jia {
    background: url(../images/jia.png) no-repeat 200px center;
}

.sidebarNav.active a {
    border-left: 5px solid #077C53;
    color: #077C53;
}

.navContent {
    padding-left: 46px;
    line-height: 2;
    font-size: 15px;
}

.navContent li a {
    color: #666;
}

.navContent li.active a {
    color: #077C53;

}

/* 右侧内容 */
.submain {
    width: calc(100% - 250px);
    margin: 30px 0 50px;
}


/* 列表 */
.column_list {
    padding: 10px;
    min-height: 300px;
}

.column_list ul.list_info li {
    height: 40px;
    line-height: 40px;
    position: relative;
}

.column_list ul.list_info li a {
    padding-left: 24px;
    height: 34px;
    max-height: 34px;
}

.column_list ul.list_info li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    background: #077C53;
    top: 50%;
    margin-top: -4px;
    left: 3px;
    border-radius: 50%;
}

.column_list ul.list_info li span {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #888;
}

/* 详情页 */
.wz {
    /*padding: 25px 10px;*/
}

.wz-title {
    font-size: 24px;
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
}

.wz-info {
    font-size: 14px;
    color: #999;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.wz-info span {
    font-size: 14px;
    color: #999;
    margin-left: 2px;
    margin-right: 15px;
}

.wz-info span:last-child {
    margin-right: 0;
}

.wz-cont {
    line-height: 1.8;
    color: #333;
    font-size: 16px;
}

.wz-cont img {
    max-width: 100%;
}

.wz-cont table {
    max-width: 100%;
    margin: 0 auto;
}

/* 图片列表 */
.teacher ul {
    margin: 5px 15px;
    overflow: hidden;
    min-height: 150px;
}

.teacher li {
    float: left;
    width: calc(25% - 60px);
    margin: 15px 30px;
    position: relative;
    border: 1px solid #EEEEEE;
}

.teacher li p {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 0 10px;
    line-height: 40px;
    background: rgba(7, 124, 83, .6);
    text-align: center;
    justify-content: center;
    max-height: 40px;
}

.teacher li p a {
    color: #fff;
}

.teacher li.ptbox .inner {
    padding-bottom: 130%;
}

.teacher li.ptbox .img {
    background-position: center 0;
}

/* 图文列表 */

.xyld {
    width: calc(50% - 30px);
    height: 230px;
    float: left;
    margin: 15px;
    background-color: #eeeeee;
}

.xyld .xyldleft {
    width: 170px;
    height: 230px;
    float: left;
    margin-right: 20px;
}

.xyld img {
    width: 148px;
    height: 196px;
    margin: 18px 20px;
    object-fit: cover;
}

.xyld .xyldright {
    height: 230px;
    color: #1C1B1B;
    padding: 15px;
}

.xyld .xyldright h4 {
    font-weight: bold;
    color: #077C53;
    font-size: 20px;
    margin: 10px 0;
}

.xyld .xyldright a {
    padding: 0;
}

.xyld .xyldright a:hover {
    text-decoration: none;
}

.xyld .xyldright p {
    font-size: 15px;
    color: #1e1e1e;
    line-height: 28px;
    word-break: break-all;
    max-height: 10em;
    overflow: hidden;
}

/* 学生风采 */
.list_xsfc .imgbox {
    float: left;
    width: calc(25% - 16px);
    margin-right: 16px;
    margin-bottom: 12px;
    position: relative;
    text-align: center;
}

.list_xsfc .imgbox a.ptbox {
    display: block;
    position: relative;
    margin-bottom: 5px;
}

