@charset "utf-8";

/***news 列表***/
.news{ width:771px; color:#494949; overflow:hidden;}
	* html .news{ width:740px;}
.news h3{ width:100%; height:46px; line-height:46px; font-size:14px; background:url(/images/sprite.png) 0 43px repeat-x;}
.news h3 span{ height:46px; padding-left:45px; background:url(/images/news_title.png) no-repeat; display:block; float:left; }
.news .list{ margin:20px 10px; color:#ccc;}
.news .list li{ hegiht:28px; line-height:28px; padding-left:15px; border-bottom:1px dashed #ccc; background:url(/images/sprite.png) -180px -305px no-repeat;}
.news .list li em{ float:right;}

.news .title{ width:100%; text-align:center; margin:20px 0; float:left;}
.news .title h3{ height:30px; line-height:30px; font-size:16px; color:#f45600;}
.news .content{ margin:0 25px; padding:20px 0; float:left; font-size: 14px; }
.news .content p{ line-height:24px;}

.news .other{ width:100%; float:left;}
/*
.news .other .share{ height:45px; line-height:45px; font-size:14px; font-weight:bold; color:#004076; background:url(/images/news_title.png) 0 -60px repeat-x;}
.news .other .share span{ width:22px; height:45px; background:url(/images/news_title.png) no-repeat; display:block; float:left;}
.news .other .share span.f{ background-position:0 -110px;}
.news .other .share span.e{ background-position:-21px -110px;}
*/
.news .other .otitle{ height:45px; line-height:45px; font-size:14px; font-weight:bold; color:#004076; background:url(/images/news_title.png) 0 -60px repeat-x;}
.news .other .otitle span{ width:22px; height:45px; background:url(/images/news_title.png) no-repeat; display:block; float:left;}
.news .other .otitle span.f{ background-position:0 -110px;}
.news .other .otitle span.e{ background-position:-21px -110px;}
.news .other em, .news .other .share .e, .news .other .otitle .e{ font-weight:normal; float:right;}

.news .other .about{ padding:0 20px; border:1px solid #a0a0a0; border-top:0;}
.news .other .about h3{ height:45px; line-height:45px; font-size:14px; font-weight:bold; color:#004076; background:none;}
.news .other .about ul{}
.news .other .about li{ line-height:28px; padding-left:15px; background:url(/images/sprite.png) -180px -305px no-repeat;}


/* 分页 */
.page{ width:100%; text-align:center; margin:20px 0; float:left;}
.page a{ padding:2px 5px; border:1px solid #c0c0c0; background:#f5f5f5;}
.page a:hover{ border-color:#8abecd; background-color:#e5f3ff; text-decoration:none;}
.page a.curr{ border:0; background:none;}
