@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation: fadeInLeft .8s forwards;
    animation: fadeInLeft .8s forwards
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation: fadeInRight .8s forwards;
    animation: fadeInRight .8s forwards
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation: fadeInUp .8s forwards;
    animation: fadeInUp .8s forwards
}

@-webkit-keyframes slideTo {
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes slideTo {
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes slideRight {
    to {
        -webkit-transform: translate(30%, 0);
        transform: translate(30%, 0)
    }
}

@keyframes slideRight {
    to {
        -webkit-transform: translate(30%, 0);
        transform: translate(30%, 0)
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate(30%, 0);
        transform: translate(30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes scaleFrom0 {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes scaleFrom0 {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes shining {

    0%,
    100% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    20%,
    80% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(0.755, .05, .855, .06)
    }

    60% {
        opacity: .5;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        -webkit-animation-timing-function: cubic-bezier(0.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(0.755, .05, .855, .06)
    }
}

@keyframes shining {

    0%,
    100% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    20%,
    80% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(0.755, .05, .855, .06)
    }

    60% {
        opacity: .5;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        -webkit-animation-timing-function: cubic-bezier(0.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(0.755, .05, .855, .06)
    }
}

@-webkit-keyframes scaleInfinite {

    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    33% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    67% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes scaleInfinite {

    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    33% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    67% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.index-news-list .img,
.index-hq-source .img,
.index-sp-source .img,
.index-course-list .img-container,
.index-school-list .img,
.index-school-announcement li.pic .img,
.index-campus .img,
.news-list-main .img,
.school-list .img {
    overflow: hidden
}

.index-news-list .img:hover img,
.index-hq-source .img:hover img,
.index-sp-source .img:hover img,
.index-course-list .img-container:hover img,
.index-school-list .img:hover img,
.index-school-announcement li.pic .img:hover img,
.index-campus .img:hover img,
.news-list-main .img:hover img,
.school-list .img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.index-news-list .img img,
.index-hq-source .img img,
.index-sp-source .img img,
.index-course-list .img-container img,
.index-school-list .img img,
.index-school-announcement li.pic .img img,
.index-campus .img img,
.news-list-main .img img,
.school-list .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

@-webkit-keyframes arrDownload {
    from {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }

    to {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%)
    }
}

@keyframes arrDownload {
    from {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }

    to {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%)
    }
}

body,
div,
span,
object,
iframe,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
acronym,
address,
code,
del,
em,
font,
img,
ins,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
    padding: 0;
    margin: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

input,
select {
    vertical-align: middle
}

input,
textarea,
select {
    font: 12px/1.5 "microsoft yahei", Arial, sans-serif
}

fieldset,
img {
    border: 0
}

address,
code,
th,
em {
    font-style: normal
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

button {
    border: 0;
    outline: 0;
    background: 0 0
}

html {
    height: 100%
}

html body {
    padding-bottom: 0 !important
}

body {
    position: relative;
    margin: 0 auto;
    font: 14px/1.5 "microsoft yahei", Arial, sans-serif;
    color: #666;
    background: #fff;
    height: 100%
}

.wrapper {
    margin: 0 auto;
    width: 1412px
}

.clearfix:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both
}

.clearfix {
    zoom: 1
}

.clear {
    clear: both
}

a {
    text-decoration: none;
    outline: 0;
    cursor: pointer
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.center {
    text-align: center
}

.fl {
    float: left
}

.fr {
    float: right
}

.transparent {
    opacity: 0
}

.hide {
    display: none !important
}

.oh {
    overflow: hidden
}

@media screen and (max-width:1450px) {
    .wrapper {
        width: 1160px
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    -webkit-transition-property: left, top, -webkit-transform;
    transition-property: left, top, -webkit-transform;
    transition-property: transform, left, top;
    transition-property: transform, left, top, -webkit-transform;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left;
    box-sizing: content-box
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.swiper-container {}

.swiper-slide {}

.swiper-slide-active {}

.swiper-slide-visible {}

.swiper-pagination-switch {}

.swiper-active-switch {}

.swiper-visible-switch {}

footer,
.footer {
    height: 170px
}

.side {
    position: fixed;
    right: 15px;
    bottom: 140px;
    border: 1px solid #eee;
    border-radius: 4px;
    width: 90px;
    z-index: 100;
    background: #fff;
    -webkit-transition: right .5s;
    transition: right .5s
}

.side li {
    height: 93px
}

.side a {
    display: block;
    height: 92px;
    padding-top: 1px
}

.side a:hover {
    background: #39a9ec
}

.side a:hover p {
    color: #fff
}

.side a:hover .contact {
    background-position: 0 -120px
}

.side a:hover .mobile {
    background-position: -344px 0
}

.side a:hover .ico-totop {
    background-position: -316px 0
}

.side a p {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 8px
}

.side .first {
    position: relative
}

.side .first:hover .dl-qr {
    display: block
}

.side .first a {
    border-radius: 4px 4px 0 0
}

.side .dl-qr {
    display: none;
    position: absolute;
    left: -108px;
    top: 0;
    background: #fff;
    width: 94px;
    height: 107px;
    padding-top: 8px;
    border: 1px solid #ddd
}

.side .dl-qr:after {
    background: url(../img/spr.png) -78px -220px;
    position: absolute;
    right: -7px;
    top: 50%;
    height: 12px;
    width: 7px;
    margin-top: -6px;
    content: ''
}

.side .dl-qr img {
    width: 80px;
    height: 80px;
    margin: 0 8px
}

.side .dl-qr p {
    text-align: center;
    font-size: 12px;
    color: #666
}

.side i {
    display: block;
    background: url(../img/spr.png);
    margin: 0 auto
}

.side .mobile {
    height: 26px;
    width: 19px;
    background-position: 0 -16px;
    margin-top: 25px;
    position: relative
}

.side .contact {
    margin-top: 25px;
    height: 18px;
    width: 24px;
    background-position: 0 -138px
}

.side .ico-totop {
    margin-top: 25px;
    height: 20px;
    width: 22px;
    background-position: 0 -76px
}

.side .totop {
    border-radius: 0 0 4px 4px
}

.side .dl-arrow {
    position: absolute;
    overflow: hidden;
    height: 8px;
    width: 7px;
    top: 6px;
    left: 6px
}

.side .dl-arrow:before {
    background: url(../img/spr.png) -60px -208px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: arrDownload 1.5s linear infinite;
    animation: arrDownload 1.5s linear infinite
}

.edupf-footer {
    height: 154px !important
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transform: translate3d(0, 0, 0)
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50)
}

#colorbox {
    outline: 0
}

#cboxContent {
    border: 6px solid #fff;
    background: #262626
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    position: relative;
    background: #262626
}

#cboxTitle {
    position: absolute;
    top: -40px;
    left: 0;
    width: 80%;
    color: #c1c1c1;
    font-size: 18px
}

#cboxCurrent {
    display: none !important;
    position: absolute;
    top: -20px;
    right: 0;
    color: #ccc
}

#cboxLoadingGraphic {
    background: url(http://image.86114.com/VRedu/img/v2/loading.gif) no-repeat center center
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0;
    outline: 0
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0
}

#cboxPrevious,
#cboxNext {
    position: absolute;
    top: 50%;
    height: 59px;
    width: 59px;
    margin-top: -30px;
    background: url(../img/spr.png)
}

#cboxSlideshow {
    top: -20px;
    right: 90px;
    color: #fff
}

#cboxPrevious {
    left: -100px;
    background-position: -108px 0
}

#cboxPrevious:hover {
    background-position: -39px 0
}

#cboxNext {
    right: -100px;
    background-position: -244px 0
}

