/*全局样式*/

* {
	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;
}

body {
	background: url(../images/bj.png) no-repeat;
	background-size: cover;
 
	
}


.content {
 /* background: linear-gradient(#fdffff, #d6fdfe);*/
	font-size: 14px;
	color: #343434;
	font-family: "helvetica neue", arial, sans-serif;
	position: relative;
	z-index: 0;
	
}

.contentbox {
  overflow: hidden;
	width: 100%;
	background-color: white;
}

.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;
  overflow: hidden;
}
#banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#banner .word {
  text-align: center;
    display: block;
    width: 76%;
    margin: -10px auto 0;
    height: auto;

	
}
.return {
	position: absolute;
	display: block;
	top: 5%;
	left: 2%;
}


/*头条*/

.top_news {
 /* position: relative;*/
	width: 100%;
  margin-top: 35px;
	padding-top: 20px;
  overflow:hidden;
  background: url(../images/jianbian.png) repeat-x top center;
  /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;*/
}
/*.top_news:before{
            background:url(../images/jianbian.png) repeat-x;
            display: inline-block;
				    width: 100%;
				    height: 420px;
				    content: "";
				    position: absolute;
				    top: -10px;
				    z-index: -1;
}*/


/*顶部焦点图*/

.jdt {
	width: 63.6%;
	float: right;
	object-fit: cover;
}

.jdt #owl-demo {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.jdt #owl-demo .item {
	position: relative;
	display: block;
}

.jdt #owl-demo .nnr {
	position: absolute;
  background: linear-gradient(to right, #f8aa40 18%, #fc8240, #c574c6, #8299fb);
	/*background-color: #4dcce3;*/
	font-size: 16px;
	line-height: 45px;
	color: white;
	bottom: 0px;
	width: 100%;
	height: 45px;
	padding-left: 6%;
	font-weight: bold;
	font-family: "方正黑体", "微软雅黑";
}

.jdt #owl-demo img {
	display: block;
	width: 100%;
	height: 389px;
	object-fit: cover;
}

.jdt #owl-demo span {
	width: 100%;
	color: #666;
}

.jdt .owl-pagination {
	width: 98%;
	text-align: right;
}

.jdt .gmore {
	border: 1px solid #abc5df;
}

.jdt .gmore a {
	display: block;
	padding: 5px;
	text-align: center;
	color: #2d6daf;
}

.jdt .owl-page {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #acabab;
	*display: inline;
	*zoom: 1;
	margin: 2% 0.5% 0% 0.5%;
}

.jdt .owl-pagination .active {
	width: 13px;
	height: 13px;
	background: #4dcce3;
}

.jdt .owl-buttons {
	display: none;
}

.jdt .owl-buttons div {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -40px;
	text-indent: -9999px;
}

.jdt .owl-prev {
	left: 0;
	background-image: url(../images/ibg17.png);
}

.jdt .owl-next {
	right: 0;
	background-image: url(../images/ibg18.png);
}

.jdt .owl-prev:hover {
	background-image: url(../images/ibg19.png);
}

.jdt .owl-next:hover {
	background-image: url(../images/ibg20.png);
}

.jdt .owl-carousel .owl-wrapper-outer {
	overflow: visible;
}

.jdt .owl-buttons div {
	margin-top: -70px;
}


/* 头条新闻 */

.news-info {
	float: left;
	width: 34.5%;
	padding-left: 0.2%;
	position: relative;
}

.news_no1 {
	padding: 5% 3% 5% 5%;
  
	/*border-top: 1px solid #b1eaee;*/
	border-bottom: 1px solid #b1eaee;
	/*box-shadow: 0px 1px 0px 0px rgba(177, 234, 238, 1), 0px 0px 0px 1px rgba(177, 234, 238, 0), 0px 0px 0px 1px rgba(177, 234, 238, 0), 0px -1px 0px 0px rgba(177, 234, 238, 1);*/
}

.news_no1 h1 {
	font-size: 21px;
	font-weight: bold;
	color:#333333;
	margin-bottom: 4%;
}

