
@media screen and (max-width:1025px) {
body {
	background: white;
	min-width: 100%;
}
.m_header, .m_nav, .m_head_nav, .btmFixed, .m_time, .m_bj, .m_hot, .exam-information, #yxz-djs, .m_copyright, .pb0 {
	display: block;
}
.box-top, .box-top2, .navlist, .box-cen, .index_ad, .n-list1, .n-list7, .mb20, .w1160_index, .ind-subj, .w1160_zt, .n-links, .footer, #top, .w1160_lunbo, .like_artcie {
	display: none;
}
.m_header {
	padding: 0.266666rem;
	display: flex;
	height: 3rem;
	justify-content: space-between;
	align-items: center;
}
.m_header_logo {
	width: 8.6rem;
	height: 3rem;
}
.m_header_menu {
	color: #37a0f4;
	border-radius: 0.666667rem;
	width: 1.8rem;
	height: 1.8rem;
	background: url(../images/icon-btn-schools.png) no-repeat center center;
	background-size: 1.1rem;
}
.m_nav {
	position: relative;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	box-shadow: 0px 0.16rem 0.213333rem 0px rgb(0 0 0 / 8%);
	border-top: 2px solid #478dc5;
}
.m_nav ul {
	display: flex;
	white-space: nowrap;
	align-items: center;
	height: 2.213333rem;
}
.m_nav ul li {
	padding: 0 0.566666rem;
	position: relative;
}
.m_nav ul li a {
	font-size: 1.02rem;
	color: #173146;
	font-family: PingFangSC;
}
.m_head_nav.on {
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 1;
	transition: .2s;
}
.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 > .m_head_nav_head {
	display: flex;
	align-items: center;
	padding: 0.866666rem;
	height: 1.333333rem;
	border-bottom: 0.026666rem solid #ddd;
}
.m_head_nav > .m_head_nav_head > span {
	width: 100%;
	text-align: center;
	font-size: 1rem;
	color: #333;
}
.m_head_nav > .m_head_nav_head > img {
	width: 0.8rem;
	height: 0.8rem;
}
.m_head_nav_tit {
	background-color: #F3F3F3;
	height: 1.8rem;
	width: 100%;
	color: #333;
	line-height: 1.8rem;
	padding-left: 0.533333rem;
	font-size: 0.86666rem;
}
.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: 1.446666rem;
	line-height: 1.446666rem;
	font-size: 0.78rem;
	color: #666;
	margin: 0.4rem 0.08rem;
	border: 1px solid #ddd;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.btmFixed {
	position: fixed;
	z-index: 9;
	width: 100%;
	display: flex;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	right: 0;
	font-size: .24rem;
	justify-content: space-between;
	max-width: 750px;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	box-shadow: 0px -8px 5px rgba(43, 112, 174, 0.05);
	height: 3.8rem;
	align-items: center;
	background-color: #fff;
	padding-right: 0.24rem;
	box-sizing: border-box;
}
.btmFixed a:first-child {
	background-image: linear-gradient(180deg, #ffab1d, #ffc76a);
}
.btmFixed a {
	text-align: center;
	flex: 1;
	line-height: 1.96rem;
	border-radius: 0.4rem;
	color: #fff;
	background-image: linear-gradient(180deg, #4352fc, #858eff);
	font-size: .8rem;
	margin: 0 0.2rem 0 0.2rem;
}
.btmFixed .icon {
	background-size: cover;
	margin-right: 0.15rem;
	display: inline-block;
	vertical-align: middle;
}
.btmFixed .icon-btm1 {
	width: 1rem;
	height: 1rem;
	margin-right: 0.3rem;
	background-image: url(../images/btmm1.png);
}
.btmFixed p {
	display: inline-block;
}
.btmFixed .icon-btm2 {
	width: 1rem;
	height: 1rem;
	margin-right: 0.3rem;
	background-image: url(../images/btmm2.png);
}
.btmFixed .icon-btm3 {
	width: 1rem;
	height: 1rem;
	margin-right: 0.3rem;
	background-image: url(../images/btmm3.png);
}
.btmFixed a:last-child {
	background-image: linear-gradient(180deg, #d02727, #ff8f7c);
}
.slider {
	display: block;
	position: relative;
	width: calc(100% - 1.4rem);
	height: 220px;
	margin: 0.6rem 0.6rem;
	border: 1px solid #f4f4f4;
}
.slider img {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	transition: opacity 0.5s;
}
.slider img.active {
	opacity: 1;
}
.button-container {
	text-align: center;
	margin-top: 10px;
	position: absolute;
	bottom: 10px;
	left: calc(50% - 34px);
}
.button {
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 5px;
	background-color: #ccc;
	border-radius: 50%;
}
.button.active {
	background-color: #bc0000;
}
.m_time {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ecf3ff;
	margin: 0.6rem 0.6rem;
	padding: 0 0.4rem;
	border-radius: 0.2333rem;
	font-size: 0.78rem;
}
.m_time p {
	padding-left: 1.4rem;
	background: url(../images/m_time.png) no-repeat left center;
	background-size: 1.2rem;
	white-space: nowrap;
	font-size: 0.8rem;
	float: left;
	line-height: 2.6rem;
}
.m_time span {
	padding: 0.05rem 0.133333rem;
	background: #ff6816;
	border-radius: 0.133333rem;
	color: white;
	margin: 0 0.133333rem;
}
.m_time .kf_alert {
	background: #4882ff;
	color: white;
	border-radius: 0.2333rem;
	padding: 0.01rem 0.486666rem;
	white-space: nowrap;
	float: right;
	font-size: 0.78rem;
	margin-right: 6px;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.m_bj {
	margin: 0.2rem 0.6rem;
	height: 0.5rem;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#fff)) no-repeat center;
	background: linear-gradient(#f8f8f8, #fff) no-repeat center;
}
.m_hot {
	margin: 0 0.6rem;
}
.m_hot_tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	line-height: 0.7rem;
}
.m_hot_tit img {
	width: 6.6rem;
	margin-top: 0.2rem;
}
.m_more a {
	font-size: 0.78rem;
	color: #989898;
}
.pd_lis, .pd_lis2 {
	padding: 0;
}
.pd_lis li:first-child {
	border-top: none;
}
.pd_lis li {
	padding: 1.2% 0;
	border-top: 1px dashed #E0E0E0;
}
.pd_lis a {
	font-size: 0.8rem;
	line-height: 1.8rem;
	color: #333;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m_hot_list ul.pd_lis li a span {
	color: #fe3434;
}
section.exam-information {
	width: calc(100% - 1.2rem);
	margin: 0.1rem 0.6rem 0 0.6rem;
}
.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: 0.2rem 0;
	width: 100%;
}
.tit-box .tit {
	position: relative;
	padding-left: 0.546666rem;
	font-size: 0.96rem;
	font-weight: 400;
}
.tit-box .tit::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0.2rem;
	height: 0.98rem;
	background-color: #2F90F2;
	border-radius: 0.1rem;
}
.tit-box .btn-more {
	padding: 0rem 0.24rem 0.106666rem 0.133333rem;
	color: #999;
	font-size: 0.8rem;
}
.m_index_yx-zy_tab_con a {
	width: calc(25% - 0.5rem);
	float: left;
	height: 7.45rem;
	margin-right: 0.6rem;
}
.m_index_yx-zy_tab_con a:nth-child(4n) {
	margin-right: 0px;
}
.m_index_yx-zy_tab_con a img {
	width: calc(100% - 0.6rem);
	display: block;
	border: 1px solid #f1f4f9;
	padding: 0.3rem;
}
.m_index_yx-zy_tab_con a div {
	text-align: center;
	color: #5d5d5d;
	line-height: 0.9rem;
	height: 1rem;
	margin-top: 0.1rem;
	font-size: 0.7rem;
}
section.m_zj_img a {
	text-align: center;
	width: 33.33%;
	float: left;
	height: 7.25rem;
}
section.m_zy_hot a img {
	width: calc(100% - 0.2rem);
	border-radius: 0.133333rem;
	border: 1px solid #f1f4f9;
	padding: 0.1rem;
	height: 4.65rem;
}
section.m_zj_img a > p {
	margin-top: 0.00333rem;
	font-size: 0.7rem;
	color: #5d5d5d;
	line-height: 0.8rem;
}
#yxz-djs {
	margin: .4rem 0.3rem 0 0.3rem;
	background-image: url(../images/djsBj.png);
	background-size: 100% 100%;
	padding: 0.333333rem 0.133333rem;
}
#yxz-djs {
	margin: .4rem 0.3rem 0 0.3rem;
	background-image: url(../images/djsBj.png);
	background-size: 100% 100%;
	padding: 0.333333rem 0.133333rem;
}
.djs-text {
	font-size: 0.96rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #D92B30;
	display: flex;
	justify-content: center;
}
.ksrlCont {
	display: flex;
	position: relative;
}
.ksrl-left {
	width: 16.4%;
}
.ksrl-left p {
	text-align: center;
	font-size: 0.8rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1C76CE;
	height: 1.8rem;
	line-height: 1.8rem;
}
.ksrl-right {
	align-items: center;
	flex: 1;
}
.ksrl-right span {
	width: 0.163333rem;
	height: 0.183333rem;
	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: 0.8rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	height: 1.8rem;
	line-height: 1.8rem;
	margin-left: 6%;
}
.ksrl-shu {
	width: 1px;
	height: 16.2rem;
	border: 1px dashed #ADD6FF;
	position: absolute;
	left: calc(18% - 3px);
}
.scrollX-wrapper2 {
	margin: 0;
	height: 2.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0px;
}
.scrollX-wrapper .scrollX-box {
	overflow-x: auto;
	padding: 0.1rem 0;
	font-size: 0;
	white-space: nowrap;
}
.scrollX-wrapper2 .scrollX-box .scrollX-item.on {
	font-size: 0.8rem;
	background-color: #2F90F2;
	color: #fff;
}
.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: 1.66rem;
	background-color: #f7f7f7;
	border-radius: 0.16rem;
	font-size: 0.8rem;
}
.scrollX-wrapper .scrollX-box .scrollX-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	font-size: 0.8rem;
	margin: 0 4px;
}
.yz_cont1 {
	position: relative;
	padding: 0 8px;
	padding-top: 10px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 1px 1px 14px #E3E3E3;
	display: flex;
	flex-wrap: wrap;
	z-index: 60;
	margin-top: 10px;
	margin: 0.6rem 0.6rem;
}
.yz_cont1_item {
	width: 18%;
	margin-right: 2%;
	margin-bottom: 12px;
	float: left;
	padding-top: 2px;
}
.yz_cont1_item a img {
	width: 80%;
	margin-left: 10%;
}
.yz_cont1_item a p {
	width: 100%;
	text-align: center;
	font-size: 12px;
	margin-top: 6px;
	color: black;
}
.yz_cont1_item a img {
	width: 80%;
	margin-left: 10%;
}
.yz_hot_cont1_item_hot_img {
	position: absolute;
	width: 38px !important;
	top: -10%;
	right: -4%;
}
section.wl_article-box {
	padding: 0 4px;
	margin-bottom: .8rem;
	margin-top: 0.5rem;
}
.articles .project-list {
	padding: 0 0.266666rem;
}
.articles .project-list .tab_index {
	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%;
}
a.article-link.left {
	width: 30%;
	height: 70px;
}
.articles .tab_index .left .article-image {
	width: 100%;
	height: 70px;
	border-radius: 0.1rem;
	display: block;
}
.articles .tab_index .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.6rem;
}
.articles .tab_index .right .article-tit {
	overflow: hidden;
	line-height: 18px;
	height: 18px;
	font-size: .28rem;
	color: #333;
	width: 100%;
}
.articles .tab_index .right .article-tit a {
	color: #333;
	font-size: 14px;
}
.articles .tab_index .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_index .right .part-info .reading-number {
	padding-left: 0.996666rem;
	color: #d6d6d6;
	font-size: 13px;
	background: url(../images/icon-look.png) no-repeat left center / 0.9rem 0.56rem;
}
.articles .tab_index .right .part-info .release-time {
	color: #d6d6d6;
	font-size: 13px;
}
.pd_lis .fr {
	display: none;
}
a.my_more {
	font-size: 0.8rem;
	text-align: center;
	display: block;
	color: #494949;
	line-height: 1.6rem;
}
.tab {
	height: 4.4rem;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	display: flex;
	justify-content: space-around;
	padding: 0 0.4rem 0 0;
	z-index: 9999;
	background: url(../picture/bg.png) center no-repeat;
	width: 100%;
	border-top: 1px solid #f5f5f5;
}
.tab .list {
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
	padding-top: 0.5rem;
}
.tab .list a {
	display: block;
	width: 100%;
	height: 4rem;
}
.tab .list img {
	width: 1.8rem;
}
.tab .list a p {
	color: #666;
	margin-top: 0.7rem;
	font-size: 0.8rem;
}
.tab .to-home {
	width: 100%;
	position: relative;
}
.tab .to-home a div, #footer .tab .to-home span div {
	width: 2.4rem;
	height: 2.26rem;
	background-image: linear-gradient(0deg, #49a3f7 0%, #59c2f9 100%), linear-gradient(#50b1f8, #50b1f8);
	border-radius: 50%;
	box-shadow: 0 0 0.2rem #2fbcea;
	display: flex;
	transform: translateY(0.55rem);
	margin: 0 auto;
}
.tab .to-home img {
	width: 1.6rem;
	height: 1.3rem;
	margin: 0.5rem auto;
}
.tab .to-home p {
	position: absolute;
	bottom: 0.24rem;
	left: 0;
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 0.8rem;
}
.hd ul {
	overflow: hidden;
	position: absolute;
	bottom: 50px;
	right: calc(50% - 40px);
	z-index: 10;
}
.m_copyright {
	margin-bottom: 4.8rem;
	font-size: 0.78rem;
	text-align: center;
	font-weight: 300;
	border-top: 1px solid #f5f5f5;
	padding-top: 0.6rem;
}
.main-l {
	width: 100%;
	min-height: auto;
	float: left;
	background: #fff;
	box-sizing: border-box;
	padding: 0;
}
.location {
	background-color: #f5fbff;
	padding: 0.4rem;
	margin-bottom: 0.2rem;
	background-image: url(../images/right_wz.png);
	background-repeat: no-repeat;
	background-size: 1rem;
	background-position: 10px center;
	padding-left: 1.6rem;
	margin-top: 0.6rem;
}
.location a {
	display: inline-block;
	padding: 0 0.4rem;
	font-size: 0.7rem;
}
.w1160 {
	width: 100%;
	margin: 0 auto;
}
.inner-list {
	padding: 0 0.6rem;
}
.inner-list li {
	padding: 0.4rem 0;
	border-bottom: 1px dashed #ebebeb;
}
.inner-list li em {
	display: none;
}
.inner-list li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../images/erji_ico.gif) no-repeat left center;
	background-size: 4px auto;
	padding-left: 0.6rem;
	font-size: 0.78rem;
}
.main-r {
	display: none;
}
.n-pages {
	margin: 0.9rem auto 0.8rem;
	display: table;
	font-size: 0.7rem;
}
.inner-art {
	padding: 0.3rem 0.6rem;
}
.inner-art>.title h1 {
	font-size: 1rem;
	color: #0090ff;
	line-height: 1.2rem;
	padding: 0.6rem 0rem;
	font-weight: normal;
}
.inner-art>.title p {
	font-size: 0.7rem;
}
.inner-body {
	padding: 0.6rem 0;
	border-top: 1px solid #ddd;
	margin-top: 0;
}

