#container {
    padding: 0;
    margin: 0;
    width: 100%
}

img {
    border: 0;
    vertical-align: middle;
    cursor: pointer;
}

.Width.adBanner {
    line-height: 0;
    display: block !important
}

.adBanner img {
    width: 100%;
    height: auto
}

.header {
    position: relative
}

.mainBanner {
    width: 100%;
    /* height: 500px; */
    overflow: hidden;
    position: relative
}

.mainBanner .hd {
    position: absolute;
    bottom: 7%;
    width: 100%;
    height: 2px;
    z-index: 1
}

.mainBanner .hd ul {
    text-align: center;
    height: 2px;
    font-size: 0;
    line-height: 2px
}

.mainBanner .hd li {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    text-indent: -9999em;
    overflow: hidden
}

.mainBanner .hd li:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 30px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5)
}

.mainBanner .hd li.on:after {
    background-color: #fff
}

.mainBanner .bd {
    position: relative;
    /* height: 100% !important; */
    z-index: 0;
    margin-top: 48px;
}

.mainBanner .bd ul {
    width: 100% !important;
    /* height: 100% !important; */
    position: relative;
    width: 1024px;
    /* height: 415px */
    height: 0 !important;
    padding-top: 26.04%;
}

.mainBanner .bd li {
    width: 100% !important;
    /* height: 100% !important; */
    zoom: 1;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    width: 1024px;
    left: 0;
    top: 0;
    display: none
}

.mainBanner .bd a {
    display: block;
    position: relative;
    width: 100%;
    /* height: 500px */
}

.mainBanner .bd a .h2 {
    position: absolute;
    left: 0;
    top: 235px;
    width: 100%;
    color: #fff;
    font-size: 43px;
    font-weight: 400;
    line-height: 70px;
    text-align: center;
    overflow: hidden;
    text-indent: -9999em
}

.mainBanner .prev,
.mainBanner .next {
    position: absolute;
    left: 5%;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 1;
    background-position: 0 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: opacity .5s;
    transition: opacity .5s
}

.mainBanner .next {
    left: auto;
    right: 5%;
    background-position: -50px 0
}

.mainBanner:hover .prev,
.mainBanner:hover .next {
    filter: alpha(opacity=100);
    opacity: 1
}

.shaky {
    display: inline-block;
    padding: 1px;
    font-size: 12px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-name: shaky-slow;
    -ms-animation-name: shaky-slow;
    animation-name: shaky-slow;
    -webkit-animation-duration: .5s;
    -ms-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes shaky-slow {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }
    10% {
        -webkit-transform: translate(1.4px, 0px) rotate(-2deg)
    }
    20% {
        -webkit-transform: translate(1px, 1px) rotate(-0.5deg)
    }
    30% {
        -webkit-transform: translate(-1.3px, -1.3px) rotate(-1.5deg)
    }
    40% {
        -webkit-transform: translate(-1.4px, -1px) rotate(-0.5deg)
    }
    50% {
        -webkit-transform: translate(1.6px, 1.6px) rotate(1.5deg)
    }
    60% {
        -webkit-transform: translate(1.3px, 1.6px) rotate(-0.5deg)
    }
    70% {
        -webkit-transform: translate(-1.6px, 1px) rotate(1.5deg)
    }
    80% {
        -webkit-transform: translate(1.4px, 1.6px) rotate(2deg)
    }
    98% {
        -webkit-transform: translate(1.3px, 1px) rotate(-0.5deg)
    }
}

@keyframes shaky-slow {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }
    10% {
        transform: translate(1.4px, 0px) rotate(-2deg)
    }
    20% {
        transform: translate(1px, 1px) rotate(-0.5deg)
    }
    30% {
        transform: translate(-1.3px, -1.3px) rotate(-1.5deg)
    }
    40% {
        transform: translate(-1.4px, -1px) rotate(-0.5deg)
    }
    50% {
        transform: translate(1.6px, 1.6px) rotate(1.5deg)
    }
    60% {
        transform: translate(1.3px, 1.6px) rotate(-0.5deg)
    }
    70% {
        transform: translate(-1.6px, 1px) rotate(1.5deg)
    }
    80% {
        transform: translate(1.4px, 1.6px) rotate(2deg)
    }
    90% {
        transform: translate(-1.6px, -1.6px) rotate(-2deg)
    }
    98% {
        transform: translate(1.3px, 1px) rotate(-0.5deg)
    }
}

form {
    position: relative
}

.prompt_message {
    display: none;
    position: absolute;
    top: -25px;
    color: #f12020;
    font-weight: 600;
    font-size: 14px;
    background: #fff url(../images/prompt_message.png) no-repeat 5% center;
    padding: 2px 20px 2px 30px;
    border-radius: 20px;
    background-size: 10%
}

.prompt_message:after {
    content: "";
    display: block;
    border: 9px solid #89bdf1;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 15%;
    left: -14px
}

.prompt_message1 {
    left: 30%
}

.prompt_message2 {
    left: 70%
}

.prompt_message3 {
    left: 70%
}

.mainSearch {
    position: absolute;
    top: 67%;
    left: 50%;
    width: 650px;
    height: auto;
    padding: 15px;
    margin-left: -340px;
    overflow: hidden;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    transform: scale(0.98, 0.98);
}

.mainSearch .msbox {
    width: 650px;
    height: 42px;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    margin-top: 10px
}

.mainSearch .msbox>span {
    float: left;
    display: block;
    height: 42px;
    line-height: 42px;
    margin-right: 10px
}

.mainSearch .mstext {
    display: block;
    float: left;
    width: 200px;
    height: 42px;
    line-height: 42px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 52px;
    background: #fff;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden
}

.mainSearch input::-webkit-input-placeholder {
    color: #c0c0c0;
    font-size: 12px
}

input:-moz-placeholder {
    color: #c0c0c0;
    font-size: 12px
}

input::-moz-placeholder {
    color: #c0c0c0;
    font-size: 12px
}

input:-ms-input-placeholder {
    color: #c0c0c0;
    font-size: 12px
}

.mainSearch .msbtn {
    display: block;
    float: right;
    width: 100px;
    height: 52px;
    cursor: pointer;
    background-color: #e92930;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    height: 42px
}

.mainSearch .msbtn:hover {
    background: #f54660
}

.mainSearch .hotwords {
    padding-top: 10px;
    height: 26px;
    overflow: hidden
}

.mainSearch .hotwords .edit,
.mainSearch .hotwords .esc,
.mainSearch .hotwords .select {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    cursor: pointer
}

.mainSearch .hotwords .edit {
    background: url(../images/fire.gif) no-repeat center center
}

.mainSearch .hotwords .esc {
    display: none;
    background-position: -125px -25px
}

.mainSearch .hotwords .select {
    float: right;
    background-position: -150px 0;
    transition: transform .5s;
    -moz-transition: -moz-transform .5s;
    -webkit-transition: -webkit-transform .5s;
    -o-transition: -o-transform .5s
}

.mainSearch .hotwords ul {
    line-height: 26px
}

.mainSearch .hotwords li {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 5px;
    font-size: 14px;
    line-height: 26px
}

.mainSearch .hotwords li .hw {
    color: #fff;
    cursor: pointer
}

.mainSearch .hotwords li .hw:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: underline
}

.mainSearch .hotwords li .del {
    position: absolute;
    top: 7px;
    right: 4px;
    display: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: #999;
    border-radius: 60%;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    text-align: center
}