#cboxNext:hover {
    background-position: -175px 0
}

#cboxClose {
    position: absolute;
    top: -55px;
    right: 5px;
    display: block;
    width: 33px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    font-family: simhei;
    font-size: 45px;
    font-weight: 700;
    text-indent: -5px
}

#cboxClose:hover {
    background-position: bottom center
}

.chart-tooltip {
    width: 200px;
    height: 210px;
    padding: 15px 30px 0;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: .8
}

.chart-tooltip h3 {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-bottom: 9px
}

.chart-tooltip h3:before {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background-color: #1da2ff;
    margin-right: 5px;
    content: '';
    border-radius: 50%
}

.chart-tooltip li {
    margin-top: 12px
}

.chart-tooltip span {
    font-size: 12px;
    color: #333
}

.chart-tooltip .name {
    float: left
}

.chart-tooltip .value {
    float: right
}

.page-wrap {
    min-height: 100%
}

.wow {
    opacity: 0
}

.select-box {
    position: relative;
    width: 180px;
    display: inline-block;
    vertical-align: middle
}

.select-main {
    height: 34px;
    border: 1px solid #e5e5e5
}

.select-list {
    position: absolute;
    left: 0;
    top: 36px;
    border: 1px solid #e5e5e5
}

.select-list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    color: #666;
    padding: 0 9px
}

.select-list li:hover {
    background: #f5fbfe;
    color: #3ba8f0
}

.banner {
    height: 300px;
    min-width: 1160px
}

.banner .swiper-wrapper img,
.banner .swiper-slide img {
    width: 100%;
    height: auto
}

.banner .banner1 {
    background: url(../img/banner1.jpg) center
}

.banner .banner2 {
    background: url(../img/banner2.jpg) center
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center
}

.banner .swiper-pagination-switch {
    opacity: .2;
    filter: alpha(opacity=20);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 0 10px;
    display: inline-block;
    cursor: pointer
}

.banner .swiper-active-switch {
    opacity: 1;
    filter: alpha(opacity=100)
}

.index-wrapper {
    margin-top: 60px
}

.tab-switch {
    margin-top: 22px
}

.tab-switch.more a {
    margin-bottom: 20px
}

.tab-switch a {
    display: inline-block;
    padding: 0 6px 11px;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    color: #666;
    position: relative;
    margin-right: 32px
}

.tab-switch a:hover:after,
.tab-switch a.on:after {
    width: 100%
}

.tab-switch a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #47b3fe;
    -webkit-transition: width .5s;
    transition: width .5s
}

.tab-main {
    display: none
}

.tab-main.on {
    display: block
}

.index-con {
    float: left
}

.index-con.con-g4 {
    width: 910px
}

.index-con.con-g2 {
    width: 420px;
    margin-left: 80px
}

.index-con.con-g3 {
    margin-left: 60px;
    width: 676px
}

