div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
body,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

html {
	overflow-y: scroll;
	font-size: 15px;
}

body,
input,
textarea,
select {
	color: #474342;
}

body,
p,
ul,
dl,
dd,
form,
textarea,
input,
ol,
h3 {
	/*font-size: 16px;*/
}

ul,
ol,
td,
th {
	padding: 0;
	list-style: none outside;
}

a {
	color: #515151;
	text-decoration: none;
	transition: color 0.2s;
}

a:hover {
	color: #474342;
}

a,
button,
li {
	-webkit-tap-highlight-color: transparent;
}

i,
strong,
em {
	font-style: normal;
	font-weight: normal;
}

a:focus,
input,
textarea,
select,
button {
	outline: none;
}

textarea {
	overflow: auto;
	resize: none;
}

body {
	padding-top: 55px;
}

input,
textarea,
select {
	font-size: 100%;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

table {
	border-collapse: collapse;
}

html {
	font-size: 62.5%;
}

body div.max_width {
	background: #fff;
	width: 100%;
	margin: auto;
	margin: 8px 0;
	padding: 0 15px;
	box-sizing: border-box;
	border-top: 5px solid #ee
}


/*导航*/

.mobile-button {
	position: relative;
	background: 0 0;
	width: 26px;
	height: 16px;
	margin-top: 7px;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
	background-color: #fff;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s
}

.mobile-button:before,
.mobile-button:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.mobile-button span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%
}

.mobile-button:before {
	-webkit-transform: translate3d(0, -7px, 0);
	-moz-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0)
}

.mobile-button:after {
	-webkit-transform: translate3d(0, 7px, 0);
	-moz-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0)
}

.mobile-button.active span {
	opacity: 0
}

.mobile-button.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg)
}

.mobile-button.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg)
}

.top_header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
}

.logo {
	width: 100%;
	background: #ccc;
	padding: 11px 10px 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	z-index: 999;
	height: 55px;
	box-shadow: 0 0 10px #eee;
}

.logo img {
	width: 120px;
	max-height: 26px;
	padding-top: 5px;
}

.nav_logo .search {
	float: right;
	margin-top: 15px;
	background: #fff;
	position: absolute;
	right: 0;
}

.nav_logo .search {
	float: right;
	margin-top: 15px;
	background: #fff;
	position: absolute;
	right: 0;
	height: 30px;
}

.logo .search {
	width: 45%;
}

form {
	padding: 0 25px 0 8px;
	height: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	background: url(../img/sears.png) no-repeat 95% 6px;
	background-size: 12%;
	position: relative;
	background-color: #fff;
	border: 1px solid #fff;
	margin: 1px auto;
}


}
input,
button {
	border: none;
	outline: none;
}
.bar6 input {
	height: 31px;
	border: none;
	outline: none;
	width: 95%;
	background: #fff;
	color: #333;
	border-radius: 10px;
}
.bar6 button {
	position: absolute;
	height: 30px;
	width: 30px;
	right: 0px;
	top: 0;
	cursor: pointer;
	background: none;
	border: none;
}
.bar6 button:active {
	outline: none;
}
.navs {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding: 8px 5px;
	box-sizing: border-box;
	background: #F8F8F8;
	width: 100%;
}
.searfrom::-webkit-input-placeholder {
	color: #666;
	font-size: 12px;
}
.searfrom::-moz-placeholder {
	color: #666;
	font-size: 10px;
}
.searfrom::-ms-input-placeholder {
	color: #666;
	font-size: 10px;
}

/*侧边栏*/
.topnav {
	width: 100%;
	background: #fff;
	box-shadow: 0px 2px 4px #ccc;
	border-bottom: 1px solid #CCC;
	display: none;
}
.topnav ul {
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding: 20px 0 10px 0;
}
.topnav ul li {
	box-sizing: border-box;
	line-height: 40px;
	display: inline-block;
	width: 25%;
	float: left;
	text-align: center;
	padding-bottom: 10px;
}
.topnav ul li a {
	color: #333;
	display: inline-block;
	font-size: 16px;
	box-sizing: border-box;
	white-space: nowrap;
	border-bottom: 2px solid transparent;
}
.topnav ul li.active a {
	color: #ce3a3a;
	border-bottom: 2px solid #ce3a3a;
}
.gaoindex {
	position: relative;
	text-align: center;
	height: 80px;
	overflow: hidden;
}
.gaoindex img {
	height: 80px;
	width: 100%;
}
.gaoindex img.close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
}
.guangao .gaos {
	width: 100%;
}

