﻿/* 750宽度为标准 */
/* 大于1024px设备（非移动设备） */
@media screen and (min-width: 1025px) {
    [class^="m_"],.exam-information,.m_none,#yxz-djs{
        display: none !important;
    }
}



/*手机响应式代码*/
@media screen and (max-width:1025px) {
    .new-head,.botHeader,.zg-nav,.lm_gonggao,.kjyc_fc,.gnlm-first,.zg-footer,.lm_footer,.com_ad,.gnlm-right,.pc_none,.list_none,#float-right,#fixed_left,#img{
        display: none;
    }
    
    /* .m_none{
        display: block;
    } */
    * {
		box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
	}
	input{
		outline: none;
		border: none;
		background-color: transparent;
	}
    .m_who {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	
	.m_bg{
		margin: 0.533333rem 0;
		height: 0.266666rem;
		background:linear-gradient(#f8f8f8, #fff) no-repeat center;
	}

    .m_bj{
		margin: .4rem 0 .4rem;
		height: 0.2rem;
		background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#fff)) no-repeat center;
		background: linear-gradient(#f8f8f8, #fff) no-repeat center;
	}

    .wrapper,.list_con1 {
        width: 100% !important;
    }


    /* header common start*/
	.m_header {
		padding: 0.266666rem;
		display: flex;
		height: 1.6rem;
		justify-content: space-between;
		align-items: center;
	}
	
	.m_header h2 {
	    font-size: 0.453333rem;
	    font-weight: 600;
	    margin-right: 2rem;
	}
	
	.m_header_logo {
		width: 6.6rem;
		height: 1rem;
	}

	.m_header_logo img {
		width: 100%;
		height: 100%;
	}

	.m_header_menu {
		color: #37a0f4;
        border-radius: .666667rem;
        width: .8rem;
        height: .8rem;
        background: url(../images/icon-btn-schools.png) no-repeat center center;
        background-size: 0.5rem;
	}

    
    .m_menu {
        position: relative;
        z-index: 99;
    }
    
    .m_menu_box {
        display: none;
        position: absolute;
        background: white;
        box-shadow: 0 0 .053333rem .053333rem #f7f7f7;
        text-align: center;
        width: 1.6rem;
        left: .026667rem;
        top: .666667rem;
        height: 8rem;
        overflow: auto;
    }
    
    .m_menu>span {
        font-size: .4rem;
        color: #989898;
        display: inline-block;
        border-radius: .08rem;
        padding: 0 .613333rem .04rem .266667rem;
        background: #f3f3f3 url(../images/xl.png) no-repeat 1.2rem center;
    }
    
    .m_menu_box a {
        display: inline-block;
        font-size: .373333rem;
        line-height: .833333rem;
        width: 100%;
    }
    
    .m_menu_box.on {
        display: block !important;
    }


    .m_wxchat {
        display: flex;
        padding: .533333rem .266667rem 0;
        justify-content: space-around;
    }
    
    .m_wxchat a {
        width: 45%;
        height: auto;
    }
    
    .m_wxchat img {
        width: 100%;
        border-radius: .133333rem;
        height: auto;
        box-shadow: 0 0 .08rem .053333rem rgb(245 245 245 / .8);
    }

    .m_nav {
		position: relative;
		width: 100%;
		overflow-x: auto;
        overflow-y: hidden;
		box-shadow: 0px .16rem .213333rem 0px rgba(0, 0, 0, 0.08);
	}

	.m_nav ul {
		display: flex;
		white-space: nowrap;
		align-items: center;
		height: 1.013333rem;
	}

	.m_nav ul li {
		padding: 0 0.266666rem;
		position: relative;
	}

	.m_nav ul li a {
		font-size: 0.4rem;
		color: #173146;
		font-family: PingFangSC;
	}

	.m_nav ul li.on::after {
		content: '';
		position: absolute;
		bottom: -10px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 15px;
		height: 3px;
		border-radius: 80px;
		background: linear-gradient(-90deg, #313a97, #3865d0) no-repeat center;
	}


    /* 头部导航页 */
.m_head_nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    z-index: 9999;
    overflow-y: scroll;
    background-color: white;
    opacity: 0;
    transition: .2s;
}

.m_head_nav.on {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 1;
    transition: .2s;
}

.m_head_nav>.m_head_nav_head {
    display: flex;
    align-items: center;
    padding: 0.266666rem;
    height: 1.333333rem;
    border-bottom: 0.026666rem solid #ddd;
}

.m_head_nav>.m_head_nav_head>img {
    width: 0.4rem;
    height: 0.4rem;
}

.m_head_nav>.m_head_nav_head>span {
    width: 100%;
    text-align: center;
    font-size: 0.4rem;
    color: #333;
}

.m_head_nav_tit {
    background-color: #F3F3F3;
    height: 0.8rem;
    width: 100%;
    color: #333;
    line-height: 0.8rem;
    padding-left: .533333rem;
    font-size: 0.346666rem !important;
}

.m_head_nav_con {
    background-color: white;
    padding: 0.533333rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.m_head_nav_con>a {
    display: inline-block;
    width: 28%;
    height: 0.746666rem;
    line-height: 0.746666rem;
    font-size: 0.32rem;
    color: #666;
    margin: 0.16rem 0.08rem;
    border: 1px solid #ddd;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



/* banner start */
.m_banner {
    margin: 0.4rem;
    width: 9.2rem;
    height: 4.613333rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.133333rem;
}

.swiper-slide.m_slide img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}



.swiper-container.m_c1_banner {
    position: relative;
    width: 9.2rem;
    height: 4.613333rem;
    margin-top: 0;
}

span.swiper-pagination-switch.swiper-visible-switch.swiper-active-switch {
    background: #fff;
    transition: all .3s;
    width: 0.4rem;
}
    
.m_nav_son>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.m_nav_son>ul>li {
    width: 25%;
    text-align: center;
    margin-top: 0.4rem;
}

.m_nav_son>ul>li img {
    width: 1.066666rem;
    height: 1.066666rem;
}

.m_nav_son>ul>li p {
    font-size: 0.32rem;
    color: #464646;
    margin-top: 0.133333rem;
}
.m_time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ecf3ff;
    margin: 0.4rem;
    padding: 0.266666rem;
    border-radius: 0.266666rem;
    font-size: 0.32rem;
}

.m_time span {
    display: inline-block;
    padding: 0.053333rem 0.133333rem;
    background: #ff6816;
    border-radius: 0.133333rem;
    color: white;
    margin: 0 0.133333rem;
}

.m_time p {
    padding-left: 0.533333rem;
    background: url(../images/m_time.png) no-repeat left center;
    background-size: 0.4rem;
    white-space: nowrap;
}

.m_time .kf_alert {
    background: #4882ff;
    color: white;
    border-radius: 0.266666rem;
    padding: 0.08rem 0.186666rem;
    white-space: nowrap;
}



.pd_lis,.pd_lis2 {
    padding: 0 3.5%;
	font-family: PingFangSC;
}

.pd_lis li {
    padding: 2% 0;
    border-top: 1px dashed #E0E0E0;
}

.pd_lis2 li {
    padding: 5.8% 0 5%;
    border-top: 1px solid #e4e4e4;
}

.pd_lis li:first-child {
    border-top: none;
}

.pd_lis a {
    font-size: .373333rem;
    line-height: 0.746666rem;
    color: #333;
    display: inline-block;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pd_lis .m_hot_list_tag{
    border: 1px solid #b7b7b7;
    color: #b7b7b7;
    margin-right: .266667rem;
    font-size: .32rem;
    padding: .053333rem .133333rem;
    border-radius: .053333rem;
}

.pd_lis .m_hot_list_time{
    color: #b7b7b7;
    font-size: .32rem;
}

.m_hot_list li{
    border-top: none;
}

.m_hot_list a{
    font-size: .4rem;
    width: 100%;
    margin-bottom: .133333rem;
}

.m_hot_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 .266667rem;
}

.m_hot_tit img {
    width: 3.2rem;
}

.m_more a {
    font-size: .32rem;
    color: #989898;
}

/* .pd_lis span {
    font-size: 0.346666rem;
    line-height: 0.693333rem;
    color: #999;
} */


.m_wsbm{
    padding: .266667rem;
}
.m_wsbm img{
    width: 100%;
    height: 2.666667rem;
    border-radius: .133333rem;
}



.articles .project-list {
    padding: 0 0.266666rem;
}

.articles .project-list .tab+.tab {
    margin-top: .2rem;
}
.articles .project-list .tab {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.articles .tab .left .article-image {
    width: 3.333333rem;
    height: 2.266666rem;
    border-radius: .1rem;
}

.articles .tab .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0.293333rem;
    padding-bottom: 0.053333rem;
    height: 2.213333rem;
}
.articles .tab .right .article-tit {
    overflow: hidden;
    margin-top: -.08rem;
    line-height: 0.746666rem;
    height: 1.493333rem;
    font-size: .28rem;
    color: #333;
    width: 100%;
}
.articles .tab .right .article-tit a{  
    color: #333;
    font-size: 0.373333rem;
	font-family: PingFangSC;
}

.articles .tab .right .article-tit .article-classification {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.186666rem;
    color: #ff8c05;
    border: 1px #ff8c05 solid;
    margin-right: 0.186666rem;
    height: 0.42rem;
    line-height: 0.42rem;
    font-size: 0.32rem;
    border-radius: .04rem;
    background-color: rgba(251, 153, 38, 0.05);
}

.articles .tab .right .part-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.articles .tab .right .part-info .reading-number {
    padding-left: 0.586666rem;
    color: #d6d6d6;
    font-size: 0.32rem;
    background: url(../images/icon-look.png) no-repeat left center / 0.4rem 0.24rem;
}

.articles .tab .right .part-info .release-time {
    color: #d6d6d6;
    font-size: .32rem;
}



.tit-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .2rem;
    width: 100%;
}

.tit-box .tit {
    position: relative;
    padding-left: 0.346666rem;
    font-size: 0.4rem;
}

.tit-box .tit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.08rem;
    height: 0.32rem;
    background-color: #2F90F2;
    border-radius: 30px;
}
.tit-box .btn-more {
    padding: 0rem 0.24rem 0.106666rem 0.133333rem;
    color: #999;
    font-size: 0.32rem;
}

.scrollX-wrapper {
    overflow: hidden;
    height: .8rem;
    -webkit-overflow-scrolling: touch;
}

.scrollX-wrapper .scrollX-box {
    overflow-x: auto;
    padding: 0 .5rem .5rem .5rem;
    font-size: 0;
    white-space: nowrap;
}

.scrollX-wrapper .scrollX-box .scrollX-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    padding-bottom: .18rem;
    font-size: 1.5rem;
}