.news_no1 span {
	font-family: "方正黑体", "微软雅黑";
	font-size: 15px;
	width: 100%;
	display: -webkit-box;
	text-indent: 2em;
	color: #666666;
	line-height: 155%;
  overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-info a.more {
	position: absolute;
	display: inline-block;
	right: 6%;
	bottom: -5.8%;
	color: #333333;
	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%;
  padding-bottom: 3%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.economy .e_left {
	width: 56.1%;
}

.economy .e_right {
	width: 41.4%;
}

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

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

.economy .title .more {
	font-size: 12px;
	color: #4262ce;
	position: absolute;
	right: 0;
	top: 4px;
	letter-spacing: 2px;
}

.e_list {
	overflow: hidden;
	margin: 4% 0;
}
/*////////////////////

.economy .e_left ul li .e_list {
	overflow: hidden;
	margin: 4% 0;
}
//////////////////////*/
.e_left ul li .detail {
	width: 60%;
}

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

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

.title1 {
	font-size: 18px;
	color: #000;
	display: inline-block;
	font-weight: bold;
}
/*///////////*/
.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 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;
}

.e_right {
	overflow: hidden;
	position: relative;
}

/*.e_right .renwu ul li {
	margin: 5% 0;
}*/

.e_right .renwu a {
	display: inline-block;
	width: 100%;
	margin: 4% 0;
}

.e_right .renwu a img {
	width: 100%;
	height: auto;
}




.e_right .shushuo a {
	display: inline-block;
	width: 100%;
	margin-top: 4%;
}

.e_right .shushuo a img {
	width: 100%;
	height: auto;
}

.editor {
	width: 93%;
	margin: 0 auto;
	display: none;
	color: #010101;
	font-size: 14px;
	text-align: right;
	background-color: white;
	padding-right: 2%;
	padding-bottom: 2%;
}
  .pc{
  display:block;
  }
  .wap{
  display:none;
  }

@media screen and (max-width: 1000px) {
 .top_news{
  margin-top: 0vw;
  }
	.e_left ul li .detail .title1,
	.e_right .renwu .title1 {
		font-size: 16px;
	}
	.e_left ul li .detail .describe,
	.e_right .renwu .describe {
		font-size: 13px;
		line-height: 160%;
	}
  #banner .word {
		display: block;
		width: 38%;
		margin: 0 auto;
		height: auto;
	}
  body{
  background-size: 100%;
  }
}

#B{
    margin-top: 50px;
}
#D{
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.news-info {
		float: none;
		width: 98%;
		margin: 2% auto 6% auto;
		position: relative;
	}
	.jdt {
		width: 98%;
		margin: 2% auto;
		float: none;
		object-fit: cover;
	}
	.economy .e_left,
	.economy .e_right {
		float: none;
		width: 98%;
		margin: 1% auto;
	}
	.e_left ul li .detail .title1,
	.e_right .renwu .title1 {
		font-size: 18px;
	}
	.e_left ul li .detail .describe,
	.e_right .renwu .describe {
		font-size: 14px;
	}
	.jdt #owl-demo img {
		height: 330px;
	}
  #banner .word {
		display: block;
		width: 43%;
		margin: 0 auto;
		height: auto;
	}
  .pc{
  display:none;
  }
  .wap{
  display:block;
  }
}

@media screen and (max-width: 414px) {
	.e_left ul li .detail .title1,
	.e_right .renwu .title1 {
		font-size: 16px;
	}
	.e_left ul li .detail .describe,
	.e_right .renwu .describe {
		font-size: 14px;
		line-height: 140%;
	}
	.jdt #owl-demo img {
		height: 230px;
	}
  #banner .word {
		display: block;
		width: 43%;
		margin: 0 auto;
		height: auto;
	}
  
  div#C {
    margin-top: 40px;
}
  
}

@media screen and (max-width: 430px) {

  
  div#C {
    margin-top: 40px;
}
  
}

