.rsNav.rsBullets {
    top: 21px;
	display: none;
}

.newssl {
    position: absolute;
    z-index: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .95);
	width: 100%;
    padding: 10px 10px 0px;
	text-align: left;
}

.newssm {
	padding: 10px 10px 0px;
	width: 100%;
	min-height: 128px;
}

.newssl .nt {
	font-size: 21px;
	font-weight: 600;
}

.newssm .nt {
	min-height: 52px;
}

.newssl .nm {
	margin-top: 2px;
    color: #888;
}

.newssl .nm svg {
    width: 14px;
    height: 14px;
    margin-right: 2px;
    top: 2px;
    position: relative;
}

.newssl .nm span {
   font-size: 14px;
   padding-left: 6px;
}

.newssl .nd {
	margin-top: 8px; 
}

.news-box-service {
    margin: 12px 2px;
    line-height: 18px;
    height: 18px;
	display: inline-block;
	width: 100%;
}

.newssm .news-box-service {
	margin: 6px 2px 0px;
}

.news-box-service span {
    font-size: 12px;
    color: #999;
    vertical-align: middle;
    display: inline-block;
    line-height: 12px;
    float: left;
	padding-right: 14px;
}

.news-box-service time, .news-box-service i {
	padding-left:6px;
	padding-top: 3px;
    float: left;
}

.news-box-service span.tright {
    float: right;
	padding-right: 0;
	padding-left: 14px;
}

.news-box-service svg {
    width: 17px;
    height: 17px;
    float: left;
}
.bgn {
	background: linear-gradient(to right, #fffaef, #fff7e7);
}

.bgn .news {
    border: 1px solid #ffecc7;     
}
.bgn .rsSlide {
	border: 1px solid #ffecc7;   
}
.bgn  .newssm {
    min-height: auto;
}
.bgn  .newssm .nt {
    min-height: auto;
}

.rline{
    background:#ffecc7;
    padding:4px 0;
}
.marw{
    overflow:hidden;
    height:36px;
    display:flex;
    align-items:center;
}
.marq{
    display:flex;
    width:max-content;
    animation:marquee 20s linear infinite;
    will-change:transform;
}
.marq span{
    display:flex;
    white-space:nowrap;
}
.marq a{
    display:inline-flex;
    align-items:center;
    font-size:15px;
    color:#000;
    font-weight:400;
    margin-right:32px;
    text-decoration:none;
    line-height:1;
}
.marq a::before{
    content:"";
    width:18px;
    height:18px;
    flex:0 0 18px;
    margin-right:8px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23000'/%3E%3Cpath d='M8 6l4 4-4 4' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.marw:hover .marq{
    animation-play-state:paused;
}
@media (max-width:768px){
    .marq{
        animation-duration:32s;
    }
}
@keyframes marquee{
    0%{ transform:translateX(0); }
    100%{ transform:translateX(-50%); }
}

@media screen and (max-width:39.9375em) {
	.news-box-service {
		min-height: 48px;
	}
	
	.news-box-service .time {
		display: block;
		width: 100%;
	}
	
	.news-box-service span+span {
		padding-top:8px;
	}
	
	.news .img-placeholder {
		width:100%;
	}
	
	.news .news-title {
		position: absolute;
		font-size: 25px;
		top: 43%;
		left: 0;
		width: 100%;
		text-align: center;
		background: rgba(255, 255, 255, 0.8);
		padding: 10px;
		color: #000;
	}
	.cities .columns {
		text-align: center;
	}
	
	#main_slider {
		min-height: 500px;
	}	
}