/* ----------------------------------- 校园大使页面样式 ----------------------------------- */
body {
    background-color: #fff;
}
.school-h-icon {
    display: inline-block;
    position: relative;
    background-color: #d9534f;
    font-size: 20px;
    color: #fff;
    border-radius: 6px;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 20px 0 20px 15px;
}
.school-h-icon:hover {
    background-color: #d2322d;
    color: #fff;
}
.school-h-icon:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #d9534f;
    position: absolute;
    top: 30%;
    left: -10px;
    transform: translateX(-30%);
}
.header-menu {
    margin: 0 30px 0 10px;
}
.header-menu li {
    margin: 0 10px;
}
.header-menu li a {
    color: #333;
}
#header-l,#header-r {
    width: auto;
}
.school-banner {
    width: 100%;
    min-width: 1129px;
    height: 400px;
    background: url("//7nsts.w3cschool.cn/images/w3c/school-banner.png") no-repeat center center;
}
.section {
    margin: 30px 0;
    overflow: hidden;
}
.secion-title {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #333;
    margin-bottom: 40px;
}
.secion-title::before {
    content: "";
    background: #d9534f;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    margin-bottom: 3px;
    vertical-align: middle;
}
.section .intro {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

/* 校园大使首页 */
.nav-tab-content {
    height: 65px;
    line-height: 65px;
    background-color: #fff;
    border-bottom: 2px solid #ededed;
    text-align: center;
}
.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    opacity: 0.95;
}
.tab-wrapper {
    padding: 0;
}
.nav-tab-content li {
    position: relative;
    display: inline-block;
    margin: 0 30px;
}
.nav-tab-content li a {
    display: inline-block;
    width: auto;
    min-width: 240px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.nav-tab-content li a.active {
    border-bottom: 2px solid #d2322d;
    color: #d2322d;
}
.nav-tab-content li a:hover {
    color: #d2322d;
}
.school-about-content p {
    text-align: left !important;
}
/* 校园大使介绍 */
.school-am-list {
    width: 48%;
    float: left;
}
.school-am-list2 {
    margin-left: 4%;
}
.school-am-item {
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.16);
    border-radius: 6px;
    padding: 30px;
}
.school-am-item.mt30 {
    margin-bottom: 30px;
}
.school-am-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #d2322d;
}
.school-am-item h4 span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #d9534f;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.school-am-item p {
    font-size: 15px;
    color: #333;
    line-height: 26px;
    margin-top: 10px;
}

/* 报名表单样式 */
.item-form-content {
    height: 1000px;
    background: url("/statics/images/w3c/form-banner.png") no-repeat center center;
}
.form-main {
    width: 700px;
    margin: 20px auto;
    background-color: #fff;
    color: #333;
    box-shadow: 0px 1px 6px rgba(124, 124, 124, 0.42);
    border-radius: 4px;
}
.form-horizontal {
    padding: 20px 30px;
}
.form-group {
    padding: 15px 0px;
}
.form-group input,.form-group select,.form-group textarea {
    outline: 0px none;
    padding: 10px 8px;
    font-size: 15px;
    color: #333;
}
.input,.textarea,.select {
    line-height: 18px;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
}
.input:focus,.textarea:focus,.select:focus {
    border: 1px solid #d9534f;
    box-shadow: 1px 1px 5px #CCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.input-xlarge {
    width: 397px;
}
.checkbox-box {
    vertical-align: 2px;
    margin-left: 5px;
}
.textarea {
    height: 120px;
    resize: vertical;
    line-height: 24px;
}
.control-label {
    display: inline-block;
    min-width: 100px;
    line-height: 25px;
    padding: 5px 10px 0 0;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}
.form-control {
    display: inline-block;
    font-size: 15px;
}
.form-control .required {
    padding: 0px 5px;
    font-size: 16px;
    color: #FF0000;
    font-weight: 600;
    vertical-align: middle;
}
.textarea-label {
    vertical-align: top;
}
.input-school-box {
    width: 283px;
}
.submit-group {
    text-align: center;
    padding: 25px 0;
}
.btn-primary {
    display: inline-block;
    width: 150px;
    height: 48px;
    line-height: 48px;
    background-color: #d9534f;
    border: 1px solid #d43f3a;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
}
.btn-primary:hover {
    background-color: #d2322d;
    border: 1px solid #ac2925;
}

/* 活动动态 */
.school-news-box {
    padding: 15px 0 30px;
    margin: 0 0 15px;
    overflow: hidden;
    border-bottom: 1px solid #DDD;
}
.school-news-box:last-of-type {
    border-bottom: none;
}
.item-content .school-news-box {
    padding: 0;
    margin: 0;
}
.school-news-img {
    float: left;
    width: 360px;
    height: 230px;
}
.school-news-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.school-news-intro {
    float: left;
    width: 100%;
    height: 230px;
    position: relative;
}
.have-img .school-news-intro {
    width: 64%;
    margin-left: 4%;
}
.school-news-intro h4 {
    width: 90%;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.school-news-intro h4 a {
    font-size: 18px;
    line-height: 24px;
    color: #333;
}
.school-news-intro h4 a:hover {
    color: #900b09;
}
.school-news-intro p {
    margin-top: 10px;
    line-height: 26px;
    font-size: 15px;
    color: #666;
    max-height: 80px;
    overflow: hidden;
}
.school-news-meta {
    margin-top: 20px;
}
.school-news-meta span {
    display: inline-block;
    font-size: 15px;
    color: #666;
}
.school-more-btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 24px;
    font-size: 15px;
}
.school-view-more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 32px;
    line-height: 32px;
    background-color: #d9534f;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}
.school-view-more:hover {
    background-color: #d2322d;
    color: #fff;
}
/* 动态内容页 */
.school-news-title {
    font-size: 28px;
    color: #333;
    font-weight: 600;
    text-align: center;
}
.school-news-group {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC;
    font-size: 15px;
    color: #666;
    text-align: center;
}
.school-news-body {
    margin: 20px 0 10px;
    font-size: 15px !important;
    color: #333 !important;
}

/* 学校名单页 */
.school-search-wrap {
    background-color: #fff;
    padding: 5px 0 20px;
    overflow: hidden;
}
.school-search-box {
    float: left;
}
.school-search-input {
    width: 280px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background-color: #ececec;
    color: #333;
    border: none;
    border-radius: 25px;
    text-align: center;
}
.school-search-btn {
    width: 72px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #d9534f;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
}
.school-search-btn:hover {
    background-color: #d2322d;
}
.school-honor-box {
    float: right;
    line-height: 32px;
}
.school-honor-box a {
    display: inline-block;
    margin-left: 15px;
    font-size: 15px;
}
/* 名单表格样式 */
.schoollist-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border: 1px #d9534f solid;
    font-size: 14px;
}
.schoollist-table th {
    background-color: #d9534f;
    color: #fff;
    padding: 8px 0;
    font-size: 16px;
    text-align: center;
}
.schoollist-table td {
    padding: 4px 12px;
    border-right: 1px #d9534f solid;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.schoollist-table tr:nth-child(even) {
    background-color: #feeae6;
}

