<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner_box{
	position: relative;
}
.second_nav{
	position: absolute;
	right: 10%;
	top: 0;
    background-color: rgba(255, 255, 255, 0.7);
	height: 100%;
	overflow-y: auto;
}
/* .second_nav.showScroll{
	overflow-y: auto;
	scroll-padding-bottom: -20px;
} */
.second_nav ul li{
	padding: 20px 88px;
	font-size: 16px;
}
.second_nav ul li img {
	display: none;
	width: 120px;
	height: 70px;
	margin-right: 20px;
}
.imgShow {
	display: inline-block !important;
}
.leftActive {
	background-color: #fff;
	color: red;
	box-shadow: 0px 1px 1px #f4f4f4;
}
.pianner_box{
	min-width: 800px;
	margin:0 auto;
	width: 94%;
	margin-top: 2%;
	/* height: 420px; */
}
.tu_box{
	float: left;
	margin-bottom: 2%;
	width: 15.6365%;
	margin-right: 1.236%;
	height: 42%;
}
.tu_box p{
	color: #393a3b;
	font-size: 16px;
	margin: 0px 6px;
	overflow: hidden;
    word-break: break-all;
    overflow-wrap: break-word;
    text-align: justify;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 8px;
}
.pianner_box .tuk{
	width: 100%;
	height: 92%;
}
/* .pinner2{
	height: 220px;
} */
.pinner2 .tu_box{
	height: 81%;
}
.tuk img{
	width: 100%;
	height: 8vw;
}
.title_box{
	width: 94%;
	margin: 0 auto;
	margin-top: 20px;
	border-bottom: 1px #e2e3e3 solid;
}
.title_box .tit{
	float: left;
	border-bottom: 1px #ae1c16 solid;
	padding-bottom: 4px;
	padding: 0px 6px;
}
.title_box .tit span{
	color: #3a3838;
	font-size: 20px;
}
.title_box .tit .icon-remen{
	color: #b63532;
	font-size: 22px;
}
.title_box .more{
	float: right;
	margin-right: 1%;
	color: #737272;
	font-size: 12px;
	line-height: 30px;
}
.title_box .more:hover{
	color: #ae1c16;
	cursor: pointer;
}
.search_box .txt{
	padding-left: 8px;
}
.pianner{
	display: flex;
	overflow-x: auto;
}
.pianner .tuk {
	overflow: hidden;
}
.pianner .tuk img{
	/*width: auto;*/
}
.pinner2{
	overflow: hidden;
}
.lb_box{
	height: 50vh;
}
.lb_box&gt;div {
    height: 100%;
}
.banner_box img {
    width: 100%;
    height: 100%;
}
.swiper-wrapper{
	font-size: 0;
}</pre></body></html>