/********************全局********************/
body{
	margin: 0;
	font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
	background: #ffffff;
}
a:link, a:visited, a:hover, a:active{
	text-decoration: none;
}
li{
	list-style-type: none;
}
#logo{
	margin: 0 auto 5px;
	padding-left: 10px; 
	max-width: 980px;
	height: 90px;
}
@media screen and (max-width: 400px){
	#logo{
		height: 45px;
	}
	#logo img{
		height: 45px;
	}}
#top-menu{
	height: 45px;
	background: #4e5359 url('//res.wx.qq.com/en_US/htmledition/images/bg_universal1844c2.png') repeat 0 0;	color: #ffffff;
}
#nav-menu{
	margin: auto;
	max-width: 980px;
}
#nav-menu a{
	float: left;
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
}
#nav-menu a:hover{
	background: #999999;
}#main{
	margin: 10px auto;
	max-width: 980px;
}
#footer{
	margin: 10px auto;
	text-align: center;
	color: #939393;
}
#footer a{
	color: #939393;
}
.clear{
	clear: both;
}
/**************首页及主要频道框架**************/

@media screen and (min-width: 980px){
	#content{
		float: left;
		max-width: 720px;
	}
	#less_content{
		float: right;
		max-width: 250px;
	}
}
#content,#less_content{
	margin-bottom: 10px;
	background: #ffffff;
}
#tips{
	padding: 3px;
	background: #eeeeee;
}
.title_bar{
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	background-color: #999999;
	font-weight:bold;
	color: #ffffff;
	clear: both;
	overflow: hidden;
}
.title_bar a{
	color: #ffffff;
}
#pagenav{
	margin: 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	clear: both;
	background: #999999;
	color: #ffffff;
	font-weight: bold;
}
#pagenav a{
	color: #ffffff;
}
#pagenav a:hover{
	color: #317ef3;
}
.less_content_block{
	border: 1px solid #eeeeee;
	margin-bottom: 10px;
}
.less_content_block li{
	margin: 10px;
}
.less_content_block a{
	color: #000000;
}
#care{
	text-align: center;
}
#care p{
	margin-bottom: 10px;
}
#article li{
	font-size: 14px;
}
#ranking li span{
	float: right;
}

/*公众号列表*/
.list,.qr_img,.wx_info{
	float: left;
}
.list{
	margin: 15px 8px;
	width: 220px;
}
.wx_info{
	margin-left: 5px;
	text-align: left;
}
.wx_info dt{
	width: 120px;
	height: 24px;
	overflow: hidden;
	font-weight: bold;
}
.wx_info dt a{
	color: #317ef3;
}
.wx_info dd{
	font-size: 14px;
	color: #666666;
}
@media screen and (max-width: 400px){
	.list{
		width: 340px;
	}
	.wx_info dt{
		width: 270px;	}
	.qr_img img {
		width: 60px;
		height: 60px;
		border-radius: 30px 30px;
	}
	.wx_info dd a{
		float: right;
		margin-top: -45px;	}}

/*文章列表*/
.artbox{
	margin: 50px 0;
}
.artbox img,.artinfo{
	float: left;
}
.artbox img{
	width: 180px;
	height: 180px;
	object-fit: cover;
	margin: 0 10px;
}
.artinfo{
	max-width: 520px;
}
.artinfo h3{
	height: 30px;
	overflow: hidden;
	font-weight: normal;
}
.artinfo h3 a{
	color: #000000;
}
.artinfo p{
	margin: 10px 0;
	font-size: 16px;
	color:#666666;
}
.artinfo span{
	margin-right: 20px;
	font-size: 14px;
	color:#666666;
}
.artinfo span a{
	color:#666666;
}
.artinfo span .ico_r{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("//weixin.sogou.com/pcindex/images/ico_r.png") 0 0 no-repeat;
}
@media screen and (max-width: 740px){
	.artbox{
		margin: 30px 10px;
	}
	.artinfo{
		max-width: 720px;
	}
	.artbox img{
		margin: 0;
		width: 100%;
		height: 180px;
	}}

/*详情页*/
#head, #item, #qr{
	float: left;
	margin: 40px 20px;
}
#item{
	width: 328px;
	text-align: left;
}
#item dt{
	font-size: 22px;
	color: #317ef3;
}
#item dd{
	margin: 10px 0;
	font-size: 14px;
}
#weixin span{
	font-weight: bold;
}
.item_bar{
	margin: 50px 0 10px 0;
	border-bottom: 1px solid #999999;
	clear: both;
}
.item_bar h4{
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #999999;
	text-align: center;
	color: #ffffff;
}
#qr img{
	max-width: 180px;
	border: 1px solid #cccccc;
}
#qr p{
	font-size: 12px;
	color: #666666;
	text-align: center;
}
@media screen and (max-width: 740px){
	#head, #item, #qr{
		margin: 20px 10px;
	}
	#head img{
		width: 60px;
	}
	#item{
		width: 260px;
	}
	#qr{
		float: none;
		text-align: center;
		clear: both;
	}}

/*表单*/
input,select{
	height: 30px;
	width: 280px;
	font-size: 1em;
}
textarea{
	height: 100px;
	width: 98%;
	font-size: 1em;
}
#submit{
	text-align: center;
	font-size: 1em;
}
#select{
	padding: 100px 0;
	text-align: center;
}
#container{
	width: 700px;
}
#container img{
	max-width: 700px;
	width: expression(this.width>700&&this.width>this.height?700px:'auto';);
}

/*手机列表*/
.ml{
	float: left;
	margin: 6px;
	width: 60px;
	height: 105px;
	overflow: hidden;
	text-align: center;
	font-size: 0.725em;
	color: #000000;
}
.ml img{
	width: 100%;
}

/*文章*/
#artcover, #artitle, #author, #artcontent, #artsource{
	margin: 20px 0;
}
#artcover{
	float: right;
}
#artcover img{
	width: 180px;
	height: 180px;
	object-fit: cover;
	border-radius: 10px 10px;
	border: 1px solid #eeeeee;
}
#artitle{
	border-bottom: 1px solid #999999;
	font-size: 18px;
	font-weight: normal;
}
#author, #artdesc, #artsource{
	font-size: 14px;
	color: #666666;
}
#author a, #artsource a{
	color: #317ef3;
}
#author span{
	margin: 0 10px;
}
#artdesc{
	padding: 10px;
	border: 1px solid #eeeeee;
}
#artcontent img, #artcontent iframe{
	max-width: 100% !important;
}
@media screen and (max-width: 980px){
	#artcover, #artitle, #author, #artdesc, #artcontent, #artsource{
		margin: 20px 10px;
	}
}
@media screen and (max-width: 740px){
	#artcover{
		float: none;
	}
	#artcover img{
		width: 100%;
		height: 200px;
	}}

/*管理后台*/
table{
	width: 100%;
	font-size: 0.75em;
	background: #ffffff;
	border-collapse: collapse;
}
table th{
	background: #eaeef1;
	vertical-align: middle;
	word-break: keep-all;
	white-space: nowrap;
}
table td{
	vertical-align: top;
}
table, th, td{
	border: 1px solid #85bad8;
}
td table{
	word-break: keep-all;
	white-space: nowrap;
}
.table{
	padding: 2px;
}