﻿@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: "微软雅黑";
}

html {
	width: 100%;
	height: 100%;
	/*font-size: 62.5%;10 ÷ 16 × 100% = 62.5%*/
	font-family: "微软雅黑";
	background-color: #ededed;
}

body {
	width: 100%;
	height: 100%;
	font-size: 12px; /*1 × 10px = 10px */
}

a {
	text-decoration: none;
	color:#111;
}
ul, li {
    list-style-type: none;
}
.w_main {
	/* width: 320px;
	margin: 0 auto; */
}
.fl{
	float:left;
}
.fr{
  float:right;
}
.fc{
	clear: both
}
.mg10{
	margin:10px;
}
.more_detail{
	color:#d43f5b;
}
/*header*/
/* nav */
.header{
	background-color: #FFF;
}
.nav_h {
	background-color: #008081;
	text-align: center;
	padding:5px 0;
}

.nav_h>a {
	display: inline-block;
	color: #FFF;
	width: 18%;
	height: 26px;
line-height: 26px;
}
/* home banner */
.ad_main{
	width:100%;
	text-align: center;
}
.ad_main img{
  width:100%;
}
/*index*/
.tit1{
	height:30px;
	line-height: 30px;
	position: relative;
	text-indent: 1em;  
}
.tit1>a{
	position: absolute;
	right:10px;
}
.list_thumb{
	background-color: #FFF;
	margin:0px 5px;
}
.list_thumb>a{
	display:inline-block;
  padding: 5px 0;
	border-bottom: 1px dashed #989898;
	width:100%;
}
.list_thumb>a:last-child{
  border: none;
}
.list_thumb>a>img{
  width:80px;
	height:50px;
	margin-right: 5px;
}
.list_thumb>a>div{
  display:inline-block;
  width:70%;
  text-align: left;	
}
.list_thumb>a>div>h3{
  font-size:15px;
  width:210px;
	line-height: 25px;
}
.list_thumb>a>div>p{
  color:#989898;
}
.expert{
	text-align: center;
  background-color: #FFF;	
	padding: 5px 0;
}
.expert a{
	display: inline-block;
	width: 32%;
	margin: 3px 0;
}
.expert a img{
  width: 70px;
	height:70px;
}
/*footer*/
.links{
	padding: 3%;
}
.links>a{  
	display: inline-block;
  width: 50%;
  height: 76px;
  line-height: 76px;
  float: left;
  background-color: #DAEFF2;
  text-align: center;
	box-shadow: 0px 0px 5px #3a3a3a;
	color:#FFF;
}
.links>div{
  width: 50%;
  height: 75px;
  float: left;
}
.links>div>a{
  display: inline-block;
  width: 95%;
  height: 33px;
  line-height: 33px;
  background-color: #DAEFF2;
  text-align: center;
  margin-left: 5%;
  box-shadow: 0px 0px 5px #3a3a3a;	
  color:#FFF;	
}
.copyright{
	background-color: #008081;
	color:#FFF;
	padding:5px 0;
	text-indent: 2em;
}
.path{
	text-indent: 1em;
	height:25px;
	line-height: 25px;
}
.get_more{
	display:block;
	height:30px;
	line-height:30px;
	text-align: center;
}
.content{
	background-color: #FFF;
	padding:0 5px;
}
.content>h3{
	line-height: 2em;
  text-indent: 1em;
  padding: 1em;
}
.content>.meta{
  height:30px;
  line-height:30px;
  text-indent: 1em;	
	font-size: 12px;
}
.content .detail{
	line-height: 2em;
  padding: 0.5em;
}
.content .detail img{
	width:90% !important;
	maring:0 auto;
  height:auto !important;	
}
