


/***

====================================================================
		news
====================================================================

***/


.news {
	padding: 75px 0
}
.news .title {
	margin-bottom: 60px
}
.news .name {
	width: 100%;
	color: #1a1a1a
}
.news .name span {
	font-size: 32px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
	position: relative;
	top: -2px
}
.news .name:before {
	vertical-align: middle;
	display: inline-block;
	content: '';
	margin-right: 25px;
	width: 8px;
	height: 34px;
	background: #27c9dd
}
.news .name:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px dashed #d6d6d6;
	width: calc(100% - 186px)
}
.news-item {
	font-size: 0
}
.news-item .top {
	font-size: 0;
	margin: 40px 0 35px
}
.news-item .top .pro {
	width: 214px;
	height: 132px;
	margin-right: 25px
}
.news-item .top .desc {
	width: calc(100% - 239px)
}
.news-item .top .desc h3 {
	transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	font-size: 18px;
	color: #1a1a1a;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}
.news-item .top .desc p {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}
.news-item .top:hover h3 {
	color: #27c9dd
}
.news-list {
	position: relative;
	border-bottom: 1px dashed #d6d6d6
}
.news-list p {
	width: 74%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.news-list a {
	display: inline-block;
	padding: 20px 0;
	font-size: 18px;
	color: #1a1a1a;
	transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	-moz-transition: color .4s
}
.news-list .date {
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #999;
	top: 22px
}
.news-list:hover a {
	color: #27c9dd
}
.news-left {
	width: 46.7%;
	margin-right: 6.6%
}
.news-right {
	width: 46.7%
}


.news .name span {
	font-size: 28px
}
.news-list a {
	font-size: 16px
}
.news {
	padding: 55px 0
}



}
@media (max-width:1240px) {

}
@media (max-width:1000px) {

.news-left {
	width: 100%;
	margin: 0 0 45px
}
.news-right {
	width: 100%
}

}
@media (max-width:500px) {

.news .title {
	margin-bottom: 30px
}
.news .name:before {
	margin-right: 10px;
	width: 4px;
	height: 24px
}
.news .name:after {
	width: calc(100% - 115px)
}
.news .name span {
	font-size: 20px
}
.news-item .top {
	margin: 20px 0 10px
}
.news-item .top .pro {
	width: 40%;
	height: auto;
	margin-right: 15px
}
.news-item .top .desc {
	width: 54%
}
.news-item .top .desc h3 {
	font-size: 16px;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
.news-item .top .desc p {
	font-size: 12px;
	line-height: 20px
}
.news-left {
	margin-bottom: 25px
}
.news-list a {
	padding: 10px 0;
	font-size: 14px
}
.news-list .date {
	font-size: 12px;
	top: 11px
}
}
@media (max-width:360px) {
.news-item .top .desc {
	vertical-align: top
}
.news-item .top .desc h3 {
	-webkit-line-clamp: 3
}
.news-item .top .desc p {
	display: none
}
}