.mainSearch .hotwords li .del:hover {
    background: #e92930;
    text-decoration: none
}

.mainSearch .hotwordsoff {
    height: auto
}

.mainSearch .hotwordsoff .select {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.sk_banner_item img {
    width: 100%;
    /* height: 100% */
}

#sk_header_top,
#sk_section_one,
#sk_section_two,
#sk_section_three,
#sk_section_four,
#sk_section_five,
#sk_section_six,
#sk_section_seven,
#sk_header_branch {
    margin: 0 auto;
    padding: 20px auto
}

#sk_header_branch ul li>span:first-child {
    color: #cee2f4;
    font-style: italic;
    font-weight: 700;
    margin-right: 5px
}

.sk_title_icon {
    float: left;
    margin-right: 10px;
    padding-top: 5px;
}

.sk_little_title {
    font-weight: 600;
    font-size: 25px;
    color: #333;
    /* margin-bottom: 5px; */
    height: 40px
}

.sk_little_title>a {
    font-size: 16px;
    color: #2d77cb;
    font-weight: normal
}

.sk_little_title1 {
    font-weight: 600;
    font-size: 20px;
    color: #333;
    margin-top: 1rem;
    height: 50px
}

.sk_three_left .active,
.sk_three_right .active {
    font-size: 20px;
    font-weight: 600;
    color: #2d77cb;
    border-bottom: 4px solid #4889F3;
    cursor: pointer;
    margin: 0 auto
}

.sk_three_left .active a,
.sk_three_right .active a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #4889F3;
    line-height: 36px;
}

.sk_blue_title {
    font-weight: 600;
    color: #2d77cb
}

.s-title {
    border-bottom: 3px solid #1479d7;
    padding-bottom: 5px;
    display: inline-block
}

.content_wrap {
    position: relative
}

.sk_blue_title .active {
    cursor: pointer
}

.red_children,
.blue_children {
    line-height: 2.2;
    padding-bottom: 5px;
    /* display: block; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 12px;
}

.sk_modle_content li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sk_modle_content span {
    margin-right: 12px;
}

.sk_modle_content li:nth-child(1) span {
    margin: 0 12px;
}

.red_font {
    font-weight: 600;
    color: #e60000;
    font-size: 18px;
    padding: 7px 0;
    display: inline-block;
    padding-left: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 96%;
}

.red_first {
    color: #f00;
}

.blue_font {
    font-weight: 600;
    color: #f00;
    font-size: 18px;
    padding-top: 8px;
    display: block;
    padding-bottom: 8px;
    /* width: 453px; */
}

.border_top {
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
    padding-bottom: 10px;
}

.bg_color {
    background-color: #e6e6e6
}

.box_shadow {
    box-shadow: #e6e3e3 0 0 8px 2px
}

.hover_content {
    display: none
}

#sk_header .sk_advertising a {
    display: block;
    float: left
}

#sk_header .sk_advertising img {
    width: 100%;
    height: auto;
    text-align: center
}

#sk_header .sk_advertising a img {
    float: left;
    width: 100%
}

#sk_header_branch {
    min-width: 1200px;
    width: 80%;
    background-color: #fff;
    margin: 25px auto
}

#sk_header_branch {
    width: 90%
}

#sk_header_branch>p {
    width: 12%;
    float: left;
    font-size: 34px;
    text-align: center;
    height: 100%
}

#sk_header_branch ul {
    float: left;
    width: 86%;
    margin-left: 2%
}

#sk_header_branch ul li {
    width: 6.2%;
    float: left;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    font-family: 'Microsoft Yahei';
    min-width: 68px
}

.sk_advertising_site_tab {
    float: left;
    width: 50%;
    /* height: 75px */
}

.sk_advertising_site_tab img {
    width: 100%;
    height: 100%
}

.sk_modle_content1 .sk_content_left {
    float: left;
    width: 100%
}

.sk_modle_content1 .sk_content_right {
    float: right;
    width: 40%
}

.sk_modle_content1 {
    width: 100%;
}

.sk_modle_content1 .sk_content_left>li {
    width: 47%;
    height: 230px;
    float: left;
    margin-right: 5%;
    margin-top: 10px;
}

.sk_modle_content1 .sk_content_left>li:nth-child(2) {
    margin-right: 0;
}

.sk_content_left_img {
    display: block;
    height: 170px;
    overflow: hidden
}

.sk_content_left_img>img {
    height: 180px;
    width: 100%
}

.sk_content_left_word {
    border: 1px solid #e9e9e9;
    border-top: 0;
    height: 59px;
    padding: 0 10px
}

.sk_content_left_word>p {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 5px
}

.sk_modle_content1 .sk_content_right>li {
    width: 98%;
    height: 50px;
    float: right;
    margin-top: 10px
}

.sk_modle_content1 .sk_content_right>li {
    background: #f3f6f8
}

.sk_content_right_img {
    display: block;
    width: 24%;
    overflow: hidden
}

.sk_content_right_img>img {
    height: 50px;
    width: 100%
}

.sk_content_right_word {
    width: 70%;
    padding-left: 5%
}

.sk_content_right_word>p {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.sk_content_left_teacher {
    font-size: 14px;
    color: #999;
    margin-top: -5px
}

.sk_content_left_people {
    font-size: 14px;
    color: #999;
    margin-top: -5px
}

.sk_advertising_site {
    width: 90%;
    margin: 0 auto
}

#sk_section_one {
    width: 90%;
    margin-top: 25px
}

.sk_one_top .sk_one_top_left {
    float: left;
    width: 65.5%;
    padding: 10px 23px;
    padding-right: 0;
    border: 1px solid #e9e9e9;
    height: 750px;
}

.sk_one_top .sk_one_top_left a:hover {
    color: #f00;
}

.recode {
    height: 26px;
}

.sk_model_wrap {
    /* margin-top: 40px; */
    width: 92%;
    margin: 40px auto 0;
}

.sk_one_top_left .sk_modle_title {
    width: 98%;
    color: #3f3f3f;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding: 5px 0 14px 0;
}


/* 新增 a */


/* .red_font1,.red_font2{
    display: block;
} */

.red_font1 .sk_little_title {
    color: #f00;
}

.red_font2 {
    font-size: 25px;
    color: #f00;
    font-weight: bold;
    vertical-align: middle;
}

.red_font2_wrap {
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 30px;
}

.red_font2_wrap img {
    margin-right: 10px;
    height: 26px;
}

.sk_modle_content {
    margin-bottom: 10px;
    float: left;
    width: 49%;
}

.sk_one_top_left .sk_modle_content .jujiao {
    float: left;
    width: 40%
}

.sk_one_top_left .sk_modle_content .jujiao li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px
}

.jujiao li img {
    margin-top: -32px
}

.sk_content_left li,
.sk_content_right li {
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}


/* .sk_one_top_right ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 35px
} */

.sk_one_bottom {
    margin-top: 20px;
    margin-bottom: 40px
}

.sk_one_bottom .sk_left {
    width: 67%;
    float: left
}

.sk_one_bottom .sk_right {
    width: 31%;
    float: right
}

.sk_one_bottom p {
    float: left
}

.sk_left p {
    width: 90%;
    float: left
}

.sk_left table {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    height: 310px;
    width: 100%
}

.sk_left table td {
    border: 1px solid #cad9ea;
    color: #666;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px
}

.sk_left table td a {
    color: #4989f3;
    cursor: pointer;
}

