﻿/*news.html*/
.news-item-div {height:188px;padding-top:40px;padding-bottom:40px;width:1200px;position:relative;margin:0 auto;border-bottom:1px solid #f7f7f7; }
.news-item-img {padding:0;margin:0;float:left;width:342px;height:188px;}
.news-item-rightdiv {float:right;width:798px;position:relative;height:188px;}
.news-item-title {text-align:left;font-size:24px;line-height:24px;height:24px;color:#333;}
.news-item-content {text-align:left;font-size:18px;line-height:32px;color:#666;margin-top:30px;}
.news-item-date {font-size:16px;height:16px;line-height:16px;bottom:0;color:#999;position:absolute;}
.news-looked-btn {width:176px; height:56px;margin-top:20px;margin-bottom:70px; background-color:#fff;font-size:18px;color:#333;border:1px solid #333;font-family: '微软雅黑',YaHei,tahoma,arial, "Hiragino Sans GB", '宋体';}
.news-looked-div {width:176px;margin-left:auto;margin-right:auto;}

.new-content-title{text-align:center;color:#333;font-size:24px;height:24px;line-height:24px;margin-top:50px;margin-bottom:40px;width:100%;}
.news-looked-text {font-size:18px;line-height:34px;color:#666;padding-bottom:140px;}

.p1{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.p1 img{display:none}
.news-item-div{cursor:pointer}
.news-item-div:hover.news-item-content:hover{color:#1fb3db}

.pro_tab_cont {
	text-align: center;
	margin-top: 50px;
}
.pro_tab_cont span {
	padding: 15px 60px;
	font-size: 16px;
	display: inline-block;
	margin: 0 20px;
	transition: 0.5s;
	cursor: pointer;
	letter-spacing: 1px;
	border: 1px solid #ff6a64;
}
.pro_tab_cont span a {
	color: #666;
}
.pro_tab_cont span:hover {
	background: #ff6a64;
	color: #fff;
	transition: 0.5s;
 border: border:1px solid #fff;
}
.pro_tab_cont span:hover a {
	color: #fff;
}
.pro_tab_cont span.active {
	background: #ff6a64;
	color: #fff;
 border: border:1px solid #fff;
}
.pro_tab_cont span.active a {
	color: #fff;
}