/*全局样式*/

* {
	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 {
	background: linear-gradient(#daf2fd, #abd2ff);
	font-size: 14px;
	color: #343434;
	font-family: "helvetica neue", arial, sans-serif;
	position: relative;
	z-index: 0;
}

.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;
}


/*头条*/

.top_news {
	width: 100%;
	margin-top: 3%;
	margin-bottom: 2%;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}


/*顶部焦点图*/

.jdt {
	width: 96%;
	margin: 0 auto;
	float: none;
	object-fit: cover;
}

.jdt .img_55 {
	width: 100%;
	position: relative;
}

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

.jdt .img_55 .img_wap img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 6px;
}

.jdt p.title1 {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	color: white;
	font-size: 20px;
	width: 96%;
	padding: 1.5% 2%;
}


/* 头条新闻 */

.news-info {
	float: left;
	width: 34.5%;
}

.news_no1 {
	padding: 32% 10%;
	background-color: #fcfcfc;
}

.news_no1 span {
	font-family: "方正黑体", "微软雅黑";
	font-size: 18px;
	width: 100%;
	display: -webkit-box;
	text-indent: 2em;
	line-height: 190%;
}

.news-info a.more {
	position: absolute;
	display: inline-block;
	right: 6%;
	bottom: -2.8%;
	color: #0066cc;
	font-size: 12px;
	width: 15%;
	height: 5%;
	background-color: white;
	text-align: center;
}


/*经济*/

.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;
}

.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;
  display: none;
	}
	.jdt p.title1 {
		font-size: 16px;
		padding: 2% 2%;
    width:100%;
	}
	.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%;
	}
  .economy .e_left ul li .e_list {
	overflow: hidden;
	margin: 4% 0;
}
  .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; 
		 }	
}