.inner-body a{color: #2590d4;}
.inner-body a:hover{color: #0599f7; text-decoration: underline;}

.inner-body>ul,.inner-body>li{ list-style: disc;}
.inner-body p {
	font-size: 0.8rem !important;
	line-height: 1.6rem !important;
	margin: 0 !important;
	padding: 0 !important;
}
.inner-body p img {
	max-width: 100%;
	height: auto;
}
.inner-body img {
	max-width: 100%;
	height: auto;
}
.pb0 {
	padding-bottom: 0 !important;
	margin: 0.8rem 0.6rem 2rem 0.6rem;
}
.know {
	margin-top: 0.1rem;
}
.jianz-list {
	border-bottom: solid 1px #F1F1F1;
	padding: 0.3rem 0;
	display: flex;
	justify-content: space-between;
}
.jianz-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #514b47;
}
.jianz-tit {
	font-size: .78rem;
	line-height: 1.84rem;
	font-weight: bold;
	/* margin-bottom: 0.3rem; */
	max-height: 4.68rem;
	overflow: hidden;
	text-align: justify;
}
.jianz-sub-cont {
	height: 1.44rem;
	line-height: 1.44rem;
	overflow: hidden;
	flex: 1;
	color: #ddd;
}
.jianz-text {
	color: #999;
	margin-right: 0.3rem;
	position: relative;
	font-size: 0.78rem;
}
.js-cli-cont {
	display: block;
}
.wrap-more {
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 0.4rem 0;
	font-size: .8rem;
	margin-top: 0.6rem;
	color: #514b47;
}
#xkw-kf {
	margin: 0 0.3rem;
	font-size: 0.78rem;
}
#xkw-kf strong {
	text-indent: 2em;
	font-size: 0.78rem;
}
#xkw-kf-p {
	text-align: center;
	padding-bottom: 0;
	font-size: 0.78rem;
	margin: 0 0.3rem;
}
.article_bq {
	display: none;
}
.mzsm {
	display: none
}
.page-turn {
	padding: 0 0.3rem;
	font-size: 0.78rem;
	margin-top: 0.2rem;
}
.page-turn p a {
	font-size: 0.78rem;
}
#xkw-kf-p strong img {
	width: 150px;
}
.page-turn p {
	font-size: 0.78rem;
}
.wrap-tabs a {
	color: #292624;
	font-size: 0.96rem;
}
.xx_h1 {
	width: 100%;
	height: 2.4rem;
	font-size: 0.96rem;
	font-weight: bold;
	line-height: 2.4rem;
	text-align: center;
	margin: 0.4rem 0;
	background: #248fd3;
	color: white;
}
.school_p {
	font-size: 0.78rem;
	width: calc(100% - 1.2rem);
	margin: 0px 0.6rem 0.6rem;
	text-align: center;
	line-height: 1.2rem;
}
.school_yx_b {
	margin: 0 0.2rem;
}
.school_yx {
	width:100%;
	margin-top: 0.3rem;
}
.is_school_item {
        width: calc(50% - 5px);
        height: 80px;
        display: flex;
        flex-direction: column;
        border: 1px solid #eee;
        margin-bottom: 12px;
        margin-right: 0;
    }
