
@charset "utf-8";
/* CSS Document */

.list_outer{width:960px;margin:5px auto;height:auto;}
.list_inner{height:auto;margin:10px auto;}
.list_left{width:960px;float:left;height:auto;}
.list_content{height:768px;margin-top:5px;}

/*list_content_ul*/
.list_content_ul{padding-top:15px;font-size:16px;}
.list_content_ul li{height:2.2em;line-height:2.2em;padding-left:18px;background:url(../images/list.png) left center no-repeat;}
.list_content_ul li span{float:right;margin-right:30px;font-size:12px;color:#777;}
.list_content_ul li a{color:#333;}
.list_content_ul li a:hover{color:#820C0C;text-decoration:underline;}
/*swhoPage
----------------------------------------------------------------------*/
.showPage{margin:2px auto 2px;text-align:center;}
#pages a {
    background: none repeat scroll 0 0 #F0F4F6;
    border: 1px solid #D9E4EC;
    display: inline-block;
    font-family: Arial,"宋体";
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin: 0 2px;
    padding: 0 6px;
	color:#084787;
}
#pages a:hover{color:#fff;background:#AFC9DC;border:1px solid #567185;}