.scrollX-wrapper .scrollX-box .scrollX-item+.scrollX-item {
    margin-left: .5rem;
}

.scrollX-wrapper .scrollX-box .scrollX-item.on {
    font-size: .38rem;
}

.scrollX-wrapper2 {
    margin: 0.2rem;
    height: 1rem;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.scrollX-wrapper2 .scrollX-box {
    padding: 0.186666rem 0.266666rem 0.266666rem 0.266666rem;
	width: 90%;
	font-family: PingFangSC;
}

.scrollX-wrapper2 .scrollX-box .scrollX-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.3626666rem;
    height: 0.7rem;
    background-color: #f7f7f7;
    border-radius: 1.76rem;
    font-size: 0.3rem;
}

.scrollX-wrapper2 .scrollX-box .scrollX-item.on {
    font-size: 0.3rem;
    background-color: #2F90F2;
    color: #fff;
}

.scrollX-wrapper2 .scrollX-box .scrollX-item+.scrollX-item {
    margin-left: 0.426666rem;
}



.m_index_yx-zy_tab_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.m_index_yx-zy_tab_con>a {
    display: block;
    width: 25%;
    text-align: center;
    padding: 0.266666rem;
    padding-bottom: initial;
}

.m_index_yx-zy_tab_con>a>img {
    width: 1.866667rem;
    height: 1.866667rem;
}

