﻿@charset "utf-8";

.news_left_menu_top {
	background-image: url(../images/news/lm_title_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 46px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 23px;
	color: #FFF;
	text-align: center;
	padding-top:5px;
	font-family: "微软雅黑"; 
}


.left_menu ul li {
	height: 45px;
	width: 100%;
	text-align: center;
	display: block;
	background-color: #f8f8f8;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.left_menu ul li a {
	text-decoration: none;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.left_menu ul li:hover {
	text-decoration: underline;
	
	font-family: Verdana, Geneva, sans-serif;
	background-color: #ededed;
}



.content {
	font-size: 14px;

}
.news-list-box {
	float: right;
	width: 100%;
	padding-top: 10px;
}
.banner_lm {
	clear: none;
	height: 350px;
	background-repeat: no-repeat;
	background-image: url(../images/lmbanner/banner_news.jpg);
	margin-top: 5px;
}

.news-list-box ul li {
	font-size: 14px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #000;
	background-image: url(../images/split1.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	vertical-align: middle;
}
.news-list-box ul li a {
	font-size: 14px;
	color: #666;	
}

.news-list-box ul li a:hover {
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}
.news-list-box section {
	margin-bottom: 20px;
	margin-left: 10px;
}
.news-list-box section header .title {
	font-size: 20px;
	font-weight: bold;
	float: left;
}
.news-list-box section header .more {
	float: right;
	width: 50px;
	margin-top:5px;
}
.news-list-box section header {
	height: 45px;
	background-color: #ededed;
	padding:10px;
}

ul {
	list-style: none; margin: 0px; padding: 0px;
}
li {
	list-style: none; margin: 0px; padding: 0px; vertical-align:middle;
}