.index-con.con-g3.jp-con {
    width: 100%
}

.index-con.con-g3.jpzy {
    width: 725px
}

.index-con.con-g3.jpzy .index-hq-source a {
    margin-right: 20px
}

.index-con.con-g3.jpzy .index-hq-source a:hover {
    border-color: #ddd;
    box-shadow: 0 0 4px rgba(0, 0, 0, .05)
}

.index-con.con-g3.jpzy02 {
    width: 611px
}

.index-con.con-g3:first-child {
    margin-left: 0
}

.common-title {
    padding-bottom: 15px;
    border-bottom: 3px solid #f4f4f4
}

.common-title.more {
    padding-top: 15px
}

.common-title h2 {
    float: left;
    font-size: 28px;
    color: #333;
    font-weight: 400
}

.common-title .more {
    float: right;
    font-size: 16px;
    color: #666;
    margin-top: 12px
}

.common-title .more:hover {
    color: #999
}

.common-title .more span {
    margin-left: 3px;
    font-family: serif
}

.common-title .title-tag {
    float: left;
    margin-top: 12px;
    width: 32px;
    height: 16px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    margin-left: 5px
}

.common-title .title-new {
    background: #f06
}

.common-title .title-hot {
    background: #ffa800
}

.index-news-list {
    height: 368px
}

.index-news-list li {
    position: relative;
    padding: 20px 0 20px 245px
}

.index-news-list li:first-child {
    margin-top: 0
}

.index-news-list li:first-child:before {
    display: none
}

.index-news-list li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 220px;
    right: 12px;
    background: #f4f4f4;
    height: 1px
}

.index-news-list .img {
    position: absolute;
    top: 24px;
    left: 0;
    width: 214px;
    height: 142px
}

.index-news-list .angle-hot {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 12px;
    text-indent: 3px;
    height: 32px;
    width: 45px;
    background: url(../img/spr.png) 0 -378px
}

.index-news-list .info {
    margin-top: 10px;
    min-height: 132px
}

.index-news-list .info h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px
}

.index-news-list .info a {
    color: #333
}

.index-news-list .info a:hover {
    text-decoration: underline
}

.index-news-list .info .desc {
    margin-top: 15px;
    font-size: 12px;
    color: #666
}

.index-news-list .info .date {
    font-size: 14px;
    color: #999;
    margin-top: 14px
}

.index-news-list .empty-block i {
    margin-top: 98px
}

.index-policy-list {
    height: 370px
}

.index-policy-list li {
    margin-top: 34px;
    padding-left: 16px;
    position: relative
}

.index-policy-list li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #38a9ec
}

.index-policy-list h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400
}

.index-policy-list a {
    color: #333
}

.index-policy-list p {
    margin-top: 7px;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.index-policy-list .empty-block i {
    margin-top: 130px
}

.index-hq-source {
    margin-right: -26px;
    margin-top: 20px;
    height: 424px;
    padding-top: 1px
}

.index-hq-source a {
    width: 212px;
    height: 186px;
    padding: 6px 6px 0;
    border: 1px solid transparent;
    float: left;
    margin-bottom: 16px
}

.index-hq-source a.no {
    margin-right: 0
}

.index-hq-source a:hover {
    border-color: #ddd
}

.index-hq-source .img {
    height: 142px
}

.index-hq-source h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #333;
    margin-top: 8px
}

.index-hq-source h3 i {
    height: 24px;
    width: 24px;
    background: url(../img/spr.png) 0 -96px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle
}

.index-hq-source .empty-block {
    margin-top: 100px
}

.index-hq-source2 {
    height: 212px;
    overflow: hidden
}

.index-hq-source2 .empty-block {
    margin-top: 26px
}

.index-sp-source {
    margin-top: 24px;
    height: 190px
}

.index-sp-source .swiper-slide {
    height: 190px;
    width: 244px
}

.index-sp-source .swiper-slide:first-child {
    width: 202px
}

.index-sp-source .swiper-slide:first-child .img,
.index-sp-source .swiper-slide:first-child h3 {
    margin-left: 0
}

.index-sp-source .img {
    height: 142px;
    width: 214px;
    margin-left: 42px;
    text-align: center
}

.index-sp-source .img img {
    width: auto
}

.index-sp-source h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 202px;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    margin-top: 14px;
    text-align: center;
    margin-left: 42px
}

.index-sp-source .prev,
.index-sp-source .next {
    position: absolute;
    top: 50px;
    width: 17px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-family: serif;
    background: #fff
}

.index-sp-source .prev {
    left: 0
}

.index-sp-source .next {
    right: 0
}

.index-sp-source2 {
    height: 166px;
    margin-bottom: 70px
}

.index-sp-source2 .swiper-slide {
    height: 166px
}

.index-sp-source2 .img {
    height: 132px
}

.index-sp-source2 .prev,
.index-sp-source2 .next {
    top: 40px
}

.index-map {
    height: 432px
}

.index-course-list {
    margin-left: -13px;
    margin-top: 16px;
    height: 292px
}

.index-course-list li {
    position: relative;
    float: left;
    width: 270px;
    height: 290px;
    margin-left: 13px;
    background: #fff;
    border: 1px solid #fff
}

.index-course-list li:hover {
    border: 1px solid #ececec
}

