*{margin:0;padding:0;box-sizing:border-box;}
body{background:#fbead0 url('../img/header_bg.png') no-repeat center top;}
.section{margin-bottom:50px;}

/* å¤´éƒ¨ */
.header{display:flex;flex-direction:column;padding-top: 20px;}
.header a{display:inline-block;padding:8px 18px;background-color:#fff;border-radius:10px;width:fit-content;}
.header>img{margin:0 auto;width:800px;}
.header .zt-banner{margin-top:20px;width: calc(1060 / 1200 * 100%);margin: 0 auto;display: block;margin-top: 20px;}

.main{background:url('../img/main_bg.png') no-repeat center top;background-size: 100% 100%;margin-top: 30px;padding-top: 130px;}
/* æ–°é—»å¤´æ¡ */
.news-tit{height:338px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.news-tit-l,.news-tit-r{flex-basis:50%;height:100%;}
.news-tit-l{width: calc(600 / 1200 * 100%);position: relative;}
.news-tit-l .swiper-container,.news-tit-l .swiper-wrapper,.news-tit-l .swiper-slide{height:100%;width: 100%;}
.news-tit-l .swiper-pagination{position:absolute;bottom:15px !important;right:20px;left: auto !important;display: inline-block !important;width: fit-content !important;}
.news-tit-l .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;background-color: #fff;opacity: 1;}
.news-tit-l .swiper-pagination .swiper-pagination-bullet-active{background-color: rgba(250, 188, 113, 1);}
.news-tit-l a{display:block;height:100%;position:relative;width: 100%;}
.news-tit-l::before,.news-tit-l::after{content:'';position:absolute;display:inline-block;width:22px;height:19px;left:100%;background-size:100% 100%;}
.news-tit-l::before{top:0;background:url('../img/top_triangle.png') no-repeat;}
.news-tit-l::after{bottom:0;background:url('../img/bottom_triangle.png') no-repeat;}
.news-tit-l a img{display:block;width:100%;height:100%;object-fit:cover;}
.news-tit-l a p{width:100%;padding:15px;position:absolute;bottom:0;left:0;font-size:16px;font-weight:bolder;color:#fff;background:rgba(0,0,0,0.5);padding-right: 130px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-tit-r{height:calc(100% - 38px);background:#fff;border-top-right-radius:12px;border-bottom-right-radius:12px;margin-top:19px;padding:15px 24px 12px 29px;position:relative;}
.news-tit-r .summary{border-bottom:1px dashed #ccc;}
.news-tit-r .summary h3{font-weight: 700;font-size:20px;color: rgba(182, 38, 26, 1);text-align:center;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;}
.news-tit-r .summary h4{font-size:16px;font-weight: 400;color: rgba(182, 38, 26, 1);margin-top:7px;margin-bottom:15px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;}
.news-tit-r .content{font-size:18px;color:#333;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;line-height:32px;}
.news-tit-r .content p{margin-top:10px;font-size: 18px;text-indent:2em;}
.news-tit-r>a{display:inline-block;height:30px;font-size:16px;padding:0 13px;line-height:30px;border-radius:15px;position:absolute;bottom:12px;right:24px;color:#fff;background-color:#CE0000;}

/* æ–°é—»åˆ—è¡¨ */
.news-list li{display:flex;gap:30px;justify-content:space-between;height:50px;line-height:50px;margin-top:15px;background:url('../img/news_bg.png') no-repeat left top;background-size:cover;background-origin:padding-box;padding-left:30px;position:relative;}
.news-list li:hover a,.news-list li:hover span{color:#CE0000;}
.news-list li a{flex:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.news-list li a::before,.xxgc-list-item li::before{content:'';display:inline-block;position:absolute;top:50%;left:15px;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background-color:#FCA842;}
.news-list li span{display:inline-block;width:100px;text-align:center;}

/* å­¦ä¹ è´¯å½» */
.xxgc-list{display:flex;justify-content:space-between;flex-wrap:wrap;}
.xxgc-list-item{width: 100%;position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;gap:23px;margin-top:30px}
.xxgc-list-item li{display:flex;gap:30px;position:relative;justify-content:space-between;height:30px;line-height:30px;padding-left:35px;width:calc((100% - 92px) / 2);}
.xxgc-list-item li:hover a,.xxgc-list-item li:hover span{color:#CE0000;}
.xxgc-list-item li a{flex:1;min-width:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.xxgc-list-item li span{display:inline-block;width:45px;text-align:center;}

/* å­¦ä¹ èµ„æ–™ */
.xxzl>img{cursor:pointer;}
.line{display:flex;justify-content:space-between;gap:10px;margin-top:10px;}

.zt-footer footer{background: #a03323;}
/* è‡ªé€‚åº” */
@media screen and (max-width: 992px){
    .news-tit{height:auto;margin-bottom: 20px;}
    .news-tit-r>a{position:relative;margin-top:30px;left:50%;transform:translateX(-50%);}
    .news-tit-l,.news-tit-r{flex-basis:100%;width: 100%;}
    .xxgc-list-item{width:100%;}
    .xxgc-list-item li:first-child{margin-top:0;}
    .news-tit-l::before, .news-tit-l::after{display:none;}
    .news-tit-l{height: 430px;}
    .news-tit-r .content p{font-size: 14px;}
    .xxgc-list-item li{width: 100%;}
}

@media screen and (max-width: 768px){
    .logo img{width:200px;}
    .news-tit-l{height: 360px;}
}
@media screen and (max-width: 431px){
    .header .zt-banner{margin-top: 20px;}
    .main{background-size: auto 100%;background-color: #fbead1;margin-top: 30px;padding-top: 30px;}
    .news-tit-l{height: 210px;}
    .news-tit-l a p{padding: 10px;font-size: 14px;padding-right: 100px;}
    .news-tit-l .swiper-pagination{bottom: 10px !important;right: 10px !important;}
    .news-tit-l .swiper-pagination .swiper-pagination-bullet{width: 9px;height: 9px;}
    .news-tit-r{padding: 15px;}
    .news-list li{gap:20px;padding-right: 20px;font-size: 14px;}
    .news-list li span{width: fit-content;}
    .xxgc-list-item li{font-size: 14px;gap: 20px;padding-right: 20px;}
    .xxgc-list-item li span{width: fit-content;}
    .line{flex-wrap: wrap;}
    .line a,.line a img{display: block;width: 100%;}
    .section{margin-bottom: 30px;}
}