.nav_ver2 {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    padding: 20px 0;
    background: #0088E6;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    /* margin-top: -35px; */
}

.nav_ver2 a {
    color: #fff;
}

.nav_ver2 a:hover {
    color: #fff;
}

.nav_ver2 ul li {
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
}

.nav_ver2 ul li .nav_a {
    display: inline-block;
    width: 70px;
    vertical-align: top;
    text-align: center;
}

.nav_ver2 ul li .nav_a img {
    display: inline-block;
    height: 39px;
    width: auto;
    margin-bottom: 5px;
}

.nav_ver2 ul li .nav_cho {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    max-width: 150px;
}

.nav_ver2 ul li .nav_cho.li_a4 {
    max-width: 300px;
}

.nav_ver2 ul li .nav_cho>a {
    display: inline-block;
    width: 70px;
    text-align: left;
    margin: 10px 0;
}

.main .crgk ._left .crgk_con {
    margin-bottom: 30px;
}

.main .time ._left {
    width: 298px;
}

.main .time ._right {
    width: 900px;
}

.main .time ._left .djs_title {
    font-size: 16px;
}

.main .college {
    margin-top: 30px;
}

.main .college ._left .coloege_list li .college_ch {
    display: flex;
    justify-content: center;
}

.main .college ._left .coloege_list li .college_ch>a {
    width: 33%;
    padding-right: 0;
    text-align: center;
    border-right: 1px solid #ccc;
}

.main .college ._left .coloege_list li .college_ch>a:last-child {
    border-right: 0;
}

.main .college ._left .coloege_list li .college_info {
    padding-top: 19px;
}

.main .college ._left .area_b {
    padding: 18px 20px 10px 20px;
    height: auto;
}

.main .college ._left .area_b ul li {
    line-height: 34px;
    width: 70px;
    text-align: center;
}

.main .crgk ._middle {
    width: 440px;
    margin-right: 0;
}

.main .ck_lmdarea {
    padding: 10px 0;
    height: auto;
}

.main .ck_lmdarea ul li {
    line-height: 34px;
    width: 65px;
    text-align: center;
}

.main_con ._left .ck_lmdarea {
    height: auto;
    padding: 10px 0;
    margin-bottom: 32px;
}


/* 热门专题 */
.ck_rmdiv {
    margin-bottom: 30px;
}

.main .ck_rmdiv .news_title .title_text {
    display: inline-block;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    padding-left: 27px;
    margin-right: 30px;
    background: url(../images/xuesaiPC_v2/ckxw.png) no-repeat left center;
    margin-bottom: 20px;
}

.ck_rmdiv ul {
    display: flex;
    justify-content: center;
}

.ck_rmdiv ul li {
    width: 222px;
    height: 120px;
    margin-right: 20px;
}

.ck_rmdiv ul li img {
    width: 222px;
    height: 120px;
}

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

/* 高起本 */
.ck_xwdiv {
    padding: 20px 0;
    display: flex;
}

