@charset "utf-8";
/* CSS Document */
body {
/*	background: url("../img/tmp/index.jpg") no-repeat top center;*/
}
/*二、主体部分*/
/*sec01 swiper*/
.mainWrap .sec01 {
	/*	height:950px;*/
	height: auto;
}
.mainWrap .sec02 {
	height: auto;
	background: url("../img/bgImg/bg_libra.png") no-repeat bottom center;
	background-color: white;
	padding-bottom: 24px;
}
.mainWrap .sec02 .con1 {
	margin-top: 20px;
}
.mainWrap .sec02 .con2 {
	margin-top: 37px;
}
/*sec02 news*/
.mainWrap .newsBox{
	width: 33%;
	height: auto;
	padding: 0 10px;
}
.mainWrap .newsBox img{width: 100%;height: 300px;}
.mainWrap .newsBox .intro{width: 100%;height: 30px;color: white;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #ffffff;
text-align: center;background: var(--blue);}
.mainWrap .news-bar {
	width: 100%;
	height: 36px;
	line-height: 36px;
	position: relative;
	/*	margin-top:30px;*/
	border-bottom:2px solid #AAAAAA;
}
.mainWrap .news-bar .col-bar{width: 128px;height: 100%;border-bottom: 3px var(--blue) solid;}
.mainWrap .col-bar .col_icon{width: 31px; height: 31px;}
.mainWrap .col-bar .col_name {
	color: var(--blue);
	padding: 0 3px;
	font-size: 18px;
	letter-spacing: 2px;
	margin-left: 9px;
	line-height: 30px;
}
.mainWrap .news-bar .col_more {
	display: inline-block;
	margin-bottom: 4px;
	font-size: 16px;
}
.mainWrap .newsBox .news-ul {
	width: 100%;
	height: auto;
	margin-top: 7px;
}
.mainWrap .news-ul li{width: 100%;height: 41px;line-height: 41px;padding-left:20px;font-size:16px;background:url("../img/icon/dot.png") no-repeat left center;}
.mainWrap .news-ul li a{
	display: block;
	width: 100%;
	height: 100%;
	border-bottom: #AAAAAA 2px dotted;
}
.mainWrap .news-ul .news_title{
	width:300px;
	height:100%;
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float:left;
}
.mainWrap .news-ul .news_date{float:right;}
.mainWrap  .news-ul li a:hover {
	color: var(--blue);
/*	font-weight: bold;*/
}
.mainWrap .sec02 .con1,.mainWrap .sec02 .con2{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	
}
.mainWrap .sec02 .con2 {
	margin-top: 40px;
}