.m_index_yx-zy_tab_con>a>div {
    border: 1px solid #3232b2;
    border-radius: 0.32rem;
    color: #3232b2;
    font-size: 0.32rem;
    margin-top: .266667rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    padding: 0px 0.266666rem;
}

.m_pingdao_school>a {
    border: 1px solid #efefef;
    width: 30%;
    margin-top: 0.266666rem;
    padding: .16rem 0;
    padding-bottom: 0.266666rem;
    border-radius: 0.1rem;
}

.m_pingdao_school>a>div {
    border: none;
    color: #757575;
    padding: 0;
    white-space: initial;
}



/* 专业 */
section.m_zy_hot {
    display: flex;
    justify-content: space-around;
    margin-top: 0.4rem;
	font-family: PingFangSC;
}

section.m_zy_hot a {
    width: 4.566666rem;
    height: 3.2rem;
    display: inline-block;
}

section.m_zy_hot a img {
    width: 100%;
    height: 100%;
    border-radius: 0.133333rem;
}

.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    padding: 0 0.32rem;
    /* height: 7rem; */
    margin-top: 0.533333rem;
}

.btn-group .btn-exam {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 31%;
    height: 1.013333rem;
    font-size: 0.346666rem;
    border-radius: .1rem;
    border: 1px #ddd solid;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin: 0.2rem 0.1rem;
}