.sk_left table tr:last-child td a {
    color: #f00;
    font-size: 18px;
    font-weight: bold;
}

.sk_left table tr:nth-child(odd) {
    background: #f2f6f9
}

.sk_left table tr:nth-child(even) {
    background: #fff
}

.sk_left table tr:first-child {
    background-color: #4989f3;
    width: 100px
}

.sk_left table tr:first-child td {
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.sk_right table {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    height: 310px;
    width: 100%;
    margin-top: 27px;
}

.sk_right table td {
    border: 1px solid #cad9ea;
    color: #666;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px
}

.sk_right table td :hover {
    color: #4989f3;
}

.sk_right table tr:nth-child(odd) {
    background: #f2f6f9
}

.sk_right table tr:nth-child(even) {
    background: #fff
}

.sk_right table tr:first-child td {
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #333333;
}

.sk_right p {
    float: left
}

.sk_right span {
    float: right;
    width: 12%;
    padding-top: 6px
}


/* 资讯右边 */

.sk_one_top_right {
    float: right;
    width: 28%;
    padding: 10px 23px;
    border: 1px solid #e9e9e9;
    height: 750px;
}

.sk_one_top_right .sk_modle_title {
    padding: 5px 0 15px 0;
}


/* 资讯右边新增考研分数线 */

.grade_line_box .grade_nav {
    margin-top: 10px;
}

.grade_line_box .grade_nav>div {
    display: inline-block;
    padding: 0 15px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 24px;
    color: #4989f3;
    border: 1px solid #4989f3;
    vertical-align: bottom;
    margin-top: 6px;
    margin-left: 10px;
    cursor: pointer;
}

.grade_line_box .grade_nav>div.active {
    background: #4989f3;
    color: #fff;
}

.grade_line {
    display: none;
}

.grade_line.active {
    display: block;
}

.grade_line table {
    height: auto;
}

.grade_line table tr:first-child td {
    font-size: 16px;
}

.grade_line table tr:nth-child(2) td {
    font-size: 12px;
    font-weight: bold;
    color: #222;
}

.grade_line table td {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    /*不换行*/
    text-overflow: ellipsis;
    /*超出部分文字以...显示*/
}

.grade_line table tr:last-child td a {
    font-size: 12px;
    font-weight: normal;
    color: #4989f3;
}

#sk_section_two {
    width: 90%;
    margin: 30px auto
}

#sk_box_content {
    float: left;
    width: 67%
}

#sk_section_two .sk_two_left {
    width: 45%;
    float: left;
    height: 460px
}

#sk_section_two .sk_two_middle {
    width: 52.5%;
    float: right;
    height: 460px
}

#sk_section_two .sk_two_right {
    width: 31%;
    float: right;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    height: 580px
}

.sk_tj {
    margin-top: 30px
}

.sk_fs .sk_fs_title .little_nav {
    position: absolute;
    right: 0;
    bottom: 0
}

.sk_fs .little_nav li {
    float: left;
    font-size: 15px;
    color: #2d77cb;
    margin-right: 10px;
    line-height: 30px;
    cursor: pointer
}

.sk_fs .sk_fs_content {
    width: 100%;
    padding-top: 15px
}

.sk_fs .sk_fs_content li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 39px;
    width: 100%
}

.focus li a img {
    width: 100%
}

.focus {
    position: relative;
    z-index: 1
}

.focus li {
    width: 100%;
    overflow: hidden;
    float: left;
    position: absolute;
    left: 0;
    top: 0
}

.banner-dot {
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 2
}

.banner-dot li.cur {
    background: #FFF;
    opacity: .7;
    color: #FFF;
    width: 20px
}

.banner-dot li {
    width: 10px;
    height: 6px;
    border-radius: 3px;
    background: #FFF;
    cursor: pointer;
    float: left;
    margin-right: 3px;
    overflow: hidden;
    color: #FFF;
    opacity: .3
}


/* 新增 */

.slideRight {
    float: right;
    width: 51%;
}

.slide-panel2 {
    width: 100%;
    height: 310px;
    position: relative;
    margin-top: 15px
}

.focus2 {
    position: relative;
    z-index: 1;
    height: 310px
}

.focus2 li {
    height: 310px;
    width: 100%;
    overflow: hidden;
    float: left;
    position: absolute;
    left: 0;
    top: 0
}

.focus2 li a {
    width: 90%;
    height: 310px;
    /* margin-left: 5%; */
    display: block
}

.focus2 li a img {
    width: 100%;
    height: 310px
}

.banner-dot2 {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 2;
    margin-left: -30px
}

.banner-dot2 li {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #FFF;
    cursor: pointer;
    float: left;
    margin-right: 3px;
    overflow: hidden;
    color: #FFF;
    opacity: .3
}

.banner-dot2 li.cur {
    background: red;
    opacity: .7;
    color: red
}

.homePage_banner {
    position: relative
}

.slide-panel {
    width: 100%;
    height: 400px
}

.sk_two_middle .sk_banner img {
    width: 600px;
    height: 400px
}

.sk_middle_bottom {
    width: 100%
}

.sk_left_img {
    float: left;
    width: 48%;
    height: 170px;
    margin-top: 10px
}

.sk_left_img img {
    width: 100%;
    height: 100%
}

.sk_right_img {
    float: left;
    width: 52%
}

.sk_right_img a {
    float: left;
    display: block;
    width: 46%;
    height: 80px;
    margin-left: 4%;
    margin-top: 10px
}

.sk_right_img img {
    float: left;
    width: 100%;
    height: 80px
}

.b-title a {
    float: left;
    width: 39%
}

.b-title .area-search {
    float: right;
    width: 226px;
    font-size: 10px
}

.first-content {
    /* padding: 25px; */
    /* height: 90% */
    height: 438px;
    margin-top: -15px;
}

.first-content ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    /* margin-top: 35px; */
    /* padding-top: 35px; */
    box-sizing: border-box;
}

#collegesSearch {
    /* margin-top: 35px; */
}

.university {
    width: 100%
}

.s-title-hot {
    width: 138px;
    color: #333;
    font-size: 24px;
    font-weight: 600;
    background: url(../images/home.png) no-repeat left center;
    padding-left: 30px
}

.edu-select {
    width: 123px;
    border: 1px solid #eee;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 14px;
    position: relative;
    z-index: 88;
    height: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 40px;
}

.area-wrap {
    width: 376px;
    height: 38px;
    background: #FFFFFF;
    margin-top: 43px;
}

.arrow {
    width: 15px;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 16px;
    background: url(../images/dowm.png) no-repeat
}

.school-detail {
    float: left;
    padding: 0 10px;
    margin-left: 2rem;
    height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 12px;
    padding-bottom: 4px;
}

.school-detail:hover {
    background: #eef3f8;
    border-radius: 5px
}

.school-detail .school-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    /* margin-top: 33px; */
    line-height: 41px;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}

.school-detail .school-name a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    /* line-height: 35px; */
    width: 6em;
}

.school-detail .school-name a:hover {
    color: #2d77cb
}

.school-detail .school-info {
    color: #898989
}

.school-detail .school-info a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.school-detail .school-info a:hover {
    color: #2d77cb
}

.industry {
    width: 245px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #a0a0a0;
    border: 1px solid #eee;
    padding-left: 7px;
    padding-right: 6px;
    position: relative;
    margin-top: 20px;
    z-index: 88
}

