.wapper {
	width: 96%;
	margin: 0 auto;
}

.drop_nav {
	display: none !important;
}

.head_box {
	display: none;
}

.head_box_moble {
	display: block;
}

.m-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	z-index: 3;
	overflow: hidden;
	box-shadow: 0 0 4px rgba(0, 0, 0, .12);
	background: #fff;
	box-sizing: border-box;
}

.flex,
.flex_2 {
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
}

.flex {
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
}

.m-nav ul li:last-child {
	float: right;
	font-size: 18px;
}

.m-nav ul li:last-child:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/menu.png) no-repeat;
	background-size: 100%;
	margin-right: 10px;
}

.m-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	transform: translateX(-100%);
}

.m-menu-active,
.m-menu {
	transition-duration: .5s;
}

.m-menu-active {
	transform: translateX(0);
}

.m-menu>div {
	background: #0074cc;
	width: 270px;
	height: 100%;
	padding-bottom: 80px;
	box-sizing: border-box;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.m-menu>div>p {
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.m-menu>div>p:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 14px;
	background: url(../images/close.png) no-repeat;
	background-size: 100%;
	margin-right: 4px;
}

.m-menu>div>ul li {
	position: relative;
}

.m-menu>div>ul li a {
	display: inline-block;
	width: 100%;
	padding: 10px 13px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	border-top: .5px solid #fff;
}

.m-menu>div>ul>li a:before {
	content: "";
	display: table;
	clear: both;
}

.m-menu>div>a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin: 26px 13px;
	box-sizing: border-box;
	font-weight: 400;
}

.m-nav .logo {
	width: 150px;
}

.m-nav h3 {
	margin-bottom: 2px;
	color: #163f7f;
	font-size: 20px;
}

.m-nav p {
	font-size: 12px;
	color: #fe6d00;
}

.banner {
	margin-top: 67px;
}

.padding_65 {
	padding: 20px 0;
}

.major_box_c_head h2 {
	font-size: 20px;
}

.major_box_c_head {
	margin-bottom: 20px;
}

.major_box ul {
	flex-wrap: wrap;
}

.major_box ul li {
	width: 48%;
	margin-bottom: 15px;
}

.major_txt p {
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	min-height: 48px;
}

.synopsis_box_c_main {
	display: block;
}

.synopsis_box {
	background: #006db5;
}

.synopsis_box_c_main .txt p {
	font-size: 15px;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 8;
	-moz-box-orient: vertical;
	display: -ms-box;
	-ms-line-clamp: 8;
	-ms-box-orient: vertical;
	overflow: hidden;
}

.synopsis_box_c_main img {
	width: 100%;
	margin-left: 0;
	height: auto;
	margin-top: 20px;
}

.advert {
	display: none;
}

.dynamic ul li {
	width: 100%;
	margin-bottom: 20px;
}

.dynamic ul li .txt {
	max-width: 75%;
}

.dynamic ul li .time {
	width: 80px;
	margin-right: 0;
}

.footer_c {
	display: block;
}

.footer_nav {
	display: none;
}

.footer {
	padding: 20px 0;
}

.synopsis_box_c_main .txt {
	height: auto;
}

.synopsis_box_c_main .txt a {
	margin-top: 10px;
}

.m-nav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wz_top a,
.wz_top span {
	font-size: 14px;
}

.wz_top {
	padding: 15px 0;
}

.clearfix {
	display: block;
}

.leftnr {
	float: none;
	min-height: auto;
	width: 100%;
	padding: 10px;
}

.menunr ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.leftnr ul li {
	margin: 0;
	flex: 1;
	text-align: center;
}

.leftnr ul li a {
	background: none;
	padding: 0;
	line-height: 40px;
	border: none;
	font-size: 16px;
}

.rightnr {
	float: none;
	width: 100%;
	margin-top: 15px;
	padding: 20px;
	min-height: auto;
}

.rlmtitle {
	font-size: 18px;
	line-height: 40px;
}

.containe_about p {
	margin-top: 5px;
}

.lmcontain {
	padding-bottom: 20px;
}

.listnews .doc_list li a,
.listnews .download-list li a {
	max-width: 70%;
	font-size: 15px;
}

.pagination {
	margin: 10px 0 0px;
}

.listnews li span.date {
	font-size: 15px;
}

.menunr ul li.active a,
.menunr ul li a:hover {
	background: none;
}

.map {
	margin-top: 20px;
}

.listnews form {
	width: 100%;
	margin-top: 20px;
}

.group {
	display: block;
}

.group_e {
	margin-top: 5px;
}

.group input[type="radio"] {
	margin-right: 5px;
}

.group input[type="text"],
textarea {
	width: 250px !important;
}

.group button {
	margin-left: 0 !important;
	margin-right: 10px;
}
