/*about zyr 
 *资质-行业资讯+资讯详情
 * 2017-11-20
 */
/*页面公用 start*/
/*资讯列表左 start*/
.news-fl{
	width: 900px;
	background: #fff;
	margin-bottom: 50px;
}
.news-type{
	width: 490px;
	margin: 20px 20px 10px;
	overflow: hidden;
}
.news-type a{
	width: 90px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	border-radius: 15px;
	-webkit-transition: all .26s ease;
	transition: all .26s ease;
}
.news-type .cur{
	background: #ffab01;
	color: #fff;
}
.news-type a:hover{
	background: #ffab01;
	color: #fff;
}
.news-list,.news-list li a{
	width: 100%;
}
.news-list li{
	width: 860px;
	padding: 0 20px;
	line-height: 0;    
	-webkit-transition: all .32s ease;
	transition: all .32s ease;
}
.news-list li a{
	padding: 20px 0;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
}
.news-img{
	width: 180px;
	height: 130px;
	overflow: hidden;
	margin-right: 25px;
}
.news-img img{
	width: 100%;
	min-width: 180px;
	min-height: 130px;
    -webkit-transition: all .36s ease;
    transition: all .36s ease;
}
.news-list li:hover img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.news-list li:hover{
    box-shadow: 0 0 16px 7px rgba(0,0,0,.12);
}
.news-bd{
	width: 655px;
	text-align: left;
}
.news-bd h5{
	font-size: 18px;	
	color: #333;
	line-height: 32px;
	height: 32px;
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden;
}
.news-list li:hover h5{color: #ffab01;}
.news-bd p{
	font-size: 14px;	
	color: #666;
	line-height: 24px;
	height: 48px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	word-break:break-all; /*支持IE，chrome，FF不支持*/
	word-wrap:break-word;/*支持IE，chrome，FF*/
	margin: 4px 0 32px;
}
.news-bd h5 b{
	width: 35px;
	height: 7px;
	background: url("../images/news/icons.png")/*tpa=http://www.dggzz.net/public/images/news/icons.png*/ no-repeat;
	margin: 12px  15px 0 0;
    -webkit-transition: all .36s ease-in;
    transition: all .36s ease-in;
   filter:alpha(opacity=0);       /* IE */
	-moz-opacity:0;              /* 老版Mozilla */
	-khtml-opacity:0;              /* 老版Safari */
	opacity: 0;
}
.news-list li:hover b{
	filter:alpha(opacity=100);       /* IE */
	-moz-opacity:1;              /* 老版Mozilla */
	-khtml-opacity:1;              /* 老版Safari */
	opacity: 1;
	margin-right: 0;
}
.news-bd span{
	font-size: 16px;
	color: #888;
}
/*资讯列表左 end*/
/*文章列表右 start*/
.news-fr{width: 260px;}
.article-text{
	background: #fff;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 240px;
	text-align: left;
}
.tt-H6{
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	font-size: 20px;
	color: #333;
	line-height: 50px;
	position: relative;
}
.tt-H6 span{
	width: 80px;
	height: 1px;
	background: #ffab01;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.article-list,.article-list a{
	width: 240px;
	margin: 0 auto;
}
.article-list{line-height: 0;padding: 7px 0;}
.article-list a{
	font-size: 12px;
	color: #666;
	line-height: 31px;
	height: 31px;
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden;
}
.article-list font{
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	color: #fff;
	background: #ccc;
	margin-right: 8px;
	vertical-align: middle;
}
.article-list .cur font,.article-list a:hover font{background:#ff7f00 ;}
.article-list a:hover{color:#ff7f00 ;}
.article-list span{
	width: 3px;
	height: 3px;
	background: #ff7f00;
	vertical-align: middle;
	margin-right: 7px;
}
/*文章列表右 end*/
/*列表详情 start*/
.details-box,.tj-box{
	background: #fff;
	background: #fff;
	overflow: hidden;
}
.details-box{
	padding: 20px;
	margin-bottom: 20px;
}
.details-tt{
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
}
.details-tt h4{
	font-size: 16px;
	color: #333;
	line-height: 28px;
}
.details-tt h4 a{
	width: 88px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	vertical-align: middle;
	border: 1px solid #ffab01;
	color: #ffab01;
	border-radius: 14px;
	margin-right: 10px;
}
.details-tt p{
	font-size: 12px;
	color: #666;
	line-height: 33px;
}
.details-tt p span{padding-right: 20px;}
.details-bd{
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 11px;
	width: 1130px;
    margin: 0 auto;
}
.details-bd h4{
	font-size: 30px;
	color: #333;
	line-height: 120px;
	font-weight: bold;
}
.details-bd p{
	text-indent: 32px;
	font-size: 16px;
	color: #666;
	line-height:28px;
	text-align: left;
	padding-bottom: 10px;
}
.details-bd h5{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: left;
	padding-bottom: 12px;
}
.details-bd img{
	/*width: 100%;*/
	max-width: 100%;
	margin-bottom: 26px;
}
.details-text{
	width: 1130px;
	margin: 0 auto;
	padding: 12px 0 0;
	text-align: left;
	overflow:hidden ;
}
.details-text p{
	line-height:24px;
	text-indent: 28px;
}
.bdsharebuttonbox{margin-top: 10px;}
.turn-text a{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.turn-text a:hover{
	text-decoration: underline;
	color: #ffab01;
}
.tj-box{
	padding: 0 20px;
	margin-bottom: 40px;
}
.article-list2{
	width: 100%;
	overflow: hidden;
}
.article-list2 a{
	float: left;
	width: 50%;
}
/*列表详情 end*/