.ck_xwdiv .ul_left {
    width: 387px;
    min-height: 431px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    margin-right: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.ck_xwdiv .ul_left:last-child {
    margin-right: 0;
}

.ck_xwdiv .ul_left .news_title {
    position: relative;
}

.ck_xwdiv .ul_left .news_title .title_text {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
}

.ck_xwdiv .ul_left .news_title .tit_a {
    color: #999;
    font-size: 14px;
    margin-right: 20px;
}

.ck_xwdiv .ul_left .news_title .tit_a:hover {
    color: #0088e6;
}

.ck_xwdiv .ul_left .news_title .tit_a.more {
    position: absolute;
    right: 0;
    top: 3px;
    margin-right: 0;
}

.ck_xwdiv .ul_left .news_con .news_right ul li {
    position: relative;
    padding-left: 12px;
    line-height: 35px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ck_xwdiv .ul_left .news_con .news_right ul li .news_a {
    color: #333;
    font-size: 16px;
}

.ck_xwdiv .ul_left .news_con .news_right ul li .news_a:hover {
    color: #0088e6;
}

.ck_xwdiv .ul_left .news_con .news_right ul li:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #ccc;
    border-radius: 50%;
}

.ck_xwdiv .ul_left .news_con .news_right {
    margin-top: 15px;
}


/* 全国热门院校推荐 */
.college_left {
    width: 302px;
    border: 1px solid #EEEEEE;
    padding: 20px 10px;
    margin-top: -40px;
}

.college_left .news_con .news_right ul li {
    position: relative;
    padding-left: 12px;
    line-height: 35px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.college_left .news_con .news_right ul li .news_a {
    color: #333;
    font-size: 16px;
}

.college_left .news_con .news_right ul li .news_a:hover {
    color: #0088e6;
}

.college_left .news_con .news_right ul li:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #ccc;
    border-radius: 50%;
}

.college_left .news_con .news_right {
    margin-top: 15px;
}

.college_left .type_tit {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    color: #0088E6;
    border-left: 2px solid #0088e6;
}

.college_left .school_li {
    margin-top: 15px;
}

.college_left .school_li>a {
    min-width: 74px;
    height: 24px;
    padding: 0 15px;
    background: #24A6FF;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-right: 2px;
}

/* 招生专业修改样式 */
.main .major .major_con {
    width: 856px;
    height: auto;
}

.main .major .major_con .swiper-container {
    height: 407px;
}

.main .major .major_con .major_list li {
    width: 195px;
    height: 112px;
    padding-left: 90px;
    padding-right: 14px;
    line-height: 1.5;
    padding-top: 20px;
    margin-right: 8px;
    margin-bottom: 11px;
}

.main .major .major_con .major_list li .major_img {
    left: 12px;
}

.main .major .major_con .major_list li .major_name {
    margin-bottom: 7px;
}

.main .major .major_con .major_list {
    width: 100%;
}

.main .major .major_con {
    padding: 30px 0 0 25px;
}

.main .major .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 15px;
}


/* 专业推荐 */
.zhuanye_left {
    width: 302px;
    border: 1px solid #EEEEEE;
    padding: 20px 10px;
    margin-top: -40px;
}

.zhuanye_left .news_con .news_right ul li {
    position: relative;
    padding-left: 12px;
    line-height: 35px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}

.zhuanye_left .news_con .news_right ul li a {
    font-size: 12px;
    color: #A0A0A0;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.zhuanye_left .news_con .news_right ul li .news_a {
    color: #333;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-bottom: 5px;
}

.zhuanye_left .news_con .news_right ul li .news_a:hover {
    color: #0088e6;
}

.zhuanye_left .news_con .news_right {
    margin-top: 15px;
}

.zhuanye_left .type_tit {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    color: #0088E6;
    border-left: 2px solid #0088e6;
    position: relative;
}

.zhuanye_left .type_tit .more {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: normal;
    font-size: 14px;
}



/* 热门问答 */
.huida_left {
    width: 302px;
    border: 1px solid #EEEEEE;
    padding: 20px 10px;
}

.huida_left .news_con .news_right ul li {
    position: relative;
    padding-left: 12px;
    line-height: 35px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 17px;
}

.huida_left .news_con .news_right ul li a {
    font-size: 12px;
    color: #666;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.huida_left .news_con .news_right ul li .news_a {
    color: #333;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-bottom: 5px;
    background: url('../images/wh.png') left top 6px no-repeat;
    background-size: 16px auto;
    padding-left: 22px;
    box-sizing: border-box;
}

.huida_left .news_con .news_right ul li .news_a:hover {
    color: #0088e6;
}

.huida_left .news_con .news_right {
    margin-top: 15px;
}

.huida_left .type_tit {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    color: #0088E6;
    border-left: 2px solid #0088e6;
    position: relative;
}


.ck_toutiao {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    background: url('../images/toutiao.png') left top no-repeat;
    background-size: 42px auto;
    padding-left: 50px;
    box-sizing: border-box;
}

.ck_toutiao>a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ck_ttul {
    padding: 10px 0;
}

.ck_ttul>a {
    display: inline-block;
    width: 214px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 1.5;
}

.ck_tjlist {
    padding: 15px 20px;
    box-sizing: border-box;
    background: #F1F9FF;
    position: relative;
}

.ck_tjlist>a {
    display: inline-block;
    width: 70px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 24px;
    color: #0088E6;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 2px;
}

.ck_tjlist>a:nth-child(5n) {
    margin-right: 0;
}