.btn-group .btn-exam span {
    text-overflow: ellipsis;
    overflow: hidden;
	font-family: PingFangSC;
}

.btn-group .btn-exam.hot::after {
    content: '';
    position: absolute;
    position: absolute;
    right: -0.133333rem;
    top: 0;
    width: 0.426666rem;
    height: 0.533333rem;
    background: url(../images/home-icon-hot.png) no-repeat center / contain;
}

.btn-group .btn-exam::before {
    border-color: #d6d6d6;
}




section.m_zj_img a {
    background: #E7F7FF;
    text-align: center;
    padding: .266667rem;
}

section.m_zj_img a>p {
    margin-top: .433333rem;
    font-size: .346667rem;
}





/* 尾部 */
.m_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    border-top: 1px solid #f5f5f5;
    height: 1.693333rem;
    width: 100% !important;
    overflow: hidden;
    background-color: white;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.m_footer a {
    display: block;
    width: 23%;
    text-align: center;
}

.m_footer a>img {
    width: 0.733333rem;
    height: 0.733333rem;
}

.m_footer a>p {
    margin-top: 0.08rem;
    font-size: 0.346666rem;
    color: #9e9e9e;
}

.m_foot_top {
    text-align: center;
    padding: 0.8rem 0;
    margin-top: 1rem;
    background: #F6F8FB;
    padding-bottom: 2.133333rem;
}

.m_foot_top>a {
    display: inline-block;
    margin: 0 0.133333rem;
    font-size: 0.32rem;
    padding: initial;
    font-weight: initial;
    color: #666;
}

.m_foot_top>p {
    padding-top: 0.2rem;
    font-size: 0.32rem;
    line-height: 24px;
    color: #666;
    font-weight: initial;
}


.pos {
    font-size: .373333rem;
    margin-left: .266667rem;
    line-height: .666667rem;
	display: none;
}

/* 首页结束 */




/* 院校列表页 */
.school_list {
    width: 100%;
    padding: 0.533333rem 0.266666rem;
    padding: 0.266666rem;
    margin-bottom: 0.533333rem;
    margin-top: 0.4rem;
}

.school_list ul {
    display: flex;
    flex-direction: column;
}