.index-course-list .img-container {
    display: block;
    width: 250px;
    height: 166.66667px;
    margin: 10px auto
}

.index-course-list h3 {
    padding: 0 12px;
    height: 22px;
    line-height: 22px;
    font-weight: 400
}

.index-course-list h3 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
    font-size: 13px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #333
}

.index-course-list .time {
    padding: 10px;
    font-size: 12px;
    color: #999
}

.index-course-list .info {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 10px
}

.index-course-list .info .icon-people {
    float: left;
    width: 24px;
    height: 24px;
    background: url(../img/spr.png) no-repeat 0 -156px;
    margin: 12px 10px 0 0
}

.index-course-list .info .count {
    font-size: 12px
}

.index-course-list .info .cost {
    float: right;
    margin-right: 5px;
    color: #999
}

.index-course-list .empty-block i {
    margin-top: 75px
}

.index-school-list {
    margin-left: -13px;
    margin-top: 16px;
    height: 220px
}

.index-school-list a {
    position: relative;
    float: left;
    width: 270px;
    height: 218px;
    margin-left: 13px;
    background: #fff;
    border: 1px solid #fff;
    color: #333
}

.index-school-list a:hover {
    border: 1px solid #ececec
}

.index-school-list .img {
    display: block;
    width: 250px;
    height: 166px;
    margin: 10px auto;
    overflow: hidden
}

.index-school-list h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 12px;
    height: 22px;
    line-height: 22px;
    font-weight: 400
}

.index-school-list .empty-block i {
    margin-top: 35px
}

.index-rank {
    padding: 60px 0;
    background: #f5f5f5
}

.index-rank li {
    margin-left: 40px;
    float: left;
    width: 360px;
    height: 350px;
    padding: 40px;
    background: #fff
}

.index-rank li:first-child {
    margin-left: 0
}

.index-rank dt {
    font-size: 28px;
    color: #333;
    padding-bottom: 18px;
    margin-bottom: 15px;
    border-bottom: 3px solid #f5f5f5
}

