﻿@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 .con2 {
	padding-top: 20px;
}
/*sec02 news*/
.mainWrap .newsBox{
	width: 570px;
	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: 55px;
	line-height: 55px;
	position: relative;
	/*	margin-top:30px;*/
/*	border-bottom:2px solid #AAAAAA;*/
}
.news-bar02{background: url("../img/news/newsbar_gzdt.png") no-repeat;}
.news-bar01{background: url("../img/news/newsbar_tzgg.png") no-repeat;}
.news-bar03{background: url("../img/news/newsbar_xydt.png") no-repeat;}
.mainWrap .news-bar .col_more {
	display: inline-block;
	margin-top: 6px;
	font-size: 18px;
	color: white;
	margin-right: 20px;
}
.mainWrap .newsBox .news-ul {
	width: 100%;
	height: auto;
	margin-top: 10px;
	background: white;
	padding: 10px 38px 15px 20px;
	border-radius: 15px;
}
.mainWrap .news-ul li{width: 100%;height: 48px;line-height: 48px;padding-left:29px;font-size:20px;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 li:last-child a{border: none;}
.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;
}

.imgBox{
	width: 100%;
}
ul.image-list {
	width: 100%;
            list-style: none;
            display: flex;
            justify-content: space-between;
            /* 当少于3个项目时，确保第一个和最后一个在两端 */
        }
        .image-list li {
            flex-shrink: 0; /* 防止图片被挤压 */
        }
        .image-list a {
            display: block;
            text-decoration: none;
			width: 372px;
    height: 296px;
    overflow: hidden; 
			border: 3px solid white; /* 去除图片边框 */
        }
        .image-list img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover; /* 确保图片按比例填充区域，可根据需要调整或删除 */
            border: none; /* 去除图片边框 */
			transition: transform 0.5s ease; /* 添加缩放过渡效果 */
        }
.image-list a:hover img {
    transform: scale(1.2); /* 放大1.2倍，可根据需要调整 */
}

      .links-container {
            width: 100%;
            height: 120px;
            background: url('../img/bgImg/bg_hotlink.png') no-repeat center center;
            background-size: cover;
            color: #fff;
            font-size: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            padding: 0 20px;
		  margin-top: 20px;
        }
        .link-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            margin: 4px 0;
        }
        .link-row a {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .link-row a:hover {
            text-decoration: underline;
            color: #f0f0f0;
        }
        .link-divider {
            margin: 0 10px;
            color: rgba(255, 255, 255, 0.7);
        }


