.zt-news-banner {
	height: 400px;
	/*background: url(../image/news_banner.png) no-repeat center center;*/
}
.zt-news-tab.fixed-style {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #FFFFFF;
	z-index: 99;
	box-shadow: 0px 4px 16px 0px 
		rgba(23, 27, 33, 0.1);
}
.zt-news-tab-item {
	position: relative;
	display: inline-block;
	width: 240px;
	height: 94px;
	line-height: 94px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
}

.zt-news-tab-item .tab-icon {	
	display: inline-block;
	width: 43px;
	height: 43px;
	margin-right: 2px;
	background: url(../image/news_icon.png);
	background-position: 0 -42px;
	vertical-align: middle;
}
.zt-news-tab-item .icon2 {
	height: 41px;
	background-position: 0 -85px;
}
.zt-news-tab-item.active .gan {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 3px;
	z-index: 9;
	border-radius: 4px;
	background-color: #ff6100;
}
.zt-news-tab-item.active {
	color: #ff6100;
}
.zt-news-tab-list {
	text-align: center;
	border-bottom: 1px solid #f3f3f3;
}
.zt-news-item-left {
	float: left;
	width: 295px;
	height: 172px;
	border: 1px solid #efeeee;
}
.zt-news-item-left img {
	display: block;
	width: 100%;
	height: 100%;
}
.zt-news-list{
 	padding: 36px 0;
 }
.zt-news-item-right {
	float: right;
	width: 817px;
}

.zt-news-item-right .news-name{
	margin-bottom: 8px;
	font-size: 18px;
	color: #0f050b;
}
.zt-news-item:hover .news-name{
	color: #fe2323;
}
.zt-news-item a {
	display: block;
	padding: 24px;
}

.zt-news-item:hover a{
	background-color: #f5f5f5;
}

.news-info > div{
	display: inline-block;
	font-size: 12px;
	color: #666666;
}
.news-info .time-icon {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 10px;
	background: url(../image/news_icon.png);
	background-position: 0 -21px;
	vertical-align: middle;
}
.news-info .source-icon {
	display: inline-block;
	width: 19px;
	height: 21px;
	margin-right: 8px;
	background: url(../image/news_icon.png);
	background-position: 0 0;
	vertical-align: middle;
}
.zt-news-item .news-info {
	padding: 13px 0;
	margin-bottom: 18px;
	border-bottom: 1px dashed #999798;
}
.news-info .news-time {
	margin-right: 74px;
}

.zt-news-item-right .dec {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}



.zt-detail-contaner {
	padding: 80px 92px 50px 92px;
	background-color: #FFFFFF;
}
.zt-detail-contaner h1 {
	margin-bottom: 30px;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
.zt-detail-contaner  .news-type{
	color: #ff7729;
}

.detail-news-infos {
	margin-bottom: 40px;
	padding: 12px 0;
	color: #666;
	border-bottom: 1px solid #d6dde3;
}
.detail-news-infos span {
	display: inline-block;
	color: #999999;
	font-size: 12px;
}
.detail-news-infos label {
	display: inline-block;
	width: 2px;
	height: 13px;
	margin: 0 10px;
	background-color: #999999;
	vertical-align: middle;
}
.detail-news-infos .source-icon {
	display: inline-block;
	width: 15px;
	height: 14px;
	margin-right: 6px;
	margin-top: -2px;
	background: url(../image/source_icon.png) no-repeat;
	vertical-align: middle;
}	

.zt-detail-bottom {
	margin-top: 60px;
	padding: 25px 0;
	border-top: 1px dashed #d6dde3;
	
}
.zt-detail-bottom a {
	max-width: 350px;
}
.zt-detail-bottom a:hover {
	color: #ff7729;
}
.zt-detail-contaner .content {
	line-height: 25px;
}
.zt-detail-contaner .content p{
	margin-bottom: 24px;
    color: #666;
    text-indent: 2em;
    line-height: 25px;
}

.zt-detail-contaner .content img {
    max-width: 100%;
    margin: 0 auto 25px;
}