.banner-common {
	background-image: url(../img/news.jpg);
}
.events-content {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 95px;
}
.events-title {
	width: 100%;
	color: #6d6d6d;
	font-size: 14px;
	overflow: hidden;
	margin: 0 0 60px;
	font-weight: 500;
	line-height: 20px;
}
.events-title a {
	color: #008b93;
	cursor: pointer;
}
.events-title a:hover {
	text-decoration: underline !important;
}
.events-bottom {
	width: 100%;
	overflow: hidden;
	margin: 95px 0 0;
}
.events-menu {
	width: 651px;
	overflow: hidden;
	background-color: #eceff0;
	border-radius: 0px 25px 25px 25px;
}
.events-menu a {
	float: left;
	height: 50px;
	display: block;
	color: #000000;
	font-size: 14px;
	padding: 0 35px;
	overflow: hidden;
	line-height: 50px;
    font-weight: bold;
	border-radius: 0px 25px 25px 25px;
}
.events-menu a.active {
    color: #ffffff;
	background-color: #000000;
}
.events-bottom .events-list {
	width: 100%;
	margin: 65px 0 0;
	overflow: hidden;
}
.events-list li {
	float: left;
	overflow: hidden;
	width: -moz-calc(50% - 16px);
	width: -webkit-calc(50% - 16px);
	width: calc(50% - 16px);
}
.events-list li:nth-of-type(2n+1) {
	margin: 0 32px 95px 0;
}
.events-list li:nth-of-type(2n) {
	margin: 0 0 95px;
}
.events-list .list-img {
	width: 100%;
	height: 350px;
	display: block;
	margin: 0 0 25px;
	overflow: hidden;
	position: relative;
}
.list-img img {
	width: 100%;
	min-height: 100%;
	transition: all 0.35s;
}
.list-img:before {
	top: 0px;
	left: 0px;
	z-index: 1;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.7;
	display: block;
	overflow: hidden;
	position: absolute;
	background: -webkit-gradient(linear,left top,left bottom,from(#000000),color-stop(57%,hsla(0,0%,56.9%,0)),to(hsla(0,0%,100%,0)));
    background: linear-gradient(180deg,#000000,hsla(0,0%,56.9%,0) 57%,hsla(0,0%,100%,0));
}
.list-img .list-time {
	top: 30px;
	z-index: 2;
	left: 30px;
	width: 68px;
	height: 62px;
	color: #FFFFFF;
	overflow: hidden;
	text-align: center;
	position: absolute;
	font-family: arial;
	padding: 5px 0 8px;
	border: 2px solid #FFFFFF;
	border-radius: 3px 3px 3px 15px;
}
.list-time h3 {
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
}
.list-time p {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.events-list .list-img:hover img {
	transform: scale(1.05);
}
.list-txt {
	width: 100%;
	overflow: hidden;
	padding: 0 20px 0 0;
}
.list-txt h3 {
	width: 100%;
	height: 30px;
	color: #000000;
	font-size: 24px;
	overflow: hidden;
	line-height: 30px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}
.list-txt h3 a {
	color: #000000;
}
.list-txt span {
	width: 25px;
	height: 4px;
	display: block;
	overflow: hidden;
	border-radius: 2px;
	margin: 15px 0 25px;
	background-color: #008b93;
}
.list-txt p {
	width: 100%;
	height: 75px;
	font-size: 14px;
	margin: 15px 0 0;
	overflow: hidden;
	line-height: 25px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.list-txt p a {
	color: #898989;
}
.list-txt p a:hover {
	color: #008b93;
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	.events-title {
	    margin: 0 0 40px;
	}
	.events-bottom {
	    margin: 60px 0 0;
	}
	.events-bottom .events-list {
	    margin: 50px 0 0;
	}
	.events-list li {
	    width: 100%;
	    margin: 0 0 70px !important;
	}
	.events-list .list-img {
		height: auto;
	}
}
@media only screen and (max-width: 750px) {
	.events-content {
	    padding: 20px 0 50px;
	}
	.events-title {
		font-size: 13px;
	    margin: 0 0 20px;
	}
	.events-bottom {
	    margin: 30px 0 0;
	}
	.events-menu {
		width: 100%;
		text-align: center;
		border-radius: 0px 20px 20px 20px;
	}
	.events-menu a {
		width: 50%;
		height: 40px;
		font-size: 14px;
		padding: 0 20px;
		line-height: 40px;
		border-radius: 0px 20px 20px 20px;
	}
	.events-bottom .events-list {
	    margin: 30px 0 0;
	}
	.events-list li {
	    margin: 0 0 35px !important;
	}
	.events-list .list-img {
	    margin: 0 0 20px;
	}
	.list-img .list-time {
	    top: 20px;
	    left: 20px;
	    width: 50px;
	    height: 50px;
	    padding: 4px 0;
	    border-radius: 3px 3px 3px 10px;
	}
	.list-time h3 {
	    font-size: 24px;
	    line-height: 25px;
	}
	.list-time p {
	    font-size: 12px;
	    line-height: 15px;
	}
	.list-txt {
		padding: 0;
	}
	.list-txt h3 {
	    height: 22px;
	    font-size: 18px;
	    line-height: 22px;
	}
	.list-txt span {
		width: 20px;
	    height: 3px;
	    border-radius: 2px;
	    margin: 10px 0 15px;
	}
	.list-txt p {
	    height: 60px;
	    font-size: 12px;
	    margin: 15px 0 0;
	    line-height: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.banner-common h2 {
		width: 970px;
	}
	.events-content {
		padding: 30px 0;
	}
	.events-title {
		margin: 0 0 40px;
	}
	.events-bottom {
		margin: 50px 0 0;
	}
	.events-list li:nth-of-type(2n+1) {
		margin: 0 32px 60px 0;
	}
	.events-list li:nth-of-type(2n) {
		margin: 0 0 60px;
	}
	.events-list .list-img {
		height: 264px;
	}
}
@media only screen and (min-width: 1200px) {
	.banner-common h2 {
		width: 1150px;
	}
	.events-content {
		padding: 30px 0 40px;
	}
	.events-title {
		margin: 0 0 50px;
	}
	.events-bottom {
		margin: 75px 0 0;
	}
	.events-list li:nth-of-type(2n+1) {
		margin: 0 32px 75px 0;
	}
	.events-list li:nth-of-type(2n) {
		margin: 0 0 75px;
	}
	.events-list .list-img {
		height: 314px;
	}
}
@media only screen and (min-width: 1450px) {
	.banner-common h2 {
		width: 1290px;
	}
	.events-content .container {
		width: 1290px;
	}
	.events-title {
		margin: 0 0 60px;
	}
	.events-list li:nth-of-type(2n+1) {
		margin: 0 32px 95px 0;
	}
	.events-list li:nth-of-type(2n) {
		margin: 0 0 95px;
	}
	.events-list .list-img {
		height: 350px;
	}
}
/*新闻详情*/
.news-details {
	width: 100%;
	overflow: hidden;
	margin: 0 0 50px;
}
.news-details .details-top {
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	line-height: 25px;
	text-align: center;
}
.news-details .details-top h3 {
	color: #000000;
	font-size: 36px;
	margin: 0 0 20px;
	line-height: 45px;
}
.news-details .details-top p span {
	margin: 0 30px;
	color: #888888;
}
.news-details .details-center {
	width: 100%;
	color: #333333;
	margin: 30px 0;
	padding: 50px 0;
	font-size: 18px;
	overflow: hidden;
	line-height: 30px;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
.news-details .details-center p {
	margin: 20px 0;
}
.news-details .details-center img {
	display: block;
	max-width: 100%;
	margin: 40px auto;
}
.news-details .details-bottom {
	width: 100%;
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	line-height: 30px;
}
.news-details .details-bottom p {
	width: 100%;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-details .details-bottom p a {
	color: #666666;
}
.news-details .details-bottom p a:hover {
	text-decoration: underline !important;
}
@media only screen and (max-width: 750px) {
	.news-details .details-top h3 {
	    font-size: 24px;
	    margin: 0 0 10px;
	    line-height: 30px;
	}
	.news-details .details-top p span {
		margin: 0 10px;
		font-size: 12px;
	}
	.news-details .details-center {
	    margin: 15px 0;
	    padding: 15px 0;
	    font-size: 16px;
	    line-height: 25px;
	}
	.news-details .details-center p {
	    margin: 10px 0;
	}
	.news-details .details-center img {
	    margin: 20px auto;
	}
	.news-details .details-bottom {
		font-size: 14px;
		line-height: 20px;
	}
	.news-details .details-bottom p {
		height: 25px;
	}
}