.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;
	text-align: center;
}
.pagination li {
    display: inline;
}
.pagination li:first-child a, .pagination li:first-child span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination li a, .pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
img{
	display: inline;
	vertical-align: middle;
}
.bor1 {
    border: 1px solid #e0e0e0;
}
.bac_fff {
    background: #fff;
}
.wd_title {
    margin: 15px;
}
.wd_title h1 {
    font-size: 32px;
    font-weight: normal;
}
.wd_bq {
    font-size: 12px;
    color: #999;
    padding: 10px 0 15px 45px;
    border-bottom: 1px solid #e0e0e0;
}
.wen_list_ul{
	box-shadow: 0 0 8px 0 rgb(0 0 0 / 5%);
	border: 1px solid #e9e9e9;
	padding:0 10px;
}
.wen_list_ul .wen_list_li {
	overflow: hidden;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	background-color: #fff;
}
.wen_list_ul .listtitle {
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	transition: color 0.2s;
}
.wen_list_ul .listtitle img {
	width: 20px;
	height: 20px;
	line-height: 25px;
	margin-right: 10px;
}
.wen_list_ul .listinfo {
	margin-top: 20px;
	height: 14px;
	line-height: 14px;
	color: #999;
	overflow: hidden;
}
.wen_list_ul .listinfo li {
	margin-right: 30px;
}
.wen_list_ul .listinfo li, .listinfo .icon, .listinfo .text, .listinfo .num {
	float: left;
}
.wen_list_ul .listinfo .icon img {
	width: 14px;
	height: 14px;
	margin-right: 8px;
}
.wen_list_ul .picText {
	margin-top: 20px;
	padding-right: 20px;
}
.wen_list_ul .picText-txt {
	margin-left: 200px;
	color: #333333;
	font-size: 14px;
	margin-top: -4px;
	margin-left: 0px;
	max-height: 120px;
	overflow: hidden;
	line-height: 32px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.wen_list_ul .picText-txt img {
	width: 20px;
	height: 20px;
	line-height: 25px;
	margin-right: 10px;
}

.wd_r_li{
	border: 1px solid #e9e9e9;
}
.grey {
	background: #f7f7f7;
}
.hd {
	position: relative;
	padding: 20px 0;
}
.hd h3 {
	line-height: 18px;
	padding-left: 10px;
	border-left: 4px solid #f60;
	font-size: 18px;
	margin: 0 16px;
	color: #333;
	font-weight:bold;
}
.text-ul {
	padding: 10px 16px;
}
.text-ul li {
	position: relative;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fnav {
	padding: 5px 0;
	margin-bottom: 15px;
	color: #333;
}
.fnav span {
	color: #333;
}