@charset "utf-8";
/* CSS Document */
*{ margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;}
/* set image max width to 100% */
li{ list-style:none;}
a{ color:#333; text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
a:hover{color:#0185DA; text-decoration: none; cursor:pointer;-webkit-color:#00F; -webkit-text-decoration:none;}

body{ font-family: "微软雅黑", "黑体", "宋体", Arial, Helvetica, sans-serif; overflow-x: hidden;  }

.top_bg{ width: 1584px; text-align: center; margin:auto; }
.main{ height: 750px; }
.clear{ clear: both ;}
.footer{ width: 1584px; background-color: #C8000B; text-align: center; line-height: 50px; color: #fff; margin: auto; padding: 0.5em 0; color:#fff;}


/*列表页 e61e42*/
.list{ width: 1020px; margin: 2em auto; }
.l-dh{ width: 100%; float: left; padding-bottom: 1em; text-align: left; font-size: 1.2em;color:#7B7A7A}
.l-dh a{ padding-right:0.5em; font-size: 1em;color:#7B7A7A}
.l-dh span{ padding-left:0.5em; font-size: 1em;color:#7B7A7A}
.list ul li{ width: 1020px; line-height: 25px; border-bottom: dotted 1px #9b9b9b; margin: 0.5em 0; float: left;padding-bottom: 0.5em;font-size: 1.2em;}
.list ul li img{ float: left; margin-top: 5px; margin-right: 5px;}
.list ul li a{ float: left; text-align: left; font-size: 1em;}
.list ul li span{ float:right;text-align: right; font-size: 0.8em; }

/*分页样式*/
/*分页样式*/
.more { width: 1020px; margin: 10px auto; text-align: right;}
.page { width: 1020px; margin: auto;}
#page {text-align:left;float: left; width:96%; padding:0 2% 1.5em 2%; font-size:1em; margin-top: 1em;}
#page ul li {float:left;margin: 0 1em 1em 0;}
#page ul li a{background-color: #2A72C7;color: #FFF;text-decoration: none;padding:0.5em 0.75em 0.5em 0.75em; float:left;}
#page ul li a:hover{text-decoration: underline;}
#page ul .active,.disabled {background-color: #666;padding:0.5em 0.75em 0.5em 0.75em; color: #fff}