/*
*组件样式
*组件样式
*组件样式
*组件样式
*组件样式
*组件样式
*组件样式
*组件样式
*/
.conbox-container {
    position: relative;
    padding: 0 50px;}

.conbox .swiper-slide a {
    display:block;}

.conbox .swiper-slide {
    padding: 20px;}

.conbox .swiper-slide a {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;}

.conbox .swiper-slide a img {
    display:block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;}

.conbox .swiper-slide a p {
    font-size: 18px;
    text-align: center;
    line-height: normal;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.conbox-container .swiper-button-next,
.conbox-container .swiper-button-prev {
    color: #94070A;}
.dflex {
    padding: 50px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}

.dflex > div {
    width: 49%;}

.dflex h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #94070a;}

ul.ulist li {
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
    padding-left: 25px;
    position: relative;}

ul.ulist li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

ul.ulist li::before {
    content: ">";
    position: absolute;
    top: 0;
    left: 0;}

@media(max-width:768px) {
    .dflex {
        padding:0;
        padding-top: 20px;}

    .dflex > div {
        width: 100%;}
    
    .dflex > div:last-child {
        margin-top: 20px;}
}