.index-rank dt i {
    height: 30px;
    width: 30px;
    background: url(../img/spr.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.index-rank dt .ico-area {
    background-position: 0 -318px
}

.index-rank dt .ico-person {
    background-position: 0 -258px
}

.index-rank dt .ico-latest {
    background-position: 0 -348px
}

.index-rank dt .ico-hottest {
    background-position: 0 -288px
}

.index-rank dd {
    height: 47px;
    position: relative
}

.index-rank dd.first:before {
    display: none
}

.index-rank dd:before {
    content: '';
    position: absolute;
    left: 53px;
    right: 0;
    top: 0;
    background: #eee;
    height: 1px
}

.index-rank em {
    float: left;
    height: 26px;
    width: 26px;
    background: url(../img/spr.png) -50px -171px;
    margin-right: 27px;
    color: #333;
    text-align: center;
    line-height: 26px;
    margin-top: 10px
}

.index-rank em.item1,
.index-rank em.item2,
.index-rank em.item3 {
    width: 27px;
    background: url(../img/spr.png);
    margin-right: 26px;
    color: #fff;
    line-height: 21px
}

.index-rank em.item1 {
    background-position: 0 -206px
}

.index-rank em.item2 {
    background-position: 0 -232px
}

.index-rank em.item3 {
    background-position: 0 -180px
}

.index-rank .name,
.index-rank .num {
    font-size: 12px;
    line-height: 47px;
    color: #333
}

.index-rank .name {
    float: left;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.index-rank .num {
    float: right
}

.index-rank .empty-block i {
    margin-top: 70px
}

.index-demo-area {
    background: #fff;
    padding-bottom: 20px
}

.index-demo-area.demo-logo li {
    width: 200px;
    height: 62px;
    padding-right: 0;
    margin-right: 30px;
    border: 1px solid #eee;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.index-demo-area.demo-logo li:hover {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
}

.index-demo-area.demo-logo a {
    display: block;
    height: 100%;
    position: relative
}

.index-demo-area.demo-logo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%
}

.index-demo-area ul {
    margin-top: 30px
}

.index-demo-area li {
    float: left;
    border-right: 1px solid #eee;
    padding-right: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
    text-align: center
}

.index-demo-area li a {
    color: #333;
    font-size: 14px;
    line-height: 23px
}

.index-demo-area li a:hover {
    color: #47b3fe
}

.index-person-list {
    margin-bottom: 40px;
    height: 145px
}

.index-person-list a {
    display: inline-block;
    margin-top: 44px;
    margin-left: 38px;
    position: relative;
    width: 200px;
    font-size: 0
}

.index-person-list a:first-child {
    margin-left: 0
}

.index-person-list a:first-child:before {
    display: none
}

.index-person-list a:hover .avatar:after {
    background-position: -196px -175px
}

.index-person-list a:before {
    position: absolute;
    top: -6px;
    bottom: -6px;
    left: -19px;
    content: '';
    width: 1px;
    background: #f4f4f4
}

.index-person-list .avatar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px
}

.index-person-list .avatar:after {
    width: 100%;
    height: 100%;
    content: '';
    background: url(../img/spr.png) -101px -173px;
    position: absolute;
    left: 0;
    top: 0
}

.index-person-list .avatar img {
    width: 60px;
    height: 60px;
    margin: 10px 0 0 10px
}

.index-person-list .info {
    display: inline-block;
    vertical-align: middle;
    width: 120px
}

.index-person-list .info h3 {
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.index-person-list .info p {
    margin-top: 6px;
    font-size: 12px;
    color: #666
}

.index-area-data {
    margin-top: 30px
}

.index-area-data li {
    width: 212px;
    height: 142px;
    margin-left: 20px;
    color: #fff;
    text-align: center;
    float: left
}

.index-area-data li.first {
    margin-left: 0;
    background: #63bb74
}

.index-area-data li.second {
    background: #4aacdf
}

.index-area-data li.third {
    background: #8e9dbf
}

.index-area-data li p {
    font-size: 14px
}

.index-area-data h3 {
    padding-top: 34px;
    font-weight: 400;
    font-size: 36px
}

.index-area-data .stats {
    margin-top: 4px
}

.index-area-data .stats span {
    font-size: 12px;
    color: #666;
    margin-left: 44px
}

.index-area-data .stats span:first-child {
    margin-left: 0
}

.index-area-data .stats em {
    font-size: 16px;
    color: #333
}

@media screen and (max-width:1450px) {
    .index-con.con-g3.jpzy .index-hq-source a {
        margin-right: 0
    }

    .index-con.con-g3.jpzy02 {
        width: 550px
    }

    .index-con.con-g4 {
        width: 760px
    }

    .index-con.con-g2 {
        width: 350px;
        margin-left: 50px
    }

    .index-con.con-g3 {
        width: 550px;
        margin-left: 50px
    }

    .index-con.con-g3.jpzy {
        width: 550px;
        margin-left: 0
    }

    .index-hq-source {
        height: 359px
    }

    .index-hq-source a {
        width: 174px;
        height: 153px;
        margin-right: 0
    }

    .index-hq-source .img {
        height: 115px
    }

    .index-hq-source2 {
        height: 165px
    }

    .index-map {
        height: 362px
    }

    .index-course-list {
        height: 261px
    }

    .index-course-list li {
        width: 219px;
        height: 259px
    }

    .index-course-list .img-container {
        width: 203px;
        height: 135px
    }

    .index-school-list {
        height: 177px
    }

    .index-school-list a {
        width: 219px;
        height: 177px
    }

    .index-school-list .img {
        width: 203px;
        height: 135px
    }

    .index-rank li {
        width: 280px
    }

    .index-rank .name {
        width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .index-area-data li {
        width: 172px;
        margin-left: 17px;
        height: 116px
    }

    .index-area-data h3 {
        font-size: 32px;
        padding-top: 22px
    }

    .index-area-data .stats span {
        margin-left: 30px
    }

    .index-area-data .stats em {
        font-size: 14px
    }

    .index-person-list a {
        margin-left: 11px;
        width: 180px
    }

    .index-person-list a:before {
        left: -5px
    }

    .index-person-list .info {
        width: 100px
    }
}

.str_wrap {
    overflow: hidden;
    width: 100%;
    height: 300px;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit
}

.str_wrap img {
    max-width: none !important
}

.brilliant-introduction .brilliant-tab {
    margin: 20px auto 0
}

.brilliant-introduction .brilliant-tab a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    margin-right: 50px;
    text-align: center
}

.brilliant-introduction .brilliant-tab a i {
    display: block;
    width: 0;
    height: 3px;
    margin: 5px auto 0;
    border-bottom: 3px solid transparent;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.brilliant-introduction .brilliant-tab a.on i,
.brilliant-introduction .brilliant-tab a:hover i {
    width: 50px;
    border-bottom: 3px solid #47b3fe
}

.brilliant-introduction .brilliant-box {
    display: none;
    min-height: 45px
}

.brilliant-introduction .brilliant-box li .title {
    cursor: pointer
}

.brilliant-introduction .brilliant-box li img {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    border-radius: 3px
}

.brilliant-introduction .brilliant-box li span {
    display: inline-block;
    vertical-align: top
}

.brilliant-introduction .brilliant-box li:hover span {
    color: #38a9ec
}

.brilliant-introduction .brilliant-box.on {
    display: block
}

.brilliant-popup-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-align: center;
    z-index: 101
}

.brilliant-popup-wrap.on {
    display: block
}

.brilliant-popup-wrap .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50)
}

.brilliant-popup-wrap .brilliant-popup {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -150px;
    width: 300px;
    border-radius: 10px;
    z-index: 2;
    background: #fff;
    -webkit-animation: fadeInUp .8s;
    animation: fadeInUp .8s
}

.brilliant-popup-wrap .brilliant-popup .tit {
    height: 46px;
    line-height: 46px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    background: #47b3fe;
    border-radius: 10px 10px 0 0
}

.brilliant-popup-wrap .brilliant-popup .cont {
    height: 100px;
    font-size: 0;
    text-align: center
}

.brilliant-popup-wrap .brilliant-popup .cont .tip-txt {
    margin-top: 30px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.5
}

.brilliant-popup-wrap .brilliant-popup .btn-wrap {
    border-top: 1px solid #eaeaea;
    padding: 10px 0
}

