* {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

.clear {
	clear: both
}

.menus {
	width: 100%;
	/*margin: 40px auto*/
}

.menus ul {
	width: 100%;
	border-bottom: 1px solid #fb4542;
	position: relative;
	float: left;
    margin-bottom: 10px;
}

.menus li {
	float: left;
	width: 25%;
	max-width:150px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.menus li:nth-child(2) {
	color: #fff
}

.menus .bg {
	width: 25%;
	max-width:150px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	background: #fb4542;
	z-index: -1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.tab {
	width: 100%;
	/*height: 500px;
	border: 1px solid #000;
	margin-top: 20px;
	font-size: 40px;
	line-height: 500px;
	text-align: center;
	color: #888;
	font-weight: 700;*/
	font-size: 14px;
	display: none
}
.tab p{ margin: 0 0 10px;}
.tab p a{color: #337ab7;text-decoration: none;}
.tab p a:hover{color:#E60703;}

.show {
	display: block
}
.show img{width: 100%;max-width:800px;}
.title {
	text-align: center;
	padding: 20px;
	background: #ccc
}
.list_tags{clear: both; list-style:none;margin:0px; padding:6px 0px 20px 0px;}
.list_tags p{color:#898989;background: url(../images/li.png) no-repeat left 14px;line-height:22px; padding:8px 0px; padding-left:13px;border-bottom: 1px dashed #e3e2e2;font-size: 14px;/*dotted*/ }
.list_tags p a{color:#303c4b;}
.list_tags p a:hover{text-decoration:none;color:#E60703;}
.list_tags .news_time {float:right;}