.school_list ul li {
    width: 100%;
    margin-bottom: 0.4rem;
    padding-bottom: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.school_list li .cover_l {
    width: 25% !important;
    margin-top: 0.266666rem !important;
}

.school_list ul li .cover_l img {
    width: 100%;
    height: 100%;
}

.school_list ul li .info_r {
    width: 70%;
}

.school_list ul li .info_r .college_name {
    font-size: 0.48rem;
}

.school_list ul li .info_r .college_brief {
    -webkit-line-clamp: 2;
    font-size: 0.373333rem;
    line-height: 0.533333rem;
    margin: 0.266666rem 0;
}

.school_list ul li .info_r .bot {
    display: flex;
    justify-content: space-around;
    margin-top: 0;
}

.school_list ul li .info_r .bot a {
    width: 100%;
    margin-right: 0.533333rem;
    height: 0.8rem;
    font-size: 0.373333rem;
}

.m_yx_search input {
    width: 100%;
    padding: 0.266666rem;
    background: #f9f9f9;
    border: none;
    border-radius: 0.106666rem;
    color: #afafaf;
    font-size: 0.373333rem;
    outline: none;
}

.m_yx_search {
    padding: 0.4rem;
    position: relative;
}

.m_yx_search input::-webkit-input-placeholder {
    color:#afafaf;
}

span#yx_search_cl {
    background: url(../images/ss.png) no-repeat 100%;
    position: absolute;
    right: 0.533333rem;
    top: 0.63333rem;
    display: block;
    width: 0.533333rem;
    height: 0.533333rem;
}




/* 详情页 */
.list_con1 {
    width: 100%;
    padding: 0.4rem !important;
    margin-bottom: 0.533333rem;
}

.list_con1 h1 {
    font-size: 0.533333rem;
    font-weight: 600;
}

.list_con1 .new_l_txt {
    display: flex;
    padding: 0.133333rem 0;
}

.list_con1 .new_l_txt .jiaqu {
    display: none;
}

.list_con1 .new_l_txt span {
    font-size: 0.32rem;
    margin-right: 0.8rem;
}

.list_con1 .abstract {
    padding: 0.266666rem;
    margin-bottom: 0.266666rem;
}

.content.fl {
    width: 100%;
}

.content.fl table{
    width: 100% !important;
}

.jie.fl {
    width: 100%;
    font-size: 0.32rem;
    margin-top: 0.4rem;
}

.jie.fl img {
    width: 100%;
}

.tags a {
    padding: 0 0.4rem;
    margin-right: 0.133333rem;
    border-radius: 0.266666rem;
    margin-bottom: 0.266666rem;
}

.author-info {
    font-size: 0.32rem;
}

.prev {
    margin-top: 0.266666rem;
    margin-bottom: 0.266666rem;
    padding-bottom: 0.266666rem;
    font-size: 0.373333rem;
}

.new_tag .new_tag_t {
    font-size: 0.453333rem;
    margin-bottom: 0.266666rem;
    padding-left: 0.266666rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.new_tag ul li {
    width: 100%;
    font-size: 0.373333rem;
}

ul.pagelist {
    display: flex;
    justify-content: center;
}
.art_form {
    background-size: cover;
}

form#form1 {
    width: 100% !important;
    margin: 0 !important;
}

.art_form td {
    margin: 0.266666rem 0.133333rem 0.133333rem 0.133333rem;
    width: 45%;
}

.input-text {
    height: 0.746666rem;
    line-height: 0.746666rem;
    padding-left: 0.266666rem;
    font-size: 0.32rem;
}

form#form1 tbody {
    display: flex;
    flex-direction: column;
}

input#btnBaoming {
    font-size: 0.373333rem;
    height: 0.746666rem;
    line-height: 0.746666rem;
    margin-left: 2.15rem;
}

.m_jiaqu {
    background: #0088e6;
    padding: 1px 0.4rem;
    border-radius: 0.533333rem;
    color: white;
    font-size: 0.346666rem;
    display: block;
}

.m_zkqw_open{
    z-index: 5;
    position: relative;
}
.m_zkqw_open_box{
    height:3rem;
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
}
.m_zkqw_open_btn{
    text-align: center;
    padding: 0.266666rem 0;
    color: #0088e6;
    font-size: 0.4rem;
    text-decoration: underline dotted;
}
.m_zkqw_open_box1{
    background-color: white;
}
#con{
    overflow: hidden;
    float: initial;
    display: block;
    font-size: .373333rem;
}




