body{
	font-family:Arial,'Times New Roman','Microsoft YaHei','SimHei';
	background-color: #f2f4f9;
	font-size: 14px;
}
.wrap{
	width: 1200px;
	margin:0 auto;
}
.fl{float: left;}
.fr{float: right;}
.news_font_color {
    color :#ff0000 !important;
}
.news_font_bold{
    font-weight:bold !important;
}
/*------头部 header-----开始*/
#header{
	height: 142px;
	background-color: #fff;
}
#header .top{
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-color: #f0f3f3;
	text-align: right;
}
#header .top ul{
	display: inline-block;
}
#header .top ul li{
	float: left;
	font-size: 13px;
	color:#666;
}
#header .top ul li.line{
	margin:0 5px;
}
#header .top ul li a{
	color:#666;
}
#header .top ul li a:hover{
	color:#333;
}
#header #logo{
	margin-top:23px;
}
#header #logo a{
	display: block;
}
#header #logo img{
	height: 72px;
}
#header #search{
	float: right;
	width: 240px;
	height: 38px;
	margin-top: 37px;
    border: 1px solid #DCDCDC;
    border-radius: 25px;
}
#header #search .text{
	float: left;
	width: 200px;
	height: 36px;
	padding:0 5px;
	border: none;
	background:none;
	text-align: center;
	color:#666;
	outline: none;
	font-size: 14px;
}
#header #search .button{
	cursor: pointer;
	float: right;
	margin: 6px 10px 0 0;
	width: 22px;
	height: 22px;
	background: url(../images/icon_search.png) scroll no-repeat center center;
	background-size: cover;
	border: none;
	outline: none;
}
/*------头部 header-----结束*/

/*------导航 nav-----开始*/
#nav{
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	background-color: #0d93ae;
}
#nav .wrap>ul{
	display: inline-block;
}
#nav .wrap>ul>li{
	float: left;
	letter-spacing: 1px;
}
#nav .wrap>ul>li>a{
	display: block;
	padding: 0 30px;
	height: 46px;
	line-height: 46px;
	color: #fff;
}
#nav .wrap>ul>li>a:hover{
	background-color: #0e839b;
}
#nav .time_div{
	float:right;
	font-size: 14px;
	/*width:180px;
	height:30px; */
	height: 46px;
	line-height: 46px;
	color:#fff;
}
/*------导航 nav-----结束*/

/*------心理测评 assessment------开始*/
#assessment{
	position: fixed;
    right: 0;
    top: 350px;
    z-index: 99999;
}
#assessment a{
	display: block;
}
#assessment a img{
	height: 180px;
}
/*------心理测评 assessment------开始*/

/*------footer------开始*/
#footer{
	color: #9c9c9c;	
	height: 210px;
	background-color: #3d3d3d;
	margin-top:30px;
	font-size: 14px;
}
#footer p{
	margin:0;
	padding:0;
}
#footer .contact{
	margin-top: 31px;
}
#footer .contact .hd{
	font-size: 20px;
	margin-bottom: 10px;
}
#footer .contact .hd img{
	vertical-align: middle;
	margin-right: 6px;
}
#footer .contact .ct p{
	line-height: 28px;
}
#footer .erweima .txt{
	text-align: center;	
	margin-top:8px;
}
#footer .erweima .pic{
	margin-top: 36px;
	width: 120px;
	height: 120px;
}
#footer .erweima .pic img{
	width: 120px;
	height: 120px;
}
/*------footer------结束*/

/*------文章页列表页 左侧导航列表 sidebar ------开始*/
#sidebar{
	float: left;
	width: 260px;
	margin-top: 30px;
	background-color: #fff;
	z-index: 9999;
}
#sidebar .title{
	width: 100%;
	/*height: 68px;
	line-height: 68px;*/
	line-height: 34px;
    padding: 17px 0 17px 25px;
	font-size:24px;
	color: #fff;
	/*padding-left: 25px;*/
	background-color: #0055a1;
}
/*------文章页列表页 左侧导航列表 sidebar ------结束*/

/*------导航栏下图片------开始*/
#content .photo{
	overflow: hidden;
	width: 100%;
	height: 250px;
	text-align: center;
	/*background: url(../images/photo.jpg) no-repeat center;
        background: url(../images/photo3.png) no-repeat 0 -500px;*/
	background-size: cover;
}
/*------导航栏下图片------结束*/