@charset "UTF-8";

.garyBody {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
}

/* 公共tit样式 start */
.common_tit_sec {
    margin: 0 auto;
    padding: 80px 0 30px 0;
    text-align: center;
    background: url(http://static.wnssedu.com/images/index_icon.png) no-repeat bottom center;
}

.title_wrapper {
    display: inline-block;
    padding-bottom: 10px; /* border-bottom:1px solid #76759c; */
    letter-spacing: 3px;
    color: #27254e;
}

.page_tit_icon {
    display: inline-block;
    width: 26px;
    height: 26px; /* background:url(http://static.wnssedu.com/images/index_icon_course.png) no-repeat center/cover; */
    vertical-align: -3px;
}

.page_tit_icon.icon_course { /* background-image:url(http://static.wnssedu.com/images/index_icon_course.png); */
}

.page_tit_icon.icon_employment {
    background-image: url(http://static.wnssedu.com/images/index_icon_employment.png);
}

.page_tit_icon.icon_live {
    background-image: url(http://static.wnssedu.com/images/index_icon_live.png);
}

.page_tit_icon.icon_company {
    background-image: url(http://static.wnssedu.com/images/index_icon_company.png);
}

.page_tit_icon.icon_guidance {
    background-image: url(http://static.wnssedu.com/images/index_icon_guidance.png);
}

.page_tit_icon.icon_more {
    background-image: url(http://static.wnssedu.com/images/index_icon_more.png);
}

.title_translate {
    line-height: 18px;
    font-size: 18px;
    color: #73759b;
    margin: 0 0;
}

.title_wrapper_white {
    display: inline-block;
    padding-bottom: 10px;
    letter-spacing: 3px;
    color: #fff;
}

.common_tit_sec_white {
    margin: 0 auto;
    padding: 80px 0 30px 0;
    text-align: center;
    background: url(http://static.wnssedu.com/images/index_icon2.png) no-repeat bottom center;
}

.common_tit_sec_purple {
    margin: 0 auto;
    padding: 80px 0 30px 0;
    text-align: center;
    background: url(http://static.wnssedu.com/images/index_icon3.png) no-repeat bottom center;
}

.title_wrapper_white {
    display: inline-block;
    padding-bottom: 10px; /* border-bottom:1px solid #76759c; */
    letter-spacing: 3px;
    color: #fff;
}

.title_translate_white {
    line-height: 18px;
    font-size: 18px;
    color: #fff;
    margin: 0 0;
}

/* 公共tit样式 end */

/*banner区域 start */
.banner_section {
    position: relative;
    min-width: 1200px;
    width: 100%;
    height: 527px;
}

/*轮播图 start*/
.carousel_section {
    position: relative;
    min-width: 1200px;
    width: 100%;
    height: 527px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.carousel_image_list li {
    float: left;
    min-width: 1200px;
    width: 100%;
    height: 527px;
}

.carousel_image_list li a {
    display: block;
    min-width: 1200px;
    width: 100%;
    height: 527px;
    text-align: center;
    cursor: pointer;
}

.carousel_section .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}

.carousel_section .dots li {
    background: #b3b1b1;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

.carousel_section .dots li.active {
    background: #387de5;
    opacity: 1;
}

.carousel_arrow_sec {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -600px !important;
}

.carousel_arrow_sec .unslider_arrow01 {
    position: absolute;
    width: 70px;
    height: 120px;
}

.carousel_arrow_sec .unslider_arrow01.prev {
    left: 0;
    top: -60px;
}

.carousel_arrow_sec .unslider_arrow01.next {
    right: 0;
    top: -60px;
}

.carousel_arrow_sec .arrow_img {
    width: 70px;
    height: 120px;
}

/*轮播图 end*/
.banner_info_section {
    box-sizing: border-box;
    width: 1200px;
    height: 527px;
    padding-top: 40px;
    text-align: center;
    color: #fff;
}

.banner_logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.banner_btn.button.bg_main {
    width: 150px;
    height: 50px;
    background: #367EE5;
    border-color: #367EE5;
    color: #fff;
    font-size: 18px;
}

/*banner区域 end */


.lbImg {
    width: 100%;
    height: 527px;
    /*background: black;*/
    /*子绝父相*/
    position: relative;
    /*超出部分全部隐藏，解决横向滚动条*/
    overflow: hidden;
    height: 527px;
}

.lbImg ul {
    position: absolute;
    height: 527px;
    width: 100%;
    z-index: 999;
}

.lbImg ul li {
    /*这个100%是相对于父盒子的（会把父盒子的宽度继承过来,如父盒子300%,这这里的100%就会相当于300%）*/
    width: 100%;
    height: 527px;
    float: left;
    background: no-repeat center center;
}

.lbImg ul li a {
    display: block;
    width: 100%;
    height: 526px;
    min-width: 1200px;
    background-size: 100% 100% !important;
}

.lbImg ol {
    /*width: 60px;*/
    /* height: 20px;
    background: rgba(0,0,0,0.5); */
    position: absolute;
    left: 50%;
    /*margin-left: -40px;*/
    bottom: 30px;
    padding: 0 10px;
    border-radius: 10px;
    z-index: 999
}

.lbImg ol li {
    width: 10px;
    height: 10px;
    float: left;
    margin: 5px 5px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
}

.lbImg ol .current {
    background: rgba(255, 255, 255, 1);
}

.lbImg i {
    width: 58px;
    height: 120px;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    cursor: pointer;
    border-radius: 5px;
    display: none;
    z-index: 9998;
}

.lbImg .left {
    left: 0px;
    background: url('http://static.wnssedu.com/images/left_right.png') no-repeat 0 0px;
}

.lbImg .right {
    right: 0px;
    background: url('http://static.wnssedu.com/images/left_right.png') no-repeat 0px -120px;
}

.lbImg .left:hover, .lbImg .right:hover {
    background-color: rgba(0, 0, 0, 0.31);
}

.lRight {
    height: 527px;
}


/* 校友风采 start */
.schoolmate_section {
    height: auto;
    min-height: 250px;
    min-width: 1200px;
    width: 100%;
}

/* .schoolmate_wrapper{display:flex;} */
/* .schoolmate_player_sec{width:1200px;height:351px;background:#000;margin:0 auto;text-align:center;} */
.schoolmate_info_sec {
    width: 1200px;
    height: auto;
}

.schoolmate_title {
    height: 32px;
    line-height: 32px;
    padding-bottom: 10px;
    border-bottom: 2px solid #b2cced;
    color: #333;
    font-size: 22px;
}

.schoolmate_list {
    padding: 50px 0 70px 0;
}

.schoolmate_list > li {
    display: flex;
    cursor: pointer;
    margin-bottom: 50px;
}

.schoolmate_list > li:last-child {
    margin-bottom: 0;
}

.schoolmate_list > li .schoolmate_img {
    width: 300px;
    height: 165px;
}

.schoolmate_list > li .schoolmate_news_section {
    width: 880px;
    margin-left: 20px;
}

.schoolmate_list > li .news_title {
    font-weight: bold;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.schoolmate_list > li .news_detail { /* position:relative; */
    height: 64px;
    line-height: 22px;
    margin: 10px 0;
    padding: 0px 0;
    font-size: 14px;
    color: #333;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.schoolmate_list > li .news_detail_link { /* position:absolute;right:0;bottom:0; */
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    background: #fff;
    float: right;
}

.schoolmate_list > li .news_detail_link > img {
    width: 20px;
    height: 20px;
    float: right;
}

/* 校友风采 end */


/* 精品课程 start */
.course_section {
    background: none;
    min-width: 1200px;
    width: 100%;
    background: #F4F5F7;
}

.coz_category_list {
    margin-bottom: 30px;
}

.coz_category_list > li {
    float: left;
    margin-right: 44px;
    cursor: pointer;
}

.coz_category_list > li:last-child {
    margin-right: 0;
}

.coz_category_list > li .course_square {
    float: left;
    width: 240px;
    height: 120px;
    line-height: 120px;
    color: #fff;
    text-align: center;
}

.course_square.bg_brown {
    background: #e18634;
}

.course_square.bg_green {
    background: #62b9a0;
}

.course_square.bg_blue {
    background: #498fdf;
}

/* 图标样式 start */
.coz_classical {
    display: inline-block;
    width: 40px;
    height: 32px;
    background: url(http://static.wnssedu.com/images/course_classical_icon01.png) no-repeat center/cover;
    vertical-align: middle;
}

.coz_classical.icon_micro {
    background-image: url(http://static.wnssedu.com/images/course_classical_icon01.png);
}

.coz_classical.icon_expert {
    background-image: url(http://static.wnssedu.com/images/course_classical_icon02.png);
}

.coz_classical.icon_school {
    background-image: url(http://static.wnssedu.com/images/course_classical_icon03.png);
}

/* 图标样式 end */
.coz_category_list > li .coz_square_detail {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 392px;
    height: 120px;
    padding-top: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-left: none;
    text-align: center;
    display: none;
}

.coz_square_detail .cor_brown {
    color: #e18634;
}

.coz_square_detail .cor_green {
    color: #62b9a0;
}

.coz_square_detail .cor_blue {
    color: #498fdf;
}

.squ_detail_icon {
    position: absolute;
    top: 39px;
    left: -16px;
    width: 18px;
    height: 40px;
    background: url(http://static.wnssedu.com/images/course_extend_icon_01.png) no-repeat center/cover;
}

.squ_detail_icon.detail_brown {
    background-image: url(http://static.wnssedu.com/images/course_extend_icon_01.png);
}

.squ_detail_icon.detail_green {
    background-image: url(http://static.wnssedu.com/images/course_extend_icon_02.png);
}

.squ_detail_icon.detail_blue {
    background-image: url(http://static.wnssedu.com/images/course_extend_icon_03.png);
}

/* #ulShortVideoList_2{padding-top:50px;} */
.coz_player_list > li {
    float: left;
    height: 270px;
    margin-right: 21px;
    width: 284px;
    position: relative;
    box-shadow: 1px 3px 5px 3px #e3e3e3;
    margin-bottom: 40px;
    border-radius: 8px;
}

.coz_player_list > li:nth-child(4n) {
    margin-right: 0;
}

.coz_player_list > li .link_section {
    position: relative;
    display: block;
    width: 284px;
    height: 266px;
    color: #333; /* background:#fff; */
    box-shadow: 2px 5px 5px #e3e3e3;
    border-radius: 0 0 8px 8px
}

/*斜体区域 start*/
.coz_player_list > li .italic_rect_section {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 78px;
    height: 78px;
    overflow: hidden;
}

.italic_rect {
    width: 98px;
    height: 28px;
    line-height: 28px;
    background-color: #e18634;
    text-align: center;
    font-size: 12px;
    color: #fff;
    transform: translate(-28px, 7px) rotate(-45deg);
}

.italic_rect.rect_micro {
    background-color: #e18634;
}

.italic_rect.rect_expert {
    background-color: #62b9a0;
}

.italic_rect.rect_school {
    background-color: #498fdf;
}

/*斜体区域 end*/
.coz_player_list > li .live_mask_section {
    position: relative;
    width: 284px;
    height: 160px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

/* .coz_player_list>li .live_mask{position:absolute;top:0;left:0;z-index:20;width:100%;height:100%;background-color:rgba(0,0,0,0);border-radius:2px;visibility:hidden;transition:background-color 0.8s ease-out;} */
.coz_player_list > li .course_img {
    width: 284px;
    height: 160px;
    transition: all 0.8s ease-out;
}

/* .coz_player_list>li .live_player_icon{position:absolute;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;background:url(http://static.wnssedu.com/images/live_player_icon.png) no-repeat center center/cover;cursor:pointer;opacity:0;transform:scale(2.0);transition:all 0.8s ease-out;} */
.coz_player_list > li .course_title {
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.coz_player_list > li .course_portrait {
    height: 38px;
    line-height: 38px;
    max-width: 90px;
}

.coz_player_list > li .course_portrait .course_por_icon {
    float: left;
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: middle;
}

.coz_player_list > li .course_portrait .course_por_name {
    display: inline-block;
    height: 38px;
    color: #737386;
}

.viewTime {
    font-size: 12px;
    color: #666;
    max-width: 70px;
    height: 38px;
    box-sizing: border-box;
    background: url(http://static.wnssedu.com/images/index_icon_watchNum.png) no-repeat left center;
    padding-left: 20px;
    margin: 0 10px 0 0;
    overflow: hidden;
}

.evaluateStar {
    width: 75px;
    height: 38px;
    background: url(http://static.wnssedu.com/images/icon/star_icon.png) no-repeat left center;
    position: relative;
}

.evaluateStar p {
    height: 38px;
    margin: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    background: url(http://static.wnssedu.com/images/icon/star_icon_active.png) no-repeat left center;
}

.text-desc {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    height: 135px;
    opacity: 0;
    width: 254px;
    padding: 15px;
}

.text-desc > p {
    margin: 0 0
}

.port-2 {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    perspective: 800px;
}

.port-2 .text-desc {
    z-index: -1;
    transition: 0.6s;
    border-radius: 8px 8px 0 0;
}

.port-2 .image-box {
    transition: 0.4s;
    background: #fff;
    padding-bottom: 45px;
    border-radius: 8px 8px 0 0;
}

.port-2 .image-box img {
    width: 284px;
    height: 160px;
    border-radius: 8px 8px 0 0;
}

.port-2:hover .image-box {
    transform: rotateX(80deg);
    transform-origin: center bottom 0;
    transition: 0.4s;
    padding-bottom: 0px;
}

.port-2.effect-1:hover .text-desc {
    opacity: 1;
}

.port-2.effect-2 .text-desc {
    opacity: 1;
    top: -100%;
}

.port-2.effect-2:hover .text-desc {
    top: 0;
}

.port-2.effect-3 .text-desc {
    opacity: 1;
    top: auto;
    bottom: -100%;
}

.port-2.effect-3 .text-desc h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 254px;
    white-space: nowrap;
}

.port-2.effect-3 .text-desc p {
    width: 254px;
    height: auto;
    max-height: 57px;
    font-size: 14px;
    color: #333;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.port-2.effect-3 .text-desc a {
    font-size: 14px;
    color: #2e86d6;
}

.port-2.effect-3:hover .text-desc {
    bottom: 0;
}

.videoMessDe {
    width: 254px;
    height: 100px;
    position: absolute;
    top: 163px;
    left: 0;
    overflow: hidden;
    background: #fff;
}

/* 精品课程 end */


/* 宣讲直播 start */
.xjzb_section {
    width: 100%;
    height: 780px;
    min-width: 1200px;
    background: url(http://static.wnssedu.com/images/xjzb_section_bg.jpg) no-repeat center center/cover;
}

.xjzb_video {
    width: 930px;
    height: 460px;
    border: 10px solid #71cde1;
    margin: 50px auto 0 auto;
}

/* 宣讲直播  end */

/* 问答精选 start */
.qa_section {
    background: none;
    min-width: 1200px;
    width: 100%;
}

.qaSelectedList:after {
    content: "";
    display: block;
    clear: both;
}

.qaSelectedList {
    box-sizing: border-box;
    width: 1200px;
    min-height: 323px;
    margin: 0 auto;
    padding: 50px 0 00px 0;
}

.qaSelectedList > div {
    width: 358px;
    height: 354px;
    margin-right: 62px;
    box-sizing: border-box;
    padding: 40px 40px 30px 50px;
}

.qaSelectedList > div:nth-child(3n) {
    margin-right: 0;
}

.qaSelectedList > div:nth-child(1) {
    background: url(http://static.wnssedu.com/images/qa_section_img1.png) no-repeat center center;
}

.qaSelectedList > div:nth-child(2) {
    background: url(http://static.wnssedu.com/images/qa_section_img2.png) no-repeat center center;
}

.qaSelectedList > div:nth-child(3) {
    background: url(http://static.wnssedu.com/images/qa_section_img3.png) no-repeat center center;
}

.qa_list > p > span {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: middle;
}

.qa_list > p {
    margin: 0 0;
    font-size: 16px;
    color: #121325;
}

.qa_list > div:nth-child(2) {
    font-size: 14px;
    color: #121325;
    line-height: 24px;
    margin: 15px 0 30px 0;
    box-sizing: border-box;
    height: 168px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.qa_list > div:nth-child(3) {
    text-align: right;
}

.qa_list > div:nth-child(2) span {
    font-size: 14px;
    color: #8a8a8a;
}

.qa_list > div > span {
    padding-left: 20px;
    margin-left: 20px;
}

.qa_list > div > span:nth-child(1) {
    background: url(http://static.wnssedu.com/images/index_icon_watchNum.png) no-repeat left center;
}

.qa_list > div > span:nth-child(2) {
    background: url(http://static.wnssedu.com/images/index_icon_eva.png) no-repeat left center;
}

/* 问答精选 end */

/* 问答精选 start */
.eva_section {
    background: none;
    min-width: 1200px;
    width: 100%;
    padding: 80px 0 0 0
}

/* 问答精选 end */


.evaList {
    padding: 50px 0 70px 0
}

.evaList > div {
    width: 358px;
    height: 185px;
    margin-right: 62px;
    box-sizing: border-box;
    padding: 40px 40px 30px 50px;
}

.evaList:after {
    content: "";
    display: block;
    clear: both;
}

.evaList > div:nth-child(3n) {
    margin-right: 0;
}

.evaList > div:nth-child(1) {
    background: url(http://static.wnssedu.com/images/qa_section_img1.png) no-repeat center center;
    background-size: 358px 185px;
}

.evaList > div:nth-child(2) {
    background: url(http://static.wnssedu.com/images/qa_section_img2.png) no-repeat center center;
    background-size: 358px 185px;
}

.evaList > div:nth-child(3) {
    background: url(http://static.wnssedu.com/images/qa_section_img3.png) no-repeat center center;
    background-size: 358px 185px;
}

.evaList > div > p {
    margin: 0 0;
    font-size: 16px;
    color: #121325;
}

.evaList > div > div:nth-child(2) {
    font-size: 14px;
    color: #121325;
    line-height: 24px;
    margin: 15px 0 00px 0;
    box-sizing: border-box;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.evaList > div > div:nth-child(3) {
    text-align: right;
}

.evaList > div > div:nth-child(2) span {
    font-size: 14px;
    color: #8a8a8a;
}

.evaList > div > div > span {
    padding-left: 20px;
    margin-left: 20px;
}

.evaList > div > div > span:nth-child(1) {
    background: url(http://static.wnssedu.com/images/index_icon_watchNum.png) no-repeat left center;
}

.evaList > div > div > span:nth-child(2) {
    background: url(http://static.wnssedu.com/images/index_icon_eva.png) no-repeat left center;
}


/* 图说就业 start */
.banner_section {
    width: 100%;
    height: 800px;
    min-width: 1200px;
    background: url(http://static.wnssedu.com/images/banner_section_bg.jpg) no-repeat center center/cover;
}

.banner_content {
    width: 1200px;
    height: 630px;
    margin: 46px auto 0 auto;
    box-sizing: border-box;
    padding-top: 50px;
}

.banner_content li
    /* 图说就业  end */
    /* 直播讲堂 start */
.live_section {
    background: #ffffff;
    min-width: 1200px;
    width: 100%;
}

.live_guide_wrapper {
    padding-bottom: 60px;
}

.live_guide_section {
    position: relative;
    height: 312px;
    background: url(http://static.wnssedu.com/images/live_intro_bg.png) no-repeat center;
}

.live_guide_section .guide_tit, .live_guide_section .guide_subtit {
    position: absolute;
    text-align: right;
}

.live_guide_section .guide_tit {
    font-size: 18px;
    color: #27252e;
}

.live_guide_section .guide_subtit {
    font-size: 16px;
    color: #727f9e;
}

/* 直播讲堂 end */

/* 图说就业 start*/
.employment_img_sec {
    width: 1200px;
    height: 530px;
}

.employment_section {
    background: #fff;
    min-width: 1200px;
    width: 100%;
}

.employment_img_list {
    align-items: centerr;
    justify-content: center;
    height: 420px;
}

.employment_img_list > li {
    width: 400px;
    cursor: pointer;
    text-align: center;
    height: 420px;
    float: left;
}

.employment_img_list > li .img_item {
    width: 377px;
    height: 332px;
    margin: 0 auto;
}

.employment_img_list > li:hover .img_item {
    transform: scale(1.1);
}

/* .employment_img_sec .left:hover , .banner .right:hover{
	background-color: rgba(0, 0, 0, 0.31);
} */
/* 图说就业 end*/

/* 企业宣讲+创业沙龙 start */
.preach_section {
    height: 696px;
    background: #f2f3f8;
    min-width: 1200px;
    width: 100%;
}

.pre_step_list {
    height: 259px;
}

.pre_step_list > li {
    float: left;
    width: 196px;
    margin-right: 138px;
    text-align: center;
}

.pre_step_list > li:nth-child(4n) {
    margin-right: 0;
}

.pre_step_list > li:nth-child(2n+1) {
    margin-top: 30px;
}

.pre_step_list > li .steps_outer {
    position: relative;
}

.pre_step_list > li .preach_steps_img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 8px solid #d8effd;
}

.pre_step_list > li .steps_tit {
    margin-top: 10px;
    font-size: 16px;
}

.pre_logo_list {
    padding: 40px 0;
}

.pre_logo_list > li {
    float: left;
    box-sizing: border-box;
    width: 164px;
    margin-right: 43px;
    text-align: center;
}

.pre_logo_list > li:last-child {
    margin-right: 0;
}

.pre_logo_list > li > a {
    display: block;
    box-sizing: border-box;
    width: 164px;
    height: 188px;
    padding: 47px 0;
    background: url(http://static.wnssedu.com/images/preach_polygon_bg.png) no-repeat center;
    color: #666;
}

.pre_logo_list > li .preach_logo {
    width: 125px;
    height: 60px;
}

.pre_logo_list > li .company_tit {
    margin-top: 10px;
    height: 24px;
    color: #333;
}

.pre_step_list.status_guide > li .preach_steps_img {
    border: 8px solid #cfd2e4;
}

/* 企业宣讲+创业沙龙 end */

/* 名师风采 start */
.teacher_feature_section {
    background: #f2f3f8;
    min-width: 1200px;
    width: 100%;
}

/*名师风采列表 start*/
.teacher_feature_wrapper {
    width: 1080px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}

.teacher_feature_list {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.teacher_feature_list > li {
    box-sizing: border-box;
    width: 242px;
    margin: 0 14px;
    cursor: pointer;
}

.teacher_feature_list > li .teacher_feature_info {
    box-sizing: border-box;
    width: 242px;
    height: 100%;
    padding: 20px 0;
    text-align: center;
}

.teacher_feature_list > li:hover .teacher_feature_info {
    transform: translate(0, -10px);
    cursor: pointer;
}

.teacher_feature_list > li .teacher_feature_img {
    width: 242px;
    height: 280px;
    overflow: hidden;
    visibility: hidden;
    transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
}

.teacher_feature_list > li .boxS {
    width: 242px;
    height: 280px;
    overflow: hidden;
    visibility: hidden;
    transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}

.teacher_feature_list > li .boxT {
    width: 242px;
    height: 280px;
    overflow: hidden;
    background: no-repeat center/cover;
    visibility: visible;
    transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}

.teacher_feature_list > li .feature_tit {
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
}

.teacher_feature_list > li .feature_intro {
    height: 120px;
    overflow: hidden;
    text-align: justify;
    color: #888;
}

.teacher_feature_list > li .feature_intro p {
    line-height: 22px;
    text-indent: 2em;
}

.feature_arrow_prev, .feature_arrow_next {
    position: absolute;
    top: 185px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
}

.feature_arrow_prev {
    left: 0;
    background: url(http://static.wnssedu.com/images/study_task_prev_icon.png) no-repeat center/cover;
}

.feature_arrow_next {
    right: 0;
    background: url(http://static.wnssedu.com/images/study_task_next_icon.png) no-repeat center/cover;
}

/*名师风采列表 end*/
/* 名师风采 end*/

/* 更多精彩 start */
.more_detail_section {
    background: #fff;
    min-width: 1200px;
    width: 100%;
}

.details_list {
    padding-bottom: 40px;
}

.details_list > li {
    float: left;
    width: 334px;
    margin-right: 99px;
    border-radius: 8px;
    box-shadow: 0 2.5px 26.1px 2.9px rgba(53, 54, 56, 0.1);
}

.details_list > li:last-child {
    margin-right: 0;
}

.details_list > li .more_detail_img {
    width: 334px;
    height: 206px;
    border-radius: 8px 8px 20px 30px;
}

.details_list > li .more_detail_info {
    position: relative;
    display: flex;
    align-items: center;
    height: 72px;
    margin: 40px 0 50px 0;
    text-align: center;
}

.details_list > li .detail_text {
    flex: 1;
}

.details_list > li .icon_comma_left {
    position: absolute;
    top: 8px;
    left: 32px;
    width: 12px;
    height: 8px;
}

.details_list > li .icon_comma_right {
    position: absolute;
    bottom: 20px;
    right: 32px;
    width: 12px;
    height: 8px;
}

/* 更多精彩 end */

/*登录页脚样式 start*/
.login_footer {
    background: #666;
}

.footer_nav {
    width: 1200px;
    margin: 0 auto;
    padding: 24px 0;
    text-align: center;
}

.footer_nav > li {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border-right: 1px solid #fff;
    font-size: 12px;
    color: #fff;
}

.footer_nav > li > a {
    color: #fff;
    cursor: pointer;
}

.footer_nav .no_border_r {
    border-right: none;
}

/*登录页脚样式 end*/
/* 二维码样式 start */
/* .qrcode_fixed{position:fixed;top:130px;right:0;z-index:20;width:180px;height:180px;background:url(http://static.wnssedu.com/images/qrcode_index.jpg) no-repeat center center/cover;} */
/* 二维码样式 end */


.banner_content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.banner_content ul {
    position: absolute;
    height: 420px;
    overflow-y: hidden;
}

.banner_content ul li {
    width: 380px;
    height: 420px;
    float: left;
    background: no-repeat top center;
    box-sizing: border-box;
    border: 10px solid #fff;
    border-radius: 6px;
    margin: 0 10px;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, .2);
}

.banner_content ol {
    /*width: 60px;*/
    height: 20px;
    /* background: rgba(0,0,0,0.5); */
    position: absolute;
    left: 50%;
    /*margin-left: -40px;*/
    bottom: 40px;
    padding: 0 10px;
    border-radius: 10px;
}

.banner_content ol li {
    width: 10px;
    height: 10px;
    float: left;
    margin: 5px 5px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    /* cursor: pointer; */
}

.banner_content ol .current {
    background: rgba(255, 255, 255, 1);
}

.banner_content i {
    width: 58px;
    height: 120px;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    cursor: pointer;
    border-radius: 5px;
    /* display: none; */
}

.banner_content .left {
    left: 60px;
    background: url('http://static.wnssedu.com/images/left_right.png') no-repeat 0 0px;
    background-color: rgba(0, 0, 0, .3);
}

.banner_content .right {
    right: 60px;
    background: url('http://static.wnssedu.com/images/left_right.png') no-repeat 0px -120px;
    background-color: rgba(0, 0, 0, .3);
}

.banner_content > a {
    display: inline;
    width: 120px;
    height: 36px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 80px;
    text-align: center;
    line-height: 36px;
    margin-left: -60px;
    border-radius: 20px;
    cursor: pointer;
}


/* 图说就业列表  */
.employmentListContent {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.emTitle {
    width: 1200px;
    height: 75px;
    line-height: 75px;
    font-size: 14px;
    color: #333;
}

.emTitle a {
    font-size: 14px;
    color: #666;
    margin-right: 6px;
}

.emTitle span {
    font-size: 14px;
    color: #333;
    margin-left: 6px;
}

.emContent {
    width: 1200px;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    border-radius: 10px;
    margin: 0 0 50px 0;
}

.emYearTitle {
    width: 1140px;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding: 35px 0 22px 0;
}

.emYearTitle h3 {
    font-size: 18px;
    color: #202020;
    height: 20px;
    width: 1130px;
    padding-left: 10px;
    background: url(/image/Icon/listIcon.png) no-repeat left center;
    font-family: "黑体";
}

.emContent ul {
    width: 1170px;
    height: auto;
    padding: 35px 0 10px 0;
}

.emContent ul:after {
    content: "";
    display: block;
    clear: both;
}

.emContent ul li {
    float: left;
    margin-right: 30px;
    padding-bottom: 35px;
}

.emContent ul li img {
    width: 360px;
    height: 400px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, .2);
}
/*公告提示框样式*/
.hintNotice{
    width: 600px;
    height: 390px;
    background: url(http://static.wnssedu.com/images/hintNotice.png) no-repeat center center;
    background-size: 100%;
    position: relative;
}
.demo-class{
    background: none !important;
}
.hintNotice img{
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}
/* 参加活动提示弹窗  */
.activityTs {
    width: 340px;
    height: 306px;
    background: url(http://static.wnssedu.com/images/activityIconPc1.png) no-repeat center center;
    background-size: 340px 306px;
    position: relative;
}

.activityTs > img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 30px;
    cursor: pointer;
}

.activityTs > a {
    font-size: 18px;
    color: #ec1979;
    position: absolute;
    top: 233px;
    left: 118px;
    font-family: "黑体";
}

/*学生端 咨询导师样式 start*/
/*.conaultutorAll{*/
/*	box-sizing: border-box;*/
/*	width: 1200px;*/
/*	min-height: 323px;*/
/*	margin: 0 auto;*/
/*	padding: 50px 0 20px 0;*/
/*	background-color: lightgoldenrodyellow;*/
/*}*/
.guidancecounselor {
    width: 100%;
    /*height: 780px;*/
    min-width: 1200px;
    /*min-height: 500px;*/
    padding: 0 0 25px 0;
    box-sizing: border-box;
    /*background-color: #F4F4F4;*/
}

.conaultutorAll {
    box-sizing: border-box;
    width: 1200px;
    min-height: 323px;
    margin: 0 auto;
    padding: 28px 20px 20px 20px;
    overflow: hidden;
    position: relative;

}

.conaultutorAll ul {
    /*background-color: lightgoldenrodyellow;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.conaultutorAll ul > li {
    width: 10px;
    height: 10px;
    background: #999;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 5px;
}

.liActive {
    background: #2E86D6 !important;
}

.conaultutorAll > .conaultutorList {
    float: left;
    margin-right: 12px;
    margin-left: 12px;
    width: 169px;
    position: relative;
    box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    margin-bottom: 35px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.11);
    border: 1px solid #eee;
}

.conaultutorAll > .conaultutorList:hover .course_list_img {
    transform: scale(1.2);
}

.conaultutorList > .image-box {
    position: relative;
    width: 169px;
    height: 236.6px;
    overflow: hidden;
    border-radius: 3px 3px 0 0
}

.conaultutorList > .image-box img {
    width: 284px;
    height: 164px;
    border-radius: 3px 3px 0 0;
    transition: all 0.8s ease-out;
}

.conaultutorAll > .conaultutorList:nth-child(4n+4) {
    margin-right: 0;
}

.expertLists {
    padding: 8px;
    box-sizing: border-box;
}

/*.expertLists > h4:first-of-type{*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    color: #333333;*/
/*}*/
/*.expertLists > h4:first-of-type i{*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    color: #2E86D6;*/
/*    margin-left: 17px;*/
/*}*/
.expertLists > h4:first-of-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20px;
}
.expertLists > h4:first-of-type > p{
    margin: 0;
    padding: 0;
    line-height: 0;
}
.expertLists > h4:first-of-type > p:first-of-type {
    display: flex;
    align-items: center;
    font-weight: 500;
    justify-content: space-between;
    height: 20px;
    width: 100%;
}
.expertLists > h4:first-of-type > p:first-of-type em{
    font-style:normal;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.expertLists > h4:first-of-type > p:first-of-type i{
        font-size: 14px;
        font-weight: 400;
        color: #666;
        margin-left: 17px;
}
.expertLists > h4:first-of-type > p:last-of-type {
    color: #f0a23a;
    font-size: 16px;
}

.expertLists > h4:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    /*margin: 22px 0 11px 0;*/
    margin: 5px 0 5px 0;
}

.expertLists > h4:nth-child(2) > i:first-of-type {
    margin-right:21px;
}

.expertLists > h4:nth-child(3) {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    /*margin-bottom: 25px;*/
    margin-bottom: 5px;
}

.expertLists > h4:nth-child(4) {
    font-size: 12px;
    font-weight: 400;
    color: #2E86D6;
    /*margin-bottom: 18px;*/
}
.expertLists .expertLists_h5 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.expertLists .expertLists_h5 p{
    width: 70px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background-color: #f8a200;
    font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    margin: 5px 0 0 0;
}
.common_tit_sec_01{
    /*font-size: 24px;*/
    /*font-family: 'Arial Normal', 'Arial', sans-serif;*/
    /*font-weight: 400;*/
    /*font-style: normal;*/
    /*letter-spacing: normal;*/
    /*color: #333333;*/
    /*margin-top: 18px;*/
    /*text-align: center;*/
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.common_tit_sec_01 > div{
    display: flex;
    align-items: center;
}
.common_tit_sec_01 > div img{
    width: 5px;
    height: 19px;
}
.common_tit_sec_01 > div h5{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #303133;
    margin-left: 12px;
}
.common_tit_sec_01 h3{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
}
.common_tit_sec_02{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-align: right;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
    align-items: center;
}
.common_tit_sec_02 span{
    cursor:pointer;
}
.expertLists > h4 i {
    font-style: normal;
    font-size:12px;
}

.banner_btn {
    width: 58px;
    height: 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    border-radius: 5px;
}

.leftBtn {
    left: 60px;
    background: url(http://static.wnssedu.com/images/left_right.png) no-repeat 0 0px;
    background-color: rgba(0, 0, 0, .3);
}

.rightBtn {
    right: 60px;
    background: url(http://static.wnssedu.com/images/left_right.png) no-repeat 0px -120px;
    background-color: rgba(0, 0, 0, .3);
}

/*学生端 咨询导师样式 end*/










