@charset "UTF-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html {
    position: relative;
    -webkit-text-size-adjust: none;
    background: #f2f7f5;
}

body {
    font-size: 12px;
    background: #f2f7f5;
}

img {
    border: 0 none;
    max-width: 100%;
}

ul, li {
    display: block;
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

textarea {
    resize: none;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearbox {
    clear: both;
    font-size: 0;
    line-height: 0;
}

.comcurTitle {
    width: auto;
    height: 55px;
    position: relative;
}

.comcurTitle::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.comcurTitle span, .comcurTitle a {
    margin-right: 20px;
    display: inline-block;
    width: auto;
    height: 55px;
    line-height: 55px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #28b970;
    font-weight: bold;
}

.comcurTitle span::after, .comcurTitle a::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #28b970, #30a56d);
}

.comcurTitle a {
    color: #999;
}

.comcurTitle a::after {
    background: none;
}

.courseTitle {
    width: auto;
    height: 55px;
    position: relative;
}

.courseTitle::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.courseTitle b, .courseTitle a {
    margin-right: 20px;
    display: inline-block;
    width: auto;
    height: 55px;
    line-height: 55px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #28b970;
    font-weight: bold;
}

.courseTitle b::after, .courseTitle a::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #28b970, #30a56d);
}

.courseTitle a {
    color: #666;
}

.courseTitle a::after {
    background: none;
}

.courseTitle span {
    border-left: 1px #eee solid;
    margin-right: 20px;
}

.pagebar {
    width: auto;
    height: auto;
    text-align: center;
    padding: 40px 0;
}

.pagebar .box {
    display: inline-block;
    overflow: hidden;
}

.pagebar .box a,
.pagebar .box span,
.pagebar .box b {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 44px;
    float: left;
    margin: 0 3px;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    color: #000000;
    position: relative;
}

.pagebar .box b {
    line-height: 46px;
    border: 0 none;
    color: #fff;
    font-weight: normal;
    background: linear-gradient(to right, #28b970, #30a56d);
}

.pagebar .box a:hover {
    color: #28b970;
    border-color: #28b970;
}

.pagebar .box span.total,
.pagebar .box a.first,
.pagebar .box a.last {
    width: 78px;
}

.pagebar .box a.first {
    padding-left: 18px;
}

.pagebar .box a.last {
    padding-right: 18px;
}

.pagebar .box a.first::after,
.pagebar .box a.last::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    background-image: url("../images/pagebar.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.pagebar .box a.first::after {
    left: 12px;
    background-position: 0 0;
}

.pagebar .box a.last::after {
    right: 12px;
    background-position: -10px 0;
}

.pagebar .box a.first:hover::after {
    background-position: 0 -10px;
}

.pagebar .box a.last:hover::after {
    background-position: -10px -10px;
}

.pagebar .box a.prev::after,
.pagebar .box a.next::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -5px;
    background-image: url("../images/pagebar.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.pagebar .box a.prev::after {
    background-position: 0 0;
}

.pagebar .box a.next::after {
    background-position: -10px 0;
}

.pagebar .box a.prev:hover::after {
    background-position: 0 -10px;
}

.pagebar .box a.next:hover::after {
    background-position: -10px -10px;
}

.pagebar-bbs {
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
}

.pagebar-bbs .total {
    width: auto;
    height: 32px;
    line-height: 32px;
    float: left;
    font-size: 14px;
    color: #666666;
}

.pagebar-bbs .list {
    width: auto;
    height: 32px;
    float: right;
    overflow: hidden;
}

.pagebar-bbs .list a,
.pagebar-bbs .list b,
.pagebar-bbs .list span {
    display: block;
    width: auto;
    min-width: 32px;
    text-align: center;
    height: 32px;
    line-height: 30px;
    float: left;
    margin-left: 8px;
    font-size: 14px;
    color: #444;
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 0 5px;
}

.pagebar-bbs .list a.prev,
.pagebar-bbs .list a.next {
    padding: 0 15px;
}

.pagebar-bbs .list b {
    background: #28b970;
    border-color: #28b970;
    color: #fff;
    font-weight: normal;
}

.pagebar-bbs .list a:hover {
    border-color: #28b970;
    color: #28b970;
}


.login-footer {
    padding: 50px 0;
    text-align: center;
    font-size: 14px;
}

.login-footer .link {
    color: #072553;
}

.login-footer .link a {
    color: #072553;
}

.login-footer .copy {
    color: #222222;
    padding-top: 15px;
}