.issi_alink {
	display: none;
}
.location1 {
	background-color: #f5fbff;
	padding: 0.4rem;
	margin-bottom: 0.2rem;
	background-image: url(../images/right_wz.png);
	background-repeat: no-repeat;
	background-size: 1rem;
	background-position: 10px center;
	padding-left: 1.6rem;
	margin-top: 0.6rem;
	margin: 0.6rem 0;
}
.location1 a {
	display: inline-block;
	padding: 0 0.4rem;
	font-size: 0.7rem;
}
.zhuanye .title {
        color: #000000;
        line-height: 1.6rem;
        font-size: 0.78rem;
        font-weight: 500;
        background: #f6fafd url(../images/jiantou.png) no-repeat 10px center;
        padding-left: 30px;
        border-bottom: 1px solid #f5f4f4;
        border-top: 1px solid #f5f4f4;
        margin-top: 0.5rem;
    }
.zhuanye {
	border: none;
}
.school_juli, .bmlc {
	display: none;
}
.jianjie .jianjie_img img {
	width: 153px;
	height: 146px;
	float: none;
	margin-left: calc(50% - 75px);
}
.school-info {
	margin: 0.6rem;
	display: block;
	align-items: center;
}
.school-info > li {
	padding-left: 0;
	white-space: nowrap;
	width: 50%;
	float: left;
	line-height: 0.8rem;
	font-size: 0.78rem;
}
.jianjie .jianjie-in {
        text-indent: 0.7rem;
        color: #333;
        font-size: 0.78rem;
        margin-top: 0.1rem;
        line-height: 1.2rem;
        padding: 0 0.6rem;
    }
