﻿* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

body {
	max-width: 1025px;
	margin: 0 auto;
}

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 {
	height: 0.2rem;
}

.wrapper,
.list_con1 {
	width: 100% !important;
}

.list_con1 .big{
	font-size: 20px;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}
.list_con1 .big a{
	padding: 10px 15px;
}
.list_con1 .big .active{
	color: #2195f2;
}
/* 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: 3.6rem;
}

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

.m_header_menu {
	color: #37a0f4;
	border-radius: .666667rem;
	width: .8rem;
	height: .8rem;
	background: url(../img/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;
}

.m_menu_box a {
	display: inline-block;
	font-size: .373333rem;
	line-height: .833333rem;
	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;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	/* 改进iOS上的滚动性能 */
	overflow: hidden;
}

.m_nav ul li {
	list-style: none;
}

.m_nav ul li a {
	display: block;
	padding: 10px 20px;
	font-size: 0.45rem;
	color: #173146;
}



/* 头部导航页 */
.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 0px;
	width: 100%;
	height: 210px;
	position: relative;
	overflow: hidden;

	background-color: #fff;
}
.swiper-slide .tt-itm a{position: fixed;width: 100%;height: 100%}
.swiper-slide .tt-itm{width: 100%;height: 100%;}
.swiper-slide.m_slide img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}



.swiper-container.m_c1_banner {
	position: relative;
	width: 98%;
	height:210px;
	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-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%;
}

.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;
}

.m_hot {
	background-color: #fff;
}

.pd_lis .m_hot_list_tag {
	border: 1px solid #b7b7b7;
	color: #b7b7b7;
	margin-right: .266667rem;
	font-size: .32rem;
	padding: .053333rem .133333rem;
	border-radius: .053333rem;
	 max-width: 80%; /* 设置一个固定宽度 */  
	            white-space: nowrap; /* 保持内容在同一行显示 */  
	            overflow: hidden; /* 超出部分隐藏 */  
	            text-overflow: ellipsis; /* 用省略号表示被截断的内容 */  
	            display: inline-block; /* 或者使用 block，根据需要调整 */ 
}

.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: 10px 0px;
}

.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;
}

.articles .tab .right .article-tit .article-classification {
	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(../img/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: -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;
}

.scrollX-wrapper2 .scrollX-box {
	padding: 0.186666rem 0.266666rem 0.266666rem 0.266666rem;
}

.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;
}

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;
}

.btn-group .btn-exam span {
	text-overflow: ellipsis;
	overflow: hidden;
}

.btn-group .btn-exam.hot::after {
	content: '';
	position: absolute;
	position: absolute;
	right: -0.133333rem;
	top: 0;
	width: 0.426666rem;
	height: 0.533333rem;
}

.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;
	background: #F6F8FB;
}



.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;
}

/* 首页结束 */




/* 院校列表页 */
.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(../img/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;
	color: #333;
	text-align: center;
	line-height: 50px;

}

.list_con1 .new_l_txt {
	display: flex;
	padding: 0.133333rem 0;
	width: 100%;
	color: #999;
	font: 14px / 30px "Microsoft YaHei";
	border-bottom: 1px dashed #c7c7c7;
	margin: 10px auto;
}

.list_con1 .new_l_txt .jiaqu {
	display: none;
}

.list_con1 .new_l_txt span {
	text-align: center;
	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;
	    font: 14px / 30px "Microsoft YaHei";
}

.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;
	
	font: 18px / 25px "Microsoft YaHei";
	    font-weight: bold;
	    border-left: 3px solid #0088e6;
}

.new_tag ul li {
	width: 100%;
	font-size: 0.373333rem;
	float: left;
	    height: auto;
	    border: none;
	    padding: initial;
	    font-size: 17px;
		line-height: 35px;
            white-space: nowrap; /* 保持内容在同一行显示 */  
            overflow: hidden; /* 超出部分隐藏 */  
            text-overflow: ellipsis; /* 用省略号表示被截断的内容 */  
            display: inline-block; /* 或者使用 block，根据需要调整 */ 
}

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;
}

