/*
* @Author: Sun Jijing
* @Date:   2026-02-02 11:01:34
* @Last Modified by:   Sun Jijing
* @Last Modified time: 2026-02-02 14:15:38
*/
* { margin: 0; padding: 0; font-family: '微软雅黑' !important; }
ul, li { list-style: none; }
a { text-decoration: none; }
img { border: 0; }
html, body { width: 100%; }

.zt_bg { width: 100%; background: url(zt_bg.jpg?123) no-repeat center top; }
.zt_banner { width: 100%; height: 380px; margin-top:-20px; }
.zt_con { width: 1200px; margin: 0 auto 15px; padding: 0 45px; background: #fff; box-shadow: 0 0 15px #ccc; }

.zt_hot_news { text-align: center; padding: 22px 0; }
.zt_hot_news a { display: block; font-size: 38px; font-weight: bold; color: #ba0908; }

.zt_pic_news { padding: 50px 0 !important; }
.zt_pic_news ul li { overflow: hidden; opacity: 0.8; }
.zt_pic_news ul li img { width: 100%; height: 340px; display: block; object-fit: cover; }
.zt_pic_news ul li.swiper-slide-active { position: relative; z-index: 5; transform: scale(1.2); transform-origin: center; box-shadow: 0 0 10px rgba(0,0,0,.5); opacity: 1; }

.zt_txt_news { margin: 20px auto; }
.zt_txt_news ul { display: flex; flex-wrap: wrap; justify-content: space-around; }
.zt_txt_news ul li { width: 47%; height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.zt_txt_news ul li a { display: -webkit-box; align-items: baseline; font-size: 16px; color: #333; line-height: 1.6em; position: relative; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; padding-left: 20px; transition: color 0.3s ease; }
.zt_txt_news ul li:hover a { color: #d32d26; }
.zt_txt_news ul li a::before { content: ''; display: block; width: 4px; height: 4px; border: 3px solid #eb7f4b; border-radius: 50%; position: absolute; top: 10px; left: 0; }

.zt_module { display: flex; justify-content: space-between; flex-wrap: wrap; padding-top: 25px; padding-bottom: 25px; }
.module_item { width: 48%; }
.zt_module_tit { margin-bottom: 25px; width: 100%; text-align: center; }

/* 新闻轮播 */
.picNews { position: relative; }
.picNews_list li { position: relative; }
.picNews_list li img { width: 100%; display: block; height: 330px; object-fit: cover; transition: transform 0.3s ease; }
.picNews_list li:hover img { transform: scale(1.05); }
.picNews_list li p { position: absolute; bottom: 0; left: 0; width: 100%; height: 57px; line-height: 57px; background: linear-gradient(to top, #333, transparent); color: #fff; }
.picNews_list li p span { font-size: 18px; padding: 0 20px; color: #fff; max-width: 75%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.picNews_but { position: absolute; right: 20px; width: auto !important; bottom: 16px !important; left: inherit !important; z-index: 5; display: flex; align-items: center; }
.picNews_but, .picNews_but * { color: #fff; font-size: 18px; }
.news_list li { height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.news_list li a { display: -webkit-box; align-items: baseline; font-size: 16px; color: #333; line-height: 1.6em; position: relative; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; padding-left: 20px; transition: color 0.3s ease; }
.news_list li:hover a { color: #d32d26; }
.news_list li a::before { content: ''; display: block; width: 4px; height: 4px; border: 3px solid #eb7f4b; border-radius: 50%; position: absolute; top: 10px; left: 0; }
.news_list.bold li { border-bottom: 1px dashed #ccc; }
.news_list.bold li:last-child { border-bottom: 0; }
.news_list.bold li a { font-weight: bold; padding-left: 0; }
.news_list.bold li a::before { display: none; }
.news_con .more { text-align: center; position: relative; display: block; width: 100%; line-height: 2.4em; }
.news_con .more::before { content: ''; display: block; width: 100%; height: 1px; background: #d7dfeb; position: absolute; left: 0; top: 50%; }
.news_con .more span { display: inline-block; font-size: 16px; color: #084896; padding: 0 30px; background-color: #fff; position: relative; z-index: 2; }

.container { width: 1200px; margin: 0 auto; padding: 0 45px; }
.footer { background: none !important; border: 0 !important; }

@media (max-width:767px) {
	* { box-sizing: border-box; }
	.zt_bg { background-size: 140%; }
	.zt_banner { height: 30vw; }
	.zt_con { width: 92vw; margin: 4vw; padding: 0 4vw; }
	.zt_hot_news { padding: 10px 0; }
	.zt_hot_news a { font-size: 20px; }
	.zt_pic_news { padding: 20px !important; }
	.zt_pic_news ul li img { height: 22vw; }

	.zt_txt_news { margin: 20px auto 0; }
	.zt_txt_news ul li { width: 100%; }
	.zt_module_tit { margin-bottom: 15px; }
	.zt_module_tit img { width: 100%; }
	.zt_module { display: block; }
	.module_item { width: 100%; }

	.picNews_list li img { height: auto; }
	.picNews_list li p span { font-size: 14px; display: block; max-width: 80%; }
	.picNews_but, .picNews_but * { font-size: 14px; }

	.container { width: 92vw; }
	.d-flex { flex-direction: column; }
}