* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a,
img {
	border: 0;
}

body {
	font: 12px/180% Arial, Helvetica, sans-serif, "新宋体";
}

.flexslider {
	position: relative;
	height: 200px;
	overflow: hidden;
	background: url(/img/loading.gif) 50% no-repeat;
}

.slides {
	position: relative;
	z-index: 1;
}

.slides li {
	height: 200px;
}

.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	background: url(/img/dot.png) right 0 no-repeat;
	cursor: pointer;
}

.flex-control-nav .flex-active {
	background-position: 0 0;
}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}

.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url(/img/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(/img/next.png) center center no-repeat;
}

#cnzz_stat_icon_1278923081 img {
	width: 50px;
	height: 12px;
}

#cnzz_stat_icon_1278923081 {
	position: absolute;
	left: 0px;
	top: 30px;
}

/*分页*/
.page {
	/* width: 100%; */
	margin-top: 30px;
	text-align: center;
	clear: both
}
/* 详情标题 */
.content_h3{
	text-align:center;font-size: 24px;margin: 20px;line-height: 40px;
}
.content_pp p{
	text-indent: 2em; font-family: 宋体;font-size: 19px;
}
table{
	border: 1px #888 solid;
}
th{
	border: 1px #888 solid;
	background-color: #ddd;
}
td{
	border: 1px #888 solid;
	background-color: #ffffff;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #458a63;
}
 .attach-list {display: flex;flex-direction: column;position: relative;margin-top: 10px;width: 100%;}
.attach-list .list-box {display: flex;justify-content: space-between;align-items: center;height: 100px;margin-top: 20px;padding: 15px;border: 1px solid #f0f0f0;border-radius: 3px;box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);}
.attach-list .list-box .left-box { display: flex; justify-content: flex-start; }
 .attach-list .list-box .left-box .icon { margin-right: 20px; color: #ccc; font-size: 40px; }
.attach-list .list-box .left-box .txt-box .title { display: block; color:#0043ff; font-size: 14px; font-weight: 600; line-height: 20px; }
 .attach-list .list-box .left-box .txt-box .info { display: block; margin-top: 10px; color: #999; font-size: 12px; line-height: 1; }
 .dow{text-decoration: underline;color: #0043ff;}