* {
    padding: 0;
    margin: 0;
}

.cvbbanner3 {
    width: 15rem;
    margin: auto;
    margin-top: 0.9125rem;
    background: #ffffff;
    border: 0.0125rem solid #b1c8f9;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0.25rem;
}

.cvbbanner3Item {
    width: 49%;
}

.cvbb3iTitle1{
    width: 2.2125rem;
    height: 0.675rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0.25rem 0 0.55rem 2.7rem;
}

.cvbb3iTitle1 {
    background-image: url("../images/title.png");
}
.cvbb3iTitle1 a,.cvbb3iTitle1 a:hover{
    line-height: 0.7rem;
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}


.cvbb3iConTitle {
    display: flex;
    margin-top: 0.3rem;
}

.cvbnImg {
    width: 0.225rem;
    height: 0.2125rem;
    margin-left: 0.475rem;
}

.cvbb3iT {
    font-size: 0.175rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.cvbb3iCon a {
    width: 75%;
    margin: auto;
    text-indent: 2em;
    font-size: 0.175rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 0.2rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cvbb3iCon a:hover {
    color: #427af4;
    cursor: pointer;
}

a {
    text-decoration: none;
}

.cvbxian {
    margin-top: 1.725rem;
    border-right: 0.0125rem solid #b1c8f9;
}

@media only screen and (max-width: 540px) {
    .cvbbanner3 {
        width: 96%;
        margin: auto;
        margin-top: 35px;
        background: #ffffff;
        border: 1px solid #b1c8f9;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .cvbbanner3Item {
        width: 100%;
    }
    .cvbb3iTitle1{
        width: 120px;
        height: 50px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        text-align: center;
        margin: 10px 0 22px 120px;
    }
    .cvbb3iTitle1 {
        background-image: url("../images/title.png");
    }
    .cvbb3iTitle1 a,.cvbb3iTitle1 a:hover{
        line-height: 50px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
    }
    .cvbb3iConTitle {
        display: flex;
        margin-top: 12px;
    }
    .cvbnImg {
        width: 18px;
        height: 17px;
        margin-left: 38px;
    }
    .cvbb3iT {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
    }
    .cvbb3iCon a {
        width: 75%;
        margin: auto;
        text-indent: 2em;
        font-size: 10px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        margin-top: 8px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .cvbxian {
        display: none;
    }
}