﻿* {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	color: #5d5d5d;
	text-decoration: none;
}

a:hover {
	color: #006bf2;
}

body {
	background: url("../images/webbg.png") no-repeat left top / 100% 100%;
	color: #5d5d5d;
	font-family: SimSun, Microsoft Yahei, Helvetica, Arial, sans-serif;
	min-height: 100vh;
}

.header {
	width: 100%;
	height: 49px;
	margin-bottom: 5px;
	background: url(../images/se_head.png) no-repeat 10px center / auto 45%, #FFFFFF;
	border-bottom: 1px solid #a5a5a5;
	color: #000;
	font-family: Microsoft Yahei, SimSun, Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 49px;
	letter-spacing: 0.1em;
	box-shadow: 0 0 5px 0 #acacac;
}

.section {
	margin: 0 auto;
	width: 90%;
	background: #FFFFFF80;
}


.news_li {
	width: 100%;
	padding: 10px 20px;
	border-bottom: 1px solid #b5b5b5;
	text-align: justify;
	box-sizing: border-box;
}

.news_li .news_li_tit {
	width: 100%;
	padding-left: 24px;
	background: url(../images/templatemo_list_icon_02.jpg) no-repeat left center;
	border-bottom: 1px dashed #a5a19d;
	font-size: 28px;
	font-weight: bold;
	line-height: 2em;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_li .news_li_cont {
	width: 100%;
	line-height: 1.5em;
	font-size: 22px;
	padding-top: 0.5em;
	padding-left: 0.5em;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) {

	.page_button .prev {
		position: fixed;
		left: 0;
		top: 50%;
		z-index: 999;
		max-width: 4%;
	}

	.page_button .next {
		position: fixed;
		right: 0;
		top: 50%;
		z-index: 999;
		max-width: 4%;
		transform: rotateY(180deg);
	}

	.page_button img {
		width: 100%;
	}
}

/* 移动端 */
@media only screen and (max-width: 768px) {
	.header {
		height: 36px;
		font-size: 20px;
		line-height: 36px;
		text-align: left;
		text-indent: 36px;
	}

	.section {
		width: 96%;
		background: none;
	}

	.news_li {
		width: 100%;
		padding: 1%;
		margin-bottom: 1%;
		background: #ffffff80;
	}

	.news_li .news_li_tit {
		background-position: left 4px;
		font-size: 18px;
		line-height: 1.2em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: normal;
	}

	.news_li .news_li_cont {
		font-size: 14px;
		font-family: Microsoft Yahei, SimSun, Helvetica, Arial, sans-serif;
		-webkit-line-clamp: 3;
	}


	.page_button {
		width: 96%;
		height: 30px;
		margin: 1% auto;
		background: #f9f9f9;
		text-align: center;
	}
	
	.page_button a {
		display: inline-block;
		width: 30px;
		height: 100%;
		margin: 0 15%;
	}

	.page_button .prev {
	}

	.page_button .next {
		transform: rotateY(180deg);
	}

	.page_button img {
		width: 100%;
		height: 100%;
	}




}
