/* 
fix-bug.css @St. 2021-06-11
*/

body {
    background: #fff;
}

.main_container {
    width: 1160px;
    margin: 0;
    background: #fff;
    padding-left: 15px;
    min-height: auto;
    height: 700px;
    overflow: hidden;
    padding-top: 10px;
}

[data-v-3f733a2a] .affairs-card-img,
[data-v-3f733a2a] .affairs-card-img .img,
.onethingList .affairs-card img {
    width: 100%;
    height: auto;
}

.ivu-carousel-dots {
    display: none;
}

[data-v-3f733a2a] .ivu-col-span-6 {
    width: 270px;
    height: 190px;
    margin-right: 0;
    padding: 5px;
}

.ivu-carousel-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: none;
    height: auto;
}

.onethingList .affair-card-list .ivu-col-span-6 {
    height: 185px;
    margin-bottom: 15px;
}

.onethingList .affairs-card .title {
    height: auto;
    line-height: 40px;
    font-size: 14px;
    padding: 0;
    font-weight: 400 !important;
}

[data-v-3f733a2a] .affairs-card.ivu-card {
    width: 100%;
    margin: 0;
    height: 100%;
}

[data-v-3f733a2a] .ivu-card-body {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
}

.ivu-col-span-6 {
    display: block;
    width: 220px;
    margin-right: 40px;
}

.ellipsis1,
.ellipsis2 {
    text-overflow: unset;
    overflow: hidden;
}

.ellipsis1 {
    white-space: unset;
}

.hot_affairs_list {
    padding-top: 20px;
    border: none;
}

.hot_affairs_list li {
    font-size: 16px;
    color: #333;
    letter-spacing: .67px;
    width: 100%;
    height: auto;
    line-height: 30px;
    padding-right: 0;
    display: flex;
    margin-bottom: 10px;
}

.hot_affairs_list li:first-child .hot_rank {
    background: url(hotone.png) 50% no-repeat;
}

.hot_affairs_list li:nth-child(2) .hot_rank {
    background: url(hottwo.png) 50% no-repeat;
}

.hot_affairs_list li:nth-child(3) .hot_rank {
    background: url(hotthree.png) 50% no-repeat;
}

.hot_affairs_list li .hot_rank {
    display: inline-block;
    width: 30px;
    height: 35px;
    text-align: center;
    margin: 0;
    margin-right: 12px;
    background-position: 0 -1px !important;
    float: none;
    flex: 0 0 auto;
}