.industry .default {
    float: left;
    width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.edu-select .xqall {
    width: 100%;
    background: #FFF;
    border: 1px solid #dbdbdb;
    position: absolute;
    left: 0;
    top: 40px;
    text-indent: 15px;
    display: none
}

.edu-select .rmcity {
    width: 255px;
    left: -88px;
    padding-top: 5px;
    padding-bottom: 5px
}

.area-slist li {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center
}

.area-slist li:hover {
    background: #2d77cb;
    color: #FFF
}

.edu-select .rmcity .area-slist li {
    width: 24.28%;
    float: left;
    text-align: left
}

.area-search {
    position: relative
}

.area-search .icon-search {
    width: 13px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 49px;
    cursor: pointer
}

.tubiao {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #cae0f3 url(../images/sou.png) no-repeat center center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50px
}

.tubiao:hover {
    background: #1479d7 url(../images/sou.png) no-repeat center center
}

.schooltxt {
    font-size: 14px;
    color: #898989;
    margin-top: 20px
}

.nextstep {
    margin-top: 20px
}

.step {
    width: 260px;
    height: 31px;
    background: #00d6a3;
    color: #FFF;
    font-size: 14px
}

.industry .xqall {
    width: 258px;
    height: 155px;
    overflow: auto;
    background: #FFF;
    border: 1px solid #dbdbdb;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 30px;
    text-indent: 15px;
    display: none
}

.industry .slist li {
    height: 25px;
    line-height: 25px;
    cursor: pointer
}

.industry .slist li:hover {
    background: #00d6a3;
    color: #FFF
}

.major {
    width: 256px;
    height: 384px;
    border: 1px solid #e5e5e5;
    padding: 0 16px 20px
}

.panel-special {
    margin-top: 20px
}

.special .list {
    float: left;
    width: 56px;
    height: 25px;
    text-align: center;
    margin-bottom: 10px
}

.special .list+.list {
    margin-left: 8px
}

.special .list .hint {
    float: left;
    width: 56px;
    height: 25px;
    background: #00d6a3;
    color: #fff;
    line-height: 25px;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #eee
}

.special .list .hint:hover {
    border-color: #00d6a3;
    color: #00d6a3;
    background: #fff
}

.search .words,
.area-search .words {
    height: 44px;
    background: #eef3f8;
    padding-left: 10px;
    color: #666;
    line-height: 28px;
    width: 217px;
    border-radius: 50px;
    font-size: 16px
}

.search .soubtn {
    width: 258px;
    height: 30px;
    border: 1px solid #e6e6e6;
    color: #00d6a3;
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
    cursor: pointer;
    background: #f5f5f5;
    text-indent: 15px
}

.search-btn {
    position: relative
}

.search .icon-search {
    width: 13px;
    height: 13px;
    position: absolute;
    left: 100px;
    top: 20px
}

.has_border {
    border-bottom: 1px solid #eee;
    padding-top: 10px
}

.sk_three_left .has_border li,
.sk_three_right .has_border li {
    /* height: 40px; */
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.sk_three_left .has_border li:hover,
.sk_three_right .has_border li:hover {
    color: #2d77cb
}

#sk_section_three {
    width: 1400px;
    margin: 0 auto 40px;
}

#sk_section_three .sk_three_left {
    float: left;
    width: 684px;
    padding: 23px;
    height: 680px;
    position: relative;
    box-sizing: border-box;
}

.zgbj_m3cbox {
    overflow: hidden
}

.zgbj_m3cbox dt {
    clear: both;
    line-height: 30px
}

.zgbj_m3cbox dt p {
    float: left;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.zgbj_m3cbox dt span {
    float: right
}

.zgbj_m3cbox {
    height: auto;
    padding-top: 18px;
    display: none
}

.zgbj_m3cbox dl {
    margin-left: 20px
}

.zgbj_m3cbox dl:hover a {
    color: #2d77cb;
    text-decoration: underline
}

.zgbj_m3cbox dl dt {
    height: 40px;
    line-height: 40px
}

.zgbj_m3cbox dl dt span {
    float: right;
    font-size: 14px;
    display: block;
    color: #aaa;
    font-family: 'Microsoft Yahei';
    line-height: 40px;
    width: 80px;
    text-align: right
}

.zgbj_m3cbox dl dt p {
    display: block;
    float: left;
    width: 469px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap
}

.zgbj_m3cbox dl dt em {
    display: inline-block;
    float: left;
    width: 20px;
    height: 40px;
    background: url(../images/point.png) no-repeat center center;
    vertical-align: middle
}

.zgbj_m3cbox dl dd {
    margin-left: 20px;
    height: 36px;
    overflow: hidden;
    border-bottom: 1px dotted #d9d9d9;
    line-height: 36px;
    color: #999;
    font-size: 14px;
    font-family: 'Microsfot Yahei';
    display: none
}

.zgbj_m3cbox dl dt p a {
    font-family: 'Microsoft Yahei';
    font-size: 16px;
    color: #333;
    /* display: inline-block */
}

.zgbj_m3cbox dl.on dd {
    display: block
}

#sk_section_three .sk_three_right {
    float: right;
    width: 684px;
    padding: 23px;
    position: relative;
    height: 680px;
    box-sizing: border-box;
}

.click_more {
    line-height: 36px;
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    width: 630px;
    height: 36px;
    background: #EEF3F8;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
}

.click_more:hover {
    color: #4889F3;
}

.sk_three_right ul li,
.sk_three_left ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px
}

.sk_zx_title {
    width: 637px;
    height: 97px;
    background: #80A8DE;
    line-height: 120px;
    font-size: 25px
}

.sk_three_left ul li,
.sk_three_right ul li {
    float: left;
    width: 15%
}

.sk_three_left button,
.sk_three_right button {
    width: 95%;
    background-color: #cfcdcd;
    line-height: 30px;
    position: absolute;
    bottom: 20px;
    left: 2.5%
}

.sk_zixun_left,
.sk_zixun_right {
    float: left;
    width: 15%;
    margin-left: 5%
}

.sk_zixun_left img,
.sk_zixun_right img {
    /* width: 100% */
}

.sk_zixun_right {
    float: left;
    width: 70%;
    text-align: left
}

.sk_zixun_left p:first-child,
.sk_zixun_right p:first-child {
    /* margin-bottom: 9px; */
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F2F6FC;
    line-height: 36px;
}

.sk_zixun_left p:last-child,
.sk_zixun_right p:last-child {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F2F6FC;
    line-height: 36px;
}

#sk_section_four {
    background-color: #e6e6e6
}

#sk_section_four>div {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 30px;
    margin: 0 auto
}

#sk_section_four {
    background-color: #e6e6e6
}

#sk_section_four>div {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 30px;
    margin: 0 auto
}

.sk_four_left {
    float: left;
    width: 67%;
    height: 816px
}

.course_wrap {
    background-color: #fff;
    /* padding: 23px; */
    margin-top: 37px;
}

.sk_four_left .sk_modle_title p {
    float: left;
    margin-right: 1rem;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #010101;
    line-height: 43px;
}

.nav_title_1 {
    width: 100%;
    margin-bottom: 20px
}

.nav_title_1 li {
    background-color: #4889f3;
    color: #fff;
    text-align: center;
    height: 50px;
    position: relative;
    line-height: 50px;
    font-size: 12px
}

.course_wrap .active {
    background-color: #0c58c0;
    color: #fff
}