.testlist-ckzy {
	width: calc(100% - 0.6rem);
	border-collapse: collapse;
	margin: 0.3rem;
}
.testlist-ckzy th {
        border: 1px solid #dddddd;
        font-size: 0.7rem;
        line-height: 1.6rem;
        background: #fbfbfb;
        text-align: center;
    }
    .testlist-ckzy td {
        border: 1px solid #dddddd;
        font-size: 0.7rem;
        color: #343434;
        text-align: center;
        line-height: 1.6rem;
    }
.testlist-ckzy td a img {
	width:50px;
}
    .ckxxh2 {
        text-align: center;
        margin-bottom: 0.4rem;
        margin-top: 0.2rem;
        background: #005cb1;
        line-height: 2.4rem;
        color: white;
        font-size: 0.7rem;
    }
.custom-form-label {
        position: relative;
        float: left;
        display: block;
        padding: 0.1rem 0.3rem;
        width: 60px;
        font-weight: normal;
        line-height: 2.2rem;
        font-size: 0.78rem;
        font-family: "微软雅黑";
    }
        .custom-form-input, .custom-form-textarea, .custom-form-select {
        height: 2.2rem;
        line-height: 2.2rem;
        line-height: 38px \9;
        border: 1px solid #bfbfbf;
        background-color: #fff;
        border-radius: 2px;
        font-size: 0.7rem;
        font-family: "微软雅黑";
    }
