* {
	font-family: 微软雅黑, 黑体, Arial, Helvetica, sans-serif;
}

html,
body {
	font-size: 16px;
	background-color: #f6f6f6;
}

body,
div,
a,
li,
ul,
ol,
dl,
img,
span,
input {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

/* 外边距和后台一致 */

p {
	margin: 5px 0;
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.after:after {
	content: '';
	display: block;
	clear: both;
}

.mr-0 {
	margin-right: 0px !important;
}

.this-400 {
	margin: 0 10px;
	width: calc(100% - 20px);
}

/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #eee;
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

/* 头部 */
#header {
	background-color: #f7f7f7;
	position: fixed;
	z-index: 999;
	bottom: 0;
	text-align: center;
	width: 100%;
	border-top: 1px solid #e9e9e9;
	padding: 16px 0;
}

#nav ul {
	display: flex;
	width: 100%;
}

#nav li {
	/* width: 25%; */
	/* float: left; */
	flex: 1;
	text-align: center;
}

#nav li a:hover span,
#nav li a.active {
	color: #f06c4a;
}

#nav a {
	font-size: 10px;
	color: #333;
	text-align: center;
	width: 24px;
}

#nav img {
	margin: auto;
	height: 22px;
}

#nav img:nth-of-type(1) {
	display: block;
}

#nav img:nth-of-type(2) {
	display: none;
}

#nav li a:hover img:nth-of-type(2),
#nav li a.active img:nth-of-type(2) {
	display: block;
}

#nav li a:hover img:nth-of-type(1),
#nav li a.active img:nth-of-type(1) {
	display: none;
}

#nav span {
	display: block;
	margin-top: 4px;
}

#home {
	margin: 20px 0 90px 0;
}

#home .one {
	margin-bottom: 20px;
}

#home .one li {
	float: left;
	width: 25%;
	text-align: center;
}

#home .one li a {
	color: #333;
	padding: 0 10px;
	width: 62px;
	display: block;
	font-size: 14px;
}

.baidi {
	background-color: #fff;
	border-radius: 8px;
	padding: 12px;
	width: calc(100% - 24px);
	box-shadow: 2px 2px 2px #eaeaea;
}

.two_bt {
	margin-bottom: 14px;
}

.two_bt span {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	float: left;
}

.two_bt a {
	font-size: 14px;
	color: #999;
	float: right;
}

.news_list li a {
	margin-bottom: 20px;
	display: flex;
}

.news_list li:last-child a {
	margin-bottom: 0;
}

.news_list_l {
	width: 34%;
	padding-top: 17%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px;
	margin-right: 14px;
}

.news_list_r {
	width: calc(100% - 118px);
}

.news_list_bt {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_list_sj {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

/* 内页大标题 */
.main_title {
	background-color: #fff;
	padding: 10px 0;
	font-size: 16px;
	text-align: center;
	display: flex;
	margin: auto;
	width: 100%;
	justify-content: center;
}

.main_title img {
	height: 20px;
	margin-right: 6px;
}

.main_title a.fanhui {
	right: 20px;
	position: absolute;
	font-size: 16px;
}

#main {
	margin: 20px 0 80px 0;
}

.main_list {
	width: 100%;
	display: inline-block;
}

.main_list li {
	text-align: center;
	border-radius: 8px;
	background-color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}

.main_list li a {
	font-size: 14px;
    display: block;
}

.main_list li.active {
	background-color: #f06c4a;
	border-radius: 8px;
}

.main_list li.active a {
	color: #fff;
	border-radius: 8px;
}

.about p {
	margin: 0;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.news_view_bt{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #333;
}

.news_view_sj{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #999;
	margin-bottom: 10px;
}

.news_view_nr p{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}


