@charset "utf-8";

/* css document */
.ztlist-topbox{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.ztlist-topbox .banner, .ztlist-topbox img{
	width: 100%;
	max-width: 100%;
	display: block;
}
.ztlist-box{
	width: 100%;
	min-height: 400px;
	padding: 30px 0 100px;
	background: #fff;
	background-size: cover;
}
.ztlist-box .cont{
	padding: 30px 30px 60px;
	background: #fff;
	position: relative;
}
.ztlist-list{
	width: 100%;
	min-height: 400px;
	overflow: hidden;
}
.ztlist-list li{
	overflow: hidden;
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #333;
	border-bottom: dashed 1px #e5e5e5;
	padding: 25px 0 24px 20px;
}
.ztlist-list li:before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #125689;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.ztlist-list .title{
	max-width: 78%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}
.ztlist-list .time{
	float: right;
	color: #999;
}
.ztlist-list li:hover .title{
	color: #1c4f90;
}

/* 移动端 */
@media screen and (max-width: 991.98px) {
	.ztlist-box{
		padding: 0.6rem 0 0.9rem;
	}
	.ztlist-list li{
		font-size: 0.3rem;
		line-height: 0.44rem;
		padding: 0.22rem 0;
	}
	.ztlist-list li:before{
		display: none;
	}
	.ztlist-list .title{
		max-width: 100%;
		float: none;
		display: block;
		min-width: 50%;
		white-space: normal;
		max-height: 0.84rem;
		margin-bottom: 6px;
	}
	.ztlist-list .time{
		display: block;
		float: none;
		line-height: 0.3rem;
		color: #999;
	}
}

/* 政府重点工作相关专题 */
.zfgzzt-box{
	width: 100%;
	padding: 25px 0;
}
.zfgzzt-box *{
	box-sizing: border-box;
}
.zfgzzt-lbox{
	margin: 0 -5px;
	overflow: visible;
}
.zfgzzt-lbox .item{
	width: 50%;
	float: left;
	padding: 5px;
}
.zfgzzt-lbox .box{
	width: 100%;
	background-color: #fff;
	height: 285px;
  box-shadow: 0 5px 15px 0 rgba(0, 36, 121, 0.1);
  padding: 0 40px;
  padding-top: 15px;
  color: #333;
}
.zfgzzt-lbox .item-hd{
	width: 100%;
	overflow: hidden;
	position: relative;
	line-height: 36px;
}
.zfgzzt-lbox .item-hd .lvtit{
	font-size: 24px;
  line-height: inherit;
  float: left;
  font-weight: bold;
}
.zfgzzt-lbox .item-hd .more{
	float: right;
  font-size: 18px;
}
.zfgzzt-list li{
  margin-top: 16px;
}
.zfgzzt-list li a{
	display: block;
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
  padding-left: 24px;
  background: url(/uploads/image/i33702/zt-dot.png) no-repeat left 50%;
}
.zfgzzt-list li .tit{
	float: left;
	font-size: 1em;
  line-height: inherit;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zfgzzt-list li .time{
  float: right;
  width: 120px;
  color: #888;
  text-align: right;
}
.zfgzzt-list li:hover a{
  color: #1c4f90;
}
@media screen and (max-width: 991.98px) {
	.zfgzzt-box{
		padding: 0.5rem 0;
	}
	.zfgzzt-lbox .item{
		width: 100%;
		float: none;
	}
	.zfgzzt-lbox .box{
		padding: 0.4rem;
		height: auto;
	}
	.zfgzzt-lbox .item-hd{
		line-height: .5rem;
		margin-bottom: .2rem;
	}
	.zfgzzt-lbox .item-hd .lvtit{
		font-size: .4rem;
	}
	.zfgzzt-lbox .item-hd .more{
		font-size: .28rem;
	}
	.zfgzzt-list li{
		margin-top: .1rem;
	}
	.zfgzzt-list li a{
		padding-left: .2rem;
		height: .5rem;
		line-height: .5rem;
		font-size: .28rem;
	}
	.zfgzzt-list li .time{
		width: auto;
		white-space: nowrap;
	}
}

/* 危化品专题 */
.whpzt-box{
	width: 100%;
	padding: 100px 0 76px;
}
.whpzt-box *{
	box-sizing: border-box;
}
.whpzt-item{
	width: 100%;
	margin-bottom: 75px;
}
.whpzt-item:last-child{
	margin-bottom: 0;
}
.whpzt-item .item-hd{
	width: 100%;
	background:  no-repeat center center;
	margin-bottom: 40px;
}
.whpzt-item .item-hd img{
	width: 250px;
	display: block;
	margin: 0 auto;
}
.whpzt-list li{
	font-size: 20px;
	line-height: 60px;
	color: #333;
	overflow: hidden;
	padding: 0 22px;
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.whpzt-list .tit{
	float: left;
	max-width: 72%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 1em;
	position: relative;
}
.whpzt-list .tit::before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #c60000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
}
.whpzt-list .time{
	float: right;
	white-space: nowrap;
	font-size: .9em;
	color: #999;
}
.whpzt-item .item-foot{
	margin-top: 28px;
	text-align: center;
}
.whpzt-item .more{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.5em;
	color: #c80601;
	padding: 0 1em;
}
.whpzt-item .more span{
	margin-left: 10px;
	font-family: 'simsun';
}
@media screen and (min-width: 992px) {
	.whpzt-list li:hover{
		background-color: #f7f7f7;
	}
}
@media screen and (max-width: 991.98px) {
	.whpzt-box{
		padding: 1.1rem 0 1rem;
	}
	.whpzt-box .global-inner{
		padding: 0 0.3rem;
	}
	.whpzt-item{
		margin-bottom: 1rem;
	}
	.whpzt-item .item-hd{
		background-image: ;
		background-size: 100% auto;
		margin-bottom: 0.34rem;
	}
	.whpzt-item .item-hd img{
		width: 2.9rem;
	}
	.whpzt-list li{
		padding: 0;
		font-size: .28rem;
		line-height: .78rem;
	}
	.whpzt-list .tit{
		max-width: 68%;
		padding-left: calc(4px   0.16rem);
	}
	.whpzt-list .tit::before{
		width: 4px;
		height: 4px;
	}
	.whpzt-list .time{
		font-size: 1em;
		color: #888;
	}
	.whpzt-item .item-foot{
		margin-top: .34rem;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
	}
	.whpzt-item .more{
		font-size: 0.28rem;
		line-height: .5rem;
		display: block;
	}
}