/* 热门联赛 */
.ty-side-match-cate-list__content {
    display: flex;
    flex-wrap: wrap;
    padding: 0!important;
}
.ty-side-match-cate-list__item {
    width: 81px;
    text-align: center;
    padding: 8px 0 0 0;
}
.ty-side-match-cate-list__item:hover {
    background: #d8f0e5;
}
.ty-side-match-cate-list__item-cate-img {
    width: 56px;
    height: 56px;
}
.ty-side-match-cate-list__item-title {
    display: block;
    text-align: center;
}

/* 热门赛事 */
.ty-popular-match {
    width: 100%;
}
.ty-popular-match__item {
    width: 204px;
    height: 100px;
    background: #ffffff;
    padding: 15px 10px;
}
.ty-popular-match__item:not(:first-child) {
    margin-left: 20px;
}
.ty-popular-match__team {
    width: 46%;
    text-align: center;
}
.ty-popular-match__team-icon {
    width: 24px;
    height: 24px;
}
.ty-popular-match__vs {
    width: 20px;
}
.ty-popular-match__status {
    text-align: center;
}
.ty-popular-match .swiper-container {
    padding-bottom: 10px!important;
}

/* 文章列表 */
.ty-article-list {
    background: #ffffff;
    padding: 15px 15px 0px 15px;
}
.ty-article-list__label {
    font-size: 22px;
}
.ty-article-list__content {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ty-article-list__thumb {
    width: 280px;
    height: 160px;
    display: block;
}

.ty-article-list__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
}

.ty-article-list__item {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
}

.ty-article-list__item:not(:first-child) {
    margin-top: 15px;
}

.ty-article-list__title {
    font-size: 18px;
    font-weight: bold;
}

.ty-article-list__other-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0px;
}

.ty-article-list__tag-name {
    background: #d8f0e5;
    color: #336b51 !important;
    max-width: 70px;
    padding: 3px 6px;
}

.ty-article-list__tag-name:not(:first-child) {
    margin-left: 10px;
}

/* 热门资讯 */
.ty-hot-news__list {
    background: #ffffff;
}
.ty-hot-news__list__label {
    font-size: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ty-hot-news__list__label-name {
    padding: 12px 12px;
    width: 100%;
}
.ty-hot-news__list-content {
    margin-left: -15px;
    margin-top: 0px;
    padding: 5px 0;
}
.ty-hot-news__list-item {
    width: 46%;
    padding: 9px 0;
    margin-left: 30px;
    border-bottom: 1px dashed #f7eded;
}
.ty-hot-news__list-tag {
    width: 60px;
    background: #d8f0e5;
    color: #336b51 !important;
    text-align: center;
    padding: 2px 8px;
    border-radius: 6px;
}
.ty-hot-news__list-title {
    flex: 1;
}