@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding:0;
	font-family: "微软雅黑 Light",'黑体','宋体';
}
img{
	display: block;
}
#boby{
	width:1200px;
	height: 100%;
	margin: 0 auto;
}
#header{
	width: 1200px;
	height: 210px;
}
#nav{
	width: 100%;
	height: 50px;
	background:#c1f185;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.ul{
	list-style: none;
	margin-left: 60px;
}
.ul li{
	display: block;
	float: left;
	line-height: 50px;
}
.ul a{
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	width: 120px;
	text-align: center;
	font-family: "宋体";
	font-weight: 700;
}
.ul a:hover{
	color:crimson;
}
#main{
	width: 1200px;
	height: 100%;
	background:#efefef;
	border-radius: 10px;
}
#left{
	width: 870px;
	height: 730px;
	float: left;
}
.mod{
	width: 400px;
	height: 230px;
	margin-left: 10px;
	margin-top: 10px;
	background: #FFFFFF;
	float: left;
}
.news{
	width: 100%;
	height: 40px;
	background: url(../images/bg10.gif);
}
.news p{
	line-height: 40px;
	font-size: 18px;
	font-weight: 700;
	margin-left: 55px;
}
.cat{
	width: 400px;
	height: 190px;
}
.content{
	list-style:none;
}
.content li{
	display: block;
	padding-left: 20px;
	height: 20px;
	margin-top: 10px;
}
.content a{
	color: #000000;
	text-decoration: none;
}
.clear{
	clear: both;
	height: 0px;
}
#right{
	width: 330px;
	height: 730px;;
	float: right;
}
#rtop{
	width: 320px;
	height: 520px;
}
#rnews{
	width: 320px;
	height: 50px;
	background:#dcf3bf;
	margin-top: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#rnews p{
	font-size: 20px;
	font-family: "黑体";
	line-height: 50px;
	margin-left: 20px;
}
#span{
	font-size: 23px;
	font-family: "黑体";
	line-height: 50px;
	margin-left: 125px;
}
#column{
	height:350px;
	width: 320px;
	background: #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 10px;
}
#columnlist{
	height:415px;
	width: 320px;
	background: #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 10px;
}
#columnlist ul{
	list-style: none;
}
#columnlist ul li{
	display: block;
	height:30px;
}
#columnlist a{
	display: block;
	line-height: 30px;
	color: #000000;
	font-family: "宋体";
	font-size: 18px;
	margin-left: 120px;
	text-decoration: none;
}
.img{
	margin-left: 5px;
	margin-top: 15px;
}
#rbottom{
	width:360px;
	height: 290px;
	margin-top: 10px;
}
#bnews{
	width:360px;
	height: 50px;
	background:#23AF63;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#bnews p{
	font-size: 20px;
	font-family: "黑体";
	line-height: 50px;
	margin-left: 20px;
}
#column1{
	width: 360px;
	height: 240px;
	background: #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#footer{
	width: 100%;
	height: 70px;
	background: #e6f5ca;
	padding-top: 5px;
	border-radius: 10px;
}
.copyrights{
	padding-bottom: 3px;
	width: 800px;
	height: 20px;
	margin: 0 auto;
}
.copyrights span{
	font-size: 14px;
	color: #000000;
}
#sidebar{
	float: left;
	width: 320px;
	height: 100%;
	margin-left: 10px;
}
#rlist{
	width: 850px;
	height: 100%;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 10px;
	background: #FFFFFF;
}
#loca{
	width: 780px;
	height: 50px;
	border-bottom: 2px solid #dcf3bf;
	padding-left: 30px;
}
#loca span{
	font-size: 14px;
	line-height: 60px;
	color: #605c5c;
	font-weight: 600;
}
#tlist{
	width: 770px;
	height: 100%;
	padding-left: 20px;
	padding-bottom: 30px;
}
#title{
	height: 40px;
	padding-top: 15px;
	font-size: 18px;
	font-weight: 600;
}
#time{
	height: 30px;
	font-family: '黑体';
	font-size: 17px;
}