﻿* {
    margin: 0;
    padding: 0;
}

body {
    background: #f5f5f5;
    font-family: "Microsoft YaHei", "微软雅黑";
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #02B095;
}

.container {
    width: 1200px;
}


/************首页头部样式开始************/

#headerul p {
    /* display: none; */
}

#headerul a {
    text-decoration: none;
    color: #404040;
}

#headerul a:hover {
    text-decoration: none;
    color: #02B095;
    background: none;
    background-color: none;
    /* border-bottom: 3px solid #02B095; */
}

#header_user {
    right: 10%;
}

#header_user :hover {
    color: #02B095;
}

.nav navbar-nav navbar-right {
    margin-top: 15px;
}

#headerul {
    padding-left: 4%;
}

.navbar-header {
    padding-left: 2%;
    padding-top: 10px;
}


/************首页头部样式结束************/

.navbar {
    border-radius: 0;
    /* min-width: 1200px; */
}

.navbar-inverse {
    height: 88px;
    font-size: 16px;
    border: none;
    margin-bottom: 0;
    /* background: transparent*/
    background-color: rgba(255, 255, 255);
    background-color: #fff;
    box-shadow: #dcdcdc 0 2px 8px;
}

.navbar .navbar-brand {
    background: url(../imgs/min_logo.png) left center no-repeat;
    padding-left: 44px;
    font-size: 20px;
    color: #000;
}

.navbar .navbar-brand:hover {
    color: #000
}

.navbar .navbar-brand div {
    margin-top: -8px;
}

.navbar .navbar-brand p {
    font-size: 14px;
    margin: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #404040;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    /* border-bottom: 4px solid #fff; */
    background: none;
}

.navbar-inverse .navbar-nav>li>a.header_user_info {
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 5px 20px;
    color: #000;
}

.navbar-inverse .navbar-nav>li>a.headerbtn {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 20px;
    color: #000;
    margin-right: 10px;
}

.navbar-inverse .navbar-nav>li>a.headerbtn.active,
.navbar-inverse .navbar-nav>li>a.headerbtn:hover {
    background: #000;
}

.navbar .navbar-collapse {
    margin-top: 20px;
}

.navbar .navbar-header {
    margin-top: 12px;
    margin-right: 50px;
}

.navbar .navbar-right {
    font-size: 14px;
}

.navbar .navbar-right i {
    font-size: 18px;
}

.navbar-inverse {
    /* background: transparent; */
    background-color: rgba(255, 255, 255);
    background-color: #fff;
}

.navbar .navbar-brand {
    color: #000;
}

.navbar-inverse .navbar-nav>li>a.headerbtn {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 20px;
    color: #000;
    margin-right: 10px;
}

.navbar-inverse .navbar-nav>li>a.headerbtn.active,
.navbar-inverse .navbar-nav>li>a.headerbtn:hover {
    background: #000;
    color: #404040;
}

.navbar .header_user_menu {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 8px 0px rgba(102, 124, 122, 0.41);
    border-radius: 6px;
    width: 125px;
    position: absolute;
    right: -20px;
    top: 34px;
    padding: 20px 20px;
    overflow: hidden;
    display: none;
    z-index: 100;
}
.navbar .header_user_menu li{
    list-style: none;
}
.navbar .header_user_menu li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-family: 'MicrosoftYaHei';
    color: rgba(142, 150, 157, 1);
    /* border-bottom: 1px solid #ccc; */
    text-align: center;
}

.SignOut {
    margin-top: 10px;
    border-top: 1px solid #ccc;
}

#header_user:hover .header_user_menu {
    display: block;
}

.nav>li>a {
    padding: 10px 12px;
}

.nav>li {
    background: none;
}

#Future {
    color: #02B095 !important;
    border-radius: 4px;
    border: 1px solid #02B095;
    text-align: center;
}

#Future:hover {
    background: #02B095 !important;
    color: #fff !important;
}

#language {
    width: 95px;
    height: 30px;
    border-radius: 15px;
    padding: 0 10px;
    font-size: 14px;
    font-family: 'PingFangSC-Regular';
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    border: 1px solid #f5f5f5;
    margin-top: 4px;
    margin-left: 15px;
    background: rgba(245, 245, 245, 0.1);
    outline: none;
}

.searchBox input[type="text"] {
    width: 120px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    color: #666;
    background: rgba(245, 245, 245, 0.1);
    display: none;
    /* position: absolute;
    left:55px;
    top:4px; */
}