.course_wrap .active:after {
    content: "";
    display: block;
    border: 12px solid #0c58c0;
    border-top-color: #0c58c0;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 42%;
}

.sk_four_left .sk_modle_title a {
    padding-top: 8px;
    display: block;
    color: #2d77cb;
    cursor: pointer;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4989F3;
    line-height: 41px;
}

.sk_four_left table {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    width: 100%
}

.sk_four_left table tr:first-child {
    background-color: #eef3f7;
    width: 100px
}

.sk_four_left table td {
    border: 1px solid #cad9ea;
    color: #666;
    vertical-align: middle;
    padding: 21.5px;
    /* width: 153px; */
    /* width: 56px; */
    /* height: 15px; */
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    box-sizing: border-box;
}

.sk_four_right {
    float: right;
    width: 31%;
    height: 725px
}

.course_listen {
    background: #FFF;
    padding: 23px;
    height: 100%
}

.list_suit {
    padding-top: 17px;
    line-height: 36px
}

.list_suit>img {
    margin-top: 14px;
    display: inline-block
}

.sk_four {
    /* width: 80% */
}

.sk_four_left {
    width: 954px;
    height: 785px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(140, 140, 140, 0.25);
    padding: 40px 32px 0;
    box-sizing: border-box;
}

.sk_four_left ul li {
    float: left;
    line-height: 56px;
    margin-right: 3px;
    color: #333;
    font-size: 15px;
    width: 124px;
    height: 56px;
    background: #EEF3F7;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.sk_four_left ul li:last-child {
    margin-right: 0
}

.sk_four_right .sk_modle_title p {
    float: left
}

.sk_four_right .sk_modle_title a {
    float: right;
    display: block;
    width: 13%;
    padding-top: 6px
}

.sk_four_right .sk_ke img {
    float: left;
    width: 48%;
    margin-left: 2%
}


.sk_ke1 {
    overflow: hidden
}

.sk_ke1 li {
    line-height: 50px;
    height: 50px
}

.sk_ke1 li img {
    float: left
}

.sk_ke1 .sk_ke2 {
    width: 80%;
    float: right;
    margin: 5px auto
}

.sk_ke1 .sk_ke2 p:nth-child(1) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sk_ke1 .sk_ke2 p:last-child span:last-child {
    float: right;
    display: block;
    border-radius: 25px;
    background-color: #e0f7ff;
    height: 28px;
    line-height: 28px;
    width: 90px;
    text-align: center
}

.sk_ke1 .sk_ke2 p:last-child span:last-child>a {
    color: #666
}

#sk_section_five {
    margin: 0 auto;
    background: url("/images/bg.jpg") no-repeat
}

.sk_big_title+p {
    color: #333;
    font-size: 25px;
    font-weight: 400;
    text-align: center
}

.teacher_wrap {
    width: 100%;
    background: url(../images/bg.jpg) no-repeat center top
}

.wap16 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px
}

.teacher_title {
    font-size: 36px;
    color: #cba46b;
    text-align: center;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 10px
}

.teacher_detail {
    font-size: 24px;
    color: #333;
    text-align: center
}

.contain {
    width: 100%;
    position: relative
}

