﻿@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #000000;
}
li {
	list-style: none;
}
img {
	border: 0px;
}
body {
	font-family: "微软雅黑";
	background: #f2f2f2;
}
.list_div {
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 0px 10px
}
.list_div .list_title {
	width: 100%;
	line-height: 55px;
	background: #f8f8f8;
	margin: 1em 0px 2em 0px;
}
.list_div .list_title a {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 0px 1em;
	display: block;
	color: #0059b5
}
.list_div ul {
	margin-top: 10px
}
.list_div ul li {
	display: block;
	width: 100%;
	float: left;
	line-height: 3em;
	;
}
.list_div ul li:nth-child(5n) {
	border-bottom: 1px #e5e5e5 dashed;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.list_div ul li a {
	width: 75%;
	display: block;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
-webkit-box-orient;
	overflow: hidden;
	background: url(../images_zfxxgk/list_ico.png) no-repeat left;
	padding-left: 1.4em;
	font-size: 16px !important
}
.list_div ul li a:hover {
	color: #0057B4;
	text-decoration: revert;
}
.list_div ul li .tim {
	display: block;
	float: right;
	width: 15%;
	text-align: right;
	padding-right: 10px;
	color: #b9b9b9;
}
.common_page {
	width: 98%;
	height: 50px;
	border-radius: 10px;
	text-align: center;
	display: block;
	float: left;
	margin: auto;
	font-size: 14px;
	color: #919191;
	letter-spacing: 4px;
	margin-top: 20px;
}

@media (max-width: 1200px) {
.list_div ul li .tim {
	width: auto
}
}

@media (max-width: 762px) {
.dqd {
	display: block;
	margin: 27px 0px;
}
.common_page {
	height: auto;
}
}

@media (max-width: 375px) {
.common_page span {
	padding: 6px 7px !important
}
.list_div ul li a {
	width: 60%;
}
}







