.news_banner{
	width: 100%;
	background: url(../img/banner/news_banner.jpg)no-repeat center;
	height: 450px;
}
.list_news {
    margin: 80px auto;
}
.list_news_tab{
	text-align: center;
}
.list_news_tab li{
	display: inline-block;
	margin-right: 40px;
}
.list_news_tab li:last-child{
	margin-right: 0;
}
.list_news_tab li a{
	display: block;
	width: 160px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	background: #F5F5F5;
	line-height: 50px;
	font-size: 16px;
	color: #333333;
}
.list_news_tab li.on a,.list_news_tab li:hover a{
	background: #164AC3;
	color: #FFFFFF;
}
.companynews_list{
	margin: 80px auto;
}
.company_box{
	width:100%;
	height:240px;
	background:#FAFAFA;
	margin-bottom: 40px;
}
.company_box a{
	padding: 20px;
	display: block;
}
.company_box a:hover{
	transition: all .3s;
	box-shadow:0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.company_box a:hover h3{
	color: #164AC3;
}
.company_box img{
	float: left;
	width:300px;
	height:200px;
	overflow: hidden;
}
.detail_news_t{
	width: 800px;
	margin-left: 40px;
}
.detail_news_t h3{
	font-size: 24px;
	color: #333333;
	padding-top: 20px;
}
.detail_news_t p{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	margin-bottom: 30px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
}
.detail_news_t span{
	font-size: 12px;
	color: #999999;
}
.detail_news_t em{
	display: block;
	width: 100%;
	height: 1px;
	background: #F0F0F0;
	margin: 20px auto;
}
.industry_box{
	height: auto;
}
.industry_box a{
	padding: 20px 40px 40px;
}
.industry_news_t{
	width: 100%;
	margin-left: 0;
}

/*special*/
.zt-list-ul li {
	padding: 30px;
	float: left;
	width: 580px;
	height: 180px;
	overflow: hidden;
	background-color: #F5F5F5;
	margin-bottom: 40px;
	transition: all .4s;
}

.zt-list-ul li:nth-child(2n) {
	float: right;
}

.zt-list-lt {
	width: 320px;
}

.zt-list-lt a {
	display: block;
}

.zt-list-lt a img {
	width: 100%;
	border-radius: 5px;
}

.zt-list-rt {
	width: 200px;
	padding-left: 30px;
}

.zt-list-rt-title h2 a {
	display: block;
	margin-top: 35px;
	font-size: 18px;
	color: #333333;
}

.zt-list-rt-title span {
	display: block;
	color: #666666;
	margin-top: 15px;
}
.zt-list-ul li:hover {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.15);
}

.zt-list-ul li:hover h2 a {
	color: #246ACE;
}

/*info*/
.info_ul li {
	padding: 60px 0;
	width:580px;
	float: left;
	border-bottom: 1px solid #E6E6E6;
}
.info_ul li:first-child,.info_ul li:nth-child(2){
	padding-top: 0;
}
.info_ul li:hover {
	cursor: pointer;
}

.info_ul li:hover h3 a {
	color: #246ACE;
}

.info_ul li h3 a {
	font-size: 18px;
	color: #333333;
	font-weight: 400;
  text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
  display: block;
}

.info_ul li span {
	display: block;
	color: #999999;
	margin: 15px 0;
}

.info_ul li p a {
	display: block;
	color: #666666;
	line-height: 28px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;  
}

.info_ul li:nth-child(2n) {
	float: right;
}

/*detail*/
.news_cover_mt{
	margin-top: 120px;
}
.news_cover_mb{
	margin-bottom: 120px;
}

.news_detail .fl{
	text-align: center;
}
.news_detail .fl img{
	margin:20px 0;
}
.news_detail .fl h2{
	text-align: left;
	font-size: 30px;
	color: #333333;
	padding-bottom: 40px;
	border-bottom: 1px solid #F0F0F0;
}
.news_detail .fl p{
	text-align: left;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	margin: 40px 0;
}
.news_detail img{
	max-width: 600px;
}
.daodu{
	margin-top: 40px;
	padding: 20px;
	background: #FAFAFA;
}
.news_detail .daodu p{
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	margin: 0;
	font-weight: bold;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;  
}

























