#seeWordMobile{display: none;}

body{
	overflow: hidden;
}
.news{
	position: relative;
	padding-top: 40px;
	width: 1200px;
	height: 200px;
}

.catalog,.content{
	float: left;
}
.catalog{
	position: relative;
	width: 20%;
	background: #eee;
	min-height:400px;
}
.selected{
	border-left: #25B059 2px solid;
	color:#25B059 !important;
}
.catalog li{
	margin: 25px 0;
	padding-left: 30px;
	color: #666;
	cursor: pointer;
}
.catalog li:hover{
	color: #25B059;
}
.content{
	position: relative;
	width: 80%;
	min-height: 800px;
}

.content ul{
	width: 100%;
	padding: 0 60px;
	position: absolute;
	top:0;
	left: 0;
	display: none;
}

.content ul li{
	font-size: 20px;
	width: 100%;
	height: 60px;
	margin: 21px 0;
	color: #666;
	border-bottom: #ddd 1px solid;
}

.content ul li a{
	color:#666;
}

.content ul li a:hover{
	color: #25B059;
}

/*.content ul li a:visited {
	color: #999;
}*/

.show{
	display: block !important;
}