.list_con1 li {
	display: flex;
	padding: 0.266666rem 0;
	border-bottom: 1px solid #ddd;
	height: 3rem;
}

a.list_img.fl {
	display: block;
	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 {
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.41rem;
	display: inline-block;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: initial;
}


.page {
	margin-top: 0.533333rem;
}

.page li.thisclass {
	width: 0.533333rem !important;
	text-align: center;
}

.page li {
	margin-right: 0.266666rem;
	font-size: 0.32rem !important;
	height: 0.533333rem !important;
	text-align: center;
	width: auto !important;
	line-height: 0.533333rem !important;
	float: left !important;
	border: none !important;
	padding: 0 !important;
	display: block;
}

.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;
}

.my_hot_tag_top_con a {
	font-size: .4rem;
	margin-right: .266667rem;
}

.my_hot_tag_bot {
	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-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;
}



/* 详情页问答 */
.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;
}

.articles-set {
	margin: 20px 0px;
	padding: 10px 0px;
	background-color: #fff;
}

/* base B*/

@charset "utf-8";
/* CSS Document */

html {
	color: #000;
	font-family: "微软雅黑";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
/new_style/image {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,
button,
textarea,
select {
	*font-size: 100%;
}

img {
	border: 0;
}

tl {
	text-align: left
}

.clear {
	diplay: block !important;
	float: none !important;
	clear: both;
	overflow: hidden;
	width: auto !important;
	height: 0 !important;
	margin: 0 auto !important;
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
}

a {
	color: #333;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

em,
i {
	font-style: normal;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
	margin: 0;
	padding: 0;
	display: block;
	zoom: 1;
}

body,
input,
select,
button,
textarea {
	font-size: 14px;
	font-family: "Arial", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "sans-serif";
	border: none;
	outline: none;
}

.box-shadow {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	/*右、下、距离、模糊程度、阴影颜色，内阴影*/
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}



/*边框*/
.bd_a {
	border: 1px #E5E5E5 solid;
}

.bd_t {
	border-top: 1px #E5E5E5 solid;
}

.bd_b {
	border-bottom: 1px #E5E5E5 solid;
}

.bd_l {
	border-left: 1px #E5E5E5 solid;
}

.bd_r {
	border-right: 1px #E5E5E5 solid;
}

.ds_b {
	border-bottom: 1px #E5E5E5 dashed
}

.cs {
	cursor: pointer
}


/*文字排版*/
.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.fb {
	font-weight: bold
}

.fn {
	font-weight: normal;
}

.t2 {
	text-indent: 2em;
}

.lh {
	line-height: 24px;
}

.lh28 {
	line-height: 28px;
}

.lh100 {
	line-height: 100%;
}

.lh150 {
	line-height: 150%;
}

.lh180 {
	line-height: 180%;
}

.lh200 {
	line-height: 200%;
}

.unl {
	text-decoration: underline;
}

.no_unl {
	text-decoration: none;
}

/*定位*/
.ti {
	text-indent: 2em;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.bc {
	margin-left: 0;
	margin-right: 0;
}

.fl {
	float: left;
	display: inline;
}



.cb {
	clear: both;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}
.zx-bd .clearfix{display: flex;justify-content: space-between;}
.zx-bd .clearfix a{display:block;}
.zx-bd .clearfix .fr{display:block;line-height:0.746666rem ; color: #d6d6d6; font-size: .32rem;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.vm {
	vertical-align: middle;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.abs-right {
	position: absolute;
	right: 0
}

.zoom {
	zoom: 1;
}

.hidden {
	visibility: hidden;
}

.none {
	display: none;
}



/*长度高度*/
.ct {
	margin: 0 auto;
}

.h {
	height: 100%
}

.ov {
	overflow: hidden;
}

/*边距*/
.mm {
	margin: 0 auto;
}

.m5 {
	margin: 5px;
}

.m10 {
	margin: 10px;
}

.m15 {
	margin: 15px;
}

.m20 {
	margin: 20px;
}

.m30 {
	margin: 30px;
}

.mt5 {
	margin-top: 5px;
}

.mt8 {
	margin-top: 8px;
}

.mt9 {
	margin-top: 9px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt50 {
	margin-top: 50px;
}

.mt100 {
	margin-top: 100px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb100 {
	margin-bottom: 100px;
}

.ml5 {
	margin-left: 5px;
}

.ml8 {
	margin-left: 8px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml35 {
	margin-left: 35px;
}

.ml50 {
	margin-left: 50px;
}

.ml100 {
	margin-left: 100px;
}

.mr5 {
	margin-right: 5px;
}

.mr8 {
	margin-right: 8px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr17 {
	margin-right: 17px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr50 {
	margin-right: 50px;
}

.mr100 {
	margin-right: 100px;
}

.p5 {
	padding: 5px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p30 {
	padding: 30px;
}

.p50 {
	padding: 50px;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt50 {
	padding-top: 50px;
}

.pt100 {
	padding-top: 100px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb100 {
	padding-bottom: 100px;
}

.pl3 {
	padding-left: 3px;
}

.pl5 {
	padding-left: 5px;
}

.pl8 {
	padding-left: 8px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl25 {
	padding-left: 25px;
}

.pl30 {
	padding-left: 30px;
}

.pl40 {
	padding-left: 40px;
}

.pl35 {
	padding-left: 35px;
}

.pl50 {
	padding-left: 50px;
}

.pl100 {
	padding-left: 100px;
}

.pr5 {
	padding-right: 5px;
}

.pr8 {
	padding-right: 8px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr30 {
	padding-right: 30px;
}

.pr50 {
	padding-right: 50px;
}

.pr100 {
	padding-right: 100px;
}

/* 颜色 */

.text-white {
	color: #fff !important;
}

.text-gray {
	color: #bbb !important;
}

.text-red {
	color: #ff4c54 !important;
}

.text-orange {
	color: #f39c12 !important;
}

.text-yellow {
	color: #f1c40f !important;
}

.text-green {
	color: #36d2a5 !important;
}

.text-cyan {
	color: #4eccdb !important;
}

.text-blue {
	color: #1b80d2 !important;
}

.text-black {
	color: #000 !important;
}

.text-purple {
	color: #9b59b6 !important;
}

.text-pink {
	color: #ff8aab !important;
}

.md-gray {
	background-color: #f5f5f5;
	color: #797979;
}

.md-red {
	background-color: #f41c20;
}

.md-orange {
	background-color: #f39c12;
}

.md-yellow {
	background-color: #f1c40f;
}

.md-green {
	background-color: #36d2a5;
}

.md-cyan {
	background-color: #4eccdb;
}

.md-blue {
	background-color: #1b80d2;
}

.md-purple {

	background-color: #9b59b6;
}

.md-pink {
	background-color: #ff8aab;
}

.md-lightblue {
	background-color: #e9f3fd;
}

.md-deepblue {
	background-color: #147;
}

.gd-gray {
	background: #ece9e6;
	background: -webkit-linear-gradient(60deg, #ece9e6, #f8f8f8);
	background: linear-gradient(60deg, #ece9e6, #f8f8f8);
}

.gd-red {
	background: #ee0979;
	background: -webkit-linear-gradient(60deg, #ee0979, #ff6a00);
	background: linear-gradient(60deg, #ee0979, #ff6a00);
}

.gd-orange {
	background: #ff5858;
	background: -webkit-linear-gradient(60deg, #ff5858, #fcab2a);
	background: linear-gradient(60deg, #ff5858, #fcab2a);
}

.gd-yellow {
	background: #ffcf83;
	background: -webkit-linear-gradient(60deg, #eaa02a, #ffcf83);
	background: linear-gradient(60deg, #eaa02a, #ffcf83);
}

.gd-green {
	background: #96deda;
	background: -webkit-linear-gradient(60deg, #50c9c3, #96deda);
	background: linear-gradient(60deg, #50c9c3, #96deda);
}

.gd-cyan {
	background: #36d1dc;
	background: -webkit-linear-gradient(60deg, #5b86e5, #36d1dc);
	background: linear-gradient(60deg, #5b86e5, #36d1dc);
}

.gd-blue {
	background: #00c6fb;
	background: -webkit-linear-gradient(60deg, #005bea, #00c6fb);
	background: linear-gradient(60deg, #005bea, #00c6fb);
}

.gd-purple {
	background: #834d9b;
	background: -webkit-linear-gradient(60deg, #834d9b, #d04ed6);
	background: linear-gradient(60deg, #834d9b, #d04ed6);
}

.gd-pink {
	background: #ff8aab;
	background: -webkit-linear-gradient(60deg, #fa647e, #ff8aab);
	background: linear-gradient(60deg, #fa647e, #ff8aab);
}

.gd-lightblue {
	background: #b2fefa;
	background: -webkit-linear-gradient(60deg, #0ed2f7, #b2fefa);
	background: linear-gradient(60deg, #0ed2f7, #b2fefa);
}

.gd-deepblue {
	background: #4b6cb7;
	background: -webkit-linear-gradient(60deg, #182848, #4b6cb7);
	background: linear-gradient(60deg, #182848, #4b6cb7);
}






/*头部底部*/


/*顶部*/
.head_l_menu.fl h1 {
	display: inline-block;
	font-weight: 600;
	color: red;
}

.new-head {
	height: 41px;
	border-bottom: 1px #e5e5e5 solid;
	/* background: #faf8f8; */
}

.m {
	margin: auto;
	width: 1200px;
	clear: both;
	overflow: hidden;
}

.phoneTip i,
.headLeft01 i,
.searchNav_Cont i,
.searchBtn button i,
.f_school,
.f_zy,
.f_xx,
.f_kc,
.f_zt,
.f_da,
.f_gl,
.f_cj,
.title h2 i {
}


.nohidden {
	font-size: 14px;
	height: 41px;
	line-height: 41px;
	color: #666;
}

.headLeft li {
	color: #666;
	position: relative;
	float: left;
	margin-right: 10px;
	zoom: 1;
}

.headLeft li a {
	display: inline-block;
	padding: 0 10px;
	line-height: 40px;
	min-width: 50px;
	text-align: center;
	position: relative;
	_padding: 0 14px;
	font-family: "Microsoft YaHei";
	color: #666;
}

.headLeft01 i {
	background-position: -171px -6px;
	margin-left: 5px;
	right: -4px;
	top: 18px;
	width: 7px;
	height: 4px;
	position: absolute;
}

.phoneTip {
	margin-left: 10px;
}

.phoneTip i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: -6px -6px;
	vertical-align: -2px;
	margin-right: 8px;
}

.botHeader {
	width: 100%;
}

.head_main {
	width: 1200px;
	margin: 15px auto;
	overflow: hidden;
}

.botHeader h2 {
	display: block;
	width: 425px;
	height: 66px;
	padding-top: 10px;
}


/*头部图标*/
.channel {
	margin-left: 20px;
	overflow: hidden;
	float: left;
}

.channel li {
	float: left;
	padding: 0 10px 0 10px;
	font-size: 14px;
}

.channel li a {
	display: block;
	margin: 0px auto;
}

.channel a {
	float: left;
	height: 15px;
	line-height: 14px;
	padding-top: 60px;
	width: 56px;
	text-align: center;
}




.botHeader .searchBox {
	border: 1px solid #e0e0e0;
	width: 238px;
	height: 34px;
	position: relative;
	/* margin-top: 26px; */
	background: #fff;
	border-radius: 20px;
}

.botHeader .search_box_w {
	margin-top: 10px;
}

.botHeader .searchBox:hover {
	box-shadow: 0 0 10px rgba(55, 69, 160, .2);
}

.botHeader .searchBox .searchNav {
	position: absolute;
	top: 0;
	left: 0px;
	height: 34px;
	width: 62px;
	font-size: 14px;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
}

.botHeader .searchBox .searchNav_Cont {
	line-height: 34px;
}

.botHeader .searchBox .searchNav_Cont i {
	display: inline-block;
	width: 8px;
	height: 4px;
	background-position: -170px -6px;
	margin-left: 6px;
	vertical-align: 2px;
}

.botHeader .searchBox .searchNav_TabBox {
	position: absolute;
	top: 34px;
	left: -1px;
	width: 100%;
	background-color: #fff;
	border-top: 0;
	z-index: 10;
	height: 0;
	overflow: hidden;
}

.botHeader .search_box_w .search-text {
	margin-top: 8px;
	color: #999;
	padding-left: 10px;
	font-size: 14px;
}

.botHeader .searchBox .searchNav_TabBox ul li {
	text-align: center;
	width: 100%;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
	color: #888;
	color: #666;
}

.botHeader .searchBox .searchNav_TabBox ul li.cur {
	background: #e5e8ff;
	color: #4553ad;
	font-weight: bold;
}

.botHeader .searchBox .searchCent {
	margin: 0 42px 0 10px;
	height: 34px;
	position: relative;
	/* background: #fff; */
}

.botHeader .searchBox .searchCent .searchMain {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 34px;
}

.botHeader .searchBox .searchCent .searchMain input {
	position: absolute;
	top: 50%;
	left: 0;
	width: 98%;
	height: 16px;
	/* line-height: 28px; */
	margin-top: -8px;
	text-indent: 13px;
	font-size: 14px;
	border: 0;
	outline: none;
	text-overflow: ellipsis;
}

.botHeader .searchBox .searchCent .searchMain .searchRankBox {
	position: absolute;
	top: 34px;
	left: 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #4553ad;
	border-top: 0;
	padding-top: 1px;
	box-shadow: 0 12px 10px rgba(0, 0, 0, 0.1);
	z-index: 1;
	display: none;
}

.botHeader .searchBox .searchCent .searchMain .searchRankBox li {
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	padding: 0 12px;
	cursor: pointer;
	width: auto !important;
	float: none !important;
	border: 0 !important;
}

.botHeader .searchBox .searchCent .searchMain .searchRankBox li a {
	font-size: 14px;
	color: #333;
}

.botHeader .searchBox .searchCent .searchMain .searchRankBox li a:hover {
	text-decoration: none;
}

.botHeader .searchBox .searchCent .searchMain .searchRankBox li i {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	background: #ccc;
	color: #fff;
	vertical-align: 1px;
	margin-right: 10px;
}

.botHeader .searchBox .searchCent .searchMain .searchRankBox li:hover {
	background: #e5e8ff;
}

.botHeader .searchBox .searchCent .searchMain .searchRankBox li:hover a span {
	color: #4553ad;
}

.botHeader .searchBox .searchCent .searchMain .searchRankBox li:first-child i {
	background: #ff2f2f;
}

.botHeader .searchBox .searchCent .searchMain .searchRankBox li:nth-child(2) i,
.botHeader .searchBox .searchCent .searchMain .searchRankBox li:nth-child(3) i {
	background: #fd971c;
}

.botHeader .searchBox .searchBtn {
	position: absolute;
	top: 0;
	right: -1px;
	width: 42px;
	height: 34px;
}

.botHeader .searchBox .searchBtn button {
	background: none;
}

.botHeader .searchBox .searchBtn button i {
	width: 30px;
	height: 30px;
	top: -1px;
	right: 0;
	display: block;
}

.botHeader .searchBox .searchBtn button i:hover {
	background: url(http://www.zgcjpx.com/statics/images/cjnew2019img/new_xue_c.png) -20px 3px no-repeat;
}

.botHeader .k_zx {
	width: 168px;
	/* height: 40px; */
	line-height: 40px;
	float: right;
	margin-left: 32px;
}

.botHeader .k_zx_icon {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 8px 0px 0px 8px;
}

/*banner*/
.banner {
	position: relative;
	height: 450px;
}

/*导航*/
.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.zg-nav {
	margin-top: 5px;
	max-width: 100%;
	min-width: 1200px;
	background-color: #4696ec;
}

.zg-nav a {
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	padding: 0 23px;
	display: block;
	float: left;
}


.zg-nav a:hover {
	color: #fff;
	background-color: #40AAFE;
}

.logo h3 {
	float: left;
	margin-left: 20px;
	font-size: 26px;
	line-height: 56px;
	/* font-weight: bold; */
}

/* End nav */

.main {
	width: 1200px;
	margin: 0 auto;
}


.ad {
	margin: 10px auto 15px;
	width: 1200px;
}



/*底部*/


.box {
	width: 100%;
}

.bottom_box {
	width: 100%;
	background: #333;
	min-width: 1000px;
}

.bottom {
	padding: 10px 0px 56px;
}

.friend_link {
	width: 100%;
}

/*linkBox*/
.friend_link {
	width: 100%;
	padding-bottom: 10px;
}

.friend_link h2 {
	padding-bottom: 10px;
	padding-top: 15px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #ddd;
	border-bottom: 1px solid #6d6969;
}

.friend_link h2 span {
	float: right;
	font-size: 14px;
	color: #fff;
	font-weight: 100;
	border-radius: 20px;
	background: #fd5f38;
	width: 100px;
	text-align: center;
	line-height: 30px;
}

.friend_link .linkCont {
	padding-top: 20px;
}

.friend_link .linkCont a {
	font-size: 15px;
	color: #f5f5f5;
	margin-right: 17px;
	margin-bottom: 12px;
	display: inline-block;
}

.friend_link .linkCont a:hover {
	color: #989898;
}

.qx_dbwld {
	float: left;
}

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

.qx_dbwld1 {
	background: none;
	width: 11.6%;
}

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

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

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

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

.qx_dbwld2 {
	padding-left: 3%;
	width: 11.58%;
}

.qx_wldl a:hover {
	color: #696969;
}

.qx_dbwld3 {
	padding-left: 1%;
	width: 29%;
	overflow: hidden;
}

.qx_dbwld3 dl {
	width: 144px;
	float: left;
	padding-bottom: 40px;
}

.qx_dbwld3 dl dt {
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	color: #ffffff;
	font-family: 'Microsoft Yahei';
	margin-bottom: 6px;
	text-align: center;
}

.qx_dbwld3 dl dd {
	width: 120px;
	height: 120px;
	margin: auto
}

.qx_dbwld3 dl dd img {
	display: block;
	width: 100%;
	height: 100%;
}

.qx_dbwb {
	margin-right: 17%;
}

.qx_dbwld4 {
	padding-left: 2.5%;
	width: 25%;
	padding-top: 13px;
}

.qx_dbtel {
	padding-left: 63px;
	height: 87px;
}

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

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

.qx_dbzx {
	height: 70px;
}

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

.qx_dbzx a:hover {
	color: #696969;
}

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

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

.qx_footer a {
	color: #999;
}

.kf_alert {
	cursor: pointer !important;
}


.scott {
	height: 40px;
	overflow: hidden;
	text-align: center;
	padding-top: 9px;
	width: 100%;
	line-height: 21px;
}

.scott A {
	BORDER: #58affe 1px solid;
	PADDING: 2px 5px;
	MARGIN-RIGHT: 5px;
	TEXT-DECORATION: none;
	background: #fff;
}

.scott A:hover {
	border: 1px solid #58affe;
	text-decoration: none;
	BACKGROUND-COLOR: #237ac7;
	color: #FFF;
}

.scott A:active {
	border: 1px solid #58affe;
	text-decoration: none;
	BACKGROUND-COLOR: #237ac7;
}

.scott SPAN.current {
	BORDER: #237ac7 1px solid;
	PADDING: 1px 5px;
	FONT-WEIGHT: bold;
	COLOR: #fff;
	MARGIN-RIGHT: 2px;
	BACKGROUND-COLOR: #237ac7;
	MARGIN-RIGHT: 5px;
}

.scott SPAN.disabled {
	BORDER: #237ac7 1px solid;
	PADDING: 2px 5px;
	COLOR: #237ac7;
	MARGIN-RIGHT: 5px;
	background: #d8f1ff;
}

.fenye1 {
	text-align: center;
	clear: both;
	font-size: 12px;
	line-height: 28px;
	height: 56px;
	border: 1px solid #9cceec;
	background: #e9f7ff;
	padding: 0 5px;
	margin-top: 5px;
}




/* base E*/

/* index B*/
.wrapper {
	margin: 0 auto;
	width: 100% !important;
}

.mb20 {
	margin-bottom: 20px;
	margin-top: 20px;
}

.pos {
	font-size: .373333rem;
	margin-left: .266667rem;
	line-height: .666667rem;
	padding-left: 20px;
}

.list_con1.fl {
	background: white;
}

.list_con1 {
	width: 100% !important;
	padding: 0.4rem !important;
}

.fl {
	float: left;
	display: inline;
}

.list_txt>.list_des {
	line-height: 25px;
	color: #333;
	font-size: 13px;
}

.list_txt>.list_data>span {
	font-size: 12px;
	color: #999;
}

.list_txt>.list_data>span:nth-of-type(2) {
	margin: 0 20px;
}

.list_img>img {
	width: 100%;
	height: 100%;
}

.list_con1 .new_l_txt span {
	float: left;
	margin-right: 30px;
}

.list_con1 .content,
.list_con1 .content p,
.list_con1 .content span {
	line-height: 35px;
	font-size: 18px !important;
}

#con a {
	color: #1c7ce2;
}
.prev {
    font: 14px / 35px "Microsoft YaHei";
    color: #666;
}
.new_tag {
    width: 100%;
}

/* index E*/
body {
	margin: 0 auto;
}.scrotop {
	right: 5vw !important;
	width: 70px;
	height: 70px;
	line-height: 15px;
	background-color: #4b7fc0;
	font-size: 12px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	position: fixed;
	bottom: 70px;
	display: none;
	-moz-border-radius: 74px;
	-webkit-border-radius: 74px;
	border-radius: 74px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 120, 108, 0.2);
	-moz-box-shadow: 0px 0px 10px rgba(0, 120, 108, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 120, 108, 0.2)
}

.scrotop i {
	display: block;
	width: 50%;
	margin: auto;
	height: 14px;
	background-size: contain;
}

.scrotop span {
	width: 50%;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 12px;
	display: block;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	left: 65%;
	width: 35%;
}
.swiper-slide.m_slide h3 {
	position: absolute;
	width: 100%;
	padding: 0px 35% 0px 10px;
	padding-right: 29%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	bottom: 0px;
	font-size: 20px;
	background:rgba(0, 0, 0,0.3); ;
	overflow: hidden;
	text-overflow: ellipsis;
	    white-space: nowrap;
		border-radius: 0px 0px 5px 5px;
}
/*
   Pagination B
*/
.pagination_center div{margin: 10px auto;width: 100%; text-align: center;}
.pagination {
	display: inline-block;
	padding-left: 0;
	border-radius: 3px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus {
	z-index: 2;
	color: #11181f;
	background-color: #eeeeee;
	border-color: #ddd;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #2ca6e0;
	border-color: #2ca6e0;
	cursor: default;
}

.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.pagination-lg > li > a,.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.pagination-sm > li > a,.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
}

.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}

.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}
/*
   Pagination E
*/
.school-cnt .school-tit .highlight {
	color: #ab0d2c;
}
.pos > a{
	font-size: 18px;
	color: #727272;
}

.pos > a + a:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc;
}
.content{
	word-wrap: break-word;
	max-width: 100%;
	line-height: 30px;
}
.content p img{
	width: 100%;
}
.bor_1{width: 94%;padding-left: 20px;}
.m_foot_top{
	padding: 30px;
}
.m_foot_top div p{
	font-size: 0.3rem;
	line-height: 0.5rem;
	color: #9d9d9d;
}
.runk {display: flex;flex-wrap: wrap}
.runk a{padding:10px 24px;display: block}