@charset "utf-8";
/*--------------------------------------全局初始样式--------------------------------------*/
body{padding:0px;}
h1,h2,h3,h4,h5,h6,p,ol,ul{margin:0px auto;}
ol,ul,li{padding:0px; list-style:none;}
a{text-decoration:none;}
em{font-style:normal;}
/*--------------------------------------全局默认样式--------------------------------------*/
body{
	background-image: url(KLME_bg.jpg);
	background-repeat:repeat-x;
        margin:0px auto;
        width:1200px;
        height:auto;
        font: 14px/1.6 PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
a{ 
        color:#000000;
        text-decoration:none;
}
a:hover{ 
        color:#e58335;
        text-decoration:none;
}
li{ 
        list-style: none;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*--------------------------------------Header顶部样式--------------------------------------*/
#top{
	height:130px;
	width:100%;
	background-image:url(KLME_top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-top: 0px;
}
/*主菜单栏控制*/
#menu_bg{
	width:100%;
	height:50px;
	background-color:#2160a9;
	background-position:top center;
}
#menu{margin:0px auto; text-align: center;}
#nav{padding:1px; position:relative; z-index:1;}
#nav a{color:#ffffff;}
#nav .nLi{
	width:10%;
        margin: 0px auto;
	padding: 0px;
	display:inline-block;
}
#nav .nLi h3{text-align:center;}
#nav .nLi h3 a{
	display:block;
	font-size:16px;
	font-weight:bord;
	line-height:46px;
	width:100%;
	text-decoration:none;
	background-image:url(KLME_menu2.gif);
	background-repeat:no-repeat;
	background-position:center right;
        padding:1px;
}
#nav a:hover{background:#e58335; color:#ffffff; display:block;}
/*控制下拉二级菜单样式*/
#nav .nLi .Second{position:absolute; display:none;}
#nav .nLi ul{ 
        margin:0px auto; 
        width:120px;
}
#nav .nLi .Second li{
	list-style:none;
	width:100%;
	text-align:center;
	background-color:#2160a9;
}
#nav .nLi .Second a{
	font-size:16px;
	line-height:46px;
	text-decoration:none;
        padding:0px;
}
/*header图片样式*/
#container {
	width: 1200px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 10px;
}
.photo {
	width: 6000px;
	animation: switch 56s ease 16s infinite;
}
.photo > img {
	float: left;
	width: 1200px;
	height: 300px;
}

@keyframes switch {
	0% {margin-left: 0;}
	25% {margin-left: -1200px;}
	50% {margin-left: -2400px;}
	75% {margin-left: -3600px;}
	100% {margin-left: -4800px;}
}
/*--------------------------------------主页布局样式--------------------------------------*/
/*通用样式*/
.title{width:100%; height:36px;}
.title b{font-size:16px; font-weight:normal; margin-left:5px; position: absolute; margin-top: 8px;}
.title span{margin-left:300px; font-size:14px;}
.line{width:95%; border-bottom:2px darkgray solid; height:0px; margin:0px auto;}
.newsList ul{margin:0px auto; padding:0px; width:100%;}
.newsList ul li{
	margin-left:10px;
	list-style:none;
	background:url(KLME_arr.gif) no-repeat 0% 50%;
	line-height:36px;
        padding-left:10px;
}
.newsList ul li a{
	margin-left:10px;
	font-size:16px;
	line-height:36px;
}
.newsList ul li span{
	font-size:16px;
	line-height:36px;
	float:right;
	margin-right:10px;
}

/*up_left轮播图*/
.wrap {
	width: 650px;
	height: 370px;
	position: relative;
}
.list {
	width: 650px;
	height: 370px;
	list-style: none;
	position: relative;
	padding-left: 0px;
}
.item {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 50px;
	color: white;
	opacity: 0;
	transition: all .8s;
}
.item.active {z-index:10; opacity: 1;}
.item img{width:100%; height:100%;}
.btn{
	width:30px;
	height:60px;
	position:absolute;
	top:150px;
	z-index:100;
	opacity:0.6;
}
#goPre{left:0px;}
#goNext{right:0px;}
.pointList{
	padding-left: 0px;
	list-style: none;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 200;
}
.point{
	width: 8px;
	height: 8px;
	background-color: rgba(0, 0, 0, 4);
	border-radius: 100%;
	float: left;
	margin-right: 14px;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
}
.point.active {
	background-color: rgba(255, 255, 255, 0.4);
}
/*up_left轮播图结束*/