/* 报名 */
.bm {
    margin: 0;
    border-radius: 0.16rem;
    padding: 0.266666rem;
    margin: 20px auto;
    border-radius: 6px;
    box-shadow: 0px 0px 7px 1px #efefef;
}

.c1_r_bm {
    width: 100% !important;
    padding: 0.266666rem !important;
}

.bm_tit {
    font-size: 0.48rem !important;
}

.bm_l {
    width: 100%;
}

.bm_l.fl tr {
    line-height: 0.8rem !important;
    display: flex;
    margin-bottom: 0.533333rem !important;
}

td[align=right] {
    font-size: 0.373333rem !important;
    width: 2.666666rem !important;
}

td[align=left]>input {
    width: 100% !important;
    line-height: 1.013333rem !important;
    height: 1.013333rem !important;
    font-size: 0.373333rem !important;
    padding: 0.133333rem !important;
}

td[align=left] {
    padding-left: 0.266666rem !important;
    width: 6.666666rem !important;
}

.bm_l.fl form table,.bm_l.fl form tbody {
    display: block;
    width: 100%;
}

.bm_tit>p {
    font-size: 0.373333rem !important;
    margin: 0.533333rem 0 !important;
}

textarea {
    width: 6.666666rem !important;
}

td button[type="submit"] {
    width: 100% !important;
    height: 1.066666rem !important;
    line-height: 1.066666rem !important;
    margin: 0 auto;
    font-size: 0.373333rem !important;
}

.c1_r_bm .c1_r_tit {
    padding-left: 0.4rem !important;
    font-size: 0.453333rem !important;
    margin: 0.4rem 0 !important;
}

.c1_r_bm p {
    font-size: 0.373333rem !important;
    line-height: 0.746666rem !important;
}

.c1_r_bm img {
    width: 100% !important;
}

.bm_l td[colspan="2"] {
    width: 100%;
}






/* 列表页 */
/* 列表页 */
.list_con1.fl {
    width: 100%;
    padding: 0.533333rem;
    margin-bottom: -0.8rem !important;
}

.list_con1 li {
    display: flex;
    padding: 0.266666rem 0;
    height: 2.533333rem;
}

a.list_img.fl {
    width: 28%;
    margin-right: 0.266666rem;
    height: auto;
}