.brilliant-popup-wrap .brilliant-popup .btn-wrap .btn-sure {
    display: inline-block;
    padding: 0 10px;
    min-width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background: #47b3fe;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blogroll-main {
    position: relative;
    min-height: 108px
}

.blogroll-main .blogroll-loading {
    display: none;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    bottom: 0;
    background: url(../img/loading.gif) center center no-repeat
}

.blogroll-main .blogroll-tab {
    margin: 20px auto 0
}

.blogroll-main .blogroll-tab a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    margin-right: 50px;
    text-align: center;
    min-width: 50px
}

.blogroll-main .blogroll-tab a i {
    display: block;
    width: 0;
    height: 3px;
    margin: 5px auto 0;
    border-bottom: 3px solid transparent;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.blogroll-main .blogroll-tab a.on i,
.blogroll-main .blogroll-tab a:hover i {
    width: 100%;
    border-bottom: 3px solid #47b3fe
}

.blogroll-main .blogroll-box .blogroll-items {
    display: none;
    overflow: hidden
}

.blogroll-main .blogroll-box .blogroll-items.on {
    display: block
}

.blogroll-main .blogroll-box li {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 240px;
    margin-right: 0;
    border-right: 0
}

.blogroll-main .blogroll-box li.empty {
    text-align: center;
    border-right: 0;
    width: 100%;
    line-height: 40px;
    margin-bottom: 0
}

.blogroll-main .blogroll-box li .title {
    cursor: pointer
}

.blogroll-main .blogroll-box li img {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    border-radius: 3px
}

.blogroll-main .blogroll-box li span {
    display: inline-block;
    vertical-align: top
}

.blogroll-main .blogroll-box li:hover span {
    color: #38a9ec
}

.blogroll-more .index-wrapper {
    margin-top: 10px
}

.blogroll-more .crumbs a {
    font-size: 14px;
    color: #333
}

.blogroll-more .crumbs a.on,
.blogroll-more .crumbs a:hover {
    color: #47b3fe
}

.blogroll-more .search-items {
    float: right
}

.blogroll-more .search-items input {
    display: inline-block;
    vertical-align: middle;
    width: 238px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    border: 1px solid #ddd;
    outline: 0
}

.blogroll-more .search-items .serch-btn {
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    width: 50px;
    height: 30px;
    background: #40a8ef url(../img/search-icon.png) center center no-repeat
}

.blogroll-more .blogroll-main {
    margin-top: 32px
}

.blogroll-more .blogroll-main .blogroll-tab {
    border-bottom: 1px solid #e8e8e8;
    height: 32px
}

.blogroll-more .blogroll-main .blogroll-tab a {
    font-size: 14px
}

.blogroll-more .blogroll-main .blogroll-list li {
    border-right: 0;
    width: 313px;
    margin-right: 0
}

.blogroll-more .blogroll-main .blogroll-list li a:hover {
    text-decoration: underline
}

.blogroll-more .blogroll-main .empty-block {
    margin-top: 100px
}

.blogroll-more .page {
    padding: 20px 20px 15px 0;
    text-align: right
}

.blogroll-more .page a {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    width: 28px;
    line-height: 28px;
    color: #333;
    font-size: 14px;
    margin: 0 5px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid transparent
}

.blogroll-more .page a.on {
    text-decoration: none;
    color: #fff;
    background: #3cabfd;
    border: 1px solid #3cabfd
}

.blogroll-more .page a:hover {
    text-decoration: none;
    color: #fff;
    background: #1d98f3;
    border: 1px solid #1d98f3
}

.blogroll-more .page .next,
.blogroll-more .page .prev {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    text-align: center;
    color: #999;
    font-weight: 700
}

.blogroll-more .page span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
    margin: 0 5px;
    min-width: 10px
}

.blogroll-more .page_div {
    display: inline-block
}

.blogroll-more .total-num {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
    margin-right: 15px
}

.blogroll-more .pagination-input {
    display: inline-block;
    vertical-align: middle
}

.blogroll-more .pagination-input input {
    width: 60px;
    height: 28px;
    text-align: center;
    margin: 0 3px;
    outline: 0;
    line-height: 28px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #f8f8f8
}

.blogroll-more .pagination-input .pagination-go {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 28px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #f8f8f8;
    cursor: pointer
}

.blogroll-more .pagination-input .pagination-go:hover {
    text-decoration: none;
    color: #3cabfd
}

.blogroll-more .pagination-input .jump:hover {
    background: #1ca06d;
    color: #fff
}

.blogroll-more .pagination-input .jump-input {
    display: inline-block;
    vertical-align: middle;
    color: #c3c5ce
}

.blogroll-more .flip {
    padding: 0 5px;
    width: 12px;
    height: 12px;
    line-height: 10px;
    color: #1ca06d !important
}

.blogroll-more .flip.noPage {
    cursor: no-drop;
    color: #dadada !important
}

#fridenlyLink {
    display: none
}

.school-banner {
    height: 300px;
    background: #f5f5f5
}

.school-banner .swiper-wrapper,
.school-banner .swiper-slide {
    height: 300px
}

.school-banner .swiper-slide {
    position: relative
}

.school-banner .info {
    float: left;
    width: 423px;
    height: 300px;
    position: relative
}

.school-banner .info h3 {
    font-weight: 400;
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid #646568
}

.school-banner .info a {
    color: #fff;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    display: block
}

