@charset "utf-8";
.dy_sub_banlist {
    margin-top: 50px;
}

.dy_sub_banlist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 -20px;
}

.dy_sub_banlist ul li {
    width: 20%;
}

.dy_sub_banlist ul li a {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 20px;
}

.dy_sub_banlist ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-style: solid;
    border-width: 10px 9px 0 0;
    border-color: #EFA84F transparent transparent transparent;
    z-index: 9;
}

.dy_sub_banlist ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 10px 9px;
    border-color: transparent transparent #EFA84F transparent;
    z-index: 9;
}

.dy_sub_banlist ul li a p {
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    text-align: center;
    letter-spacing: normal;
    color: #333333;
    padding: 12px 10px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(255, 255, 255, .9);
    clip-path: polygon(11px 0, 100% 0, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%, 0 11px);
    transition: all .5s;
}

.dy_sub_banlist ul li a:hover p {
    background: #9A0000;
    color: #fff;
    font-weight: bold;
}


.bshare-list {}

.bshare-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.bshare-list ul li {
    width: 25%;
}

.bshare-list ul li a {
    display: flex;
    align-items: center;
    margin: 0 20px;
    height: 60px;
    border: 1px solid #F3D7B5;
    padding: 0 10px;
}

.bshare-list ul li a div {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #9A0000;
    transition: all .5s;
}

.bshare-list ul li a div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/case/images/bshare-downloadbg.png) no-repeat;
    background-position: left top;
    background-size: 42px auto;
    transition: all .5s;
}

.bshare-list ul li a div img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: all .5s;
}

.bshare-list ul li a div img:nth-child(1) {
    opacity: 1;
}

.bshare-list ul li a p {
    flex: 1;
    min-width: 0;
    font-size: 18px !important;!i;!;
    font-weight: normal;
    line-height: 20px !important;!i;!;
    letter-spacing: normal;
    color: #3D3D3D !important;!i;!;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 40px;
    padding: 0 0 0 16px;
    text-indent: 0;
}

.bshare-list ul li a:hover {
    background: rgba(255,255,255,.2);
    box-sizing: border-box;
    border: 1px solid  #F3D7B5;
    box-shadow: 0px 0px 10px 0px rgba(154, 0, 0, 0.1);
}
.bshare-list ul li a:hover div{
    background: #EFA84F;
}
.bshare-list ul li a:hover div::before{
    background: url(/case/images/bshare-downloadbg2.png) no-repeat;
    background-position: left top;
    background-size: 42px auto;
}

.bshare-list ul li a:hover div img {
    opacity: 1;
}

.bshare-list ul li a:hover div img:nth-child(1) {
    opacity: 0;
}

.bshare-list ul li a:hover p {
    color: #9A0000;
    font-weight: 600;
}

@media screen and (max-width: 1200px) {
    .dy_sub_banlist ul {
        margin: 0 -10px;
    }

    .dy_sub_banlist ul li a {
        margin: 0 10px;
    }

    .dy_sub_banlist ul li a p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .dy_sub_banlist ul {
        margin: 0 -5px;
    }

    .dy_sub_banlist ul li {
        width: 33.33%;
        margin-top: 10px;
    }

    .dy_sub_banlist ul li a {
        margin: 0 5px;
    }

    .dy_sub_banlist {
        margin-top: 10px;
    }

    .dy_sub_banlist ul li a p {
        padding: 5px;
    }

    .bshare-list ul {margin: 0 -5px;}
    .bshare-list ul li {width: 50%;margin-top: 10px;}
    .bshare-list ul li a {margin: 0 5px;}
    .bshare-list ul li a p{font-size: 14px;}
}

@media screen and (max-width: 768px) {
    .dy_sub_banlist ul li {
        width: 50%;
    }

    .dy_mains .dy_sub_ban {
        height: auto;
        padding-bottom: 20px;
        min-height: 200px;
    }

    .dy_sub_banlist ul li a p {
        font-size: 14px;
    }
}<!--ºÄÊ±1789715243.9744Ãë-->