@charset "utf-8";

/* CSS Document */

html,
body {
	/* you need to set this to assign to the main element a min height of 100% */
	height: 100%;
}

@media screen and (max-device-width: 320px) {
	body {
		-webkit-text-size-adjust: none
	}
}

@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	body {
		-webkit-text-size-adjust: none
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body {
		-webkit-text-size-adjust: none
	}
}

ul,
li,
h1,
h2,
h3,
a,
img,
p {
	font-family: "微软雅黑";
	font-size: 100%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	font-weight: normal;
}

body {
	font-family: "微软雅黑";
	color: #313030;
	margin: 0px;
	padding: 0px;
}

.mt20 {
	margin-top: 20px;
}

.mt10 {
	margin-top: 10px;
}

.pad20 {
	padding: 0 20px;
}

.fd {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.main_1 {
	padding-top: 10px;
}

.header {
	width: 100%;
	height: 3.975rem;
	background: url(../webimg/head-bg.png) no-repeat;
	background-size: 100% 100%;
	justify-content: space-between;
		top: 0;
	left: 0;
	z-index: 3;
}



.header  img {
width: 6.906rem;
    height: 2.593rem;
  
    background-size: 100%;
    margin-left: 0.687rem;
    margin-top: 0.85rem;
  
}

.header .search {
	position: absolute;
	top: 0;
	right: 50px;
	z-index: 1000;
	display: block;
	width: 50px;
	height: 65px;
	text-indent: -9999em;
	background: url(../webimg/search.png) no-repeat center center #fff;
	background-size: 50%;
}

.header .search:hover {
	/* background-color: #a70101; */
}

.header .search span {
	display: none;
}

.header .back {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999em;
	background: url(../webimg/icon-back.png) no-repeat center center;
	background-size: 12px 20px;
}

.search_con {
	width: 100%;
	height: 30px;
	display: none;
	position: absolute;
	right: -0px;
	z-index: 9999;
	/*background-color: rgba(188, 59, 54, 0.8)!important;
	filter: Alpha(opacity=80);*/
	background: #a70101;
	text-align: left;
	padding: 10px 0px;
	top: 11%;
	text-align: center;
}

.search_but {
	position: relative;
	display: block;
}

.search_con input {
	vertical-align: top;
}

.search_con .text {
	width: 80%;
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	background: #e8e8e8;
	color: #333333;
}

.search_con .sub {
	width: 12%;
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	font-size: 12px;
	background: #8c0000;
	color: #FFFFFF;
}

.con_bg {
	background: #FFFFFF;
}

.link ul {
	padding-top: 10px;
}

.link ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.link ul li a {
	display: block;
	padding: 15px;
}

.link ul li img {
	width: 80%;
}

.link ul li p {
	font-size: 0.875em;
	text-align: center;
	line-height: 180%;
	color: #878787;
	padding: 5px 0;
}


































.more {
	width: 120px;
	margin: 15px auto;
	border: 1px solid #cea75b;
	border-radius: 17px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.more a {
	display: block;
	color: #cea75b;
}


/*列表页*/

.list ul {
	padding: 10px 0;
}

.list ul li {
	margin: 20px 0;
	padding: 10px;
	background: #FFFFFF;
}

.list ul li .title {
	font-size: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 8px 0;
	color: #313030;
}

.list ul li .date {
	font-size: 0.75em;
	color: #999;
}
.list ul li .date span.click{
	float: right;
	padding-right: 10px;
}
.list ul li .zhaiyao {
	padding: 5px;
	font-size: 0.75em;
	line-height: 1.8em;
	color: #999;
}

.list ul li .zhaiyao p {
	color: #999;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*内容页开始*/

.content {
	padding: 20px;
}

.content .title {
	font-size: 1em;
	line-height: 1.5em;
}

.content .title_2 {
	font-size: 0.875em;
	line-height: 2em;
}

.content .date {
	padding: 10px 0;
	line-height: 2em;
	color: #999999;
	font-size: 0.75em;
	border-bottom: 1px solid #dddddd;
}

.content .zhengwen {
	padding: 10px 0;
}

.content .zhengwen p {
	font-size: 0.875em;
	text-indent: 2em;
	line-height: 1.8em;
}

.content .zhengwen img {
	width: 80%;
	margin: 10px auto;
}