.school-banner .info a:hover {
    -webkit-transform: translate(4px, 0);
    transform: translate(4px, 0)
}

.school-banner .info p {
    opacity: .7;
    filter: alpha(opacity=70);
    margin-top: 14px;
    font-size: 12px;
    color: #fff;
    line-height: 2
}

.school-banner .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.school-banner .bg img {
    position: absolute;
    top: 0;
    left: -495px;
    -webkit-filter: blur(20px);
    filter: blur(20px)
}

.school-banner .info-main {
    opacity: .7;
    filter: alpha(opacity=70);
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 2;
    padding: 65px 40px 0;
    background: #000
}

.school-banner .banner-img {
    width: 989px;
    float: left;
    height: 300px
}

.school-banner .swiper-pagination {
    position: absolute;
    left: 40px;
    bottom: 15px
}

.school-banner .swiper-pagination-switch {
    opacity: .2;
    filter: alpha(opacity=20);
    width: 32px;
    height: 4px;
    background: #000;
    margin-right: 11px;
    border: 1px solid transparent;
    display: inline-block;
    cursor: pointer
}

.school-banner .swiper-active-switch {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #fff;
    border-color: #b9bbb4;
    border-color: rgba(0, 0, 0, .2)
}

.common-news-list {
    margin-top: 40px
}

.common-news-list li {
    position: relative;
    padding-left: 14px;
    margin-top: 23px
}

.common-news-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    background: #38a9ec
}

.common-news-list li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 12px;
    color: #333
}

.common-news-list li a:hover {
    color: #38a9ec
}

.common-news-list .empty-block i {
    margin-top: 70px
}

.index-school-announcement {
    background: #f5f5f5;
    padding: 65px 0
}

.index-school-announcement .announce-item {
    margin-left: 42px;
    float: left;
    background: #fff;
    width: 360px;
    padding: 34px 40px 0;
    height: 424px
}

.index-school-announcement .announce-item:first-child {
    margin-left: 0
}

.index-school-announcement .common-news-list {
    margin-top: 20px
}

.index-school-announcement li {
    margin-top: 20px
}

.index-school-announcement li.first {
    padding-bottom: 32px;
    padding-left: 0;
    border-bottom: 1px dashed #ddd
}

.index-school-announcement li.first:before {
    display: none
}

.index-school-announcement li.first h3 {
    font-size: 12px;
    font-weight: 400
}

.index-school-announcement li.first a {
    color: #333
}

.index-school-announcement li.first a:hover {
    color: #38a9ec
}

.index-school-announcement li.first p {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.index-school-announcement li.pic .img {
    float: left;
    width: 150px;
    height: 100px
}

.index-school-announcement li.pic .info {
    float: right;
    width: 184px
}

.index-campus {
    margin-top: 22px;
    overflow: hidden
}

.index-campus a {
    height: 170px;
    width: 200px;
    margin: 0 20px;
    display: inline-block;
    vertical-align: top
}

.index-campus .img {
    height: 133px
}

.index-campus h3 {
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #333
}

.index-school-tools {
    margin-top: 22px;
    margin-bottom: 61px
}

.index-school-tools a {
    width: 104px;
    margin-left: 70px;
    float: left;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.index-school-tools a:first-child {
    margin-left: 15px
}

.index-school-tools a:hover {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0)
}

.index-school-tools i {
    display: block;
    height: 74px;
    width: 74px;
    background: url(../img/spr.png);
    margin: 0 auto
}

.index-school-tools .cert {
    background-position: -211px -83px
}

.index-school-tools .teach {
    background-position: -129px -85px
}

.index-school-tools .report {
    background-position: -47px -83px
}

.index-school-tools .exam {
    background-position: -293px -84px
}

.index-school-tools p {
    text-align: center;
    margin-top: 17px;
    font-size: 12px;
    color: #666
}

.school-list-con {
    padding-top: 20px
}

.school-list-con .school-search {
    float: right
}

.school-list li {
    float: left
}

@media screen and (max-width:1450px) {
    .school-banner .banner-img {
        width: 790px
    }

    .school-banner .info {
        width: 370px
    }

    .index-school-announcement .announce-item {
        margin-left: 14px;
        width: 337px;
        padding: 20px 20px 0
    }

    .index-school-announcement li.pic .info {
        width: 173px
    }

    .index-school-announcement li .img {
        width: 135px;
        height: 90px
    }

    .index-school-tools a {
        margin-left: 44px
    }
}

.news-container {
    padding-top: 20px
}

.news-list {
    float: left;
    width: 910px;
    margin-bottom: 75px
}

.news-list-main li {
    padding: 20px 0;
    position: relative;
    max-height: 140px
}

.news-list-main li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #f4f4f4
}

.news-list-main li:last-child:before {
    display: none
}

.news-list-main .img {
    width: 214px;
    height: 140px;
    float: left
}

.news-list-main h3 {
    font-size: 20px;
    font-weight: 400
}

.news-list-main h3 a {
    color: #333
}

.news-list-main h3 a:hover {
    color: #47b3fc
}

.news-list-main .info {
    margin-top: 8px;
    font-size: 14px;
    color: #999
}

.news-list-main .info span {
    margin-right: 30px
}

.news-list-main .desc {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
    line-height: 2
}

