.news-list .box {
	overflow: hidden;
	margin-bottom: 30px;
}
.news-list .pic {
	position: relative;
	overflow: hidden;
	float: right;
	width: 240px;
	border: 1px solid #ddd;
}
.news-list .pic:before {
	content: '';
	display: block;
	background: url('../images/news/hover.png') 50% 50% no-repeat rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.news-list .box:hover .pic:before {
	opacity: 1;
}
.news-list .img {
	padding-top: 75%;
	background: 50% 50% / contain no-repeat;
}
.news-list .txt {
	margin-right: 280px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 52px 100px;
}
.news-list .date {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	border: 1px solid #ccc;
	color: #555;
	font-size: 18px;
	font-weight: bold;
	padding: 0 6px 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.news-list .date span {
	display: block;
	line-height: 1;
	letter-spacing: 0;
}
.news-list .date .year {
	background: #49C1DC;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 20px;
	text-align: center;
	margin: 0 -7px 6px;
}
.news-list .date .month:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	border-left: 1px solid #ccc;
	-moz-transform: skewX(-45deg);
	-webkit-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
    position: absolute;
    left: 26px;
    bottom: 22px;
}
.news-list .date .day {
	font-size: 32px;
	text-align: right;
	margin-top: 4px;
}
.news-list .name {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
	height: 27px;
}
.news-list .box:hover .name {
	color: #0D5A72;
	text-decoration: underline;
}
.news-list .description {
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 92px;
	max-height: 92px;
}
.news-list .box:hover .description {
	text-decoration: underline;
}

.news-head {
	background: #fff;
	padding: 8px 16px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.news-detail .date {
	display: inline-block;
	color: #333;
}
.news-detail .date:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	border-left: 1px solid #ccc;
	margin: 0 8px 3px 12px;
}
.news-detail .title {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.075em;
}

.gallery {
	margin-bottom: 30px;
}
.gallery .img {
	padding-top: 75%;
	background: 50% 50% / contain no-repeat;
}
.stage {
	float: left;
	width: 78%;
}
.slider-for {
	max-width: 600px;
	margin: 0 auto;
	border: 1px solid #ddd;
}
.stage img {
	margin: 0 auto;
}
.thumbnails {
	float: right;
	width: 19%;
}
.thumbnails .box {
	position: relative;
	overflow: hidden;
	max-width: 144px;
	margin: 0 auto 12px;
	border: 1px solid #ddd;
}
.thumbnails .box:before {
	content: '';
	display: block;
	background: url('../images/news/small_hover.png') 50% 50% no-repeat rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumbnails .box:hover:before,
.thumbnails .item.slick-current .box:before {
	opacity: 1;
}
.gallery-control {
	position: relative;
	line-height: 25px;
	padding: 0 30px;
	text-align: center;
	margin-top: 15px;
}
.gallery-control * {
	display: inline-block;
	vertical-align: middle;
}
.gallery-control .btn {
	background: #fff;
    color: #bbb;
    width: 25px;
    height: 25px;
    line-height: 20px;
    font-size: 22px;
    border-radius: 50%;
    position: absolute;
    top: 0;
}
.gallery-control .btn:hover {
	background: #ccc;
	color: #fff;
}
.gallery-control .prev {
	left: 0;
}
.gallery-control .next {
	right: 0;
}
.gallery-control .page-control {
	font-size: 14px;
}
.gallery-control .page-control .current {
	font-size: 16px;
	font-weight: bold;
}

.news-detail .detail-title {
	background: #ddd;
	color: #0D5A72;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
.news-detail .editor {
	padding: 30px 0;
}

@media screen and (max-width: 767px) {
	.stage,
	.thumbnails {
		float: none;
		width: auto;
	}
	.thumbnails {
		padding-top: 40px;
		margin-top: 10px;
		position: relative;
	}
	.slider-nav {
		margin: 0 -5px;
	}
	.thumbnails .item {
		padding: 0 5px;
	}
	.thumbnails .box {
		margin-bottom: 0;
	}
	.gallery-control {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
	}
}
@media screen and (max-width: 640px) {
	.news-list .pic {
		width: 180px;
	}
	.news-list .txt {
		margin-right: 200px;
		padding-bottom: 20px;
		padding-left: 90px;
	}
	.news-list .description {
		font-size: 14px;
		height: 85px;
		max-height: 85px;
	}
}
@media screen and (max-width: 500px) {
	.news-list .pic {
		float: none;
		max-width: 240px;
		width: auto;
		margin: 0 auto 10px;
	}
	.news-list .txt {
		position: relative;
		margin: 0;
	}
}
