@CHARSET "UTF-8";
html, body {
	height: 100%;
}
body, div, ul, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea,
	p, td, article, header, footer {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444;
}
div, td, form, input, textarea, ul, li,header,article,footer {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #444;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: red;
	text-decoration: none;
}
img {
	border: none;
}
ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
}
html {
	overflow-y: scroll;
}
select, input {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
}
/**
select::-ms-expand{
	display:none;
}
*/
.clr {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.singletextoverflow {
	white-space: nowrap;
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.multitextoverflow {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
header,nav,article,footer{
	width:1200px;
	margin:auto;
}
header{
	height:230px;
}
header h1{
	padding:20px 0 0 40px;
	font-size:48px;
	color:#005680;
	-webkit-text-stroke: 2px #fff;/*描边的像素*/
	text-stroke: 2px #000;
	text-shadow: 5px 5px 5px #000;
	letter-spacing: 10px;
}
#searchForm input{	
	width:224px;
	height:34px;
	font-size:14px;
	background:#f5f5f5;
	border:1px #444 solid;
	border-radius:5px 0 0 5px;
	padding:0 5px;
	margin:-85px 0 0 900px;
}
#searchForm button{
	width:36px;
	height:34px;
	margin:-137px 0 0 1130px;
	border-radius:0 5px 5px 0;
}
nav{
	margin-bottom:10px;
	background:#494949;
}
nav ul {
	width:1200px;
	display:flex;
	text-align:left;
}
nav ul li {
	flex: 1; /**宽度相等**/
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
}
nav ul li:hover {
	background: #ffc862;
}
nav ul a {
	width:100%;
	height: 100%;
	display: block;
	white-space: nowrap;
	text-transform: none;
	color:#fff;
}
nav ul a:hover {
	color: #ff0000;
}
nav ul li:hover>ul {
	display: block;
}
/***************************** Sub-menu ********************************/
nav ul ul {
	display: none;
	position: absolute;
	width:100%;
	top: 23px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	border-top: 0;
	/**
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	**/
}
nav ul ul li {
	width:100%;
	padding: 3px 0;
	text-align:center;
	display: block;
	background: #e6e6e6;
	border-top: 1px #fff solid;
	border-bottom: 1px #c0c0c0 solid;
}
nav ul ul li a {
	color: #666;
}
nav ul ul li a:hover {
	color: #ff0000;
}
nav ul ul li:hover{
	border-bottom: 4px solid #ff0000;
}
.smallmenu li:nth-child(1):before {
	content: '';
	position: absolute;
	left: 30px;
	top: -8px;
	width: 0;
	height: 0;
	/**上三角**/
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #fff;
}
/*********************************** Third Grade Menu *********************************/
nav ul ul ul {
	position: absolute;
	top: -15px;
	left: 150%;
	z-index: 10;
}
.grandmenu li:first-child:before{
	content: '';
	position: absolute;
	left: -13px;
	top: 16px;
	width: 0;
	height: 0;
	/**左三角**/
	border-top: 5px solid transparent;
	border-right: 8px solid #fff;
	border-bottom: 5px solid transparent;
}
/** Clear floated elements **/
nav ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
article{
	min-height:300px;
	background:#fff;
}
h3{
	font-weight:normal;
	margin-bottom:30px;
}
.blgl{
	width:900px;
	border-right:15px double #f5f5f5;
	padding:25px 30px 60px 25px;
}
.blgr{
	width:290px;
	text-align:center;
	font-size:14px;
	padding:30px 30px 80px 20px;
}
article .list ul{
	width:100%;
	margin-bottom:40px;
}
article .list ul li{
	width:100%;
	height:200px;
	padding:10px;
	overflow:hidden;
}
article .list ul li img{
	width:200px;
	float:left;
	margin-right:10px;
}
/**标题**/
article .list ul li p:nth-child(2){
	white-space: nowrap;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight:bold;
	padding-bottom:10px;
}
/**发布时间**/
article .list ul li p:nth-child(3){
	color:gray;
	padding-bottom:10px;
	font-size:12px;
}
/**正文摘要**/
article .list ul li p:nth-child(4){
	font-size:14px;
	color:gray;
	WORD-WRAP:break-word;
	text-align:justify;
	text-justify:inter-ideograph;
	text-indent:2em;
}
.page{
	text-align:center;
	font-size: 12px;
	color:#fff;
	background:#0080c0;
}
.page select{
	border:0;
	font-size: 12px;
	background:#0080c0;
	margin:0 10px;
	padding:0 5px;
}
.page input[type=button]{
	border:0;
	background:transparent;
	margin-right:10px;
	font-size: 12px;
	margin:0 10px;
}
footer{
	padding:40px 0 120px;
}
footer p{
	text-align:center;
	padding-bottom:10px;
	font-size:12px;
}
.blgr img:first-child{
	width:180px;
	margin-bottom:16px;
}
.blgr p{
	padding-bottom:16px;
}
.bMenuActive {
	background: #f29d00;
	border-radius:20px 0 0 0;
}
.sMenuActive {
	background: #ffc04a url(../../images_pub/arr_r.png) left center no-repeat;
}
/**右栏热门文章等**/
.blgr div{
	text-align:left;
	padding:10px 0;
}
.blgr .topic{
	font-weight:bold;
}
.blgr li{
	white-space:nowrap;
	overflow:hidden;
	padding-bottom:10px;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#blogerQr{
	width:90px;
	height:90px;
	padding:5px;
	margin-top:20px;
	margin-left:80px;
	border-radius:5px;
	background:#fff;
}
.list {
	padding-bottom: 60px;
}
.centerblock {
	max-width: 85%;
	display:block;
	margin:auto;
}
.list h2 {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0 30px;
}
.list div:nth-child(2) { /**副标题**/
	text-align: center;
	font-size: 14px;
	margin-bottom: 30px;
}
.list div:nth-child(3) { /**作者、发布时间等**/
	text-align: center;
	font-size: 12px;
	color: gray;
	margin: 10px 0 40px;
}
.list div:nth-child(4) { /**正文**/
	line-height: 1.75;
	text-align: justify;
	text-justify: inter-ideograph;
}
.list div:nth-child(4) p {
	padding-bottom: 10px;
	text-indent: 2em;
}
.list div:nth-child(4) p img，.list div:nth-child(4) p img
	{
	margin-left: -2em;
}
.list div:nth-child(4) table {
	max-width: 100%;
}
.list div:nth-child(4) td {
	border: 1px #c0c0c0 solid;
	padding: 5px;
}
.list div:nth-child(4) td p {
	text-indent: 0;
}
.list div:nth-child(5) { /**编辑等信息**/
	font-size: 14px;
	color: gray;
	margin-top: 40px;
}
.shareto {
	width:275px;
	height:40px;
	text-align: center;
	padding-top: 40px;
	margin:auto;
}
.shareto img {
	width: 26px;
	height: 26px;
	margin: 0 3px;
	border-radius:2px;
}
.shareto #wx_ewm {
	display:none;
}
.shareto #wx_ewm img{
	position:absolute;
	z-index:9;
	width:80px;
	height:80px;
	padding:5px;
	margin:40px 0 0 90px;
	border:1px solid #c0c0c0;
	border-radius:5px;
	background:#fff;
}