.menu{
	padding: 0 10px;
	height: 45px;
	background-color: #f4f4f4;
	line-height: 45px;
}
.menu .menu-items{
	float: left;
	padding: 0 10px;
	cursor: pointer;
	font-size: 18px;
	/* font-weight: bold; */
	color: #333333;
	margin-right: 20px;
	position: relative;
}
.content{
	padding-left:0px!important;
	min-height: 150px;
}
.hide{
	display: none;
}
.menu .menu-items.active{
	font-weight: bold;
}

.menu .menu-items.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: #0070d9;
    width: 100%;
    height: 5px;
    left: 0;
}

.post-41 .news_list li.news {
    float: left;
    width: 95%;
}

.post-41 .news_list {
    margin: 0 -10px;
}
.post-41 .news_list li.news .news_wz {
    margin: 0;
}
#followDiv1{left:10px !important;position:fixed !important;top:280px !important;}