@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	width: 750px;
	margin: 0px auto;
	background-color: #fff;
}

.box {
	position: relative;
	font-size: 0;
	text-align: center;
}
ul,li{
	list-style: none;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	position: relative;
}


.hide {
	display: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
#qLtempOverlay{display: none !important;}
/* loading  100% 的大小设置 */
.queryloader__overlay__percentage {
	font-size: 36px !important;
}

/* loading logo   background-size: 200px; 修改logo 的大小 */
.queryloader__overlay {
	background-image: url(./hlw-logo.png);
	background-repeat: no-repeat;
	background-position: 50% 35%;
	background-size: 200px;
}

.navlist{
	position: absolute;
	top: 960px;
	left: 0;right: 0;margin: auto;
	width: 660px;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.navlist li{margin-bottom: 20px;}

.backTop img{width: 100%;height: 100%;}
.w660{width: 660px;margin: auto;}
.mt80{margin-top: 80px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.e {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.e3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newslist,.newslist li{
	list-style: inside;
	list-style-type: square;
}
.newslist,.newslist2,.newslist3,.newslist4{font-size: 32px;text-align: justify; line-height: 48px}
.newslist li{
	border-bottom: 1px solid #e4d9d9;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.newslist li a,.newslist4 li a{color: #000;}

.newslist4 li{background-color: #f5f3f3;margin-bottom: 24px;padding: 10px 0;}
.newslist4 li a{display: flex;align-content:center;width: 100%; align-items:center;}
.kuai{width: 10px;height: 10px;background-color: #000;margin:0 10px;}
.newslist4 .e{width: 550px;}
.newslist4 li span:last-child{float: right;}
.newslist4 span{display: block;}

.more{text-align: right;display: block;}


.newslist2  li{margin-bottom: 50px;}
.newslist2 a{font-size: 26px;color: #000;font-weight: bold;line-height: 44px;margin-bottom: 24px;}
.newslist2 span{border-bottom: 1px dashed #e4d9d9;padding-bottom: 15px;}
.newslist3 li{border-bottom: 1px dashed #e4d9d9;}

.newsImgbox{display: flex;justify-content: space-between;}
.newsImgitem{width: 320px;height: 222px;}
.newsImgitem img{width: 320px;height: 154px;object-fit: cover;}
.newsImgtitle{
	height: 68px;
	background-color: #ac000e;
	font-size: 24px;
	text-align: justify;
	display: flex;
	align-content:center;
}
.newsImgtitle a{color: #fff;width: 280px;margin: auto;}

.txbox{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.txbox a{
	margin-bottom: 20px;
}

.lbbox{height: 456px;}
.lbbox2{height: 650px;}
.lbbox2 .swiper-slide{background-color: #fff9f2;}
.lbbox2 img{
	position: absolute;
	top: 33px;left: 0;right: 0;margin: auto;
	width: 628px;height: 353px;object-fit: cover;
}
.lbbox2 p{
	position: absolute;
	top: 414px;left: 0;right: 0;margin: auto;
	width: 570px;object-fit: cover;
	text-align: justify;
	font-size: 34px;
	font-weight: bold;color: #000;
}
.lbbox2 span{
	position: absolute;
	top: 530px;left: 0;right: 0;margin: auto;
	width: 570px;object-fit: cover;
	text-align: justify;
	font-size: 24px;
	color: #000;
}

.topimg{
	position: absolute;
	left: 0;
	top: 0;
	width: 660px;
	height: 368px;
	object-fit: cover;
}
.toptitle{
	position: absolute;
	width: 100%;
	height: 88px;
	line-height: 88px;
	text-align: left;
	bottom: 0;
	left: 0;
	text-indent: 2em;
	font-size: 30px;
	color: #ffffff;
	background-color: #ac000e;
}
.toptitle p{
	width: 90%;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
}
 .swiper-button-next{
	color: #c30000;
}
.swiper-button-prev{
	color: #c30000;
}

.backTop{
	display: none;
	width: 64px;
	height: 163px;
	color: #fff;
	background: #333;
	border-radius: 5px;
	cursor: pointer;
	position: fixed;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;;
	z-index: 99990;
}
