.main-news {
	background: #fff;
	box-shadow: 0 10px 25px rgba(0,0,0,.2)
}

.main-news:after,.main-news:before {
	content: " ";
	display: table
}

.main-news:after {
	clear: both
}

.main-news-short {
	padding: 10px;
	height: 436px;
	overflow: hidden
}

.main-news-short .item {
	font-size: 0;
	display: block;
	height: 60px;
	cursor: pointer;
	margin-bottom: 11px;
	overflow: hidden
}

.main-news-short .item:before {
	content: "";
	display: inline-block;
	min-height: inherit;
	height: 100%;
	vertical-align: middle
}

.main-news-short .item:after {
	content: "";
	width: 100%;
	display: inline-block;
	zoom:1}

.main-news-short .item:last-child {
	margin-bottom: 0
}

.main-news-short .item:nth-child(1) {
	animation-delay: .2s
}

.main-news-short .item:nth-child(2) {
	animation-delay: .4s
}

.main-news-short .item:nth-child(3) {
	animation-delay: .6s
}

.main-news-short .item:nth-child(4) {
	animation-delay: .8s
}

.main-news-short .item:nth-child(5) {
	animation-delay: 1s
}

.main-news-short .item:nth-child(6) {
	animation-delay: 1.2s
}

.main-news-short .item:nth-child(7) {
	animation-delay: 1.4s
}

.main-news-short .item:nth-child(8) {
	animation-delay: 1.6s
}

.main-news-short .item:hover .title {
	color: #b21e28
}

.main-news-short .title {
	display: inline-block;
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	width: calc(100% - 89px);
	vertical-align: middle
}

.main-news-short .img {
	display: inline-block;
	width: 80px;
	height: 60px;
	margin-right: 9px;
	background-position: center;
	background-size: cover;
	vertical-align: middle
}

.main-news-short .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-all-article {
	margin: 0 -5px
}

.main-all-article .slick-list {
	overflow: visible!important
}

.main-all-article .slick-list .slick-slide {
	opacity: 0;
	transition: all .5s ease
}

.main-all-article .slick-list .slick-active {
	opacity: 1!important;
	transition: all .5s ease
}

.main-all-article .text {
	height: 55px;
	overflow: hidden;
	padding: 0 20px;
	margin-bottom: 50px;
	margin-top: 20px
}

.main-all-article .text p {
	text-align: left
}

@media only screen and (max-width: 749px) {
	.main-all-article .text {
		height:auto;
		margin-top: 12px;
		margin-bottom: 20px
	}
}

@media only screen and (max-width: 749px) {
	.main-news-short {
		height: auto;
		padding: 10px 0 0 10px
	}

	.main-news-short .item:nth-child(4)~.item {
		display: none
	}

	.main-news-wrap .pagination-slider .next,.main-news-wrap .pagination-slider .prev {
		display: none!important
	}
}

.slides-to-show-books .slick-slide {
	padding: 0 10px 20px!important
}

.slides-to-show-video .slick-slide {
	padding: 0 10px 20px!important
}

.slides-to-show-books .sign {
	font-size: 14px;
	line-height: 130%
}

.slides-to-show-books .sign a {
	color: #b21e28
}

@media only screen and (max-width: 749px) {
	.slides-to-show-books .sign {
		margin-top:15px
	}
}