@charset "utf-8";
/* CSS Document */
.list_area{
	width:1100px;
	min-height:400px;
	margin-bottom:20px;
	background-color:#ffffff;
	}
.key{
	 width:960px;
	 height:72px;
	 border-bottom:2px solid #394d88;
	 text-align:left;
	 line-height:100px;
	 font-size:24px;
	 color:#c50b0c;
	}
.list{
	 width:960px;
	 height:auto;
	 padding:50px 0 80px;
	}
.list ul{
	width:960px;
	list-style:none;
	display:block;
	}
.list ul li{
	width:960px;
	height:36px;
	font-size:16px;
	text-align:left;
	}
.list ul li span{
	width:7px;
	height:7px;
	display:block;
	float:left;
	margin-top:14.5px;
	margin-right:5px;
	}
.list ul li a{
	max-width:900px;
	height:36px;
	line-height:36px;
	display:block;
	float:left;
	overflow: hidden;
	text-decoration:none;
	color:#626262;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
	}
.list ul li a:hover{
	text-decoration:underline;
	color:#c50b0c;
	}
	
.page
{
    width:960px;
    height:30px;
    margin-top:30px;
    text-align:center;
    }
.page a
{
    float:left;
    margin:0 5px;
    width:28px;
    height:28px;
    line-height:28px;
    background:#fff;
    border:1px solid #ebebeb;
    color:#626262;
    font-size:14px;
    }
.page a:hover
{
    color:#ffffff;
    background:#c50b0c;
    }
.page .active
{
    float:left;
    margin:0 5px;
    width:28px;
    height:28px;
    line-height:28px;
    background:#c50b0c;
    color:#ffffff;
    font-size:14px;
    border:1px solid #e91e63;
    }
.page span
{
    float:left;
    margin:0 5px;
    width:24px;
    height:24px;
    line-height:24px;
    color:#626262;
    font-size:14px;
    }
