
.lunbo-wrapper {
    position: relative;
    padding: 34px 0;
}

.lunbo-wrapper .el-carousel__indicators {
    position: absolute;
    right: 50px;
    bottom: 20px;
    text-align: right;

}

.lunbo-wrapper .el-carousel__indicators .el-carousel__indicator .el-carousel__button{
    width: 8px;
    height: 8px;
}

.lunbo-wrapper  .el-carousel__container {
    background-color: #f4f4f4;
    border-radius: 8px;
}

.lunbo-wrapper .lunbo-heade-text {
    width: 100%;
    text-align: center;
}

.lunbo-wrapper .lunbo-heade-text p {
    display: inline-block;
    width: 180px;
    height: 30px;
    line-height: 30px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    background-color: #b81b22;
    letter-spacing: 10px;
    font-size: 18px;
    color: #efc5c9;
}

.lunbo-wrapper .lunbo-wh {
    display: inline-block;
    padding: 50px 78px;
}

.lunbo-wrapper .lunbo-wh img {
    width: 355px;
    height: 200px;
}

.lunbo-wrapper .lunbo-title {
    display: flex;
    height: 315px;
    align-items: center;
    padding-left: 40px;
}

.lunbo-wrapper .lunbo-title h4 {
    font-size: 24px;
}

.lunbo-wrapper .lunbo-title p {
    color: #b7b7b7;
    padding-top: 14px;
    padding-left: 10px;
}

.lunbo-wrapper .lunbo-detail-text {
    top: 210px;
    position: absolute;
    right: 80px;
    font-size: 16px;
    color: #b81b22;
    cursor: pointer;
}

/* 卡片列表 */
.artBox .tabBox {
    margin-bottom: 20px;
}


.artBox .tabBox a {
    width: 70px;
    height: 30px;
    background: #B4B4B4;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    display: block;
    float: left;
}

.artBox .tabBox a i {
    margin-right: 3px;
}

.artBox .tabBox a.current {
    background: #00A5EB;
}

/*列表形式*/
.listBox img {
    width: 210px;
    height: 118px;
    object-fit: cover;
    border-radius: 3px;
}

.listBox {
    border: 1px solid transparent;
}

.listBox li {
    position: relative;
    padding: 20px;
    height: 195px;
    min-height: 0;
    display: flex;
    border: 1px solid #ededed;
    align-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 30px;
    transition: all 0.3s linear;

}

.listBox li:last-child {
    /*border-bottom: none;*/
}

.listBox li > a {
    width: 212px;
    height: 118px;
    position: relative;
}

.listBox li > div:first-child {
    flex: 3;
}

.listBox li > div:last-child {
    flex: 1;
    text-align: right;
}

.listBox li h2 {
    color: #333;
    width: 100%;
    padding-bottom: 12px;
    font-size: 20px;
    overflow: hidden;
    letter-spacing: 1.2px;
}

.listBox li .card-cloum-text1 {
    margin-left: 4px;
    color: #B4B4B5;
    padding-bottom: 10px;
}

.listBox li .card-cloum-text2 {
    font-size: 16px;
    color: #606068;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listBox li:hover {
    background-color: #F9FCFD;
}

.listBox li:hover .card-cloum-more a {
    color: #b81b22;
    border: 1px solid #b81b22;
}

.listBox li .card-cloum-more {
    padding-top: 20px;
}

.listBox li .card-cloum-more a:first-child {
    display: none;
}

.listBox li .card-cloum-more a {
    border: 1px solid #949494;
    border-radius: 20px;
    line-height: 23px;
    display: inline-block;
    font-size: 13px;
    padding: 0 6px 0 11px;
    color: #949494;
}

.card-independent {
    display: flex;
    align-content: space-between;
    height: 332px;
    border: 1px solid #ededed;
}

.card-independent .card-independent-con {
    padding-top: 22px;
}

.card-independent .card-independent-img {
    flex: 2;
    width: 678px;
    height: 287px;
    margin-left: 26px;
}

.card-independent .card-independent-img img {
    width: 100%;
    height: 100%;
}

.card-independent .card-independent-content {
    flex: 1;
    padding: 20px 35px;

}

.card-independent .card-independent-content .text-model {
    padding-top: 30px;
}

.card-independent .card-independent-content h4 {
    font-size: 20px;
}

.card-independent .card-independent-content p {
    padding-top: 30px;
}