.searchBox {
    min-width: 180px;
    padding: 5px 0;

    /*  height: 40px;
    position: relative; */
}

.searchBox #searchBtn {
    width: 16px;
    height: 16px;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 25px;
    /* position: absolute;
    left:10px;
    top:12px; */
}


footer {
    background-color: #1f2033;
    font-size: 12px;
    color: #fff;
    height: 170px;
    padding: 40px 0 40px 0;
    margin-top: 25px;
    clear: both;
    overflow: hidden;
}

footer .container {
    height: 91px;
}

footer .footer_left {
    float: left;
    font-size: 16px;
    margin-right: 100px;
    width: 255px;
}

footer .footer_center {
    float: left;
}

footer .footer_center ul {
    list-style: none;
}

footer .footer_center ul li {
    float: left;
    font-size: 14px;
    margin-right: 30px;
}

footer .footer_center ul li a {
    color: #fff;
}

footer .footer_center div {
    clear: both;
    font-size: 12px;
    padding-top: 20px;
    color: #999;
}

footer .footer_right {
    float: right;
}

.container .title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    background: url(../imgs/icon/h2_title_icon.png) left center no-repeat;
    padding-left: 12px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    margin: 0;
    background: linear-gradient(180deg, rgba(15, 188, 161, 1) 0%, rgba(2, 176, 149, 1) 100%);
}

.container .title .more {
    float: right;
    color: #666;
    font-size: 14px;
}

.teachingbox {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    color: #999;
}

.teachingbox:last-child {
    border-bottom: none;
}

.teachingbox img {
    width: 240px;
    height: 155px;
    border-radius: 10px;
    float: left;
}

.teachingbox .teachingbox_container {
    margin-left: 260px;
}

.teachingbox .teachingbox_container h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
}

.teachingbox .teachingbox_container p {
    color: #999;
}

.teachingbox .teachingbox_container .teachingbox_container_bottom {
    text-align: right;
    color: #999;
    margin-top: 20px;
}

.teachingbox span.time {
    margin-right: 70px;
}

.teachingbox span.number {
    color: #F7C300;
    font-size: 20px;
}

.teachingbox .teachingbox_left {
    float: left;
    width: 80%;
}

.teachingbox .teachingbox_left .intro {
    line-height: 28px;
}

.teachingbox .teachingbox_left .intro label {
    float: left;
    font-weight: normal;
}

.teachingbox .teachingbox_left .intro div {
    margin-left: 70px;
}

.teachingbox .teachingbox_right {
    float: right;
    width: 15%;
}

.teachingbox .teachingbox_right p {
    text-align: center;
    margin-bottom: 30px;
}

.teachingbox .btn-primary {
    background: #02B095;
    border-color: #02B095;
    border-radius: 20px;
    margin-left: 30px;
}

.teachingnotice,
.teachingwin {
    background: #fff;
    padding: 10px 20px;
}

.teachingnotice ul {
    list-style: none;
}

.teachingnotice ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.teachingnotice ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: 70%;
    color: #656565;
    background: url('../static/imgs/icon/point.png') left center no-repeat;
    padding-left: 10px;
}

.teachingnotice ul li span {
    float: right;
    color: #999;
}

.teachingwin {
    margin-top: 20px;
    color: #656565;
}

.teachingwin dl {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.teachingwin dl dd {
    width: 82%;
    float: right;
}

.teachingwin dl dd a {
    width: 75%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #656565;
    white-space: nowrap;
}

.teachingwin dl dd span {
    width: 20%;
    float: right;
    color: #999;
}

.teachingwin dl dt {
    width: 15%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.teachingnoticebox {
    font-size: 12px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.teachingnoticebox h4 {
    font-size: 16px;
    font-weight: normal;
}

.teachingnoticebox h4 a {
    color: #333333;
}

.teachingnoticebox .intro {
    color: #656565;
    line-height: 24px;
}

.teachingnoticebox .info {
    margin-top: 10px;
    color: #999;
}

.teachingnotice_container {
    padding: 20px;
    color: #656565;
}

.teachingnotice_container h1 {
    font-size: 30px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.teachingnotice_container h6 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
}

.teachingnotice_container .teachingnotice_container_attachment {
    margin-top: 30px;
}

.teachingnotice_container .teachingnotice_container_attachment label {
    float: left;
    width: 50px;
}

.teachingnotice_container .teachingnotice_container_attachment div {
    margin-left: 50px;
}

.teachingnotice_container .teachingnotice_container_attachment a {
    color: #33A3FA
}