﻿.banner{position: relative;overflow: hidden;}
.banner .swiper-slide a{display: block;}
.banner .swiper-slide img{display: block;width: 100%;}
.banner .swiper-pagination{bottom: 0.2rem;text-align: center;width: 100%;}
.banner .swiper-pagination-bullet{width: 0.12rem;height: 0.12rem;border-radius: 0.06rem;transition: 0.2s all;opacity: 1;}
.banner .swiper-pagination-bullet-active{background: #a72126;width: 0.3rem;}

.part{width: 100%;padding: 0.4rem 0;}
.title{width: 100%;margin-bottom: 0.3rem;}
.title .tit_box{text-align: center;}
.title .tit_box span{font-size: 0.14rem;color: #999999;line-height: 0.24rem;}
.title .tit_box .tit h3{position: relative;font-size: 0.3rem;color: #333333;line-height: 1;margin: 0 0.15rem;}
.title .tit_box .tit::before{content: "";width: 0.3rem;height: 2px;display: block;background: #9e0021;}
.title .tit_box .tit::after{content: "";width: 0.3rem;height: 2px;display: block;background: #9e0021;}
.title a{font-size: 0.16rem;color: #999999;background: url(../img/more.png) no-repeat left bottom;background-size: 100% auto;padding: 0 0 0.05rem 0.3rem;display: block;}
.title a:hover{color: #a72126;}

.pt-left{width: calc(58% - 4.2rem);min-width: 3.35rem;}
.notice-list{width: 100%;}
.notice-list ul li{width: 100%;border: solid 1px #eeeeee;}
.notice-list ul li:nth-child(n+2){margin-top: 0.2rem;}
.notice-list ul li a{width: 100%;height: 100%;padding: 0.15rem;background: #ffffff;transition: 0.2s all;}
.notice-list ul li .time{position: relative;margin-right: 0.2rem;width: 0.75rem;padding-right: 0.15rem;}
.notice-list ul li .time::after{content: "";width: 1px;height: 0.46rem;display: block;background: #eeeeee;position: absolute;right: 0;top: 50%;transform: translateY(-50%);transition: 0.3s all;}
.notice-list ul li .time span{display: block;text-align: center;color: #333333;transition: 0.3s all;}
.notice-list ul li .time span:first-of-type{font-size: 0.3rem;line-height: 0.3rem;margin-bottom: 0.06rem;font-weight: bold;}
.notice-list ul li .time span:nth-of-type(2){font-size: 0.14rem;}
.notice-list ul li p{font-size: 0.16rem;color: #333333;line-height: 0.3rem;max-width: calc( 100% - 0.95rem );transition: 0.3s all;height: 0.6rem;display: block\0;}
.notice-list ul li:hover a{background: #a72126;}
.notice-list ul li:hover .time span,.notice-list ul li:hover p{color: #ffffff;}

.pt-center{width: 42%;max-width: calc(100% - 7.55rem);}
.news-scroll{width: 100%;position: relative;}
.news-scroll ul li a{display: block;width: 100%;height: 3.48rem;position: relative;overflow: hidden;}
.news-scroll ul li .image{transition: 0.2s all;}
.news-scroll ul li:hover .image{transform: scale(1.1,1.1);}
.news-scroll ul li a::after{content: "";width: 100%;height: 1rem;display: block;background-image: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 98%);position: absolute;left: 0;bottom: 0;z-index: 1;}
.news-scroll ul li .txt{width: 100%;padding: 0 0.2rem 0.1rem;position: absolute;left: 0;bottom: 0;z-index: 2;}
.news-scroll ul li .txt p{font-size: 0.16rem;text-align: center;font-weight: bold;width: 100%;line-height: 0.3rem;color: #ffffff;}
.news-scroll .swiper-button-prev,.news-scroll .swiper-button-next{width: 0.4rem;height: 0.4rem;background-color: rgba(0,0,0,0.6);background-position: center center;background-repeat: no-repeat;background-size: auto 0.16rem;position: absolute;top: 50%;transform: translateY(-50%);border-radius: 100%;}
.news-scroll .swiper-button-prev{background-image: url(../img/left.svg);left: 0.2rem;}
.news-scroll .swiper-button-next{background-image: url(../img/right.svg);right: 0.2rem;}
.news-scroll .swiper-button-prev:hover,.news-scroll .swiper-button-next:hover{background-color: rgba(167,33,38,0.6);}
.news-list ul li{width: 100%;margin-top: 0.2rem;}
.news-list ul li>span{width: 0.7rem;height: 0.27rem;background: #f1f1f1;text-align: center;line-height: 0.27rem;font-size: 0.14rem;color: #333333;margin-right: 0.15rem;display: block;transition: 0.2s all;}
.news-list ul li a{width: calc(100% - 0.85rem);font-size: 0.16rem;color: #333333;line-height: 0.27rem;transition: 0.2s all;}
.news-list ul li:hover>span{background: #a72126;color: #ffffff;}
.news-list ul li:hover a{color: #a72126;}

.pt-right{width: 3.6rem;}
.link-list{width:100%;}
.link-list ul li{width: 100%;border: solid 1px #eeeeee;}
.link-list ul li:nth-child(n+2){margin-top: 0.12rem;}
.link-list ul li a{padding: 0.15rem 0.2rem;}
.link-list ul li .icon{width: 0.48rem;height: 0.48rem;background: #a72126 url(../img/ico.png) no-repeat center center;border-radius: 100%;margin-right: 0.2rem;background-size: auto 0.2rem;}
.link-list ul li p{font-size: 0.16rem;color: #333333;width: calc(100% - 0.72rem);line-height: 0.3rem;}
.link-list ul li:hover p{color: #a72126;}