.ck_tjlist>a:hover,
.ck_tjlist>a.act {
    background: #FFFFFF;
    border: 1px solid #B0D5F0;
    border-radius: 4px;
}

._middle .exam-list {
    float: left;
    width: 100%;
    margin-top: 10px;
}

._middle .exam-list li {
    height: 33px;
    line-height: 33px;
    position: relative;
}

._middle .exam-list li:hover a {
    color: #0088e6;
}

._middle .exam-list li .type {
    position: relative;
    float: left;
    width: 70px;
    font-size: 14px;
    color: #999;
}

._middle .exam-list li .type:before {
    position: absolute;
    content: '';
    top: 10px;
    right: 5px;
    width: 1px;
    height: 14px;
    background: #ddd;
}

._middle .exam-list li .txt {
    display: block;
    /* padding:0 40px 0 68px;
    */
    padding: 0 50px 0 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
}

._middle .exam-list li .time {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

._middle .exam-list li .time.now {
    color: #ec1d23;
}


.ck_lm_artlist {
    margin-bottom: 20px;
}

.ck_lm_artlist ul {
    width: 100%;
    margin: 10px 0;
}

.ck_lm_artlist ul li {
    position: relative;
    padding-left: 27px;
    line-height: 35px;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
}

.ck_lm_artlist ul li:after {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -2px;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #ccc;
    border-radius: 50%;
}

.ck_lm_artlist ul li>a {
    float: left;
    width: 600px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ck_lm_artlist ul li span {
    float: right;
    text-align: right;
    font-size: 12px;
    color: #b2b2b2;
}

.ck_lm_artlist .spdet_info {
    width: 100%;
    padding-left: 0px;
    background: none;
    margin-top: 20px;
    font-size: 18px;
}

.ck_lm_artlist .spdet_info>a {
    color: #F65A5A;
    font-weight: bold;
}

.ck_lm_artlist .spdet_info i {
    width: 22px;
    height: 16px;
    display: block;
    background: url('../images/ck_icon6.png') left top no-repeat;
    float: left;
    margin-right: 5px;
    padding-right: 0px;
    background-size: 100% auto;
}

.main_con ._left .hot_major {
    height: auto;
}

.main_con ._left .list_con .list_ul li .list_text .list_tit {
    position: initial;
}

.main_con ._left .list_con .list_ul li .list_text .list_add_decr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    font-size: 12px;
    color: #666666;
}

.main_con ._right .ques .zixun .zixun_con .zixun_item .zixun_p {
    color: #2C93EA;
    padding-left: 25px;
}

.main_con ._right .ques .zixun .zixun_con .zixun_item .ck_rmhd_desc {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
}

.main_con ._right .ques .zixun .zixun_con .zixun_item {
    padding-left: 0;
}

/*热门学校*/
.ck_sch_list {
    display: inline-block;
    vertical-align: top;
    width: 218px;
    margin-right: 35px;
    margin-bottom: 30px;
}

.ck_sch_page .ck_sch_list:nth-child(3n) {
    margin-right: 0;
}

.ck_sch_list .pro {
    font-size: 18px;
    color: #666;
    font-weight: bold;
    margin-bottom: 5px;
}

.ck_sch_list ul li {
    position: relative;
    padding-left: 10px;
    cursor: pointer;
}

.ck_sch_list ul li:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #ccc;
    border-radius: 50%;
}

.ck_sch_list ul li .proname {
    font-size: 16px;
    color: #333;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ck_sch_list ul li:hover .ck_sch_det {
    display: block;
}

.ck_sch_list ul li .ck_sch_det {
    display: none;
    position: absolute;
    width: 220px;
    height: 106px;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(0, 136, 230, 0.3);
    box-sizing: border-box;
    z-index: 2;
}

.ck_sch_list ul li .ck_sch_det .sch_name {
    font-size: 14px;
    color: #333;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
}

.ck_sch_list ul li .ck_sch_det img {
    display: inline-block;
    width: 50px;
    height: auto;
    margin-left: 10px;
}

.ck_sch_list ul li .ck_sch_det>span {
    display: inline-block;
    width: 120px;
    float: right;
}

.ck_sch_list ul li .ck_sch_det>span a {
    display: inline-block;
    font-size: 12px;
    color: #0088E6;
    line-height: 20px;
    margin-top: 5px;
}