/* 750宽度为标准 */
/* 大于1024px设备（非移动设备） */
@media screen and (min-width: 1025px) {
	[class^="m_"] {
		display: none !important;
	}
}

/* 手机端代码 */
@media screen and (max-width: 1025px) {
	.rightAside,.leftAside,.my_link {
		display: none;
	}

	body {
		width: 100% !important;
		min-width: 100%;
	}

	* {
		box-sizing: border-box;
	}

	h1.logo {
		display: none;
	}

	.cu_dhwz {
		width: 100%;
		height: 80px;
		line-height: 80px;
	}

	.cu_dhbg {
		height: 80px;
		background: #00347b;
	}

	.cu_dhnr {
		width: 100%;
		height: 80px;
		line-height: 80px;
	}

	.cu_dhwz ul {
		height: 80px;
		line-height: 80px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.cu_dhwz ul li a {
		height: auto;
		line-height: 40px;
		padding: 0;
		color: white;
	}

	.cu_dhwz ul li {
		width: 20%;
		text-align: center;
	}

	.yx_100 {
	    background-size: cover !important;
	    height: 150px !important;
	}

	.yx_zgz_list_item.fl {
	    width: 100%;
	    float: none;
	}
	
	.yx_zgz_list_item_cen.fl {
	    width: 100%;
	    margin: 0;
	}
	
	.yx_zgz_list_item_cen_a {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	
	.yx_zgz_list_item.fl li span {
	    font-size: 14px;
	}

	.yx_zgz_neirong.m1200 {
	    width: 100%;
	    margin-top: 20px;
	    display: flex;
	    flex-direction: column;
	}

	.cu_ksbg {
	    height: auto;
		margin: 20px auto;
	}
	
	.cu_ksnr {
	    width: 100%;
	    height: auto;
	    display: flex;
	    flex-wrap: wrap;
	    padding: 0;
	    justify-content: space-around;
	}
	
	.cu_ks01,.cu_ks02 {
	    width: 45%;
	    margin-right: 0;
	    height: 280px;
	    overflow: hidden;
	}
	
	.cu_ks01a {
	    width: 100%;
	    height: 280px;
	}
	
	.cu_ks01a span {
	    height: 110px;
	}

	.cu_dbbg {
	    display: none;
	}

	.n_box {
	    width: 100%;
	    height: auto;
	}
	
	.yiwen_box {
	    width: 100%;
	    float: none;
	    padding: 10px;
	}
	
	.yiwen_box ul li a {
	    font-size: 15px;
	}
	
	.yiwen_box a.dianj {
	    font-size: 15px;
	    margin-top: 2px;
	}
	
	.yiwen_box ul li {
	    height: 40px;
	    line-height: 40px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	
	.cu_jgksbg,.tlbg,.sheng_box,.wdxlbg,.bottom_img_last a,.bkdqbg,.fl04bg,.fl05bg,.fl06bg {
	    display: none;
	}
	
	.bottom_img_last {
	    height: auto;
	}
	
	.bottom_img_last h1, .bottom_img_last p,.bottom_img_last h1 span {
	    font-size: 18px !important;
	    margin-top: 20px !important;
	    line-height: 40px !important;
	    padding-top: 10px !important;
	}
	
	.center_123 {
	    width: 100%;
	}






	/* 列表详情页 */
	.m1200 {
		width: 100%;
	}

	.pos {
		padding-left: 10px;
	}

	.list_main_left.fl {
		width: 100%;
	}

	.right_main.fr {
		display: none;
	}

	.list_main_left.fl>ul>li {
		padding: 15px 0;
		height: 120px;
		box-shadow: none;
		border-bottom: 1px solid #f3f3f3;
		border-radius: 0;
		margin-bottom: 0;
	}

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

	.art_main_left.fl {
		width: 100%;
		box-shadow: none;
	}

	.art_pre>p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.m_pos_foot {
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: space-around;
		background: #d62a3a;
		width: 100%;
		text-align: center;
		height: 50px;
		line-height: 50px;
	}

	.m_pos_foot a {
		color: white;
		display: block;
		width: 50%;
		font-size: 16px;
		letter-spacing: 1px;
	}

	.m_pos_foot a:nth-of-type(1) {
		border-right: 1px solid;
	}

	footer.foot {
		margin-bottom: 50px;
	}
	
	/* 新头部 */
	.wid {
	    width: 100%;
	}
	
	.yx_head_logo {
	    padding: 10px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    height: 70px;
	}
	
	.yx_head_logo_cen {
	    display: none;
	}
	
	.yx_head_logo>h1 {
	    width: 30%;
	}
	
	.yx_head_logo_right {
	    margin-top: 0;
	    padding: 7px 15px;
		background: #ec8234;
	}
	
	.yx_nav {
	    height: 90px;
	    line-height: inherit;
	    margin-bottom: 0;
		background: #d62a3a;
	}
	
	.yx_nav a {
	    font-size: 16px;
	    padding: 0;
	    width: 20%;
	    line-height: 45px;
	    text-align: center;
	}
	
	nav.yx_nav_con.wid {
	    display: flex;
	    flex-wrap: wrap;
	}
	
	
	.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 #d62a3a;
	}
	
	.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: #d62a3a;
	    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;
	}
	
	.main_left.my_baoming.fl {
	    width: 100%;
	    padding: 10px;
	}
	
	.my_baoming_main {
	    margin: 0;
	}
	.gaokao_bread02 {
    display: flex;
}

.gaokao_bread02>a {
    text-align: center;
    display: block;
    padding: 10px;
    width: 100%;
}
}