.custom-form-input-yx {
	border: none;
}
.custom-form-group {
        margin-bottom: 0.4rem;
        clear: both;
        margin: 0.8rem 0.3rem;
    }
.custom-form-item {
        min-height: 1.6rem;
        width: calc(100% - 80px);
        margin-left: 70px;
    }
    input.custom-form-submit {
        width: calc(50% - 24px);
        height: 2.0rem;
        font: normal 0.78rem / 0.8rem "微软雅黑";
        color: #fff;
        text-align: center;
        cursor: pointer;
        background: #005cb1;
        border-width: 0;
        float: left;
        margin: 12px;
    }
.ystk_ckxx p {
	font-size: 0.7rem;
}
.ystk-ckxx-zy {
	position: absolute;
	display: block;
	width: 100%;
	top: 0%;
	display: none;
	border-radius: 9px;
	background-color: #F5F5F5;
	height: 400px;
}
.ystk-box2 {
	width: calc(100% - 0px) !important;
	height: 340px;
}
.ystk-box1 p {
	font-size: 0.3rem !important;
}
.ystk-box1 p {
	line-height: 0.4rem;
}
.school_img + b {
	width: 105px;
	height: 15px;
	font-size: 0.78rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	padding-left: 8px;
}
.content-block-title {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: .35rem;
	text-transform: uppercase;
	line-height: .1rem;
	color: #ffffff;
	margin: 0.2rem 0;
	background-color: #2590d4;
	padding: 0.4rem 0.75rem 0.4rem 10px;
	border-bottom: 0px #87b1f9 solid;
}
	
  .specialtyImg {
    display: none;
  }
  .t_specialtyCon {
    display: none;
  }
  .pr55 {
    display: none;
  }  .zy_img {
        display: block;
        padding: 1rem 2.6rem;
    }
	.zy_img img{
		width: 100%;
		height: auto;
	}
	#MyContent {
        display: block;
		padding: 0 0.8rem;
    }.specialtyCon {
    width: 100%;
}#MyContent p {
    margin: 1em 0;
    font-size: 0.78rem;
}.zy_info {
    padding: 0;
    margin-top: 0.6rem;
}.zyjs_zy {
    background: #2590d4;
    color: #fff;
    line-height: 2.4rem;
    height: 2.4rem;
    padding-left: 0.3rem;
    font-size: 0.9rem;
    font-weight: bold;
}.zy_js {
    padding-top: 0.6rem;
    margin: 0 0.6rem;
}.side .do {
    background: #2590d4;
    color: white;
    line-height: 2.4rem;
    height: 2.4rem;
    padding-left: 0.3rem;
    font-size: 0.9rem;
}.side p {
    line-height: 1.6rem;
    font-size: 0.8rem;
    padding: 0 0.6rem;
}.zy_js P {
    line-height: 1.6rem;
    font-size: 0.8rem;
}.testlist_zyxq {
    border-collapse: collapse;
    width: calc(100% - 1.2rem);
    margin: 0 0.6rem;
}.testlist_zyxq th {
    background-color: #f6fafd;
    height: 1.4rem;
    line-height: 1.4rem;
    text-align: center;
    border: 1px solid #0088e6;
    font-weight: normal;
    font-size: 0.78rem;
}.testlist_zyxq td {
    border: 1px solid #0088e6;
    height: 1.4rem;
    line-height: 1.4rem;
    padding-left: 0;
    text-align: center;
    font-size: 0.78rem;
}
	.maj_left {
    border: 1px solid #ddd;
    width: calc(100% - 1.2rem);
    padding: 0.6rem;
    background: #fff;
}.zyText {
    width: 100%;
    position: relative;
}.maj_t img.zytp {
    width: 200px;
    height: 150px;
    margin: 0 10px 0 0;
    margin-left: calc(50% - 100px);
}.zyText h3 {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 0.9rem;
}.zyText a.wybm i {
    float: left;
    width: 14px;
    height: 14px;
    background: url(../images/bm.jpg) no-repeat;
    background-size: 14px;
    margin: 7px 8px 0 8px;
}.zyText a.wybm {
    border: 1px solid #fd6864;
    position: absolute;
    top:44px;
    right: 0;
    border-radius: 5px;
    display: block;
    width: 85px;
    height: 26px;
    font: bold 0.7rem / 1.8rem "å¾®è½¯é›…é»'";
    color: #fd6864;
}.zyText .sp1, .maj_t .sp2 {
    float: left;
    margin-top: 10px;
    font-size: 0.78rem;
}.zyText .sp3 {
    line-height: 1.4rem;
    font-size: 0.78rem;
}.zyText .sp1 {
    margin-right: 20px;
}.page-forms {
    background-color: #fff;
    padding: 0.6rem;
    box-sizing: border-box;
}.page-title h2 {
    font-size: 1rem;
    /* background-position: 65px; */
    background: #005cb1;
    color: white;
    padding: 0.5rem;
}.page-forms .part-tit {
    border-bottom: 1px solid #005cb1;
    margin: 0.6rem 0 0.6rem;
}.page-forms .part-tit span {
    display: inline-block;
    padding: 0 0.6rem;
    color: #fff;
    background-color: #005cb1;
    line-height: 2rem;
    font-size: 0.9rem;
}.page-forms .texts {
    text-align: justify;
    font-size: 0.78rem;
    line-height: 1.6rem;
}.form_sub {
    width: 100%;
    margin: auto;
}   .cjcx_con_l {
        width: calc(100% - 1.2rem);
        margin: 0.6rem;
    }    .dpiczn {
        display: block;
        padding: 0.8rem 2rem;
    }  .cjcx_con_l_part01 h1 {
        float: left;
        color: #333;
        font-weight: normal;
        font-family: "微软雅黑";
        background: url(../images/icon_list_tit.png) no-repeat left center;
        background-size: 25px;
        font-size: 0.9rem;
        padding-left: 1.7rem;
        font-weight: bold;
    }    .cjcx_con_l .description {
        height: auto;
    }.cjcx_con_l .description .mdesc {
        float: left;
        width: 100% !important;
    }.cjcx_con_l .description .mdesc .mulu {
        display: none;
    }    .cjcx_con_l .description .dpic {
        display: none;
    }.cxsj_box .left_title .tit_p {
        font-size: 0.92rem;
        padding-left: 0.2rem;
        margin-bottom: 0.1rem;
        border-left: 4px solid #0088e6;
        color: #0088e6;
        font-weight: normal;
        height: 1rem;
        line-height: 1.0rem;
        border-radius: 3px 2px;
    }.cxsj_box .left_title {
    height: 1.4rem;
    width: 100%;
    border-bottom: 1px #0088e6 solid;
    padding-bottom: 0;
}.cxsj_list {
    margin: 0.6rem 0;
    line-height: 1.6rem;
    font-size: 0.78rem;
}
	.wzdy_jyfx_top_img{
		display: none;
	}
	.cjcx_con_l .description .mdesc p {
    text-indent: 1.6rem;
    margin-top: 0;
    font-size: 0.79rem;
}.mt20 {
    margin-top: 0;
}.wzdy_jyfx_top_txt {
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-top: 0.6rem;
        margin-bottom: 0.4rem;
    }
	.wzdy_jyfx_top_txt p .text_ck{
		display: none;
	}
	.wzdy_jyfx_top_txt a:nth-child(1) {
    font-size: 0.9rem;
}.wzdy_jyfx_top_txt p {
    color: #666;
    line-height: 1.2rem;
    font-size: 0.7rem;
}
	.wzdy_jyfx_top {
    padding-bottom: 0;
    border-bottom: none;

}
	.zn_fr{
		display: none;
	}.publist li a {
    font-size: 0.7rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}.publist li a {
    font-size: 0.78rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}.publist li {
    height: 1.6rem;
    line-height: 1.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    font-size: 0.7rem;
    list-style: none;
    padding-right: 10px;
    position: relative;
    width: 100%;
}
	.testlist-yx {
    width: calc(100% - 1.2rem);
    border-collapse: collapse;
    margin: 0 0.6rem;
}.testlist-yx th {
    border: 1px solid #b5c2cb;
    font-size: 0.78rem;
    line-height: 1.2rem;
    background: #ecf7ff;
    text-align: center;
}.testlist-yx td {
    border: 1px solid #b5c2cb;
    font-size: 0.7rem;
    text-align: center;
    color: #343434;
    line-height: 1.2rem;
}.testlist-yx td p img {
    width: 50px;
}.issi_body img {
    width: 50px;
    height: 50px;
    margin: 0 12px;
    flex-shrink: 0;
}
	.issi_zy_right p{
		font-size: 0.78rem;
	}
}