.list_txt.fl {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list_txt>.list_tit {
    font-size: 0.373333rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space: initial;
    -webkit-box-orient: vertical;
    font-weight: initial;
}

.list_txt>.list_des, .list_txt>.list_data>a {
    display: none;
}

.page {
    margin-top: 0.533333rem;
	line-height: 24px;
}

.page li.thisclass {
    width: 0.533333rem !important;
    text-align: center;
}
.page li {
   display: inline-block;
    font-size: 14px !important;
    height: 20px !important;
    text-align: center;
    width: auto !important;
    line-height: 14px !important;
    float: left !important;
    border: 1px solid #ddd;
    padding: 2px 6px;
    margin: 2px 4px;
}
.page .pagination .active{
	background:#0d88d6;
}
.page .pagination .active a{
	color: #fff;
} 

.kskm_nav {
    height: auto;
}

.kskm_nav a {
    display: inline-block;
    font-size: .36rem;
}

.con {
    width: 100%;
    padding: 0.33333rem;
}


.gaokao_bread02 {
    display: flex;
}

.gaokao_bread02>a {
    text-align: center;
    display: block;
    padding: 0.133333rem;
    width: 100%;
}


.enter_apply_left {
    width: 100%;
    text-align: center;
}

.right_tips {
    margin-left:0;
}

.enter_apply_right {
    width: 100%;
}

.left_title {
    margin: .533333rem;
}

.fl.kskm_box_img {
    display: none;
}

.fl.kskm_box_nav {
    width: 100%;
}

.kskm_box {
    padding: .533333rem;
    margin: .533333rem 0;
}

.fl.kskm_box_nav>a {
    height: .8rem;
    padding-left: .8rem;
    line-height: .8rem;
}

.fl.kskm_box_nav>a::before {
    left: .266667rem;
    top: .266667rem;
    width: .133333rem;
    height: .133333rem;
}

.m_kf {
    position: fixed;
    right: 0.266666rem;
    top: 45%;
    z-index: 99999;
}

.m_kf>img {
    width: 1.333333rem;
    height: 1.333333rem;
}






/* 新增 9.11*/
.my_hot_tag {
    padding: 0 .266667rem;
    margin: .4rem 0;
}

.my_hot_tag_top {
    display: flex;
    align-items: center;
    height: .8rem;
    white-space: nowrap;
    justify-content: space-between;
}

.my_hot_tag_top_con {
    display: flex;
    overflow-x: auto;
    height: .8rem;
    width: 100%;
    align-items: center;
    margin: 0 .133333rem;
	font-family: PingFangSC;
}

.my_hot_tag_top_con a {
    font-size: .4rem;
    margin-right: .266667rem;
}

.my_hot_tag_bot {
	font-family: PingFangSC;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.my_hot_tag_bot a {
    display: block;
    width: 32%;
    text-align: center;
    padding: .186667rem .266667rem;
    font-size: .373333rem;
    margin-top: .4rem;
    color: #666;
    border-radius: .133333rem;
}

.my_hot_tag_bot a:nth-of-type(1) {
    background: #EEF7FF;
}

.my_hot_tag_bot a:nth-of-type(2) {
    background: #FEFFEE;
}

.my_hot_tag_bot a:nth-of-type(3) {
    background: #FAEEFF;
}

.my_hot_tag_bot a:nth-of-type(4) {
    background: #FFEEF7;
}

.my_hot_tag_bot a:nth-of-type(5) {
    background: #EEFFF2;
}

.my_hot_tag_bot a:nth-of-type(6) {
    background: #FFEEEE;
}

#yxz-djs {
    margin: 0 .266667rem;
    background-image: url(../images/djsbj.png);
    background-size: 100% 100%;
    height: 11.653333rem;
    padding: .533333rem .133333rem;
}

.djs-text {
    font-size: .453333rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #D92B30;
    display: flex;
    justify-content: center;
}

.djs-time {
    display: inline-block;
    background: linear-gradient( 90deg, #FF8048, #FF5054);
    width: 1.093333rem;
    margin: 0 .186667rem;
    -webkit-text-fill-color: white;
    font-size: .48rem;
    text-align: center;
    height: .693333rem;
}

.ksrlCont {
    display: flex;
    margin-top: .506667rem;
    position: relative;
}

.ksrl-left {
    width: 17%;
}

.djs-text img {
    display: none;
}

.ksrl-left p {
    text-align: center;
    font-size: .293333rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1C76CE;
    height: 1.2rem;
    line-height: 1.2rem;
}

.ksrl-right {
    align-items: center;
    flex: 1;
}

.ksrl-right span {
    width: .213333rem;
    height: .213333rem;
    background: #1C76CE;
    border: 1px solid rgba(173, 214, 255, 0.6);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 8;
}

.ksrl-right p {
    display: inline-block;
    font-size: .293333rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    height: 1.2rem;
    line-height: 1.2rem;
    margin-left: 3%;
}

.ksrl-shu {
    width: 1px;
    height: 9.733333rem;
    border: 1px dashed #ADD6FF;
    position: absolute;
    left: 18%;
}

a.my_more {
    font-size: .373333rem;
    text-align: center;
    display: block;
    color: #999;
}

.kskm_box_des {
    width: 100%;
}

.kskm_sy_abs.on {
    display: none;
}



/* 问答详情页 */
.new_l {
    width: 100%;
    padding: 0.4rem;
    margin-bottom: 0.533333rem;
}

.new_l h1 {
    font-size: 0.533333rem;
}

.new_l .new_l_txt {
    display: flex;
    padding: 0.133333rem 0;
}

.new_l .new_l_txt .jiaqu {
    display: none;
}

.new_l .new_l_txt span {
    font-size: 0.32rem;
    margin-right: 0.8rem;
}

.new_l .abstract {
    padding: 0.266666rem;
    margin-bottom: 0.266666rem;
}

.article_wenda_txt {
    padding: 0;
    margin: 0.2rem 0;
    line-height: 0.666666rem;
    font-size: 0.36rem;
}

.info_wenda_info {
    margin-right: auto;
}

.article_wenda_user {
    margin: 0.8rem 0;
    padding-top: 30px;
}

.article_wenda_con {
    padding: 0.666666rem;
    border-radius: 0.266666rem;
    margin: 0;
}

.article_pl {
    margin: .5rem 0;
}

textarea.text-area.placeholder {
    width: 100% !important;
    border-radius: 0.32rem;
    height: 2.666666rem;
    font-size: 0.373333rem;
    padding: 0.4rem;
}

.article_pl_btn {
    width: 1.6rem;
    height: 0.8rem;
    border-radius: 0.133333rem;
    line-height: 0.8rem;
    font-size: 0.373333rem;
    margin-top: 0.266666rem;
}

.article_pl_meg_user {
    margin: 0.533333rem 0;
    padding: 0.4rem;
    border-radius: 0.133333rem;
}

.article_pl_meg {
    margin: 1.066666rem 0;
    padding: 0;
}

.fl.article_pl_meg_user_img {
    width: 1.333333rem;
    height: 1.333333rem;
}

.fl.article_pl_meg_user_info {
    width: 6.8rem;
    margin-left: 0.266666rem;
}

.article_pl_meg_user_info_name.fl {
    font-size: 0.4rem;
    padding-top: 0.133333rem;
}

.article_pl_meg_user_info_name.fl span {
    display: none;
}

.article_pl_meg_user_info_txt.fl {
    font-size: 0.373333rem;
    line-height: 0.666666rem;
    margin-top: 0.266666rem;
}

.list_ul li .list_text .list_tit a {
    -webkit-line-clamp: 2;
}

.article_wenda_like li {
    width: 100%;
    float: none;
    margin: 1rem 0;
}

.article_wenda_like li>p {
    line-height: .75rem;
}

.article_wenda_user_img {
    width: 15%;
}

.article_wenda_user_info {
    width: 80%;
    margin-left: .2rem;
}

.article_wenda_like_tit {
    padding-left: 0;
}

.article_wenda .info_article>span:nth-of-type(1), .article_wenda .info_article>span:nth-of-type(2), .article_wenda .info_article>span:nth-of-type(4),.list_con1 .new_l_txt>span:nth-of-type(1), .list_con1 .new_l_txt>span:nth-of-type(3) {
    display: none;
}


/* 详情页问答 */
.form_box_pc_left,.form_box_pc_right {
    width: 100%;
    float: initial;
    height: auto;
}

.form_box,.form_box_r_list li {
    height: auto;
}

.order_input li {
    height: auto;
    padding-left: 1.066667rem;
    width: 100%;
}
/* 404页面 */
.err_cen {
    display: none;
}

.err {
    width: 100%;
    text-align: center;
}

.err_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0.8rem auto !important;
    justify-content: center;
    text-align: center;
}

.err_top img {
    width: 6.666666rem !important;
}

.err_top>.fr {
    font-size: 0.533333rem;
    margin: 0.533333rem 0;
    line-height: 1.333333rem;
}

.err_top>.fr>p {
    font-size: 0.4rem;
}
.art_lqzl_tit {
    font-size: 20px;
}



.art_end_line::before {
    width: 40%;
}

.art_end_line::after {
    width: 40%;
}

section.m_index_yx-zy_tab_con.on.m_pingdao_player>a {
    width: 50%;
}

section.m_index_yx-zy_tab_con.on.m_pingdao_player>a>img {
    width: 100%;
    height: auto;
}

section.m_index_yx-zy_tab_con.on.m_pingdao_player>a>div {
    border-color: #757575;
    color: #757575;
    padding: 0;
    border: none;
}


}