﻿.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;width: 100%;text-align: center;position: absolute;left: 0;}
.banner .swiper-pagination-bullet{width: 0.12rem;height: 0.12rem;background: #ffffff;opacity: 1;margin: 0 0.06rem !important;}
.banner .swiper-pagination-bullet-active{background: #82127b;}
.title{width: 100%;margin-bottom: 0.2rem;line-height: 0.3rem;}
.title h3{font-size: 0.24rem;color: #333333;}
.title h3 span{font-size: 0.18rem;color: #82127b;font-weight: normal;margin-left: 0.1rem;}
.title a{font-size: 0.14rem;padding-right: 0.24rem;color: #c9b186;display: inline-block;background: url(/lcyxx/img/more.svg) no-repeat right center;background-size: auto 0.18rem;}

.parta{width: 100%;padding: 0.3rem 0;background: url(/lcyxx/img/parta_bg.jpg) no-repeat center bottom;background-size: cover;}
.pabox ul li{background: #ffffff;border-radius: 0.06rem;transition: 0.4s all;overflow: hidden;}
.pabox ul li a{display: block;}
.pabox ul li .news-img{width: 100%;height: 0;overflow: hidden;position:relative;padding-bottom: 63%;}
.pabox ul li .news-img .image{background-size: cover;background-position: center center;background-repeat: no-repeat;transition: 0.3s all;}
.pabox ul li .news-txt{padding: 0.12rem 0.15rem;}
.pabox ul li .news-txt p{font-size: 0.16rem;color: #434343;line-height: 0.28rem;height: 0.56rem;margin-bottom: 0.25rem;}
.pabox ul li .news-txt span{font-size: 0.14rem;color: #666666;line-height: 0.2rem;padding-left: 0.25rem;background: url(/lcyxx/img/time.svg) no-repeat left center;background-size: auto 0.16rem;}
.pabox ul li .news-txt .in{width: 0.2rem;height: 0.2rem;background: url(/lcyxx/img/in.svg) no-repeat center center;background-size: auto 0.16rem;}
.pabox ul li:hover .news-img .image{transform: scale(1.1,1.1);}
.pabox ul li:hover{box-shadow: 0 0 0.1rem 0 rgba(178, 178, 178, 0.5);}
.pabox ul li:hover .news-txt p{color: #82127b;}
.pabox ul li:hover .news-txt .icon-right{color: #82127b;}

.partb{width: 100%;padding: 0.3rem 0;background: url(/lcyxx/img/partb_bg.jpg) no-repeat center bottom;background-size: cover;}
.pb-left,.pb-right{width: calc( 50% - 0.15rem );}
.pb-list ul li{width: 100%;margin-bottom: 0.2rem;border: 1px solid #e1e1e1;border-radius: 0.06rem;background: #ffffff;padding: 0.2rem;transition: 0.4s all;}
.pb-list ul li:last-of-type{margin-bottom: 0;}
.pb-list ul li .time{width: 0.6rem;height: 0.8rem;background: #c9b186;border-radius: 0.06rem;position: relative;margin-right: 0.15rem;display: flex;flex-direction: column;justify-content: center;transition: 0.3s all;}
.pb-list ul li .time:before{content: "";width: 0.36rem;height: 1px;background: #ffffff;display: block;position: absolute;top:0.42rem;left: 50%;transform: translateX(-50%);}
.pb-list ul li .time span{display: block;color: #ffffff;text-align: center;line-height: 0.3rem;}
.pb-list ul li .time span.sp1{font-size: 0.24rem;font-weight: bold;margin-bottom: 0.07rem;}
.pb-list ul li .time span.sp2{font-size: 0.16rem;}
.pb-list ul li a{color: #434343;line-height: 0.3rem;max-height: 0.6rem;max-width: calc( 100% - 0.75rem );}
.pb-list ul li:hover{box-shadow: 0 0 0.16rem 0 rgba(178, 178, 178, 0.5);}
.pb-list ul li:hover .time{background: #82127b;}
.pb-list ul li:hover a{color: #650a73;}

.partc{width: 100%;padding: 0.3rem 0;background: url(/lcyxx/img/partc_bg.jpg) no-repeat center top;background-size: cover;}
.pc1{width: 100%;margin-bottom: 0.3rem;}
.pcbox ul li{width: 33.3333%;}
.pcbox ul li .news-img{width: 100%;height: 0;padding-bottom: 62.5%;position: relative;overflow: hidden;}
.pcbox ul li .news-img .image{background-repeat: no-repeat;background-position: center center;background-size: cover;transition: 0.3s all;}
.pcbox ul li .news-txt{width: 100%;height: 0;padding-bottom: 62.5%;position: relative;}
.pcbox ul li .news-txt::before{content: "";width: 0;height: 0;display: block;position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);border:0.12rem solid transparent;border-bottom-color:#ffffff;top:-0.23rem;z-index: 0}
.pcbox ul li .news-txt .box{width: 100%;height: 100%;background: #ffffff;padding: 0.3rem;position: absolute;left: 0;top: 0;display: flex;flex-direction: column;}
.pcbox ul li .news-txt a{font-size: 0.16rem;color: #434343;margin-bottom: 0.2rem;}
.pcbox ul li .news-txt p{font-size: 0.14rem;color: #888888;line-height: 0.26rem;height: 0.52rem;}
.pcbox ul li .news-txt .time{margin-top: auto;font-size: 0.24rem;color: #82127b;font-weight: bold;}
.pcbox ul li .news-txt .time span{font-size: 0.14rem;color: #666666;font-weight: normal;}
.pcbox ul li:nth-of-type(2) .news-img{order: 1;}
.pcbox ul li:nth-of-type(2) .news-txt{order: 0;}
.pcbox ul li:nth-of-type(2) .news-txt::before{border-top-color:#ffffff;bottom:-0.23rem;top:inherit;z-index: 1;border-bottom-color: transparent;}
.pcbox ul li:hover .news-img .image{transform: scale(1.1,1.1);}
.pcbox ul li:hover .news-txt a{color: #82127b;}
.pb2 ul li a{display: block;position: relative;}
.pb2 ul li .news-img{width: 100%;height: 0;padding-bottom: 67.72%;position: relative;overflow: hidden;}
.pb2 ul li .news-img .image{transition: 0.3s all;background-size: cover;}
.pb2 ul li .news-txt{width: 100%;height: 0.4rem;position: absolute;left: 0;bottom: 0;background: rgba(130, 18, 213, 0.7);padding: 0.05rem 0.1rem;}
.pb2 ul li .news-txt h3{font-size: 0.16rem;font-weight: normal;line-height: 0.3rem;color: #ffffff;text-align: center;}
.pb2 ul li:hover .news-img .image{transform: scale(1.1,1.1);}
