.aloneBox {
}

.flexWai {
    display: flex;
    overflow: hidden;
}

.flexBox {
    flex: 1;
    overflow: hidden;
    margin-right: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}

.aloneBox > .container > .flexBox:last-child {
    margin-right: 0;
}

/*纯文本列表一列*/
.a-text {
    background: #fff;
    overflow: hidden;
    margin-bottom: 15px;
}

.a-text ul {
    overflow: hidden;
}

.a-text ul li {
    background: transparent url(./../special/images/dddd.jpg) no-repeat 5px center;
    width: 100%;
}

.a-text ul li div {
    width: 97%;
    margin-left: 3%;
    display: flex;
    overflow: hidden;
}

.a-text ul li a {
    flex: 1;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.a-text ul li a:hover {
    text-decoration: underline;
}

.a-text ul li span {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    margin-left: 10px;
    color: #666666;
    float: right;
}

/*纯文本列表一列*/
/*标题显示全部*/
.a-two-title ul li a {
    height: auto;
    white-space: normal;
}

/*标题显示全部*/
/*轮播图*/
.a-carousel5 .oneBox {
    position: relative;
    height: 326px;
}

.a-carousel5 .oneBox img {
    width: 100%;
    height: 326px;
    object-fit: cover;
}

.a-carousel5 .oneBox {
    position: relative;
}

.a-carousel5 .oneBox p {
    display: block;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 96%;
    padding: 0 2%;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
}

.a-carousel5 .el-carousel__indicators {
    display: none;
}

/*轮播图*/
/*定制偶数行带背景*/
.a-odd-color-list li {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 20px 0 0 20px;
}

.a-odd-color-list li:nth-child(odd) {
    background: #edeaea;
}

.a-odd-color-list li div {
    display: flex;
    overflow: hidden;
}

.a-odd-color-list li div i {
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 13.5px;
    margin-right: 10px;
    border-radius: 50%;
    background: linear-gradient(to right, #36bded 0%, #ec90f9 100%);
    position: relative;
}

.a-odd-color-list li div i em {
    width: 7px;
    height: 7px;
    position: absolute;
    left: 1.5px;
    top: 1.5px;
    z-index: 10;
    background: #ffffff;
    border-radius: 50%;
}

.a-odd-color-list li a {
    flex: 1;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.a-odd-firstBox {
    margin-bottom: 10px;
}

.a-odd-firstBox a {
    display: block;
    text-align: justify;
    font-weight: bold;
    font-size: 20px;
}

.a-odd-firstBox p {
    font-size: 14px;
    text-indent: 2em;
    line-height: 18px;
    text-align: justify;
    margin-top: 10px;
}

/*定制偶数行带背景*/