﻿@charset "utf-8";
/* CSS Document */
/* reset */
body, div, dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
}
/* common */
body {
	font: 12px/1.5 "Microsoft Yahei", Arial, "宋体", Verdana;
	color: #333;
	padding-top: 50px;
}
a {
	color: #333;
	text-decoration: none;
	outline: none;
blr:expression(this.onFocus=this.blur());
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
a:hover {
	color: #d9333f;
	text-decoration: none;
}
ul li {
	list-style: none;
}
.clear {
	clear: both;
*display:inline;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
img, input, select, button {
	vertical-align: middle;
	border: none;
}
input, textarea {
	outline: none;
	border: 0;
	background: none;
	font-family: "Microsoft YaHei";
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
input[type="submit"] {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pos-r {
	position: relative;
}
.pos-a {
	position: absolute;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
 @-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
input[type="button"], input[type="submit"], input[type="reset"], textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
.wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 640px;
	overflow: hidden;
}
header {
	height: 50px;
	background: #222;
	position: fixed;
	top: 0;
	z-index: 99999999999;
	width: 100%;
}
header .back {
	display: block;
	width: 25px;
	height: 25px;
	top: 12.5px;
	left: 12.5px;
}
header .back img {
	width: 25px;
	height: 25px;
}
header .logo {
	display: block;
	width: 158px;
	height: 40px;
	top: 5px;
	left: 50%;
	margin-left: -88px;
}
header .logo img {
	width: 158px;
	height: 40px;
}
header .logo h1 {
	display: inline;
}
header .search {
	display: block;
	width: 20px;
	height: 20px;
	top: 15px;
	right: 50px;
	background: url(../images/zoom.png) no-repeat;
	background-size: 20px 20px;
}
.searchwrap {
	width: 98%;
	background: #333;
	height: 40px;
	line-height: 40px;
	top: 50px;
	left: 1%;
	z-index: 99999;
}
.searchwrap .searchtext {
	width: 80%;
	background: #F0F0F0;
	height: 36px;
	line-height: 36px;
	margin-top: 2px;
	color: #7d7d7d;
	text-indent: 10px;
	font-size: 14px;
}
.searchwrap .searchbtn {
	width: 20%;
	background: #000;
	height: 36px;
	line-height: 36px;
	margin-top: 2px;
	color: #fff;
	text-align: center;
	border: 0;
	font-size: 14px;
}
header .menu {
	display: block;
	width: 25px;
	height: 25px;
	top: 12.5px;
	right: 12.5px;
	background: url(../images/menu.png) no-repeat;
	background-size: 25px 25px;
}
.menuwrap {
	width: 100%;
	background: #fff;
	top: 50px;
	z-index: 99999;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.menuwrap dl {
	padding: 8px 0 5px;
	border-top: 1px solid #ddd;
}
.menuwrap dt {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}
.menuwrap dt h3 {
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	width: 30%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #222;
	border-radius: 0 20px 20px 0;
}
.menuwrap dt h3.c1 {
	background: #2F7DB2;
}
.menuwrap dt h3.c2 {
	background: #ec460a;
}
.menuwrap dt h3.c3 {
	background: #9b59b4;
}
.menuwrap dd {
	float: left;
	width: 20%;
	font-size: 15px;
	text-align: center;
	line-height: 28px;
}
.smenu {
	height: 30px;
	line-height: 30px;
	background: #fff;
	background: #f9f9f9;
}
.smenu li {
	float: left;
	width: 20%;
	font-size: 15px;
	text-align: center;
}
#banner {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	clear: both;
}
#banner i {
	font-style: normal;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	padding-left: 8px;
	bottom: 0px;
	position: absolute;
	color: #fff;
	z-index: 9999999;
	background: rgba(0, 0, 0, 0.6);
}
#banner img {
	width: 100%;
	height: 245px;
	display: block;
	margin: 0px auto;
	object-fit: cover;
}
#banner .pagination {
	bottom: 5px;
	position: absolute;
	right: 0;
	left: auto;
	text-align: center;
	width: 96px;
	z-index: 20;
}
#banner .swiper-pagination-bullet {
	background: none repeat scroll 0 0 #fff;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 2px;
	opacity: 0.8;
	width: 12px;
}
#banner .swiper-pagination-bullet-active {
	background: none repeat scroll #d9333f;
}
.newslist {
	background: #fff;
	border-top: 1px solid #ddd;
}
.newslist ul {
}
.newslist li {
	height: 80px;
	padding: 10px 10px 10px 140px;
	border-bottom: 1px dashed #ddd;
	position: relative;
}
.newslist li img {
	height: 80px;
	width: 120px;
	object-fit: cover;
	position: absolute;
	top: 10px;
	left: 10px;
}
.newslist li p.h3 {
	font-size: 15px;
	font-weight: 800;
	height: 52px;
	line-height: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newslist li p.info {
	font-size: 12px;
	margin-top: 8px;
	color: #999;
}
.newslist li p.info span {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	text-indent: 18px;
}
.newslist li p.info span a {
	color: #999;
}
.newslist li p.info .lm {
	background: url(../images/a3.png) no-repeat left center;
	background-size: 14px 14px;
}
.newslist li p.info .time {
	background: url(../images/a2.png) no-repeat left center;
	background-size: 14px 14px;
}
.tit {
	height: 36px;
	border-bottom: 3px solid #F6F6F6;
}
.tit h2 {
	line-height: 36px;
	height: 36px;
	float: left;
	padding: 0 10px;
	text-align: center;
	font-size: 18px;
	border-bottom: 3px solid #d9333f;
}
.tit h1 {
	line-height: 36px;
	height: 36px;
	float: left;
	padding: 0 10px;
	text-align: center;
	font-size: 18px;
	border-bottom: 3px solid #d9333f;
}
.newslist .more, .newslist-text .more {
	display: block;
	background: #f6f6f6;
	width: 70%;
	height: 32px;
	line-height: 32px;
	border-radius: 20px;
	border: 1px solid #eee;
	text-align: center;
	font-size: 15px;
	margin: 10px auto;
}
.newslist-text {
	background: #fff;
	border-top: 5px solid #ddd;
	padding: 0 0 5px;
}
.newslist-text ul {
}
.newslist-text li {
	height: 36px;
	line-height: 36px;
	padding: 0 69px 0 10px;
	border-bottom: 1px solid #eee;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newslist-text li a {
	font-size: 14px;
}
.newslist-text li .time {
	position: absolute;
	right: 10px;
	top: 8px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	text-indent: 18px;
	background: url(../images/a2.png) no-repeat left center;
	background-size: 14px 14px;
}
footer {
	border-top: 5px solid #ddd;
	padding: 15px 0;
	background: #222;
	color: #f9f9f9;
	text-align: center;
	font-size: 12px;
}
footer .decive a {
	font-size: 14px;
	margin: 0 10px;
}
footer a {
	color: #f9f9f9;
}
footer p {
	line-height: 24px;
}
.pageurl {
	margin: 10px auto 2px auto;
	text-align: center;
	font-size: 14px;
	clear: both;
}
.pageurl a {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #111;
	margin: 0 1px;
	background: #222;
	color: #f1f1f1;
	border-radius: 2px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pageurl span {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #111;
	margin: 0 1px;
	background: #222;
	color: #f1f1f1;
	border-radius: 2px;
}
.pageurl span.thisclass {
	background: #d9333f;
	color: #fff;
	border: 1px solid #d9333f;
}
.pageurl a:hover {
	background: #d9333f;
	color: #fff;
	border: 1px solid #d9333f;
}
.crumbs {
	background: url(../images/home.png) no-repeat left center;
	padding-left: 20px;
	background-size: 15px 15px;
	font-size: 12px;
	line-height: 35px;
	margin-right: 10px;
	color: #999;
}
.crumbs a {
	color: #999
}
.viewtitle {
	margin: 5px 0;
	padding: 0 10px;
}
.viewtitle h1 {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 1px;
}
.viewtitle .viewinfo {
	border-bottom: 1px solid #f8f8f8;
	padding: 12px 0 3px;
	color: #999;
}
.viewtitle .viewinfo .time {
	font-size: 12px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	text-indent: 18px;
	background: url(../images/a2.png) no-repeat left center;
	background-size: 14px 14px;
}
.viewtitle .viewinfo .author {
	margin-right: 20px;
	font-size: 12px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	text-indent: 18px;
	background: url(../images/a1.png) no-repeat left center;
	background-size: 15px 15px;
}
.viewtitle .viewinfo .crumbs {
	line-height: normal;
}
.viewurl {
	margin: 0px auto 3px auto;
	text-align: center;
	font-size: 14px;
	clear: both;
}
.viewurl a {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #111;
	margin: 0 1px;
	background: #222;
	color: #f1f1f1;
	border-radius: 2px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.viewurl strong {
	display: inline-block;
	padding: 3px 10px;
	font-weight: 400;
	margin: 0 1px;
	border-radius: 2px;
	background: #d9333f;
	color: #fff;
	border: 1px solid #d9333f;
}
.viewurl a:hover {
	background: #d9333f;
	color: #fff;
	border: 1px solid #d9333f;
}
.content {
	color: #333;
	font-family: "Microsoft Yahei";
	overflow: hidden;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 16px;
}
.content p {
	margin: 8px 0;
	line-height: 26px;
	font-size: 16px;
}
.content h2 {
	display: block;
	line-height: 30px;
	font-size: 18px;
	margin: 8px 0;
	border-bottom: 1px solid #bbb;
}
/**
.content h2:after{content:"";display:block;border-bottom:1px solid #bbb;margin-top:2px;position:absolute;width:95%;max-width: 620px;}
**/
.content p img {
	text-indent: 0;
	display: block;
	margin: 10px auto;
	max-width: 100%;
	height: auto;
}
.content img {
	display: block!important;
	margin: 10px auto!important;
	max-width: 100%!important;
	height: auto!important;
}
.content a {
	color: #d9333f;
}
.content a:hover {
	text-decoration: underline;
}
.content h2 a {
	color: #333;
	text-decoration: underline;
}
.content h2 a:hover {
	color: #d9333f;
}
.content iframe {
	text-indent: 0!important;
	display: block!important;
	width: 100%!important;
	height: 35vh!important;
}
.bd {
	padding: 0;
	background: #fff;
}