/*===========================*/

/*轮播*/

/*====*/
.swiper-container1 {
	height: 24rem;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-container1 img {
	width: 100%;
	height: 24rem;
}
.swiper-container1 .swiper-slide {
	position: relative;
}
.swiper-container1 .swiper-wrapper p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
	padding-right: 20%;
}
.pagination {
	position: absolute;
	z-index: 20;
	bottom: 0 !important;
	width: 20% !important;
	text-align: center;
	line-height: 40px;
	left: 80% !important;
	color: #fff;
	font-size: 15px;
}
.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #ce3a3a;
}
.g-white-box {
	padding: 0 10px;
	box-sizing: border-box;
}

/*内容*/

/*列表*/
.content-ajax div.article {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
.content-ajax div.article:last-child {
	border: none;
}
div.article .time {
	z-index: 400;
	font-size: 13px;
	background: #fff;
	color: #999;
}
.entry-site {
	font-size: 14px;
}
.entry-img .sort {
	padding: 5px 12px;
	background: rgb(255, 90, 0);
	font-size: 14px;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.entry-content {
	overflow: hidden;
	box-sizing: border-box;
}
.entry-title {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
}
.entry-title:hover {
	opacity: 0.9;
}
.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
}
.entry-img img {
	width: 120px;
	height: 80px;
}

/*=========*/

/*page*/
.clear {
	clear: both;
}
.pages {
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	width: 100%;
	background: #fff;
}
.pages a {
	color: #4E4E4E;
	background: #f5f5f5;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
}
.pages span {
	color: #FFF;
	background-color: #ce3a3a;
	border: 1px solid #ddd;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	box-shadow: 0 0 5px #eee;
}

/*详情*/
.article-list-btns {
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	background: #f4f5f9;
	margin-bottom: 15px;
}
.article-list-btns span{
	color: #ce3a3a;
}
.top_title {
	padding: 0 10px 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
.con_tit {
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 18px;
}
.art-info {
	font-size: 13px;
	color: #999;
	width: 100%;
	padding-bottom: 10px;
}
.detail {
	padding: 0 10px;
	box-sizing: border-box;
}
.detail .content {
	padding-top: 10px;
}
.detail .content p {
	line-height: 25px;
	font-size: 15px;
	text-indent: 1em;
	padding-bottom: 10px;
}
.detail .content img {
	display: block;
	max-width: 90%;
	margin: 10px auto;
}

/*详情0*/

/*详情0*/
.title_xq {
	margin: 30px 0 15px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.detail_top {
	width: 100%;
}
.title_xq h2 {
	font-size: 32px;
	font-weight: 700;
	color: #000;
	line-height: 50px;
	text-align: center;
}
.userCreateTime {
	padding: 20px 0 10px 0;
	font-size: 14px;
}
.userCreateTime span {
	display: inline-block;
	color: #333;
	padding-left: 20px;
}
.content_tex {
	font-size: 16px;
	line-height: 25px;
	color: #444;
	padding: 0 20px;
}
.content_tex p {
	text-indent: 2em;
	line-height: 35px;
}
.content_tex img {
	display: block;
	margin: 10px auto;
}
.scroll_zhuanti_1 {
	width: 100%;
	height: 140px;
	overflow: hidden;
}
.picMarquee-left {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.picMarquee-left .hd {}
.picMarquee-left .hd .prev {
	width: 25px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -20px;
	z-index: 10;
	cursor: pointer;
	background: url("../img/btn_sc_left.png") no-repeat;
}
.picMarquee-left .hd .next {
	width: 25px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -20px;
	z-index: 10;
	cursor: pointer;
	background: url("../img/btn_sc_right.png") no-repeat;
}
.picMarquee-left .bd {}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left .bd ul li {
	margin: 0 8px;
	width: 200px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picMarquee-left .bd ul li .pic {
	text-align: center;
	position: relative;
}
.picMarquee-left .bd ul li .pic p {
	position: absolute;
	background: rgb(0, 0, 0, 0.6);
	color: #fff;
	padding: 0 10px;
	line-height: 35px;
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	font-size: 15px;
	width: 100%;
}
.picMarquee-left .bd ul li .pic img {
	width: 100%;
	height: 140px;
	display: block;
}
.czwhTitle {
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin: 20px 0;
	float: left;
	background: url(../img/bg_news_title.png) no-repeat bottom left;
}
span.bg_text {
	font-size: 20px;
	float: left;
	color: #CE1A0C;
	padding-right: 5px;
	font-weight: bold;
}
.czwhTitle a.more {
	float: right;
	color: #999;
	font-size: 14px;
}
.czwhTitle .text {
	float: left;
	font-size: 18px;
	line-height: 48px;
	color: #333;
	letter-spacing: 2px;
	margin-left: 12px;
}
.today_headlines {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	background: #f4f5f9;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.today_headlines .title {
	width: 40px;
	height: 146px;
	float: left;
	background: url(../img/bg_today_headlines.png) no-repeat 0;
	padding-right: 10px;
}
.today_headlines .title a {
	width: 20px;
	height: auto;
	float: left;
	font-size: 16px;
	color: #fff !important;
	margin-top: 30px;
	margin-left: 12px;
}
.today_headlines .title a:hover {
	text-decoration: none;
	font-weight: bold;
}
.today_headlines .detail_s {
	width: 87%;
	float: left;
	padding: 10px;
	height: 146px;
	box-sizing: border-box;
}
.today_headlines .detail_s .big_title {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.today_headlines .detail_s .big_title a:hover {
	text-decoration: none;
	color: #ce1a0c;
}
.today_headlines .detail_s .small_title {
	width: 100%;
	height: auto;
	float: left;
}
.today_headlines .detail_s .small_title a {
	width: 100%;
	height: auto;
	float: left;
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main {}
.main .imgBox a {
	overflow: hidden;
	display: inline-block;
	margin-bottom: 6px;
}
.main .imgBox img {
	float: left;
	width: 120px;
	height: 80px;
}
.main .defList li {
	font-size: 15px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	padding-left: 20px;
	background: url(../img/ico_list.png) no-repeat 0 15px;
}
.main .defList ul {
	margin-bottom: 10px;
}
.main .imgBox p {
	margin-left: 130px;
	font-size: 15px;
	line-height: 27px;
	padding-top: 5px;
	padding-top: 10px;
}
.side-mod .imgBox a {
	color: rgb(255, 255, 255);
	display: block;
	position: relative;
}
.side-mod .imgBox img {
	display: block;
	width: 100%;
	height: 200px;
}
.side-mod .imgBox p {
	width: 100%;
	height: 48px;
	line-height: 52px;
	color: rgb(255, 255, 255);
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: linear-gradient(transparent, rgb(0, 0, 0));
	text-align: center;
	overflow: hidden;
	padding: 0 10px;
	font-size: 15px;
	box-sizing: border-box;
}
.con_left_main {
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.con_left_main_box {
	width: 100%;
	height: auto;
}
.con_left_main_box ul li {
	width: 100%;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../img/ico_list.png) no-repeat 0;
	font-size: 15px;
}
.con_left_main_box ul li img.ico_pic {
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -1px;
}
.con_left_main_box ul li:nth-child(7n) {
	width: 100%;
	height: auto;
	border-top: 1px dashed #d7d7d7;
	padding-top: 15px;
	margin-top: 15px;
	background: url(../img/ico_list.png) no-repeat 0 28px;
}
.con_left_main_box ul li a {
	margin-left: 25px;
}
.con_left_main_box ul {
	margin-bottom: 20px;
}
.con_left_main_box ul li span.date {
	float: right;
	margin-left: 15px;
	font-size: 13px;
	color: #999;
}

/*===========*/
.picMarquee-left .bd ul li .pic p,
.main .defList li,.article-list-btns,
.side-mod .imgBox p {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}
.main .imgBox p,.entry-title {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.footer {
	text-align: center;
	border-top: 1px solid #e6e6e6;
	background: #f5f5f5;
	padding: 10px 20px;
	box-sizing: border-box;
}
.footer,
.footer a,
.footer p {
	color: #222;
	font-size: 13px;
	line-height: 23px;
}