@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------------------------------- OUT TEAM STARTS ------------------ */

.img-fangan-tab {
	position: absolute;
	right: 0;
	top: -60px;
}

.img-fangan-tab img {
	margin-left: 10px;
}

.news-tab-acvt {
	background-color: #1eb3ff !important;
	color: white !important;
}

.duice-box {
	margin-left: 20px;
	position: relative;
	overflow: hidden;
}

.blue-mask {
	width: 100%;
	height: 100%;
	background: #1eb3ff;
	position: absolute;
	top: 250px;
	left: 0;
}

.blue-mask-btn {
	border: 1px solid #fff;
	border-radius: 999px;
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}

.blue-mask-btn a {
	color: #ffffff;
}

.blue-mask-btn:hover {
	background: #fff;
	color: #1eb3ff;
	cursor: pointer;
}

.blue-mask-btn:hover a {
	color: #1eb3ff;
}

.blue-mask-txt {
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	margin: 40px auto;
	color: #fff;
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* 设置行数 */
	-webkit-box-orient: vertical;
}

.title-news-part {
	font-size: 28px;
	line-height: 106px;
	font-weight: bold;
}

.news-title {
	width: 384px;
	margin-top: 24px;
}

.news-txt {
	width: 384px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* 设置行数 */
	-webkit-box-orient: vertical;
	margin-top: 24px;
}

.news-time {
	font-size: 12px;
	color: #999;
	margin-top: 20px;
	width: 384px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.news-cell {
	width: 384px;
	height: 410px;
}

.news-cell a {
	color: #333;
}

.news-title-right {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 设置行数 */
	-webkit-box-orient: vertical;
	width: 240px;
}

.news-time-right {
	color: #999;
	font-size: 12px;
}

.news-right-content {
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
}

.news-cell-img {
	width: 375px;
	height: 225px;
}

.more-news-btn {
	color: #666;
	border-width: 1px;
	border-color: #666;
	border-style: solid;
	width: 160px;
	height: 44px;
	border-radius: 999px;
	text-align: center;
	line-height: 44px;
}

.more-news-btn:hover a {
	color: #fff !important;
}

.more-news-btn:hover {
	background: #666;

	cursor: pointer;
}

.company-newsbox {
	width: 786px;
}

.company-news-content {
	margin-left: 10px;
	height: 92px;
}

.company-news-title {
	margin-bottom: 14px;
	width: 600px;
}

.company-newsbox {
	width: 786px;
}

.company-news-txt {
	font-size: 12px;
	color: #999999;
	width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 设置行数 */
	-webkit-box-orient: vertical;
	max-height: 32px;
}

.company-news-time {
	font-size: 12px;
	color: #999;
	width: 600px;
}

.company-news-contentbox {
	margin-bottom: 28px;
}

/*新闻列表*/
.newslist-box {
	padding-bottom: 30px;
}

.newslist-tab {
	background: #fff;
	height: 44px;
	width: 144px;
	margin: 40px 20px 40px 0;
	text-align: center;
	line-height: 44px;
}

.news-txtbox {
	width: 384px;
	background: #fff;
	height: 142px;
}

.news-txtbox-title {
	width: 352px;
	padding: 16px;
	font-size: 18px;
}

.news-txtbox-title a {
	color: #333;
}

.news-txtbox-txt {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 设置行数 */
	-webkit-box-orient: vertical;
	width: 352px;
	padding: 0 16px;
	height: 40px;
}

.news-txtbox-time {
	font-size: 12px;
	color: #999;
	padding: 16px;
	width: 352px;
}

.newslist-content {
	flex-wrap: wrap;
	width: 1200px;
}

.newslist-cell {
	margin-bottom: 20px;
	margin-right: 20px;
}

.newslist-cell:nth-child(3n) {
	margin-right: 0;
}

.newslist-cell a {
	color: #333;
}

/*新闻详情*/
.main-title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}

.base-mustinfo {
	margin: 20px 0
}

.base-mustinfo text {
	margin: 0 20px;
	color: #999;
	font-size: 14px;
}

.main-txt {
	font-size: 14px;
	line-height: 28px;
	color: #333;
	letter-spacing: 2px;

}

.news-recommend {
	margin-bottom: 60px;
	margin-top: 20px;
}

.news-recommend a {
	color: #333
}

.news-v {
	margin-right: 20px;
	width: 384px;
}

.news-v:nth-child(3n) {
	margin-right: 0;
}
/*包含以下四种的链接*/
a {
	text-decoration: none;
	color: black;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接*/
a:active {
    text-decoration: none;
}