.contain>.teacher1 {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    margin-top: 20px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(to left, #ff8061, #feb37b)
}

.contain>.teacher2 {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    margin-top: 20px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(to left, #2f80ed, #56cbf2)
}

.single {
    position: relative;
    width: 100%
}

.single_wrap {
    overflow: hidden;
    width: 100%;
    margin: 0 auto
}

.teacher_ul {
    margin-top: 20px;
    height: 458px
}

.teacher_ul li {
    width: 15%;
    background: #FFF;
    -webkit-box-shadow: 0 6px 14px 0 rgba(157, 157, 157, 0.38);
    -moz-box-shadow: 0 3px 14px 0 rgba(157, 157, 157, 0.38);
    box-shadow: 0 3px 14px 0 rgba(157, 157, 157, 0.38);
    border-radius: 5px;
    float: left;
    margin: 10px .83%;
    height: 440px
}

.teacher_ul .teacher_pic {
    height: 250px;
    overflow: hidden;
    background-image: linear-gradient(to top, #fddaae, #faedde)
}

.teacher_ul .teacher_pic2 {
    height: 250px;
    overflow: hidden;
    background-image: linear-gradient(to top, #cae0f3, #eef4f9)
}

.teacher_ul li img {
    border-radius: 5px
}

.teacher_div {
    color: #333;
    padding: 10px 18px 20px
}

.teacher_name {
    font-size: 20px
}

.teacher_position {
    font-size: 16px
}

.teacher_desc {
    font-size: 14px;
    line-height: 25px;
    padding-top: 5px;
    height: 94px;
    overflow: hidden;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis
}

.teacher_desc a {
    color: #2d77cb
}

.arrow_btn {
    position: absolute;
    top: 50%;
    width: 103px;
    height: 118px;
    margin-top: -59px;
    cursor: pointer
}

.prev {
    left: 0;
    background: url(../images/left_arrow.png) no-repeat
}

.next {
    right: 0;
    background: url(../images/right_arrow.png) no-repeat
}

.more_teacher {
    width: 170px;
    height: 50px;
    background-color: #e0f7ff;
    color: #666;
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 0 auto;
    line-height: 50px;
    border-radius: 50px;
    margin-top: 20px
}

#sk_section_five button {
    border-radius: 25px;
    background-color: #cae1f3;
    width: 20%;
    height: 50px;
    line-height: 50px;
    color: #333;
    margin: 0 auto;
    display: block;
    margin: 20px auto
}

#sk_section_six {
    padding-top: 30px;
    margin: 0 auto;
    width: 90%
}

.sk_six_left {
    width: 67%;
    float: left;
    height: 757px
}

.sk_six_left .sk_modle_title p {
    float: left
}

.sk_six_left .sk_modle_title a {
    float: right
}

.sk_video .sk_video1 {
    height: 402px;
    position: relative;
    float: left;
    width: 67%
}

.video-list li.on {
    background-color: #0261f3;
    font-size: 18px;
    color: #fff;
    font-weight: 600
}

.sk_video .sk_video1 img:first-child {
    width: 100%;
    height: 402px;
    overflow: hidden
}

.sk_video .sk_video1 img:last-child {
    position: absolute;
    bottom: 25px;
    left: 25px
}


.sk_video ul {
    float: right;
    width: 30%;
    height: 402px;
    overflow: hidden;
    box-shadow: #e6e3e3 0 0 8px 1px
}

.sk_video ul li {
    font-size: 15px;
    color: #333;
    cursor: pointer;
    position: relative;
    padding-top: 32px
}

.video_pic {
    width: 13%;
    float: left;
    text-align: center
}

.video_url {
    width: 81%;
    border-bottom: 1px solid #e9e9e9;
    float: left;
    padding-bottom: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sk_video ul li:last-child .video_url {
    border-bottom: 0
}

.playvideo {
    cursor: pointer
}

.sk_video_bottom {
    margin-top: 25px
}

.sk_fl {
    width: 70%;
    float: left
}

.sk_fl table {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    width: 100%
}

.sk_fl table td {
    vertical-align: middle;
    color: #666
}

.sk_fl table td a {
    height: 80px;
    line-height: 80px;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #cad9ea;
    background-color: #f3f6f8
}

.sk_app {
    float: right;
    width: 30%
}

.sk_app_1 {
    width: 100%;
    background-color: #f3f6f8;
    height: 170px
}

.sk_app_1>a {
    display: block;
    width: 50%;
    float: left
}

.sk_app img {
    width: 80%;
    margin-top: 15px;
    margin-left: 25px
}

.sk_app_1 div {
    float: right;
    width: 50%;
    text-align: center;
    margin-top: 25px
}

.sk_app div p {
    color: #2d77cb;
    font-weight: 600;
    margin: 20px 10px;
    cursor: pointer;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    width: 78%;
    margin: 15px auto
}

.sk_app div p:hover {
    color: #30ddff
}

.sk_six_right {
    float: right;
    width: 31%;
    height: 757px
}

.sk_six_right .sk_modle_title p {
    float: left
}

.sk_six_right .sk_modle_title a {
    float: right
}

.sk_qz {
    padding: 15px;
    padding-top: 25px;
    height: 620px;
    overflow: hidden
}

.sk_qz_wd {
    padding-bottom: 30px
}

.sk_qz_wd .userhead {
    float: left;
    width: 20%;
    overflow: hidden;
    cursor: pointer
}

.sk_qz_wd .userhead img {
    width: 100%
}

.sk_qz_pj {
    float: right;
    width: 75%;
    height: 72px;
    position: relative
}

.sk_qz span {
    float: left;
    margin-right: 1rem
}

.sk_qz h3 {
    color: #333;
    font-weight: 500;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sk_qz p {
    color: #999;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 41px;
    position: relative
}

.sk_qz p:after {
    content: "...";
    display: inline-block;
    height: 30px;
    position: absolute;
    right: 10%;
    bottom: -10px;
    width: 29px;
    background-color: #FFF
}

.book_details {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #2d77cb;
    background-color: #FFF;
    font-size: 15px;
    padding: 0 10px
}

#sk_section_seven {
    background-color: #e6e6e6;
    height: 725px;
    padding-top: 30px
}

.sk_seven_box {
    width: 90%;
    margin: 0 auto
}

.sk_seven_left {
    float: left;
    width: 27%;
    padding: 13px 23px;
    background-color: #fff;
    height: 670px
}

.sk_seven_right {
    padding: 23px;
    background-color: #fff;
    /* height: 650px */
}

.sk_seven_right .sk_modle_title {
    margin-bottom: 30px;
}

.sk_seven_right .sk_modle_title h2 {
    float: left
}

.offcn_kybktitle {
    float: right;
    font-size: 18px;
}

.sk_seven_right .sk_modle_title p {
    float: left;
    clear: both;
    /* border-bottom: 1px solid #eee; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sk_seven_right .sk_modle_title p a {
    display: block;
    float: left;
    border-bottom: 3px solid #fff;
    line-height: 40px;
    text-align: center;
    padding: 0 10px 0;
}

.sk_seven_right .sk_modle_title p a.on {
    color: #4889F3;
    border-bottom: 3px solid #4889F3
}

.sk_seven_right .sk_modle_title p a:hover {
    color: #4889F3
}

.sk_seven_right .sk_modle_title ul {
    float: right;
    width: 60%
}

.sk_seven_right .sk_modle_title ul li {
    float: right;
    margin-left: 5rem
}

.countdown_wrap {
    margin-left: 25px;
    padding-top: 10px
}

.countdown {
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    background: url(../images/title_icon_9.png) no-repeat left -2px;
    padding-left: 28px;
    height: 36px;
    padding-right: 18px;
    box-sizing: border-box;
}

.zgbj_ksrl {
    width: 90%;
    padding-top: 16px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 13px
}

.zgbj_ksrl h3 {
    height: 42px;
    line-height: 42px;
    margin-bottom: 9px
}

.zgbj_ksrl h3 i {
    display: block;
    width: 43px;
    height: 42px;
    background: url("/images/point.png") no-repeat -107px -141px;
    vertical-align: middle;
    margin-right: 12px;
    float: left
}

.zgbj_ksrl h3 a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 42px;
    font-size: 18px;
    color: #333;
    font-family: 'Microsoft Yahei'
}

.zgbj_ksrl h3 em {
    display: block;
    vertical-align: middle;
    width: 7px;
    height: 11px;
    float: right;
    background: url("/images/point.png") no-repeat -468px -198px;
    margin-top: 15px
}

.zgbj_ksrl .ksdjs {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    position: relative;
    margin-bottom: 6px
}

.zgbj_ksrl .ksdjs em {
    font-style: normal;
    font-weight: bold;
    color: #f33
}

.zgbj_ksrl .ksdjs i {
    display: inline-block;
    background: url(/images/point.png) no-repeat -0px -141px;
    width: 26px;
    height: 34px;
    font-style: normal;
    vertical-align: middle;
    margin: 0 3px
}

.zgbj_ksrl .ksdjs span {
    font-size: 18px;
    color: #333;
    position: absolute;
    left: 108px;
    top: 0;
    letter-spacing: 21px;
    z-index: 2
}

.yearbox {
    position: relative
}

.year {
    width: 64px;
    height: 26px;
    background: #1479d7;
    color: #FFF;
    display: inline-block;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    left: 0
}

.year:hover {
    background-color: #18c59c
}

.slot {
    border-left: 1px dashed #cae0f3;
    margin-left: 32px;
    /* padding-top: 10px */
}

.slot-con {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    position: relative;
    padding-left: 10px
}

.dot {
    position: absolute;
    background: url(../images/year_dot.png) no-repeat;
    width: 16px;
    height: 16px;
    left: -8px;
    bottom: 10px
}

.slot-con a {
    color: #4d4d4d;
    float: left;
    padding-left: 20px
}

.slot-con a:hover {
    color: #2d77cb
}

.slot-con .title a {
    text-align: center;
    padding-left: 20px
}

.slot-con .title_month a {
    width: 110px;
    text-align: right
}

.offcn_kybklef {
    width: 100%;
    margin-top: 28px;
    display: none;
}

.offcn_odlcont {
    height: 111px;
    margin-top: -5px;
    display: flex;
    width: 458px;
    justify-content: space-between;
}

.offcn_odlcont dt {
    width: 180px;
    height: 111px;
    float: left;
    overflow: hidden
}

.offcn_odlcont dt>a>img {
    width: 154px;
    height: 87px;
}

.offcn_odlcont dd {
    width: 78%;
    padding-left: 24px;
    float: left
}

.offcn_odlcont h2 {
    width: 232px;
    font: 20px/22px 'microsoft yahei';
    color: #333;
    padding: 0px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.offcn_odlcont h2 a {
    width: 232px;
    height: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.offcn_odlcont h2 a:hover {
    color: #2d77cb
}

.offcn_odlcont p {
    font: 14px/30px 'microsoft yahei';
    color: #666;
    width: 232px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 237px;
    height: 45px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 23px;
}

.offcn_pulists {
    width: 427px;
    height: 225px;
    margin-right: 31px
}

.offcn_pulists h2 {
    height: 22px;
    font: 20px/22px 'microsoft yahei';
    color: #333;
    position: relative;
    padding-left: 15px;
    margin-top: 33px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

.offcn_pulists h2 em {
    position: absolute;
    display: block;
    width: 4px;
    height: 15px;
    background: #209fe1;
    left: 0;
    top: 50%;
    margin-top: -7px
}

.offcn_pulists ul {
    margin-top: 20px
}

.offcn_pulists li {
    display: block;
    height: 30px;
    overflow: hidden;
    font: 14px/30px 'microsoft yahei';
    padding-left: 20px
}

.offcn_pulists li span {
    float: right;
    font-size: 12px;
    font-family: '宋体';
    color: #999
}

.offcn_pulists li a {
    color: #666
}

.offcn_pulists li a:hover {
    color: #2d77cb
}

.offcn_kybkrig {
    width: 320px;
    background: #eef9ff;
    padding: 27px 0 10px 20px;
    height: 539px
}

.offcn_ohtwk {
    overflow: hidden;
    margin-bottom: 10px
}

.offcn_ohtwk a.offcn_sjk {
    padding-left: 30px;
    color: #209fe1;
    position: relative
}

.offcn_ohtwk a {
    font: 18px/20px 'microsoft yahei';
    color: #333;
    display: block;
    float: left;
    padding-bottom: 14px
}

.offcn_ohtwk a.offcn_sjk em {
    display: block;
    width: 16px;
    height: 21px;
    position: absolute;
    left: 2px;
    top: 1px
}

.offcn_ohtwk span {
    color: #e5e5e5;
    margin: 0 13px 0 15px;
    display: block;
    float: left
}

.offcn_htab {
    display: none
}

.offcn_syear {
    height: 32px;
    width: 100%;
    margin-bottom: 16px
}

.offcn_ztoubti {
    width: 60px;
    height: 26px;
    font: 16px;
    color: #666;
    text-align: center;
    float: left;
    background-color: #e0f7ff;
    border-radius: 25px;
    margin-left: 5%
}

.offcn_opacont {
    width: 78%;
    float: left;
    height: 39px
}

.offcn_opacont a {
    font: 14px/26px '宋体';
    color: #666;
    white-space: nowrap;
    width: 16%;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #ebebeb;
    display: block;
    float: left;
    margin-left: 4%
}

.offcn_opacont a:hover {
    color: #2d77cb
}

.offcn_pulebj02 {
    background-position: -75px -50px;
    margin-top: 17px
}

.offcn_pubhot {
    padding-left: 40px;
    height: 30px;
    font: 18px/30px 'microsoft yahei';
    color: #209fe1
}

.offcn_pulebj02 .offcn_more {
    background-position: -75px -100px
}

.offcn_more {
    display: block;
    width: 40px;
    height: 11px;
    font-size: 12px;
    float: right;
    margin-right: 18px
}

.offcn_kycs {
    margin-top: 13px
}

.offcn_kycs li {
    height: 40px;
    padding-left: 20px;
    background: url(../images/offcn_olidian.jpg) no-repeat left center;
    font: 14px/40px 'microsoft yahei';
    color: #666;
    padding-right: 18px
}

.offcn_kycs li a {
    display: block;
    border-bottom: 1px dashed #8ecff5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px
}

.xianshi_right {
    width: 340px
}

.xianshi {
    width: 300px;
    padding: 30px 20px 24px;
    background: #f9f9f9;
    float: right
}

.xianshi h3 {
    color: #333;
    font-size: 18px;
    padding-left: 19px;
    border-left: 4px solid #2196f3;
    line-height: 1;
    font-weight: normal
}

.xianshi h3 span {
    color: #999;
    font-size: 18px;
    padding-right: 22px;
    cursor: pointer
}

.tu_box {
    margin-top: 19px;
    text-align: center
}

.xianshi .ul {
    margin-top: 16px
}

.xianshi ul i {
    margin-right: 10px
}

.xianshi ul li {
    width: 282px;
    height: 19px;
    overflow: hidden;
    padding: 18px 10px 0;
    font-size: 14px
}

.zgbj_main3>.xianshi_right>a {
    width: 340px;
    margin-top: 12px;
    float: right
}

.zgbj_main3>.xianshi_right>a>img {
    width: 100%
}

.hot_new .tu_box>div {
    width: 137px;
    height: 105px;
    overflow: hidden;
    margin-left: 10px
}

.hot_new .tu_box>div>a {
    display: block;
    width: 137px;
    height: 78px;
    overflow: hidden
}

.hot_new .tu_box>div img {
    width: 100%
}

.hot_new .tu_box>div>p {
    line-height: 40px
}

.blog_link {
    width: 100%;
    padding: 0 0 20px 0;
    font-size: 14px
}

.blog_link>.link_tags {
    width: 1198px;
    color: #999;
    margin: 0 auto;
    background: #f2f2f2;
}

.blog_link>.link_tags>p {
    padding-left: 15px;
    height: 47px;
    line-height: 47px;
    color: #333;
    background: #f2f2f2;
}

.blog_link>.link_tags>.tags_box {
    padding: 20px 15px
}

.blog_link>.link_tags>.tags_box>a {
    margin: 0 8px 0 10px;
    color: #999;
    line-height: 30px
}

.sk_enter {
    width: 100%;
    color: #333;
    position: relative
}

.sk_big_title {
    text-align: center;
    font-size: 36px;
    line-height: 100px;
    font-weight: bold;
    color: #cba46b
}

.bottom_slider {
    width: 100%;
    overflow: hidden;
    position: relative
}

.bottom_slider .hd {
    height: 15px;
    width: 10%;
    overflow: hidden;
    position: absolute;
    right: 45%;
    bottom: 6%;
    z-index: 1
}

.bottom_slider .hd ul {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    float: left
}

.bottom_slider .hd ul li.on {
    background: #f00
}

.bottom_slider .hd ul li {
    float: left;
    margin-right: 5%;
    width: 28%;
    height: 5px;
    text-align: center;
    background: #fff;
    cursor: pointer
}

.bottom_slider .bs_item {
    position: relative;
    z-index: 0
}

.bottom_slider .bs_item li {
    zoom: 1;
    vertical-align: middle
}

.bottom_slider .bs_item img {
    width: 100%;
    height: 100%;
    display: block
}

.bottom_slider .prev,
.bottom_slider .next {
    position: absolute;
    left: 2%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat
}

.bottom_slider .next {
    left: auto;
    right: 2%;
    background-position: 8px 5px
}

.sk_news {
    width: 90%;
    margin: 0 auto
}

.sk_news>.title {
    font-size: 24px;
    font-weight: bold;
    line-height: 86px;
    text-align: center
}

.sk_news li {
    display: block;
    width: 46%;
    height: 170px;
    float: left;
    margin: 0 2%
}

.sk_news li>.left {
    float: left;
    width: 204px;
    height: 136px;
    margin-right: 20px;
    cursor: pointer
}

.sk_news li>.right {
    height: 136px;
    overflow: hidden
}

.sk_news li>.right>.title {
    font-size: 20px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.sk_news li>.right>.dir {
    height: 50px;
    overflow: hidden;
    font-size: 16px;
    color: #999;
    margin-top: 15px;
    cursor: pointer
}

.sk_news li>.right>.time {
    font-size: 16px;
    color: #999;
    margin-top: 5px
}

.sk_msg {
    clear: both;
    width: 100%;
    background: #e6e6e6;
    text-align: center
}

.sk_msg ul {
    display: block;
    min-width: 1200px;
    max-width: 1632px;
    margin: 0 auto
}

.sk_msg li {
    display: inline-block;
    margin: 20px 4%;
    margin-top: 0
}

.sk_msg li>p {
    font-size: 88px;
    font-weight: bold;
    color: #cba46b
}

.sk_msg li>p>span {
    font-size: 21px
}

.sk_msg li>p.word {
    font-size: 18px;
    color: #333
}

.sk_dbmk {
    clear: both;
    width: 100%;
    height: auto;
    padding: 1% 0 1.8%;
    padding-bottom: 1.8%;
    background: #333;
    border-bottom: 1px solid #575757
}

.sk_dbmk1 {
    border-bottom: 0;
    padding-bottom: 1%;
    border: 0
}

.layout {
    width: 85%;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1632px
}

.sk_link {
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #575757;
    margin-bottom: 11px
}

.sk_link li.on {
    color: #fff
}

.sk_link li {
    float: left;
    font-size: 20px;
    color: #d0d0d0;
    font-family: 'Microsoft Yahei';
    margin-right: 30px;
    cursor: pointer
}

.sk_linkb {
    width: 100%;
    height: auto;
    overflow: hidden
}

.sk_linkb ul {
    height: auto;
    overflow: hidden;
    display: none
}

.sk_linkb li {
    float: left;
    line-height: 40px;
    font-size: 16px;
    color: #d0d0d0;
    margin-right: 13px;
    font-family: 'Microsoft Yahei'
}

.sk_linkb li a {
    color: #d0d0d0;
    cursor: pointer;
}

.sk_box {
    width: 100%;
    height: auto;
    min-width: 1200px
}

.wrap {
    width: 85%;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1632px
}

.sk_dbwld {
    float: left
}

.sk_dbwl {
    width: 100%;
    height: auto;
    overflow: hidden
}

.sk_dbwld1 {
    background: 0;
    width: 11.6%
}

.sk_wldl {
    width: 100%;
    height: auto
}

.sk_wldl dt {
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
    font-family: 'Microsoft Yahei'
}

.sk_wldl dd {
    line-height: 28px;
    font-size: 14px;
    color: #d0d0d0;
    font-family: 'Microsoft Yahei'
}

.sk_wldl dd a {
    display: block;
    height: 28px;
    font-size: 14px;
    color: #d0d0d0;
    font-family: 'Microsoft Yahei'
}

.sk_dbwld2 {
    padding-left: 6%;
    width: 11.58%
}

.sk_dbwld3 {
    padding-left: 2%;
    width: 26%;
    overflow: hidden
}

.sk_dbwld3 dl {
    width: 140px;
    float: left;
    padding-bottom: 40px;
    text-align: center;
}

.sk_dbwld3 dl dt {
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
    font-family: 'Microsoft Yahei';
    margin-bottom: 6px
}

.sk_dbwld3 dl dd {
    width: 140px;
    height: 120px
}

.sk_dbwld3 dl dd img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.sk_dbwb {
    margin-right: 8%
}

.sk_dbwld4 {
    padding-left: 2.5%;
    width: 20%;
    padding-top: 13px
}

.sk_dbtel {
    padding-left: 63px;
    height: 87px;
    background: url(../images/offcn19_33.jpg) no-repeat left top
}

.sk_dbtel span {
    display: block;
    line-height: 16px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #d0d0d0;
    font-family: 'Microsoft Yahei'
}

.sk_dbtel p {
    line-height: 30px;
    font-size: 30px;
    color: #fff;
    font-family: 'Microsoft Yahei'
}

.sk_dbzx {
    height: 70px;
    background-image: url(../images/offcn19_34.jpg)
}

.sk_dbzx a {
    display: block;
    font-size: 20px;
    color: #fff;
    font-family: 'Microsoft Yahei';
    line-height: 30px
}

.sk_advice {
    line-height: 18px;
    font-size: 14px;
    color: #666;
    font-family: 'Microsoft Yahei';
    padding-bottom: 20px
}

.sk_footer {
    padding: 24px 0 27px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #999;
    font-family: 'SimSun';
    background: #333
}

.sk_footer a {
    color: #999
}

.left_menu {
    position: fixed;
    right: 0px;
    top: 110px;
    z-index: 1000;
}

#sk_header_web {
    min-width: 1200px;
    width: 90%;
    background-color: #fff;
    margin: 25px auto;
}

#sk_header_web ul li {
    width: 15%;
    margin-right: 2%;
    text-align: center;
    float: left;
    line-height: 44px;
    font-family: 'Microsoft Yahei';
    min-width: 68px
}

#sk_header_web .web_li_last {
    margin-right: 0;
}

#sk_header_web ul li a {
    display: inline-block;
    width: 100%;
    background: #efefef;
    border-radius: 6px;
    position: relative;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    font-family: 'Microsoft Yahei';
    min-width: 68px
}

#sk_header_web .web_icon_hot:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 6px;
    background: url(../images/web_icon_hot.png) no-repeat;
}

.sk_chat_box_title {
    padding-top: 83px;
    margin-top: -195px;
}

.sk_chat_box {
    width: 560px;
    height: 390px;
    padding: 40px 30px 0;
    background: #fff;
    border-radius: 2px;
    position: fixed;
    z-index: 98;
    left: 46%;
    top: 50%;
    margin: -175px 0 0 -10%;
    border-radius: 2%;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.sk_chat_box_title h3 {
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-size: 18px;
    background: #4989f3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-indent: 19px;
    font-weight: normal;
    font-family: 'Microsoft Yahei';
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.sk_chat_box_title h3 i {
    background: url(/statics/special/into/images/close_btn1.png) no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    display: block;
    cursor: pointer;
    right: 12px;
    top: 8px;
    padding: 5px;
}

.sk_chat_box_left {
    float: left;
    height: 184px;
    padding-top: 1px;
}

.sk_chat_box_content a {
    display: inline-block;
    width: 100px;
    height: 78px;
    margin: 20px 18px 0 18px;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    border-radius: 6px;
    color: #fff;
}

.sk_chat_box_content a img {
    display: block;
    margin: 0 auto 10px;
    padding: 6px 6px 0 6px;
    width: 32px;
    height: 32px;
}

.sk_chat_box_bottom {
    padding-top: 25px;
    overflow: hidden;
    clear: both;
    padding-left: 180px;
    border-radius: 6px;
}

.sk_chat_box_bottom p {
    font-size: 16px;
    float: left;
    background: url(/statics/successkaoyan/common/images/right_icon/sk_chat_bottom.png) no-repeat left center;
    background-size: 14%;
    padding-left: 50px;
    width: 248px;
    font-family: "Microsoft Yahei";
    color: #333333;
}

.sk_chat_box_bottom p strong {
    display: block;
    font-size: 20px;
    font-family: "Microsoft Yahei";
    font-weight: bold;
}

.chat-icon-bg1 {
    background-color: #547cec;
}

.chat-icon-bg2 {
    background-color: #547cec;
}

.chat-icon-bg3 {
    background-color: #547cec;
}

.chat-icon-bg4 {
    background-color: #547cec;
}

.chat-icon-bg5 {
    background-color: #547cec;
}

.chat-icon-bg6 {
    background-color: #547cec;
}

.chat-icon-bg7 {
    background-color: #547cec;
}

.chat-icon-bg8 {
    background-color: #557dec;
}

.sk_chat_box_foot {
    overflow: hidden;
}

.sk_chat_box_foot a {
    display: inline-block;
    width: 84px;
    height: 78px;
    margin: 0 12px 0 12px;
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    font-family: "Microsoft Yahei";
    border-radius: 6px;
    color: #547cec;
    font-weight: bold;
}

.sk_chat_box_foot a img {
    display: block;
    margin: 0 auto 6px;
    width: 86px;
    height: 86px;
}



.sk_four {
    margin-top: 50px;
}
