BODY{padding-bottom: 0px;margin: 0px;padding-left: 0px;padding-right: 0px}IMG{border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px}.more{padding-right: 10px}a{text-decoration: none}


.s1-l {
	width: 340px;
}

.s1-lk {
	/* margin-top: 10px; */
	height: 231px;
}

.s1-l-l {
	width: 100%;
}
.s1-l-l ul{
	padding:0px;
}
.s1-l-l ul li a {
	display: block;
	position: relative;
	transition: all 0.3s;
}

.s1-l-l ul li .pic {
/*	padding-top: 245px;*/
}

.pic {
	padding-top: 65%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.c68039{
	line-height:23px !important;
}

.s1-l-l ul li .s1-linfo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36px;
	background-color: rgba(0, 0, 0, 0.66);
	z-index: 1;
}

.s1-l-l ul li .s1-linfo h3 {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	padding: 0 100px 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-l-l .slick-dots {
	width: auto;
	bottom: 14.5px;
	font-size: 0;
	right: 10px;
}

.s1-l-l .slick-dots li {
	width: 7px;
	height: 7px;
	background:#eee;
	border-radius: 50%;
	margin: 0 2px;
}

.s1-l-l .slick-dots li.slick-active {
	background: #3F51B5;
}

.s1-l-l .slick-dots li button {
	display: none;
}

.s1-l-r {
	overflow: hidden;
}

.s1-l-r ul li {
	position: relative;
	padding-left: 25px;
}

.s1-l-r ul li a {
	display: block;
	padding: 14.5px 0;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.34);
	transition: all 0.3s;
}

.s1-l-r ul li:first-child a {
	padding-top: 0;
}

.s1-l-r ul li:first-child:after {
	top: 8px;
}

.s1-l-r ul li::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(57, 162, 177, 0.27);
}

.s1-l-r ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 23px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #bdbdbd;
	border: 3px solid #fff;
	transition: all 0.3s;
}

.s1-l-r ul li:hover::after {
	background-color: #39a2b1;
}

.s1-l-r ul li a span {
	float: left;
	font-size: 16px;
	color: #0bacc3;
	margin-right: 15px;
	margin-top: 4px;
}

.s1-l-r ul li a h3 {
	font-size: 16px;
	overflow: hidden;
	line-height: 30px;
	max-height: 60px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}