* {margin: 0 auto; padding: 0;}
body {width: 100%;position: relative;}
li {list-style: none;}
a {text-decoration: none;}
.clear {zoom:1;}
.clear:after {content:'';display: block;clear: both;}
.content {width: 1100px;margin: 0 auto;}
.fl {float: left;}
.fr {float: right;}
/**
* 新闻动态
*/
/**
* 新闻导航
*/
.events {margin-top: 300px; text-align: center;}
.events h2 {padding: 35px 0;color: #c9302c;font-weight: bolder;font-family: 华文行楷;}
.events .title {background: url("../images/a.jpg");width: 200px;height: 100px;box-shadow: 5px 5px 5px #666;}
.events ul li {background:#ccc;width:200px;height:50px;font-size:1.2em;margin-top:10px; color: #0B70CC; text-align: center;line-height: 50px;cursor: pointer;position:relative;}
.events  .li1 {background:#0B70CC;color: #fff;}
.events a:link {text-decoration: none;}
/**
*新闻描述
*/
.description { border:1px solid #ccc;width:870px;margin-top: 320px; margin-bottom: 50px;box-shadow: 0 0 12px 0 #ccc;padding-bottom:30px;}
/**
*新闻内容导航
*/
.description .nav {background: #f0f0f0;height: 40px;text-indent: 20px;width:98%;margin-top: 20px;margin-bottom: 50px;}
.description .nav .nav_title {float:left; line-height: 40px;height:40px;width:200px;color:#fff; 
background-image: url('../images/nav/title.gif');
box-shadow: 2px 2px 2px #666; font-size: 1.3em;padding: 0 40px;}
.description .pull-right {float: left;line-height: 40px;margin-right:20px;cursor: pointer;}
.description .pull-right a {color:#000;}
.description .pull-right a:hover {color:#c9302c;}
/**
*新闻内容
*/
.description .new_content {margin:0 20px;}
.description .new_content ul li {border-bottom: 1px dashed #c1c1c1;padding: 10px;}
.description .new_content ul li a {
	color: #000;
	display: inline-block;
    width: 91%;
    overflow: hidden;
    height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.description .new_content ul li a:hover{color: #c9302c;}
.new_content {margin-bottom: 30px;}
.new_content ul li span {font-size: 1.1em;margin-left: 2%;}
/**
*页码
*/
.page {margin-left: 10%;margin-bottom: 10px;}
.page span {font-weight: bold;font-size: 1.1em;cursor: pointer;}
.page input {width: 30px;height: 20px;}
.page-box{
	text-align: center;
}