@charset "utf-8";
/* CSS Document */
.gwcgal_bj {
    background: #F9F9F8;
}
div,span,h3,h4,li,p {
    word-break: break-all;
}
video {
    background: #000;
}
.gwcgal_bj div {
    box-sizing: border-box;
}

.cgal {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.cgal_nav {
    width: 1200px;
    height: 40px;
    line-height: 40px;
}

.cgal_nav p, .cgal_nav a {
    color: #999;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

.cgal_nav p b, .cgal_nav p a, .cgal_nav p span {
    margin-right: 8px;
}

.cgal .left {
    width: 820px;
    float: left;
}

.cgal .right {
    width: 360px;
    float: right;
    position: relative;
}

.noInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.noInfo img {
    width: 66px;
    height: 66px;
    margin-bottom: 3px;
}
.video-open {
    position: absolute;
    width: 100%;
    height: 190px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*new4.0*/
/* 滚动条轨道样式 */
.search_box ::-webkit-scrollbar {
    width: 1px; /* 设置滚动条宽度 */
}

/* 滚动条滑块样式 */
.search_box ::-webkit-scrollbar-thumb {
    background-color: #000; /* 设置滑块背景颜色 */
    border-radius: 4px; /* 设置滑块圆角 */
}

/* 滚动条轨道hover状态样式 */
.search_box ::-webkit-scrollbar-track:hover {
    background-color: #000; /* 设置轨道hover状态时的背景颜色 */
}

/* 滚动条滑块hover状态样式 */
.search_box ::-webkit-scrollbar-thumb:hover {
    background-color: #000; /* 设置滑块hover状态时的背景颜色 */
}
.search_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.select_list {
    border-radius: 2px;
    width: 130px;
    position: absolute;
    top: 32px;
    height: 160px;
    left: 0;
    background: #fff;
    padding-bottom: 0;
    z-index: 1;
    overflow-y: auto;
    box-shadow: 0px 0px 5px #D1D1D1;
}
.select_list a {
    color: #000000;
    display: block;
    padding: 7px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.select_list a img {
    width: 20px;
    height: 20px;
}
.select_list a:hover {
    background: #FFEBEA;
}
.input_search {
    position: relative;
    width: 339px;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
    border: 1px solid #E8E8E8;
    /*padding: 0 10px;*/
    color: #333333;
    cursor: pointer;
}
.input_search:hover {
    border: 1px solid #F6594E;
}
.input_search .label {
    box-sizing: border-box;
    width: 110px;
    position: absolute;
    background: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    left: 30px;
    top: 0;
    pointer-events: none;
    transition: all 100ms ease-in 0s;
    z-index: 2;
    white-space: nowrap;
    right: 35px;
    color: #999999;
}
.input_search .float_label {
    font-size: 12px;
    width: auto;
    left: 7px;
    top: -16px;
    right: auto;
    color: #F6594E;
    height: 17px;
}
.add_search {
    border: 1px solid #F6594E !important;
}
.searchImg-box {
    width: 30px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input_search input {
    flex: 1;
    height: 30px;
    font-size: 14px;
}
.input_search input::-webkit-input-placeholder {
    color: #999999;
}
.input_search img {
    width: 16px;
    height: 16px;
}
.left_search {
    position: relative;
}

.left_search .label {
    box-sizing: border-box;
    width: 110px;
    position: absolute;
    background: #fff;
    display: block;
    font-size: 14px;
    height: 20px;
    left: 9px;
    padding: 0 4px;
    pointer-events: none;
    top: 7px;
    transition: all 100ms ease-in 0s;
    z-index: 2;
    white-space: nowrap;
    right: 35px;
    color: #999999;
}
.left_search .float_label {
    font-size: 12px;
    width: auto;
    left: 7px;
    top: -9px;
    right: auto;
    color: #F6594E;
    height: 17px;
}
.left_search .select_box {
    box-sizing: border-box;
    padding: 0 10px;
    cursor: pointer;
    width: 130px;
    height: 32px;
    font-size: 14px;
    border: 1px solid #E8E8E8;
    background: #fff;
    line-height: 32px;
}
.left_search .select_input {
    width: 100%;
    height: 100%;
}
.left_search .select_box:hover {
    border: solid 1px #F6594E;
}
.left_search .select_img-box {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 32px;
}
.left_search .select_img {
    z-index: 2;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    right: 6px;
    background-image: url("/static/images/new_icon/new_down.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
.left_search .select_imgClose {
    background-image: url("/static/images/new_icon/new_close2.png") !important;
    width: 16px;
    height: 16px;
    top: 8px;
    /*right: 10px;*/
    cursor: pointer;
}

.left_top {
    width: 820px;
    height: 233px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.gw_xx {
    width: 820px;
    height: 85px;
    background: #f6594e;
    border-bottom: 1px solid #fff;
    padding-top: 30px;
}

.gw_xx2 {
    width: 820px;
    height: 116px;
    border-top: 1px solid #f6594e;
    background: #fff;
}

.gw_xx .top {
    width: 554px;
    height: 85px;
    margin-left: 266px;
}

.gw_xx .top h2 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    margin-right: 18px;
    vertical-align: middle;
}

.gw_xx .top p {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.gw_xx .top em {
    width: 14px;
    height: 20px;
    background: url(../images/gwxx_xb.png) no-repeat;
    display: inline-block;
    margin-right: 22px;
    vertical-align: middle;
}

.gw_xx .top a {
    width: 92px;
    height: 28px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    background: url(../images/gwxx_btn.png) no-repeat;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

.gw_xx .top a:hover {
    background: url(../images/gwxx_btnh.png) no-repeat;
    color: #f6594e;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in 0s;
}

.gwms {
    margin-top: 15px;
}

.gwms i {
    padding: 0 5px 0;
}

.gw_xx2 p {
    color: #333;
    font-size: 14px;
    margin-left: 266px;
    margin-top: 24px;
    width: 530px;
    height: 77px;
    overflow: hidden;
}

.left_top img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.left_top .gw_txtu {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 40px;
}

.t_nav {
    width: 820px;
    height: 60px;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.t_nav p {
    color: #333;
    font-size: 16px;
    padding: 0 28px;
    height: 59px;
    border-bottom: 4px solid #e5e5e5;
    text-align: center;
    line-height: 56px;
    display: inline-block;
    cursor: pointer;
}

.t_nav p span {
    color: #999;
    font-size: 14px;
    padding-left: 4px;
}

.t_nav p a {
    color: #333;
}

.t_nav .active a {
    color: #f6594e;
}

.t_nav .active {
    color: #f6594e;
    border-bottom: 4px solid #f6594e;
}

.t_nav .active span {
    color: #f6594e;
}

.t_content {
    width: 820px;
    background: #fff;
    padding: 27px 30px 40px 40px;
    padding-bottom: 40px;
    overflow: hidden;
    padding-bottom: 0px;
}

.t_off .top {
    width: 238px;
    height: 339px;
    position: relative;
    overflow: hidden;
}

.t_off .top img {
    transition: all 0.9s;
    width: 238px;
}

.t_off .top p .em1 {
    width: 32px;
    height: 28px;
    background: url(/static/images/school/gwxx_p1.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.t_off .top p span {
    color: #fff;
    font-size: 14px;
    background: url(/static/images/school/gwxx_p2.png) repeat-x;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 28px;
    line-height: 28px;
}

.t_off .top p .em2 {
    width: 8px;
    height: 28px;
    background: url(/static/images/school/gwxx_p3.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.t_off .top p {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.t_off .bottom {
    width: 223px;
    height: 80px;
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    border-top: 1px solid #eee;
    padding-left: 15px;
    padding-top: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.t_content .t_off {
    width: 238px;
    height: 436px;
    border: 1px solid #eee;
    float: left;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.t_content .t_off:hover {
    background: #eee;
    transition: all 0.3s ease-in 0s;
}

.t_content .t_off:hover img {
    transform: scale(1.1);
}

.page_tur {
    width: 750px;
    height: 36px;
    text-align: center;
    margin-top: 20px;
    float: left;
}

.page_tur span {
    width: 34px;
    height: 34px;
    color: #333;
    text-align: center;
    line-height: 34px;
    border: 1px solid #efefef;
    display: inline-block;
    cursor: pointer;
}

.page_tur .active {
    background: #f6594e;
    color: #fff;
}

/*gwjs*/
.grjs_ct_content {
    width: 820px;
    background: #fff;
}

.grjs_c {
    width: 820px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.grjs_c a {
    cursor: pointer;
}

.grjs_c a:hover h5 {
    color: #f6594e;
    transition: all 0.3s ease-in 0s;
}

.grjs_c .grjs_cl {
    float: left;
    padding-top: 44px;
    padding-left: 40px;
}

.grjs_c .grjs_cl h4 {
    color: #999;
}

.grjs_c .grjs_cr {
    width: 590px;
    float: left;
    padding-left: 40px;
}

.grjs_c .grjs_cr div {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.grjs_cr_style2 div {
    width: 85%;
    margin: 0 auto;
}

.grjs_cr_style2 div img {
    transition: all 0.9s;
}

.grjs_cr_style2 div img:hover {
    transform: scale(1.1);
}

.grjs_c .grjs_cr div:hover h5 {
    display: block;
}

.grjs_c .grjs_cr div:hover h3 {
    display: block;
}

.grjs_c .grjs_cr div h5 {
    width: 100%;
    height: 40px;
    background: #292425;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.grjs_c .grjs_cr div h3 {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    display: none;
}

.grjs_c .grjs_cr p {
    color: #333;
    line-height: 28px;
    padding: 40px 20px 40px 0;
}

.grjs_c .grjs_cr2 {
    width: 650px;
    padding-top: 40px;
}

/*xypj*/
.xypj {
    width: 70px;
    height: 70px;
    background: url(../images/xypj_ico.png) no-repeat;
}

.xypj_n {
    color: #333;
    font-weight: bold;
    padding-top: 30px;
}

.grjs_c .grjs_cr .xypj_p {
    padding-top: 18px;
}

/*zjsd*/
.zjsd_t {
    width: 740px;
    height: 41px;
    padding-top: 30px;
}

.zjsd_t h5 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.zjsd_t h5:hover {
    color: #f6594e;
    transition: all 220ms;
}

.zjsd_t span {
    float: right;
    color: #999;
    font-size: 14px;
    vertical-align: middle;
}

.zjsd_t span em {
    width: 21px;
    height: 14px;
    background: url(../images/zjsd_s.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.zjsd_b {
    width: 740px;
    padding-bottom: 10px;
}

.zjsd_b p {
    color: #818181;
    font-size: 14px;
    line-height: 29px;
    padding-bottom: 23px;
}

.zjsd_b p {
    width: 100%;
    height: 300px;
    position: relative;
    line-height: 20px;
    max-height: 20px;
    overflow: hidden;
}

.zjsd_b p::after {
    content: "...";
    position: absolute;
    bottom: 2px;
    right: 10px;
    padding-left: 4px;
    background: -webkit-linear-gradient(left, transparent, #fff 0%);
    background: -o-linear-gradient(right, transparent, #fff 0%);
    background: -moz-linear-gradient(right, transparent, #fff 0%);
    background: linear-gradient(to right, transparent, #fff 0%);
}

/*grsp*/
.grsp_d {
    width: 358px;
    height: 450px;
    border: 1px solid #eee;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.grsp_d:hover {
    background: #eee;
    transition: all 0.3s ease-in 0s;
}

.grsp_d .sp {
    width: 358px;
    height: 230px;
    overflow: hidden;
}

.grsp_d .sp img {
    transition: all 0.9s;
}

.grsp_d .sp img:hover {
    transform: scale(1.1);
}

.grsp_d h3 {
    color: #333;
    font-size: 16px;
    padding-left: 9px;
    height: 50px;
    line-height: 50px;
}

.grsp_xx {
    width: 358px;
    height: 34px;
    border-bottom: 1px solid #eee;
}

.grsp_xx .p1 {
    width: 275px;
    height: 34px;
    float: left;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.grsp_xx .p1 span {
    margin-right: 5px;
}

.grsp_xx .p1 span i {
    color: #999;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    background: url(../images/zjsdi1.png) repeat-x;
    vertical-align: middle;
}

.grsp_xx .p1 span .e1 {
    width: 5px;
    height: 24px;
    background: url(../images/zjsde1.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.grsp_xx .p1 span .e2 {
    width: 5px;
    height: 24px;
    background: url(../images/zjsde2.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.grsp_xx .p2 {
    width: 69px;
    height: 32px;
    padding-top: 2px;
    float: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.grsp_xx .p2 em {
    width: 21px;
    height: 14px;
    background: url(../images/zjsd_s.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    vertical-align: middle;
}

.grsp_xx .p2 span {
    vertical-align: middle;
    color: #999;
    font-size: 14px;
}

.grsp_spt {
    width: 338px;
    height: 113px;
    padding: 10px;
    overflow: hidden;
}

.grsp_spt p {
    color: #818181;
    font-size: 14px;
    line-height: 26px;
}

/*视频*/
.news_bj {
    background: #f9f9f9;
}

.news_c {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 60px;
}

.news_c .left {
    width: 820px;
    float: left;
}

.news_c .right {
    width: 360px;
    float: right;
}

/*新详情4.0*/
.school_swiper {
    position:relative;
    height: 317px;
}
.school_swiper_img .swiper-slide img {
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
}
.school_swiper .swiper-button-prev {
    position:absolute;
    top: 50%;
    margin-top: -34px;
    left: 0;
    width: 38px;
    height: 68px;
    background: rgb(134, 134, 134,0.53);
    border-radius: 0px 8px 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.school_swiper .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position:absolute;
    top: 50%;
    right: 0;
    margin-top: -34px;
    width: 38px;
    height: 68px;
    background: rgb(134, 134, 134,0.53);
    border-radius: 8px 0px 0px 8px;
}
.school_swiper .school_swiper_pag {
    height: 28px;
    position: absolute;
    right: 36px;
    bottom: 70px;
    border-radius: 30px;
    display: flex;
    border: 1px solid #979797;
    background: rgb(44,44,44,0.71);
}
.school_swiper .school_swiper_pag div {
    font-size: 12px;
    cursor: pointer;
    line-height: 28px;
    text-align: center;
}
.school_swiper .school_swiper_pag #swiper_imgBtn {
    width: 76px;
    background: #EAEAEA;
    border-right: 1px solid;
    border-radius: 30px;
    border: 0;
}
.school_swiper .school_swiper_pag #swiper_videoBtn {
    width: 60px;
    color: #ffffff;
    font-weight: 400;
}
.school_swiper .school_swiper_pag #swiper_videoBtn1 {
    width: 76px;
    background: #EAEAEA;
    border-right: 1px solid;
    border-radius: 30px;
    border: 0;
}
.school_swiper .school_swiper_pag #swiper_imgBtn1 {
    width: 60px;
    padding-left: 3px;
    width: 60px;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: 400;
}
.school_message {
    position: relative;
    box-sizing: border-box;
    width: 778px;
    min-height: 130px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 25px 25px 22px 25px;
    margin: auto;
    margin-top: -60px;
    z-index: 1;
}
.school_message .school_message_l {
    display: flex;
    flex: 1;
}
.school_message .school_message_l .img-wrapper {
    width: 84px;
    height: 84px;
    border: 1px solid #E8E8E8;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.school_message .school_message_l .img-wrapper .l_img {
    width: 60%;
    height: 60%;
    object-fit: contain;
    display: block;
}
.school_message .school_message_l-info {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}
.school_message .school_message_l-info a {
    width: 24px;
    height: 24px;
    background: #F4F4F4;
    border-radius: 4px;
    display: inline-block;
    margin-right: 18px;
    text-align: center;
}
.school_message .school_message_l-info img {
    width: 16px;
    height: 16px;
    margin-top: 4px;
}
.school_message .school_message_l-info span{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-right: 14px;
}
.school_message_copy {
    position: absolute;
    top: 0px;
    left: 50%;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.school_message .school_message_l-name {
    margin-bottom: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    font-size: 14px;
    word-break: break-all;
}
.school_message .school_message_l-adr {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.school_message .school_message_l-adr img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.school_message .school_message_r {
    display: flex;
    align-items: center;
}
.school_message .school_message_r .nav_box {
    margin-left: 30px;
    text-align: center;
}
.school_message .school_message_r .nav_box div:nth-child(1) {
    font-size: 24px;
    font-family: JDZhengHT-EN, JDZhengHT-EN;
    font-weight: 400;
    color: #EBCC70;
    line-height: 29px;
}
.school_message .school_message_r .nav_box div:nth-child(2) {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
}
.school_message_nav {
    font-size: 18px;
    width: 778px;
    margin: auto;
    margin-top: 23px;
    display: flex;
    line-height: 40px;
    color: #333333;
    height: 40px;
    box-shadow: 0px 1px 0px 0px #E8E8E8;
}
.school_message_nav div {
    font-weight: 600;
    width: 170px;
    text-align: center;
    cursor: pointer;
}
.school_message_nav .nav_act {
    color: #ffffff;
    background: #13193E;
    border-radius: 4px 4px 0px 0px;
}
.school_message_intr {
    padding: 30px ;
    box-sizing: border-box;
}
.message_actTit {
    color: #333333;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 16px;
}
.message_actTit .box {
    width: 2px;
    height: 15px;
    background: #F6584F;
    margin-right: 8px;
}
.message_intro {
    /*word-break: break-word;*/
    padding-left: 10px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 400;
}
.message_intro_box {
    background: #F4F4F4;
    border-radius: 4px;
    margin-left: 10px;
    padding: 20px 15px;
}
.message_intro_box .nav {
    display: flex;
    flex-wrap: wrap;
}
.message_intro_box .msg {
    display: none;
    padding-left: 5px;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    font-weight: 400;
}
.message_intro_box .nav div {
    width: 78px;
    height: 26px;
    background: #ffffff;
    border-radius: 4px;
    color: #666666;
    text-align: center;
    line-height: 26px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 400;
}
.message_intro_box .nav .active {
    color: #ffffff;
    background: #EC726C;
}
.school_message_more {
    padding-left: 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    margin-bottom: 31px;
}
.school_message_more div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 74px;
    background: #F4F4F4;
    border-radius: 4px;
    margin-right: 13px;
    margin-bottom: 19px;
    padding: 12px;
}
.school_message_more div a {
    display: block;
    font-size: 21px;
    font-family: JDZhengHT-EN, JDZhengHT-EN;
    font-weight: 600;
    color: #333333;
    line-height: 27px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.school_message_more div p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}
.school_con {
    padding: 0 20px;
    margin-top: 1px;
    padding-bottom: 1px;
}
.school_intro {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 12px;
    cursor: pointer;
    /*text-overflow: -o-ellipsis-lastline;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}
.school_intro::before {
    content: '';
    float: right;
    width: 0px;
    height: 100%;
    margin-bottom: -25px;
}
.overflowtext-btn {
    float: right;
    clear: both;
    color: #f00;
    margin-left: 10px;
}
.school_tab {
    height: 54px;
    background: #F8F8F8;
    border-radius: 0px 0px 4px 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.school_tab li {
    cursor: pointer;
    width: 64px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 4px;
    color: #666666;
    background: #E8E8E8;
    margin-left: 20px;
}
.school_tab .active {
    background: #EC726C;
    color: #FFFFFF;
}
.school_tab_con {
    display: none;
    margin-top: 15px;
}
.school_tab_con .tab_con_tit {
    font-weight: bold;
}
.school_tab_con .tab_con_intro {
    color: #666;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    /*text-overflow: -o-ellipsis-lastline;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;

}
.school_tab_con .tab_con_intro::before {
    content: '';
    float: right;
    width: 0px;
    height: 100%;
    margin-bottom: -25px;
}
.school_tab_con .overflowtext-btn {
    float: right;
    clear: both;
    color: #f00;
    margin-left: 10px;
}
.school_tab_con .tab_con_more {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
}
.school_tab_con .tab_con_more li {
    width: 330px;
    margin-bottom: 10px;
    box-shadow: 0px 1px 0px 0px #E8E8E8;
    display: flex;
    justify-content: space-between;
    /*margin-right: 69px;*/
    font-family: PingFangSC, PingFang SC;
    padding-bottom: 10px;
}
/*.school_tab_con .tab_con_more li:nth-child(2n) {*/
/*    margin-right: 0;*/
/*}*/
.school_tab_con .tab_con_more li div:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    flex: 1;
    text-align: end;
    word-break: break-all;
}
.school_tab_con .tab_con_more li .tit{
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    line-height: 28px;
    margin-right: 5px;
    /*flex: 1;*/
}
.school_tab_con .tab_con_more li .more_intro {
    -webkit-line-clamp: 4;
    max-height: 104px;
}


/*new专业4.0*/
.profession_message {
    width: 90%;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    margin: auto;
    margin-top: -30px;
}
.profession_message .profession_message_l {
    display: flex;

}

.profession_message .profession_message_l-info {
    margin-bottom: 5px;
}

.profession_message .profession_message_l-name {
    margin-bottom: 5px;
}
.profession_message .profession_message_r {


}
.profession_message .profession_message_r img {
    width: 80px;
    height: 50px;
    border: 1px solid;
    margin-right: 15px;
    display: block;
}
.profession_message .profession_message_r span{
    font-size: 14px;
}
.profession_message .profession_message_r span:nth-child(1){
    margin-right: 4px;
    font-size: 20px;
}
.profession_intro {
    line-height: 26px;
    color: #666666;
    margin-bottom: 20px;
}

.school_prof {
    padding: 30px 20px;
}
.school_prof .school_prof_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.school_prof_list {
    margin-top: 16px;
}
.school_prof_list .list_tit {
    display: flex;
    align-items: center;
    min-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    padding: 0 10px;
    box-shadow: 0px 1px 0px 0px #E8E8E8;
}
.school_prof_list .name {
    width: 370px;
    display: flex;
    align-items: center;
}
.school_prof_list .sys {
    width: 78px;
}
.school_prof_list .term {
    width: 103px;
}
.school_prof_list .time {
    width: 124px;
    text-align: center;
}
.school_prof_list .fee {
    text-align: end;
    width: 124px;
}
.school_prof_list li {
    color: #333333;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    box-shadow: 0px 1px 0px 0px #E8E8E8;
}
.school_prof_list ul .li_box {
    display: block;
    box-sizing: border-box;
}
.school_prof_list .li_box:nth-child(2n) {
    background: #f8f8f8;
}
.school_prof_list li p:nth-child(1) {
    max-width: 310px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}
.school_prof_list li p:nth-child(2) {
    width: 20px;
    height: 20px;
    background: linear-gradient(311deg, #F1DADA 0%, #FFF1F1 100%);
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
    color: #805B58;
    font-size: 12px;
    margin: 0 10px;
}
.info_input_search {
    margin-right: 20px;
}
.fenlei {
    width: 100%;
    background: #fff;
    padding: 0 20px 20px 40px;
    margin-bottom: 10px;
    margin-top: -9px;
    box-sizing: border-box;
}

/*详情页*/
.detail_message .detail_message_l {
    flex: 1;
}
.detail_message .detail_message_l div {
    display: flex;
    align-items: center;
}
.detail_message .detail_message_l div:nth-child(1) h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}
.detail_message .detail_message_l div:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 6px 0 13px 0;
    line-height: 20px;
    word-break: break-all;
}
.detail_message .detail_message_l div:nth-child(3) p{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.detail_message .detail_message_l a {
    width: 24px;
    height: 24px;
    background: #F4F4F4;
    border-radius: 4px;
    display: inline-block;
    margin-right: 18px;
    text-align: center;
    margin-left: 10px;
}
.detail_message .detail_message_l a img {
    width: 16px;
    height: 16px;
    margin-top: 4px;
}
.detail_message .detail_message_r {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 1px solid #E8E8E8;
    margin-left: 20px;
}
.zixun {
    width: 360px;
    background: #fff;
}

.bowen {
    width: 790px;
    background: #fff;
}

.bowen_on {
    width: 744px;
    height: 185px;
    border-bottom: 1px solid #eee;
    margin: 0 auto;
}

.bowen_on .left {
    width: 221px;
    height: 164px;
    float: left;
    margin-right: 30px;
    padding-top: 20px;
}

.bowen_on .right {
    width: 490px;
    height: 164px;
    float: left;
    padding-top: 20px;
    position: relative;
}

.bowen_on .right h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.bowen_on .right p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.kanmao {
    width: 150px;
    height: 25px;
    background: url(../images/kan.gif) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}

.kanmao span {
    color: #999;
    font-size: 14px;
    position: absolute;
}

.kanmao .s1 {
    width: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 1px;
    left: 25px;
}

.kanmao .s2 {
    top: 4px;
    left: 115px;
}

.kanmaobb {
    width: 490px;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 17px;
}

.kanmaobb a {
    color: #f6594e;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.zixun_top {
    border-top: 4px solid #ffb81e;
}

.zixum_bt {
    width: 321px;
    height: 40px;
    border-bottom: 1px solid #eee;
    margin: 0 auto;
    position: relative;
}

.zixum_bt h4 {
    color: #333;
    font-size: 16px;
    border-left: 3px solid #ffb81e;
    height: 16px;
    line-height: 16px;
    position: absolute;
    left: 0;
    top: 12px;
    padding-left: 6px;
}

.zixum_bt a {
    color: #f6594e;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 0;
}

.bowzz {
    padding-top: 15px;
    padding-bottom: 15px;
}

.bowzz li {
    padding-left: 30px;
}

.bowzz li p {
    position: relative;
    width: 315px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bowzz li p em {
    width: 6px;
    height: 6px;
    background: url(../images/zi_dian.png) no-repeat;
    position: absolute;
    top: 15px;
    left: -11px;
}

.bowzz li p a {
    color: #333;
    font-size: 14px;
}

.bowzz li p .ewai {
    color: #999;
    font-size: 12px;
}

.bowzz li {
    line-height: 36px;
}

.si_btns {
    width: 360px;
    height: 122px;
    position: relative;
}

.si_btns a {
    width: 175px;
    height: 56px;
    position: absolute;
}

.si_btns .a1 {
    top: 0;
    left: 0;
}

.si_btns .a2 {
    top: 0;
    right: 0;
}

.si_btns .a3 {
    bottom: 0;
    left: 0;
}

.si_btns .a4 {
    bottom: 0;
    right: 0;
}

.zixunmb {
    margin-bottom: 18px;
}

.bowzz li p span {
    color: #999;
    font-size: 12px;
    position: absolute;
}

.shen1 {
    top: 0;
    left: 0;
}

.shen2 {
    top: 0;
    right: 0;
}

.wendang_d {
    width: 1200px;
    height: 37px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.fan_ye {
    width: 440px;
    height: 37px;
    margin-left: 190px;
}

.fan_ye a {
    color: #666;
    font-size: 12px;
    width: 35px;
    height: 35px;
    border: 1px solid #eee;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}

.fan_ye .active {
    background: #ff6e64;
    color: #fff;
}

.kanmao a {
    color: #999;
    font-size: 14px;
    position: absolute;
}

.shipin_left {
    background: #fff;
    padding-bottom: 50px;
}

.sp_ltop {
    height: 127px;
}

.sp_ltop h3 {
    color: #333;
    font-size: 28px;
    text-align: center;
    padding-top: 33px;
    margin-bottom: 25px;
}

.sp_ltop p {
    color: #999;
    font-size: 16px;
    text-align: center;
}

.sp_ltop p span {
    padding-left: 15px;
    padding-right: 15px;
}

.sp_ltop p span em {
    width: 20px;
    height: 15px;
    background: url(../images/emc1.png) no-repeat;
    display: inline-block;
    position: relative;
    top: 1px;
}

.sp_lxzj {
    width: 700px;
    height: 213px;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    margin: 0 auto 20px;
    position: relative;
}

.sp_lxzj_top {
    width: 652px;
    height: 152px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 auto;
    position: relative;
}

.banner-message.recommend-bottom, .banner-message.form-bottom { width: 700px; height: 200px; margin-left: 20px; margin-top: -10px; position: relative; }
.banner-message.recommend-bottom .message-item { width: 330px; }
.banner-message.recommend-bottom .message-item:last-child { margin-left: 40px; }
.banner-message.recommend-bottom .message-item-title, .banner-message.form-bottom .message-item-title { margin-bottom: 10px; color: #7E7E7E; font-size: 16px; padding: 10px 0 10px 15px; border-bottom: 1px solid #EFEFEF; font-weight: bold; position: relative; }
.banner-message.recommend-bottom .message-item .message-item-content p { line-height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-right: 0px; color: #818181; }
.banner-message.recommend-bottom .message-item .message-item-content p a { color: inherit; }
.banner-message.recommend-bottom .message-item-title::after, .banner-message.form-bottom .message-item-title::after { content: ''; width: 2px; height: 15px; background-color: #F65A4E; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }

.cgal .left .banner-message.recommend-bottom.shool-bottom { margin-top: 14px; width: 820px; height: 220px; background-color: #fff; border-top: 4px solid #f46157; margin-left: 0px; }
.left .success-table .banner-message.form-bottom { height: 180px; }
.left .banner-message.recommend-bottom.shool-bottom .message-item-title { padding-left: 24px; }
.left .banner-message.recommend-bottom.shool-bottom .message-item-title::after {left: 14px; }
.left .banner-message.recommend-bottom.shool-bottom .message-item { margin-left: 24px; width: 384px; }
.cgal .left .banner-message.recommend-bottom.shool-bottom.question-bottom { border-top-style: none; margin-top: 0px; }
.left .banner-message.recommend-bottom.shool-bottom .message-item .message-item-content p { line-height: 30px; }

