/*全局样式*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clr {
	clear: both;
	overflow: hidden;
	height: 0;
	line-height: 0;
	font-size: 0;
}

i {
	font-style: normal;
	font-weight: bold;
}

.w {
	width: 1210px;
	min-width: 1210px;
	margin: 0 auto;
}



.content .dbj {
	z-index: -1;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.content .dbj img {
	display: block;
	width: 100%;
	height: auto;
}


/*整个内容区*/

.box {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	background-color: white;
}


/*banner*/

#banner {
	position: relative;
	width: 100%;
}

#banner .PC_banner {
	width: 100%;
	height: auto;
}

#banner .APP_banner {
	width: 100%;
	display: none;
}



/*经济*/

.economy {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	background-color: white;
	padding-top: 3%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.economy .e_left {
	width: 100%;
}

.economy .title h2 {
	display: inline-block;
	background-color: white;
	padding: 0 2%;
}

.economy .title {
	position: relative;
	background: url(../images/line_04.png) repeat-x;
	padding-left: 5%;
}

.economy .title .more {
	font-size: 12px;
	color: #1670b5;
	position: absolute;
	right: 0;
	top: 8px;
	letter-spacing: 2px;
}

.economy .e_left ul li .e_list {
	overflow: hidden;
	margin: 2% 0;
}

.e_left ul li .detail {
	width: 60%;
}

.e_left ul li .detail .title1 {
	font-size: 18px;
	color: #000;
	display: inline-block;
	font-weight: bold;
}

.e_left ul li .detail .describe {
	font-family: "方正黑体", "微软雅黑";
	font-size: 14px;
	color: #818080;
	display: -webkit-box;
	/*	text-indent: 2em;*/
	line-height: 146%;
	margin-top: 3%;
}

.e_left ul li .img_55 {
	width: 37%;
}

.e_left ul li .img_55 .img_wap {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
}

.e_left ul li .img_55 .img_wap:after {
	content: "";
	background: url(../images/btnplay.png) no-repeat;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -24px;
	margin-top: -24px;
	cursor: pointer;
}

.e_left ul li .img_55 .img_wap img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
}

.e_left .e_li01 {
	margin-bottom: 3%;
}

.e_left .e_li01 li {
	border-bottom: 1px dashed #818181;
}

.e_left .e_li01 li:last-child {
	border-bottom: none;
}

.more {
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 0 0 2% 0;
	color: #333333;
}

@media screen and (max-width: 960px) {
	.e_left ul li .detail .title1 {
		font-size: 16px;
	}
	.e_left ul li .detail .describe {
		font-size: 13px;
		line-height: 160%;
	}
}

@media screen and (max-width: 768px) {
	#banner .PC_banner {
		display: none;
		width: 100%;
		height: auto;
	}
	#banner .APP_banner {
		width: 100%;
		display: block;
	}
	.news-info {
		float: none;
		width: 98%;
		margin: 2% auto 6% auto;
		position: relative;
	}
	.economy .e_left {
		float: none;
		width: 98%;
		margin: 1% auto;
	}
	.e_left ul li .detail .title1 {
		font-size: 18px;
	}
	.e_left ul li .detail .describe {
		font-size: 14px;
	}
	.jdt p.title1 {
		font-size: 16px;
		padding: 2% 2%;
	}
	.jdt {
		width: 94%;
	}
}

@media screen and (max-width: 414px) {
	.e_left ul li .detail .title1 {
		font-size: 16px;
	}
	.e_left ul li .detail .describe {
		font-size: 14px;
		line-height: 140%;
	}
	.e_left ul li .img_55 .img_wap:after {
		content: "";
		background: url(../images/btnplaya.png) no-repeat;
		width: 29px;
		height: 29px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -14.5px;
		margin-top: -14.5px;
		cursor: pointer;
	}
}
