/*#wrapper {width: 645px; height: 500px; margin: 35px auto 50px auto;}*/
/*h2 {*/
/*	color: #fff; font: 300 40px 'Open Sans';*/
/*	width: 300px; padding: 30px; float: left;*/
/*}*/
/*.mobile {*/
/*	float: left; position: relative;*/
/*	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);*/
/*	overflow: hidden;*/
/*}*/
/*#tm {display: none;}*/
/*.mobile section {*/
/*	background: url("img/mb1.png");*/
/*	width: 285px; height: 500px;*/
/*	position: relative; transition: all 0.25s;*/
/*}*/
/*.mobile section label {*/
/*	color: white; font: bold 14px Montserrat; text-align: center;*/
/*	border: 2px solid white; border-radius: 4px;*/
/*	display: block; padding: 10px 0;*/
/*	width: 60%; position: absolute; left: 20%; top: 100px;*/
/*	cursor: pointer; text-transform: uppercase;*/
/*}*/
/*.sidenav {*/
/*	background: rgb(50, 60, 60); width: 150px;*/
/*	position: absolute; left: 0; top: 0; bottom: 0; padding-top: 100px;*/
/*}*/
/*.sidenav li {list-style-type: none;}*/
/*.sidenav a { color: white; text-decoration: none; }*/
/*.sidenav b {*/
/*	font: bold 12px/48px Montserrat; display: block;*/
/*	opacity: 0; transform: translateX(50px); transition: all 0.4s;*/
/*}*/
/*.sidenav i {*/
/*	display: block; width: 50px; float: left;*/
/*	font-size: 16px; line-height: 48px; text-align: center;*/
/*}*/
/*#tm:checked ~ section {transform: translateX(150px);}*/
/*#tm:checked ~ .sidenav b {opacity: 1; transform: translateX(0);}*/
/*#tm:checked ~ .sidenav li:nth-child(1) b {transition-delay: 0.08s;}*/
/*#tm:checked ~ .sidenav li:nth-child(2) b {transition-delay: 0.16s;}*/
/*#tm:checked ~ .sidenav li:nth-child(3) b {transition-delay: 0.24s;}*/
/*#tm:checked ~ .sidenav li:nth-child(4) b {transition-delay: 0.32s;}*/
/*#tm:checked ~ .sidenav li:nth-child(5) b {transition-delay: 0.40s;}*/
/*#tm:checked ~ .sidenav li:nth-child(6) b {transition-delay: 0.48s;}*/







.m_container {
	width: 92%;
	margin: 0 auto;
}
.m_row {
	display: flex;
	flex-direction: row;
}

.m_column {
	display: flex;
	flex-direction: column;
}

.m_align_center {
	display: flex;
	align-items: center;
}

.m_justify_center {
	display: flex;
	justify-content: center;
}

.m_align_justify_center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.m_justify_space_between {
	display: flex;
	justify-content: space-between;
}

.m_mk_sj {
	margin-top: 24px;
}






.m_public_title {
	border-bottom: 1px solid #E5E6E5;
	align-items: center;
	position: relative;
	margin-top: 18px;
	margin-bottom: 10px;
}

.m_public_title_p {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 3px solid #1A6CE9;
}