#index_up{
	width:100%;
	height:370px;
	margin-top:0px;
}
#up_left{
	width:650px;
	height:370px;
        float:left;
}
#up_right{
	width:540px;
	height:370px;
        float:left;
	margin-left:10px;
        background-color:#ffffff;
}
#index_mid{
	width:100%;
	height:270px;
	margin-top:10px;
}
#index_mid .mid1{
	width:400px;
        float:left;
        height:100%;
	background-color:#ffffff;
}
#index_mid .mid2,.mid3{
	width:390px;
        float:left;
        height:100%;
	background-color:#ffffff;
        margin-left:10px;
}
#index_down{
	width:100%;
	height:250px;
	margin-top:30px;
	background-color:#ffffff;
        overflow:hidden;
        float:left;
}
.picMarquee ul{width:100%; margin:0px auto; padding:10px;}
.picMarquee ul li{margin-left:10px; float:left; overflow:hidden; text-align:center; background:#eeeeee;}
.picMarquee ul li .pic{text-align:center; }
.picMarquee ul li .pic img{width:210px; height:155px; display:block; padding:2px; border:1px solid #ccc; background-color:#FFFFFF }
.picMarquee ul li .pic a:hover img{border-color:#000000;}
.picMarquee ul li .title a{line-height:20px; font-size:16px;}
/*index_down图片滚动新闻结束*/
/*--------------------------------友情连接样式--------------------------------*/
#link{
	width:100%;
	height:80px;
	margin-top:10px;
        float:left;
}
#link .link_title{
	width:10%;
	height:100%;
        float:left;
        background:#eeeeee;
}
#link .link_title h3{
	font-size:20px;
	font-weight:normal;
	color:gray;
	padding-left:20px;
        padding-top:30px;
}
#link .link_content{
	width:90%;
	height:100%;
        float:left;
}
#link .link_content select{
	color:gray;
	margin-top:30px;
	height:25px;
	width:200px;
	margin-left:20px;
}
#link .link_content button{
	height:25px;
	width:25px;
}
/*--------------------------------------footer底部样式--------------------------------------*/
#footer{
	font-family:Arial, Helvetica, sans-serif;
	height:46px;
	font-size:16px;
        margin-top:10px;
        padding-top:20px;
        width:100%;
        text-align:center;
        color:#ffffff;
        background:#2160a9; 
        float:left;
}
/*-------------------LInews纯列表页面样式--------------------------*/
#LInews{
        width:100%;
	margin:0px auto;
        padding:0px;
	clear:both;
        background:#ffffff;
}
#LInews .LInews_title{
        height:36px;
}
#LInews .LInews_title img{
        height:24px;
	margin-left:10px;
	margin-top:6px;
        float:left;
}
#LInews .LInews_title h3{
	margin-left:10px;
        margin-top:2px;
	font-size:24px;
        width:30%;
        float:left;
}
#LInews .LInews_title span{
	font-size:16px;
	float:left;
	margin-left:10px;
	margin-top:6px;
	color:gray;
        width:65%;
        text-align:right;
}
#LInews .LInews_line{
	background-color:gray;
        width:100%;
        height:1px;
}
#LInews .LInews_content{
	width:100%;
        padding:0px;
        float:left;
	margin:0px auto;
        height:auto;
        background:#ffffff;
}
#LInews .LInews_content ul{
	width:100%;
        padding:0px;
	margin:0px auto;
        height:auto;
}
#LInews .LInews_content li{
	width:99%;
        padding-top:5px;
        padding-left:10px;
        float:left;
	margin-top:5px;
        height:36px;
        background:#eeeeee;
        font-size:16px;
        border-bottom:1px solid #000000;
}
#LInews .LInews_content span{
	width:25%;
        float:right;
	margin-right:10px;
        overflow:hidden;
}
/*-------------------nav_LInews导航+列表页面样式---------------*/
#nav_LInews{
        width:100%;
	margin:0px auto;
        padding:0px;
	clear:both;
}
/*nav_LInews左边导航栏样式*/
#nav_LInews .nav_LInews_left{
	margin:0px auto;
	width:20%;
        height:auto;
        float:left;
        background-color:#2160a9;
}
#nav_LInews .nav_LInews_left h2{
        margin:0px auto;
        padding-top:20px;
        font-size:26px;
        color:#ffffff;
        text-align:center;
}
#nav_LInews .nav_LInews_left ul{
        margin:0px auto;
        padding:6px;
}
#nav_LInews .nav_LInews_left ul li{
        line-height:30px;
        background-color: #ffffff;
        padding:10px;
        border-bottom:1px gray solid;
        text-align: center;
}
#nav_LInews .nav_LInews_left ul li a{
        font-size:16px;
}
#nav_LInews .nav_LInews_left ul li a:hover{
        color: #e58335;
}
/*nav_LInews右边页面样式*/
#nav_LInews .nav_LInews_right{
        margin-left:0px auto;
        width:80%;
        float:left;
	background-color: #ffffff;
        height:auto;
}
#nav_LInews .nav_LInews_right_title{
	height:36px;
}
#nav_LInews .nav_LInews_right_title img{
        height:24px;
	margin-left:10px;
	margin-top:6px;
        float:left;
}
#nav_LInews .nav_LInews_right_title h3{
	margin-left:10px;
        margin-top:2px;
	font-size:24px;
        width:30%;
        float:left;
}
#nav_LInews .nav_LInews_right_title span{
	font-size:16px;
	float:left;
	margin-left:10px;
	margin-top:6px;
	color:gray;
        width:65%;
        text-align:right;
}
#nav_LInews .nav_LInews_right_line{
	background-color:gray;
        width:100%;
        height:1px;
}
#nav_LInews .nav_LInews_right_content{
	width:100%;
        padding:0px;
        float:left;
	margin:0px auto;
        height:auto;
}
#nav_LInews .nav_LInews_right_content ul{
	width:100%;
        padding:0px;
	margin:0px auto;
        height:auto;
}
#nav_LInews .nav_LInews_right_content li{
	width:99%;
        padding-top:5px;
        padding-left:10px;
        float:left;
	margin-top:5px;
        height:36px;
        background:#eeeeee;
        font-size:16px;
        border-bottom:1px solid #000000;
}
#nav_LInews .nav_LInews_right_content span{
	width:30%;
        float:right;
	margin-right:10px;
        overflow:hidden;
}
/*-------------------nav_LIpicnews导航栏+图片详细列表页面样式-----------------*/
#nav_LIpicnews{
        width:100%;
	margin:0px auto;
        padding:0px;
	clear:both;
}
/*nav_LIpicnews左边导航栏样式*/
#nav_LIpicnews .nav_LIpicnews_left{
	margin:0px auto;
	width:20%;
        height:auto;
        float:left;
        background-color:#2160a9;
}
#nav_LIpicnews .nav_LIpicnews_left h2{
        margin:0px auto;
        padding-top:20px;
        font-size:26px;
        color:#ffffff;
        text-align:center;
}
#nav_LIpicnews .nav_LIpicnews_left ul{
        margin:0px auto;
        padding:6px;
}
#nav_LIpicnews .nav_LIpicnews_left ul li{
        line-height:30px;
        background-color: #ffffff;
        padding:10px;
        border-bottom: 1px gray solid;
        text-align: center;
}
#nav_LIpicnews .nav_LIpicnews_left ul li a{
        font-size:16px;
}
#nav_LIpicnews .nav_LIpicnews_left ul li a:hover{
        color: #e58335;
}
/*nav_LIpicnews右边页面样式*/
#nav_LIpicnews .nav_LIpicnews_right{
        margin-left:0px auto;
        width:80%;
        float:left;
	background-color: #ffffff;
        height:auto;
}
#nav_LIpicnews .nav_LIpicnews_right_title{
	height:36px;
}
#nav_LIpicnews .nav_LIpicnews_right_title img{
        height:24px;
	margin-left:10px;
	margin-top:6px;
        float:left;
}
#nav_LIpicnews .nav_LIpicnews_right_title h3{
	margin-left:10px;
        margin-top:2px;
	font-size:24px;
        width:30%;
        float:left;
}
#nav_LIpicnews .nav_LIpicnews_right_title span{
	font-size:16px;
	float:left;
	margin-left:10px;
	margin-top:6px;
	color:gray;
        width:65%;
        text-align:right;
}
#nav_LIpicnews .nav_LIpicnews_right_line{
	background-color:gray;
        width:100%;
        height:1px;
}
#nav_LIpicnews .nav_LIpicnews_right_content{
	width:100%;
        padding:0px;
        float:left;
	margin:0px auto;
        height:auto;
}
#nav_LIpicnews .nav_LIpicnews_right_content ul{
        padding:0px;
	margin:0px auto;
}
#nav_LIpicnews .nav_LIpicnews_right_content li{
        width:100%;
        padding:0px;
        float:left;
	margin-top:5px;
        height:169px;
        background:#eeeeee;
        border-bottom:1px solid #000000;
}
#nav_LIpicnews .nav_LIpicnews_right_content_dl{
	width:250px;
        float:left;
        margin:0px auto;
        padding:0px;
        height:170px;
}
#nav_LIpicnews .nav_LIpicnews_right_content_dl img{
	width:240px;
        height:160px;
        padding:0px;
        float:left;
	margin:5px;
        overflow:hidden;
}
#nav_LIpicnews .nav_LIpicnews_right_content_dr{
	width:700px;
        height:160px;
        float:left;
        margin:5px;
        padding:0px;
        background:#ffffff;
        overflow:hidden;
}
#nav_LIpicnews .nav_LIpicnews_right_content a{
	width:690px;
        height:30px;
        float:left;
	margin:5px;
        overflow:hidden;
        font-size:20px;
        font-weight:bold;
}
#nav_LIpicnews .nav_LIpicnews_right_content b{
	width:690px;
        height:80px;
        float:left;
	margin:5px;
        overflow:hidden;
        font-size:16px;
        font-weight:normal;
}
#nav_LIpicnews .nav_LIpicnews_right_content span{
	width:690px;
        height:20px
        float:left;
	margin:5px;
        overflow:hidden;
        font-size:14px;
        font-weight:normal;
        color:#666660;
}
/*-------------------nav_LIpic导航栏+图片列表页面样式------------------*/
#nav_LIpic{
        width:100%;
	margin:0px auto;
        padding:0px;
	clear:both;
}
/*nav_LIpic左边导航栏样式*/
#nav_LIpic .nav_LIpic_left{
	margin:0px auto;
	width:20%;
        height:auto;
        float:left;
        background-color:#2160a9;
}
#nav_LIpic .nav_LIpic_left h2{
        margin:0px auto;
        padding-top:20px;
        font-size:26px;
        color:#ffffff;
        text-align:center;
}
#nav_LIpic .nav_LIpic_left ul{
        margin:0px auto;
        padding:6px;
}
#nav_LIpic .nav_LIpic_left ul li{
        line-height:30px;
        background-color: #ffffff;
        padding:10px;
        border-bottom: 1px gray solid;
        text-align: center;
}
#nav_LIpic .nav_LIpic_left ul li a{
        font-size:16px;
}
#nav_LIpic .nav_LIpic_left ul li a:hover{
        color: #e58335;
}
/*nav_LIpic右边页面样式*/
#nav_LIpic .nav_LIpic_right{
        margin-left:0px auto;
        width:80%;
        float:left;
	background-color: #ffffff;
        height:auto;
}
#nav_LIpic .nav_LIpic_right_title{
	height:36px;
}
#nav_LIpic .nav_LIpic_right_title img{
        height:24px;
	margin-left:10px;
	margin-top:6px;
        float:left;
}
#nav_LIpic .nav_LIpic_right_title h3{
	margin-left:10px;
        margin-top:2px;
	font-size:24px;
        width:30%;
        float:left;
}
#nav_LIpic .nav_LIpic_right_title span{
	font-size:16px;
	float:left;
	margin-left:10px;
	margin-top:6px;
	color:gray;
        width:65%;
        text-align:right;
}
#nav_LIpic .nav_LIpic_right_line{
	background-color:gray;
        width:100%;
        height:1px;
}
#nav_LIpic .nav_LIpic_right_content{
	width:100%;
        padding:0px;
        float:left;
	margin:0px auto;
        height:auto;
}
#nav_LIpic .nav_LIpic_right_content ul{
        padding:0px;
	margin:0px auto;
}
#nav_LIpic .nav_LIpic_right_content li{
        width:22%;
        padding:0px;
	margin-top:5px;
        margin-bottom:5px;
        margin-left:25px;
        height:220px;
        background:#eeeeee;
        float:left;
}
#nav_LIpic .nav_LIpic_right_content img{
        width:200px;
        padding:0px;
        float:left;
	margin:5px;
        height:180px;

}
#nav_LIpic .nav_LIpic_right_content span{
        width:200px;
        padding:0px;
        float:left;
	margin-bottom:5px;
        height:20px;
        font-size:16px;
        text-align:center;

}
/*-------------------nav_news导航栏+内容细览页面样式------------------*/
#nav_news{
        width:100%;
	margin:0px auto;
        padding:0px;
	clear:both;
}
/*nav_news左边导航栏样式*/
#nav_news .nav_news_left{
	margin:0px auto;
	width:20%;
        height:auto;
        float:left;
        background-color:#2160a9;
}
#nav_news .nav_news_left h2{
        margin:0px auto;
        padding-top:20px;
        font-size:26px;
        color:#ffffff;
        text-align:center;
}
#nav_news .nav_news_left ul{
        margin:0px auto;
        padding:6px;
}
#nav_news .nav_news_left ul li{
        line-height:30px;
        background-color: #ffffff;
        padding:10px;
        border-bottom: 1px gray solid;
        text-align: center;
}
#nav_news .nav_news_left ul li a{
        font-size:16px;
}
#nav_news .nav_news_left ul li a:hover{
        color: #e58335;
}
/*nav_news右边页面样式*/
#nav_news .nav_news_right{
        margin-left:0px auto;
        width:80%;
        float:left;
	background-color: #ffffff;
        height:auto;
}
#nav_news .nav_news_right_title{
	height:36px;
}
#nav_news .nav_news_right_title img{
        height:24px;
	margin-left:10px;
	margin-top:6px;
        float:left;
}
#nav_news .nav_news_right_title h3{
	margin-left:10px;
        margin-top:2px;
	font-size:24px;
        width:30%;
        float:left;
}
#nav_news .nav_news_right_title span{
	font-size:16px;
	float:left;
	margin-left:10px;
	margin-top:6px;
	color:gray;
        width:65%;
        text-align:right;
}
#nav_news .nav_news_right_line{
	background-color:gray;
        width:100%;
        height:1px;
}
#nav_news .nav_news_right_content{
	width:100%;
        padding:0px;
        float:left;
	margin:0px auto;
        height:auto;
}
#nav_news .nav_news_right_content_up{
        width:100%;        
        margin-top:10px;
        padding:0px;
        height:auto;
}
#nav_news .nav_news_right_content_up h3{
        width:96%;
        font-size:24px;
        font-weight:bord;
        text-align:center;
        color:#000000;
        margin:10px;
        padding:10px;
}
#nav_news .nav_news_right_content_up h5{
        width:96%;
        padding:10px;
        font-size:16px;
        font-weight:normal;
        text-align:center;
        color:#666666;
        margin:10px;
}
#nav_news .nav_news_right_content_down{
        width:96%;
        padding:10px;
        margin:10px;
}
/*-------------------news细览页面样式--------------------------*/
#news{
        width:100%;
	margin:0px auto;
        padding:0px;
	clear:both;
        background:#ffffff;
}
#news .news_title{
        height:36px;
}
#news .news_title img{
        height:24px;
	margin-left:10px;
	margin-top:6px;
        float:left;
}
#news .news_title h3{
	margin-left:10px;
        margin-top:2px;
	font-size:24px;
        width:30%;
        float:left;
}
#news .news_title span{
	font-size:16px;
	float:left;
	margin-left:10px;
	margin-top:6px;
	color:gray;
        width:65%;
        text-align:right;
}
#news .news_line{
	background-color:gray;
        width:100%;
        height:1px;
}
#news .news_content{
	width:100%;
        padding:0px;
        float:left;
	margin:0px auto;
        height:auto;
        background:#ffffff;
}
#news .news_content_up{
        width:100%;        
        margin-top:10px;
        padding:0px;
        height:auto;
}
#news .news_content_up h3{
        width:96%;
        font-size:24px;
        font-weight:bord;
        text-align:center;
        color:#000000;
        margin:10px;
        padding:10px;
}
#news .news_content_up h5{
        width:96%;
        padding:10px;
        font-size:16px;
        font-weight:normal;
        text-align:center;
        color:#666666;
        margin:10px;
}
#news .news_content_down{
        width:96%;
        padding:10px;
        margin:10px;
}
/*-------------------nav_nav_LInews页面样式---------------------------------*/
#nav_nav_LInews{
        width:100%;
	margin:0px auto;
        padding:0px;
	clear:both;
}
/*nav_nav_LInews左边导航栏开始*/
#nav_nav_LInews .nav_nav_LInews_left{
	margin:0px auto;
	width:20%;
        height:auto;
        float:left;
        background-color:#2160a9;
}
#nav_nav_LInews .nav_nav_LInews_left h2{
        margin:0px auto;
        padding-top:20px;
        font-size:26px;
        color:#ffffff;
        text-align:center;
}
#nav_nav_LInews .nav_nav_LInews_left ul{
        margin:0px auto;
        padding:6px;
}
#nav_nav_LInews .nav_nav_LInews_left ul li{
        line-height:30px;
        background-color: #ffffff;
        padding:10px;
        border-bottom: 1px gray solid;
        text-align: center;
}
#nav_nav_LInews .nav_nav_LInews_left ul li a{
        font-size:16px;
}
#nav_nav_LInews .nav_nav_LInews_left ul li a:hover{
        color: #e58335;
}
/*nav_nav_LInews右边页面样式*/
#nav_nav_LInews .nav_nav_LInews_right{
        margin-left:0px auto;
        width:80%;
        float:left;
	background-color: #ffffff;
        height:auto;
}
#nav_nav_LInews .nav_nav_LInews_right_title{
	height:36px;
}
#nav_nav_LInews .nav_nav_LInews_right_title img{
        height:24px;
	margin-left:10px;
	margin-top:6px;
        float:left;
}
#nav_nav_LInews .nav_nav_LInews_right_title h3{
	margin-left:10px;
        margin-top:2px;
	font-size:24px;
        width:30%;
        float:left;
}
#nav_nav_LInews .nav_nav_LInews_right_title span{
	font-size:16px;
	float:left;
	margin-left:10px;
	margin-top:6px;
	color:gray;
        width:65%;
        text-align:right;
}
#nav_nav_LInews .nav_nav_LInews_right_line{
	background-color:gray;
        width:100%;
        height:1px;
}
#nav_nav_LInews .nav_nav_LInews_right_content{
	width:100%;
        padding:0px;
        float:left;
	margin:0px auto;
        height:auto;
}
/*nav_nav_LInews_选项卡*/
.new_con{
        margin:0px auto;
        padding:0px;
        width:100%;
        height:auto;
}
.newtel{
        height:48px;
	border-bottom:2px solid #eeeeee;
	padding:0px;
        margin-top:10px;
	font-family:"微软雅黑";
	font-size:24px;
	color: #ffffff;
}
.new_telst{
	width:100%;
	margin:0px auto;
	position:relative;
}
.new_telst li {
	width:120px;
	line-height:46px;
	text-align:center;
	float:left;
	display:inline;
	font-family:"微软雅黑";
	cursor:pointer;
        margin-left:15px;
        background:#aaaaaa;
        color:#000000;    
}
.new_telst li.newon {
	color:#ffffff;
	font-weight:bold;
        background:#e58335;
}
.new_wrap {
	margin:0px auto;
        padding:10px;
}
.new_wrap .show {
	display: none;
}
.new_lst {
	height:auto;
	overflow: hidden;
	display: none;
	margin-top:5px;
	padding:0px;
}
.new_lst ul{
	margin:0px auto;
        padding:0px;
        width:100%;
}
.new_lst li{
	width:98%;
        height:36px;
        margin:5px;
	padding-top:5px;
        background:#eeeeee;
        font-size:18px;
        border-bottom:1px solid #000000;
}