/* 750宽度为标准 */
/* 大于1024px设备（非移动设备） */
@media screen and (min-width: 1025px) {
	[class^="m_"] {
		display: none !important;
	}
}

/* 手机端代码 */
@media screen and (max-width: 1025px) {
	* {
		box-sizing: border-box;
	}

	.header,
	.main,
	.footer {
		width: 100%;
	}

	.body-top,
	.iconmenu,#fixed_left,#yxz-cbl1 {
		display: none;
	}

	.header .logo {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px;
		height: 60px;
		width: 100%;
	}

	.header .logo>a {
		width: 70%;
		display: block;
		height: auto;
		float: none;
	}

	.header .logo .m_menu {
		width: 15%;
		text-align: right;
	}

	.header .logo .m_menu>img {
		width: 25px;
		height: 25px;
	}

	.header {
		padding: 0;
	}

	.footer,
	.index_banner,
	.col-auto {
		display: none;
	}

	.m_pos_foot {
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: space-around;
		background: #0168b7;
		width: 100%;
		text-align: center;
		height: 50px;
		line-height: 50px;
		z-index: 9999;
	}

	.m_pos_foot a {
		color: white;
		display: block;
		width: 50%;
		font-size: 17px;
	}

	.m_pos_foot a:nth-of-type(1) {
		border-right: 1px solid;
	}

	footer.foot {
		margin-bottom: 50px;
	}

	.err {
		width: 100%;
		text-align: center;
		margin: 100px auto;
	}

	.err_top {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		justify-content: center;
		text-align: center;
	}

	.err_top img {
		width: 200px;
	}

	.err_top>.fr {
		font-size: 20px;
		margin: 20px 0;
		line-height: 35px;
	}

	.err_top>.fr>p {
		font-size: 14px;
	}

	.header .nav-site li:last-child {
		display: none;
	}

	.header .nav-bar {
		height: auto;
	}

	.header .nav-site {
		height: auto;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.header .nav-site li {
		float: none;
		width: 20%;
		text-align: center;
		height: 40px;
		line-height: 40px;
	}

	.header .nav-site li a {
		padding: 0;
		font-size: 15px;
	}

	.crumbs {
		padding: 10px;
	}

	.main .col-left {
		width: 100%;
	}

	#yx_con {
		padding: 0 15px;
		text-align: justify;
	}

	.art_pre>p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.art_pre {
		padding: 10px;
		margin: 10px 0;
	}

	.art_like li {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.art_like li a {
		width: 240px;
	}

	.art_like {
		padding: 10px;
	}

	.m_foot_top {
		margin: 10px 0 50px;
		background: #f9f9fc;
		text-align: center;
		padding: 15px 0;
		font-size: 13px;
	}

	.my_baoming_main_tab_con_item form {
		padding: 20px;
	}

	.my_baoming_main_tab_con_item form input[type="reset"] {
		display: none;
	}

	.my_baoming_main_tab_tit {
		display: flex;
		justify-content: space-between;
		align-items: center;
		/* margin: 20px 0; */
	}

	.my_baoming_main_tab_tit>span {
		display: block;
		/* width: 50%; */
		height: 45px;
		line-height: 35px;
		text-align: center;
		font-size: 16px;
		border-bottom: 2px solid #ececec;
	}

	.my_baoming_main_tab_tit>span.on {
		border-bottom: 2px solid #1861c0;
	}

	.my_baoming_main_tab_con_item>a>img {
		width: 100%;
	}

	form#form1 {
		width: 100%;
	}

	form#form1 tr {
		width: 100%;
		height: 45px;
		line-height: 45px;
	}

	form#form1 tr input.input-text {
		width: 100%;
		border: 1px solid #cecece;
		height: 35px;
		line-height: 35px;
		padding-left: 10px;
		font-size: 12px;
		border-radius: 4px;
		margin-bottom: 15px;
	}

	form#form1 tr th {
		font-size: 15px;
	}

	form#form1>table {
		width: 100%;
	}

	form#form1 tr textarea {
		width: 100%;
		border: 1px solid #cecece;
		height: 80px;
		padding-left: 10px;
		font-size: 14px;
		border-radius: 4px;
	}

	form#form1 tr input.btnSubmit[type=submit] {
		width: 70%;
		background: #435ccd;
		height: 35px;
		line-height: 35px;
		color: white;
		border-radius: 5px;
	}

	form#form1 tr input.btnSubmit[type=reset] {
		display: none;
	}

	.my_baoming_main_tab_con_shuoming {
		font-size: 15px;
		margin: 20px 0;
		line-height: 30px;
		padding: 0 20px;
	}

	.main_left.my_baoming.fl {
		width: 100%;
		padding: 10px;
	}

	.my_baoming_main {
		margin: 0;
	}

	.list_main_left>ul>li {
		padding: 15px;
		height: 120px;
		box-shadow: none;
		border-bottom: 1px solid #f3f3f3;
		border-radius: 0;
		margin-bottom: 0;
	}

	.list_main_left>ul>li>a {
		display: flex;
		height: 100%;
		justify-content: space-between;
	}

	.list_main_left_img {
		width: 30%;
		height: 100%;
	}

	.list_main_left_txt {
		width: 68%;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.list_main_left_txt>h3 {
		font-size: 16px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.list_main_left_txt>p {
		font-size: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		margin: 5px 0;
		line-height: 20px;
		-webkit-box-orient: vertical;
	}

	.list_main_left_txt>span {
		padding-right: 5px;
		font-size: 12px;
		float: left;
	}

	.page li a {
		width: 10px;
		height: 10px;
		font-size: 12px;
		margin-right: 5px;
	}

	.page li.thisclass {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}

	.page li {
		margin-right: 10px;
		height: auto;
		line-height: 30px;
	}

	.gaokao_bread02 {
		display: flex;
	}

	.gaokao_bread02>a {
		text-align: center;
		display: block;
		padding: 10px;
		width: 100%;
	}

	.bmlc p {
		font-size: 17px;
		height: 40px;
	}

	.bmlc img {
		margin: 0;
	}

	#bdshare {
		margin: 0 !important;
		text-align: left;
		float: none !important;
	}

	.zhuanye .title {
		background-position: 10px 12px;
	}

	.zhuanye .zylist tr th:nth-of-type(7),
	.zhuanye .zylist tr th:nth-of-type(2) {
		display: none;
	}

	.zhuanye .zylist tr td:nth-of-type(7),
	.zhuanye .zylist tr td:nth-of-type(2) {
		display: none;
	}

	.zhuanye .zylist {
		margin: 10px;
	}

	.bmlc {
		margin: 10px 0;
	}

	.bmlc .byzs ul li {
		margin: 0;
		width: 25%;
	}

	.yxzixun {
		width: 100%;
		height: auto;
		float: none;
		border: none;
	}

	.yxzixun .bt-list .bt-lists {
		line-height: 30px;
		white-space: nowrap;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.yxzixun .bt-list .sj {
		margin-right: 0;
	}

	.yxzixun a {
		display: inline-block;
		width: 85%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}






}
