<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.lmTit{
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 0.35rem;
}
.lmTit h2{
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #333333;
    font-weight: bold;
}
.lmTit h3{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #8c0000;
    position: relative;
    padding-left: 0.85rem;
    font-weight: normal;
}
.lmTit h3::before{
    display: block;
    content: "";
    width: 0.12rem;
    height: 0.12rem;
    border: 2px solid #8c0000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    border-radius: 100%;
}
.lmTit h3::after{
    display: block;
    content: "";
    width: 0.55rem;
    height: 2px;
    background: #8c0000;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.lmTit a{
    display: block;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #8c0000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.lmTit a:hover{
    font-weight: bold;
}
/* indexCon1 */
.indexCon1{
    padding: 0.5rem 0;
    background: url(../img/bg1.png) no-repeat center bottom;
    background-size: cover;
}
.newBanner{
    width: 48.9%;
}
.newBanner li{
    float: left;
    width: 100%;
}
.newBanner li a{
    display: block;
    width: 100%;
    height: auto;
}
.newBanner li .img{
    width: 100%;
    padding: 4.5rem 0 0;
}
.newBanner li .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #000000;
    text-align: center;
    margin-top: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newBanner li a:hover .tit{
    color: #8c0000;
    font-weight: bold;
}
.newBanner .slick-dots{
    display: flex;
    bottom: 0.6rem;
    justify-content: center;
    align-items: center;
}
.newBanner .slick-dots li{
    float: none;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 100%;
    background: rgba(255,255,255,0.4);
    margin-right: 0.2rem;
    position: relative;
}
.newBanner .slick-dots li::before{
    display: block;
    content: "";
    width: 0.2rem;
    height: 0;
    border-top: 1px dashed rgba(255,255,255,0.6);
    position: absolute;
    left: 100%;
    top: 50%;
}
.newBanner .slick-dots li:last-of-type::before{
    display: none;
}
.newBanner .slick-dots li.slick-active{
    background: rgba(255,255,255,1);
}
.newList{
    width: 47.8%;
}
.newList li{
    position: relative;
}
.newList li::before{
    display: block;
    content: "";
    width: 0;
    height: 1px;
    background: #8c0000;
    position: absolute;
    left: 0;
    bottom: 0;
}
.newList li:hover::before{
    width: 100%;
}
.newList li:first-of-type a{
    padding-top: 0;
}
.newList li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.22rem 0;
    border-bottom: 1px solid #ececec;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.newList li a .time{
    font-family: Arial;
    font-size: 0.14rem;
    line-height: 1;
    text-align: center;
    color: #8c0000;
    width: 0.78rem;
    height: 0.78rem;
    background: rgba(140,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.newList li a .time span{
    font-size: 0.3rem;
    margin-bottom: 0.05rem;
}
.newList li a .con{
    width: calc(100% - 0.78rem);
    padding-left: 0.25rem;
    box-sizing: border-box;
}
.newList li a .con .tit{
    font-size: 0.18rem;
    line-height: 0.26rem;
    color: #333333;
    max-height: 0.52rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0.06rem;
}
.newList li a .con .txt{
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newList li a:hover .time{
    background: #8c0000;
    color: #fff;
}
.newList li a:hover .con .tit{
    color: #8c0000;
    font-weight: bold;
}
.indexCon2{
    padding: 0.6rem 0;
    background: url(../img/bg2.png) no-repeat center;
    background-size: cover;
}
.notice li{
    float: left;
    width: 31.25%;
    margin-right: 3.1%;
}
.notice li:nth-of-type(3n){
    margin-right: 0;
}
.notice li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.25rem 0.35rem;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 0.15rem 0 rgba(214,214,214,0.5);
    position: relative;
    z-index: 9;
}
.notice li a::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: #8c0000;
    z-index: -1;
}
.notice li a .tit{
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 0.3rem;
    margin: 0.15rem 0 0.1rem;
    float: left;
}
.notice li a .txt{
    width: 100%;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.72rem;
}
.notice li a .time{
    font-family: Arial;
    font-size: 0.16rem;
    color: #8c0000;
    line-height: 0.24rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    float: left;
    position: relative;
}
.notice li a .time::before{
    display: block;
    content: "";
    width: 1.2rem;
    height: 1px;
    background: #8c0000;
    position: absolute;
    left: 100%;
    bottom: 0.07rem;
    transform: translateX(0.1rem);
}
.notice li a .time span{
    font-size: 0.36rem;
    line-height: 1;
}
.notice li a .time b{
    font-size: 0.24rem;
    font-weight: normal;
    margin: 0 2px;
    line-height: 0.28rem;
}
.notice li a:hover .tit{
    color: #fff;
}
.notice li a:hover .time{
    color: #fff;
}
.notice li a:hover .time::before{
    background: #fff;
}
.notice li a:hover .txt{
    color: rgba(255,255,255,0.8);
}
.notice li a:hover::before{
    left: 0;
    width: 100%;
}
.indexCon4{
    padding: 0.6rem 0;
}
.focus{
    width: auto;
    margin: 0 -0.15rem;
}
.focus li{
    float: left;
    width: 25%;
    padding: 0 0.15rem;
    box-sizing: border-box;
}
.focus li a{
    display: block;
    width: 100%;
    height: auto;
}
.focus li a .img{
    width: 100%;
    padding: 80% 0 0;
    background: #fff;
    border: 1px solid #f1f1f1;
}
.focus li a .img img{
    position: absolute;
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.focus li a .tit{
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #333333;
    text-align: center;
    margin-top: 0.1rem;
}
.focus li a:hover .tit{
    color: #8c0000;
    font-weight: bold;
}
.focus .slick-prev, .focus .slick-next{
    width: 0.42rem;
    height: 0.42rem;
    border: 1px solid #8c0000;
    background: url(../img/arrowIcon.png) no-repeat top 0.14rem center ;
    background-size: 0.25rem auto;
    border-radius: 100%;
    top: calc(50% - 0.17rem);
    transform: translateY(-50%);
    z-index: 9;
}
.focus .slick-prev{
    left: -0.5rem;
}
.focus .slick-next{
    right: -0.5rem;
    transform: translateY(-50%) rotateY(180deg);
}
.focus .slick-prev:hover, .focus .slick-next:hover{
    background: #8c0000 url(../img/arrowIcon2.png) no-repeat top 0.14rem center ;
    background-size: 0.25rem auto;
}
.indexCon3{
    padding: 0.6rem 0;
}
.about .left{
    width: 49%;
    margin-left: 0.5rem;
}
.about .right{
    width: 42%;
    padding-right: 0.08rem;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}
.about .right::before{
    display: block;
    content: "";
    width: 68.6%;
    height: 100%;
    background: #8c0000;
    position: absolute;
    right: 0;
    top: 0.08rem;
    z-index: -1;
}
.about .left .lmTit{
    justify-content: flex-start;
    margin-bottom: 0.2rem;
}
.about .con{
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #333333;
    text-indent: 2em;
    text-align: justify;
}
.about .left .more{
    margin-left: 1rem;
    margin-top: 0.5rem;
}
.about .left .more a{
    display: block;
    width: auto;
    height: auto;
    font-size: 0.14rem;
    line-height: 0.42rem;
    color: #fff;
    padding: 0 0.35rem;
    background: #8c0000;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    position: relative;
}
.about .left .more a img{
    display: block;
    width: auto;
    height: auto;
    margin-right: 5px;
}
.about .left .more a::before{
    display: block;
    content: "";
    border-left: 0.15rem solid #8c0000;
    border-bottom: 0.42rem solid transparent;
    border-top: 0 solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    left: 100%;
    top: 0;
}
.about .left .more a:hover{
    transform: translateY(-10px);
    box-shadow: 0 0 0.1rem 0 rgba(140,0,0,0.4);
}
.right .img img{
    display: block;
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 1540px){
    .focus .slick-prev, .focus .slick-next{
        background: #8c0000 url(../img/arrowIcon2.png) no-repeat top 0.14rem center ;
        background-size: 0.25rem auto;
    }
    .focus .slick-next{
        right: -0.06rem;
    }
    .focus .slick-prev{
        left: -0.06rem;
    }
}</pre></body></html>