﻿@charset "utf-8";
/* CSS Document */
html,body,div,p,hr,pre,h1,h2,h3,h4,h5,h6,table,tr,td,th,tfoot,tbody,thead,form,fieldset,input,textarea,label,ul,ol,dl,li,dt,dd,a,img,iframe,a {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	text-align: center; font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
}
a,a:link,a:hover,a:visited {
	text-decoration: none;
}
*html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clear{ clear:both;}
.clearfix { display: block; } 
.clearfix::after {
	width: 100%; height: 0px; overflow: hidden; clear: both; font-size: 0px; display: block; content: "";
}
img {
	vertical-align: top;
}
.left{ float:left;}
.right{ float:right;}
body {
  width: 100%;
  height: auto;
  background-image:url(http://he.news.cn/zhuanti/2024hbssthjt/images/banner.jpg);
  background-repeat:no-repeat;
  background-position: top center;
}
.full-screen,.full-screen body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* banner */
.banner{
	width:100%;
	margin:0px auto;
	height:600px;
	position: relative;
	overflow: hidden;
}

/* title */
.title1200{
	width:1200px;
	margin:0px auto;
	height:120px;
	padding:60px 0px 40px 0px;
}
.title img{ width:1200px; height:120px;}

/* 查看更多 */
.more{
	width:1200px;
	margin:0px auto;
	font-size:20px;
	line-height:30px;
	height:30px;
	overflow:hidden;
	color:#096d63;
	display:block;
	text-align:right;
	font-weight:bold;
}
.more a,.more a:link{ color:#096d63; font-weight:bold;}

/* 导航 */
.menu {
	width:100%; height:80px; background:linear-gradient(90deg,#096d63,#02bc7f,#096d63); margin-bottom:60px;}
.menu ul{
	width:1200px; margin:0px auto;
}
.menu li{
	padding-left:70px;
	padding-right:70px;
	line-height:80px;
	font-family:"Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
	font-size:24px;
	color:#fff;
	float:left;
}
.menu li a,.menu li a:link{ color:#fff;}
.menu li a:hover{ color:#ffa500;}

/* 要闻速递 */
.news{
	width:1200px;
	margin:0px auto;
}

/* 焦点图 */
.slideBox01{float:left;width:640px;height:360px;overflow:hidden;position:relative;z-index:0}
.slideBox01 .hd{height:10px; overflow:hidden; position:absolute; right:5px; bottom:15px; z-index:1;}
.slideBox01 .hd ul{overflow:hidden; zoom:1; float:left;}
.slideBox01 .hd ul li{float:left;width:10px;height:10px;margin:0px 3px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; line-height:40px;text-align:center;background:#fff;color:#ddd;cursor:pointer;}
.slideBox01 .hd ul li.on{background:#cd1f1f;color:#fff;}
.slideBox01 .bd{float: left;position:relative; height:100%; z-index:0;overflow:hidden;}
.slideBox01 .bd img{width:640px;height:360px;border:0px solid;}
.slideBox01 .bd span{width:640px;height:40px;bottom:0px;left:0px;background: #000;position: absolute;filter: alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;border-top:1px solid #333333;}
.slideBox01 .bd h1{width:700px;height:40px;bottom: 0px;left: 10px;position: absolute;font-size: 16px;color: #ffffff;line-height: 40px;text-align:left;overflow:hidden;cursor:pointer;line-height:40px;margin:0;padding:0;border:0;font-weight:normal;}
.slideBox01 .bd h1 a{color:#fff; text-decoration:none;line-height:40px;font-size:18px;}
.slideBox01 .bd h1 a:hover{color:#fff;}
.slideBox01 .prev,.slideBox01 .next{position:absolute;width:40px;height:74px;background: url(http://he.news.cn/zhuanti/2024hbssthjt/images/focus_btn.png) no-repeat;display:block; }
.slideBox01 .prev{top: 50%;margin-top: -37px; left: 0px;background-position:0 -74px; cursor:pointer; }  
.slideBox01 .next{top: 50%;margin-top: -37px; right:0px;background-position:-40px -74px;  cursor:pointer;}  
.slideBox01 .prev:hover{  background-position:0 0; }  
.slideBox01 .next:hover{  background-position:-40px 0;} 

/* 列表 */
.news .lb{ width:520px; float:right; margin-top:20px;}
.news .lb .shz{ border-bottom:#f0f0f0 solid 1px;}
.news .lb .shz h1,.news .lb .shz h1 a,.news .lb .shz h1 a:link{ font-size:24px; line-height:30px; height:30px; overflow:hidden; color:#096d63;  font-weight:bold; display:block; margin-bottom:20px; text-align: left;}
.news .lb .shz h1 a:hover{ color:#ffa500;}
.news .lb .shz p,.news .lb .shz p a,.news .lb .shz p a:link{ font-size:18px; color:#000; line-height:34px; height:68px; overflow:hidden; margin-bottom:20px; display:block; text-align:left;}
.news .lb .shz p a:hover{ color:#ffa500;}
.news .list ul li{
	width:500px;
	padding:0px;
	font: 22px/40px "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
	height:40px;
	overflow:hidden;
	text-align:left;
	color:#000;
	background-image:url(http://he.news.cn/zhuanti/2024hbssthjt/images/d.png);
	background-repeat:no-repeat;
	background-position: top left;
	padding:10px 0px 10px 20px ;
}
.news .list ul li a,.news .list ul li a:link{ color:#000;}
.news .list ul li a:hover{ color:#ffa500;}

/* 工作动态 */
.sthj{ width: 1200px; margin: 0px auto;}
.sthj li{ width: 1200px; margin: 0px auto; height: 240px;}
.sthj .wen{ width: 780px; float: right; margin-right:30px; margin-top:30px;}
.sthj .wen h1{ width: 760px; margin: 0px auto; font-size:24px; line-height:30px; height:30px; overflow:hidden; color:#000; font-weight:bold; padding:0px 0px 0px 15px; text-align: justify; padding:0px 0px 0px 10px; text-align: justify; border-left:5px solid #096d63; margin:25px 0px;}
.sthj .wen h1 a:hover{ color:#ffa500;}
.sthj .wen h1 a,.sthj .wen h1 a:link{ color:#000; font-weight:bold;}
.sthj .wen h1 a:hover{ color:#ffa500;}
.sthj .wen p,.sthj .wen p a,.sthj .wen p a:link{ width: 780px; margin: 0px auto; font-size:20px; color:#969696; line-height:40px; height:80px; overflow:hidden; text-align:left;}
.sthj .wen p a:hover{ color:#ffa500;}
.sthj .pic{ width: 320px; height: 180px; float: left; padding:30px 0px; margin-left:30px;}
.sthj .pic img{ width: 320px; height: 180px;}
.wen-list{ width: 1140px; margin: 0px auto; padding-top:30px;}
.wen-list h1{ width: 1120px; margin: 0px auto; font-size:24px; line-height:30px; height:30px; overflow:hidden; color:#000; font-weight:bold; padding:0px 0px 0px 15px; text-align: justify; padding:0px 0px 0px 10px; text-align: justify; border-left:5px solid #096d63; margin:25px 0px;}
.wen-list h1 a,.wen-list h1 a:link{ color:#000; font-weight:bold;}
.wen-list h1 a:hover{ color:#ffa500;}
.wen-list p,.wen-list p a,.wen-list p a:link{ width: 1140px; margin: 0px auto; font-size:20px; color:#969696; line-height:40px; height:80px; overflow:hidden; text-align:left;}

/* 深度观察 */
/* qirebox */
.qirebox{ width:1200px; height:360px; margin:0px auto; overflow:hidden;}
.qirepic{
	width:640px;
	height:360px;
	float:left;
}
.info{ width: 640px; height: 360px;}
.qirepic .pic {
	width: 640px; height: 360px; margin: 0px auto;
}
.qirepic .pic img {
	width: 640px;
	height: 360px;
	display: block;
}

/*图片导航*/
.img-scroll{
	width:560px;
	height:360px;
	float: right;
}
.push-button{ width:560px; height:20px; float:left; margin:6px 0px;}
.num{
	width:560px;
	height:296px;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
.num ul{
	width:560px;
}
.num li{ 
	width:560px;
	height:148px;
	float:left; 
}
.num li img{ 
	width:192px; 
	height:108px;
	float:left;
	margin:20px;
}
.num li h1{ 
	width:328px; 
	height:80px;
	float:right;
	font-size: 24px;
	line-height:40px;
	color:#000;
	overflow:hidden;
	text-align:left;
	margin-top:30px;
}
.num li h1 a,.num li h1 a:link{ 
	color:#000;
}
.num li h1 a:hover{ 
	color:#fff;
	font-weight:bold;
}
.num li a{
	display:block; 
}
.num li.on a{
	opacity:1;
}
.num li.on{
	width:560px;
	height:148px;
	background-image: linear-gradient(to right, #096d63, #02bc7f);
	opacity:1;
}
.num li.on h1 a{
	color:#fff;
}
.num li:hover{
	width:560px;
	height:148px;
	background-image: linear-gradient(to right, #096d63, #02bc7f);
}
.num li:hover h1,.num li:hover h1 a,.num li:hover h1 a:link,.num li:hover h1 a:hover{
	color:#fff; font-weight:bold;
}

/* 绿色发展 */
.jcsj{
	width:1200px;
	margin:0px auto;
}
.jcsj ul{
	width:1200px;
	margin:0px auto;
	
}
.jcsj li{
	width:540px;
	float:left;
	padding:0px 30px;
}
.jcsj .wen img{ width:540px; height:304px; margin-top:30px;}
.jcsj .wen h1{ width: 510px; margin: 0px auto; font-size:24px; line-height:30px; color:#000; font-weight:bold; padding:0px 0px 0px 10px; text-align: justify; border-left:5px solid #096d63; background-repeat:no-repeat; background-position:center left; margin:30px 0px 20px 0px;}
.jcsj .wen h1 a,.jcsj .wen h1 a:link{ color:#000; font-weight:bold;}
.jcsj .wen h1 a:hover{ color:#000;}
.jcsj .wen p,.jcsj .wen p a,.jcsj .wen p a:link{ width: 540px; margin: 0px auto; font-size:20px; color:#333; line-height:36px; height:108px; overflow:hidden; text-align: justify;}
.jcsj .wen p a:hover{ color:#333;}

/* footer */
.foot{width:100%; overflow:hidden; background:linear-gradient(90deg,#096d63,#02bc7f,#096d63); padding:60px 0px 60px 0px; margin-top:60px;}
.foot .bq-pc{
	font-size:16px;
	line-height:30px;
	width:1000px;
	margin:0px auto;
	text-align:center;
	color:#fff;
}