.m_public_title_more {
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.m_public_title_more a {
	color: #78787C;
}

.m_public_title_more img {
	width: 6px;
	height: 12px;
	margin-left: 6px;
}


.m_public_title_k {
	font-size: 18px;
	font-weight: bold;
	width: 90px;
	height: 31px;
	background-color: #1A6CE9;
	color: #FFFFFF;
	text-align: center;
	line-height: 31px;
}






/* 新闻列表不带时间 */
.m_xwlb_bdsj li {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}

.m_xwlb_bdsj li:last-child {
	margin-bottom: 0;
}

.m_xwlb_bdsj img {
	width: 9px;
	height: 9px;
}

.m_xwlb_bdsj_title {
	font-size: 16px;
	margin-left: 6px;
	width: calc(100% - 15px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}




/* tpxw_nr */
.m_tpxw_nr ul{
	display: flex;
	flex-direction: row;
}
.m_tpxw_nr li {
	width: 49%;
	margin-right: 2%;
}

.m_tpxw_nr li:last-child {
	margin-right: 0;
}

.m_tpxw_nr_img {
	width: 100%;
}

.m_img_big {
	height: 190px;
}
.m_img_small{
	height: 105px;
}
.m_tpxw_nr_wz {
	width: 100%;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.m_bg_gray {
	background-color: #F4F4F4;
}

.m_tpxw_nr_wz_title {
	width: calc(100% - 20px);
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 5px;
}

.m_tpxw_nr_wz_fbt {
	width: calc(100% - 20px);
	padding: 0 10px;
	font-size: 14px;
	color: #000000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 18px;
}





/* top */
.m_top {
	width: 100%;
	height: 55px;
	background-color: #fff;
}

.m_top_nr {
	justify-content: space-between;
}

.m_top_logo {
	width: 144px;
	height: 29px;
}

.m_top_dh {
	width: 25px;
	height: 15px;
}


/* banner */
.m_banner {
	width: 100%;
	height: 170px;
	background-size: 100% 100%;
	display: flex;
}


/* tzgg */
.m_tzgg {
	width: 100%;
	height: 40px;
	background-color: #F7F7F7;
}

.m_tzgg_icon {
	width: 20px;
	height: 20px;
}

.m_tzgg_wz {
	width: calc(100% - 25px);
	margin-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}




/* bgdt */
.m_bgdt_tpxx {
	width: 100%;
	height: 270px;
}

.m_bgdt_list {
	margin-top: 10px;
}

.m_bgdt_list li {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 15px;
}

.m_bgdt_list li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.m_bgdt_list li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	overflow: hidden;
}

.m_bgdt_list_time {
	padding-right: 10px;
	border-right: 1px solid #D8D8D8;
}

.m_bgdt_list_time_rq {
	font-size: 36px;
	color: #9F9F9F;
}

.m_bgdt_list_time_sj {
	font-size: 12px;
	color: #9F9F9F;
}

.m_bgdt_list_wz {
	width: calc(100% - 70px);
	margin-left: 10px;
}

.m_bgdt_list_wz_bt {
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m_bgdt_list_wz_fbt {
	margin-top: 7px;
	font-size: 12px;
	color: #9F9F9F;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}





/* zxyd */
.m_zxyd_img{
	width: 100%;
	height: 83px;
}
.m_zxyd_public{
	margin-top: -80px;
}

.m_zxyd_list ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.m_zxyd_list li{
	width: 48%;
	height: 170px;
	margin-right: 4%;
	background-color: #FFFFFF;
	box-shadow: 0 0 3px #DEDEDE;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.m_zxyd_list li:nth-child(2n){
	margin-right: 0;
}
.m_zxyd_list a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.m_zxyd_list_img{
	width: 80px;
	height: 80px;
}
.m_zxyd_list_p{
	font-size: 16px;
	color: #333333;
	margin-top: 16px;
}



/* footer */
.m_footer{
	width: 100%;
	height: 66px;
	background-color: #1572C3;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.m_footer_nr{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
.m_footer_nr a {
	color: white;
}


/*列表页样式*/
.m_ejym_nr {
	margin-top: 12px;
}

.ejym_nr_left {
	width: 210px;
	margin-right: 20px;
}

.m_ejym_nr_left_top {
	width: 100%;
	height: 40px;
	background: url(../img/ejlm_top_bg.png) no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}

.m_ejym_nr_left_list {
	margin-top: 5px;
	height: auto;
	background: url(../img/ejlm_bg.png) no-repeat;
	background-size: 100% 100%;
}

.m_ejym_nr_left_list li {
	line-height: 40px;
	margin-left: 25px;
}
.m_ejym_nr_left_list li:hover{
	height: 40px;
	background-color: #1A6CE9;
	border-radius: 0 5px 5px 0;
	margin-left: 0 !important;
	padding-left: 20px;
	border-left: 6px solid #02A393;

}
.m_ejym_nr_left_list li:hover a{
	color: #FFFFFF !important;
}
.m_ejym_nr_left_list_active {
	height: 40px;
	background-color: #1A6CE9;
	border-radius: 0 5px 5px 0;
	margin-left: 0 !important;
	padding-left: 20px;
	border-left: 6px solid #02A393;
	color: #FFFFFF !important;
}

.m_ejym_nr_left_list_active a {
	color: #FFFFFF !important;
}

.m_ejym_nr_left_list a {
	color: #363638;
	display: block;
	width: 100%;
	height: 100%;
}

/* 二级页面右边 */
.m_ejym_nr_right {
	width: 100%;
	margin-top: 18px;
}

.m_zcjd_tjzc ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.m_zcjd_tjzc li {
	width: 49%;
	margin-right: 1%;
	border: 1px solid #F0F0F0;
	box-shadow: 0 2px 4px #F4F5F9;
	margin-bottom: 20px;
}

.m_zcjd_tjzc li:nth-child(2n) {
	margin-right: 0;
}

.m_zcjd_tjzc_img {
	width: 100%;
	height: 120px;
}

.m_zcjd_tjzc_bt {
	padding: 0 10px;
	margin-top: 16px;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.m_zcjd_tjzc_time {
	padding: 0 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #B7B7BB;
}


.m_simple_word_list li{
	padding: 6px;
	width: 100%;
	margin-right: 1.25%;
	background-size: 100% 100%;
	border-bottom: 1px dotted grey;
	margin-bottom: 8px;
}
.m_simple_word_list li a{
	display: flex;
	justify-content: space-between;
}

.m_simple_word_list_time {
	font-size: 16px;
	color: #78787C;
	line-height: 26px;
}
.m_zcjd_wzjd_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 政策解读-文字解读 */
.m_zcjd_wzjd ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.m_zcjd_wzjd li {
	padding: 10px;
	width: calc(50% - 5px);
	margin-right: 10px;
	background: url(../img/zcjd_wzjd_bg.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 20px;
}

.m_zcjd_wzjd li:nth-child(2n) {
	margin-right: 0;
}

.m_zcjd_wzjd_title {
	font-size: 18px;
	color: #363638;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.m_zcjd_wzjd_fbt {
	font-size: 14px;
	color: #78787C;
	line-height: 21px;
	margin-top: 11px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 63px;
}

.m_zcjd_wzjd_time {
	font-size: 12px;
	color: #78787C;
	margin-top: 14px;
	margin-bottom: 10px;
}


.m_zcjd_spjd ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.m_zcjd_spjd li {
	width: calc(32.5% - 2px);
	margin-right: 1.25%;
	border: 1px solid #F0F0F0;
	box-shadow: 0 2px 4px #F4F5F9;
	margin-bottom: 20px;
}

.m_zcjd_spjd li:nth-child(3n) {
	margin-right: 0;
}

.m_zcjd_spjd_img {
	position: relative;
	width: 100%;
	height: 152px;
}
.zcjd_spjd_img div {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../img/play.png") center center no-repeat;
	z-index: 100;
}
.m_zcjd_spjd_img img {
	z-index: 98;
}
.m_zcjd_spjd_img::before {
	　　content: "";
	　　position: absolute;
	　　left: 0;
	　　right: 0;
	　　bottom: 0;
	　　top: 0;
	　　background-color: rgba(0, 0, 0, .3);
	　　z-index: 99;
}

.m_zcjd_spjd_bt {
	padding: 0 10px;
	margin-top: 16px;
	font-size: 16px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m_zcjd_spjd_time {
	padding: 0 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #B7B7BB;
}


/* 内页详情 */
.m_public_ny_xq {
	margin-top: 20px;
}

.m_public_ny_xq_title {
	font-size: 24px;
	font-weight: bold;
	color: #155DCB;
	text-align: center;
}

.m_public_ny_xq_fbt {
	margin-top: 10px;
	display: flex;
	justify-content: center;
}

.m_public_ny_xq_fbt li {
	float: left;
	font-size: 14px;
	color: #B7B7BB;
	text-align: center;
	margin-right: 45px;
}

.m_public_ny_xq_fbt li:last-child {
	margin-right: 0;
}

.m_public_ny_xq_p {
	margin-top: 30px;
}
.m_public_ny_xq_p img {
	display: block !important;
}
.m_public_ny_xq_p p, .m_public_ny_xq_p span {
	line-height: 24px;
	font-size: 16px !important;
}
.m_public_ny_xq_p img {
	max-width: 100%;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}

.m_page_util{
	width: 300px;
	margin: 20px auto;
}
.m_page_util span{
	color: black;
	font-size: 12px;
}
.m_page_util .jump_num {
	width: 36px;
	border-radius: 4px;
	border: 1px solid skyblue;
	height: 24px;
	padding: 8px;
	text-align: center;
}
.m_page_util .previous , .m_page_util .next,  .m_page_util .jump_a {
	font-size: 12px;
	padding: 2px;
	border: 1px solid skyblue;
	border-radius: 4px;
}
.hr_div {

}