.news-list-main .news-with-pic:before {
    left: 214px
}

.news-list-main .news-with-pic .news-words {
    float: right;
    width: 666px
}

.news-list-main .loading {
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    background: #f4f4f4;
    color: #999;
    text-align: center
}

.news-side {
    float: right;
    width: 420px
}

.news-side .common-title {
    border-bottom: 0
}

.news-side .common-news-list {
    background: #f4f4f4;
    margin-top: 0;
    padding: 24px 40px 40px
}

.news-side .common-news-list li {
    margin-top: 20px
}

.news-side .empty-block {
    text-align: center
}

.news-side .empty-block i {
    margin: 100px auto 0;
    display: block;
    height: 100px;
    width: 160px;
    background: url(../img/spr.png) -97px -284px
}

.news-side .empty-block p {
    font-size: 14px;
    color: #666;
    margin-top: 20px
}

.news-side .news-empty {
    background: #f4f4f4;
    height: 350px;
    padding-top: 1px
}

.news-side .empty-block i {
    margin-top: 100px
}

.empty-block {
    padding-top: 1px;
    text-align: center
}

.empty-block i {
    margin: 0 auto;
    display: block;
    height: 100px;
    width: 160px;
    background: url(../img/spr.png) -97px -284px
}

.empty-block p {
    font-size: 14px;
    color: #666;
    margin-top: 20px
}

.news-deatil {
    float: left;
    width: 910px;
    margin-bottom: 100px
}

.news-deatil .news-top {
    border-bottom: 1px solid #eee;
    padding-bottom: 18px
}

.news-deatil .news-top h1 {
    font-size: 28px;
    color: #333;
    font-weight: 400
}

.news-deatil .news-top p {
    margin-top: 10px;
    font-size: 14px;
    color: #999
}

.news-deatil .news-top span {
    margin-right: 30px
}

.news-deatil .detail-main p {
    font-size: 16px !important;
    line-height: 26px !important;
    color: #333 !important;
    margin-top: 1em !important;
    word-break: break-all
}

.news-deatil .detail-main img {
    max-width: 100%
}

.news-deatil .detail-file {
    margin-top: 30px
}

.news-deatil .detail-file p {
    font-size: 16px;
    color: #666
}

.news-deatil .detail-file a {
    color: #47b3fc
}

.news-deatil .detail-file a:hover {
    text-decoration: underline
}

.news-deatil .siblings-news {
    background: #f4f4f4;
    padding: 12px;
    margin-top: 20px;
    font-size: 12px
}

.news-deatil .siblings-news .prev-news,
.news-deatil .siblings-news .next-news {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 45%
}

.news-deatil .siblings-news .prev-news {
    float: left
}

.news-deatil .siblings-news .next-news {
    float: right
}

.news-deatil .siblings-news span {
    color: #333
}

.news-deatil .siblings-news a {
    color: #333
}

.news-deatil .siblings-news a:hover {
    color: #47b3fc
}

.pagination {
    text-align: center;
    padding: 50px 0
}

.pagination a,
.pagination .current {
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin: 0 5px
}

.pagination .current {
    background: #3ba8f0;
    border: 1px solid #3ba8f0;
    color: #fff
}

.pagination .disabled {
    display: none
}

.pagination a {
    background: #fff;
    border: 1px solid #e9e9e9
}

.pagination a:hover {
    border-color: #3ba8f0;
    color: #fff;
    background: #3ba8f0
}

.pagination .prev,
.pagination .next {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    border: 1px solid #e9e9e9;
    font-size: 0;
    line-height: 28px;
    color: #666;
    margin: 0 5px
}

.pagination .prev:before,
.pagination .next:before {
    content: ''
}

.pagination .prev:hover:before {
    border-right-color: #fff
}

.pagination .prev.disabled:hover:before {
    border-right-color: #ddd
}

.pagination .prev:before {
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-left: 0;
    border-right: #ddd solid 6px
}

.pagination .next:hover:before {
    border-left-color: #fff
}

.pagination .next.disabled:hover:before {
    border-left-color: #ddd
}

.pagination .next:before {
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-right: 0;
    border-left: #ddd solid 6px
}

.pagination .input-text {
    margin-left: 30px;
    width: 60px;
    height: 28px;
    border: 1px solid #ccc;
    background: #fff;
    outline: 0;
    margin: 0 5px;
    font-size: 14px;
    text-align: center
}

.pagination .pagination-go {
    margin-left: 10px;
    width: 60px;
    display: inline-block;
    height: 30px;
    background: #fff;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #666;
    outline: 0
}

.pagination .pagination-go:hover {
    border-color: #3ba8f0;
    color: #fff;
    background: #3ba8f0
}

.school-list ul {
    margin-left: -40px
}

.school-list li {
    width: 250px;
    margin: 0 0 60px 40px
}

.school-list .img {
    height: 165px
}

.school-list h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    margin-top: 10px;
    font-size: 12px;
    color: #333
}

@media screen and (max-width:1450px) {

    .news-list,
    .news-deatil {
        width: 750px
    }

    .news-side {
        width: 360px
    }

    .news-list-main .img {
        width: 180px;
        height: 119px
    }

    .news-list-main .news-with-pic .news-words {
        width: 536px
    }
}
