.banner {
    position: relative;
    height: 112px;
}

.banner p {
    font-weight: bold;
    font-size: 36px;
    color: #EE1C25;
    line-height: 36px;
    text-shadow: 0px 2px 0px #FFFFFF;
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    text-align: center;
}

.recomend {
    /* background: #fff; */
    margin-top: 15px;
}

.daily .title {
    height: 52px;
    background: #FFFFFF;
    border-bottom: 1px solid #EE1C25;
    margin-bottom: 17px;
    border-radius: 8px;
    padding-left: 15px;
}

.daily .title .tit {
    width: 130px;
    height: 52px;
    background: linear-gradient(-90deg, #FFE8E9 0%, #FFFFFF 100%);
}

.daily .title .tit img {
    width: 80px;
    margin: 18px auto 0;
    display: block;
}

.recomend .title .msg {
    color: #505765;
    font-size: 14px;
    margin-left: 18px;
    margin-top: 18px;
}

.recomend .date {
    color: #505765;
    font-size: 14px;
    margin-top: 15px;
    margin-right: 22px;
}

.recomend .date span {
    color: #EE1C25;
    font-size: 16px;
    margin-left: 5px;
}

.recomend .date .icon {
    width: 17px;
    margin-right: 7px;
    margin-top: 4px;
}

.recomend .con {
    margin-top: 75px;
    padding-bottom: 42px;
}

.recomend .con .swiper {
    width: 825px;
}

.recomend .swiper-slide {
    width: 330px;
    overflow: hidden;
    background: #fff;
}

.recomend .swiper-slide img {
    width: 330px;
    height: 330px;
    border-radius: 8px;
}

.recomend .swiper-slide .name {
    font-size: 18px;
    color: #0F131A;
    text-align: center;
    margin-top: 30px;
    display: none;
}

.recomend .swiper-slide .msg {
    font-size: 14px;
    color: #FF5500;
    text-align: center;
    margin-top: 10px;
    display: none;
}

.recomend .swiper-3d .swiper-slide-shadow-right,
.recomend .swiper-3d .swiper-slide-shadow-left {
    display: none;
}

.list {
    margin-top: 15px;
    min-height: 450px;
}

.list .title {
    border-bottom: 1px solid #F3F4F8;
}

.list .title .tit p {
    font-weight: bold;
    font-size: 18px;
    color: #EE1C25;
    text-align: center;
    line-height: 52px;
}

.list .title .cat p {
    font-size: 14px;
    color: #505765;
    line-height: 52px;
    padding: 0 5px 0 14px;
    position: relative;
    cursor: pointer;
}

.list .title .cat p.active {
    color: #EE1C25;
}

.list .title .cat p.active span {
    border-bottom: 2px solid #EE1C25;
    display: inline-block;
    height: 50px;
}

.listBox {}

.listBox ul {
    padding: 15px;
    background: #fff;
}

.listBox ul li {
    float: left;
    width: 182px;
    height: 257px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.listBox ul li:nth-child(6n) {
    margin-right: 0;
}

.listBox ul li .listimg {
    width: 182px;
    height: 182px;
    overflow: hidden;
}

.listBox ul li .listimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listBox ul li .name {
    font-size: 14px;
    color: #091831;
    margin-top: 12px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.listBox ul li .msg {
    font-size: 14px;
    color: #FF5500;
    margin-top: 6px;
    height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-break: break-all;
}

.listBox ul li .date {
    width: 222px;
    height: 31px;
    background: #FBF1F1;
    border-radius: 4px;
    margin-top: 10px;
    color: #F25157;
    font-size: 14px;
}

.listBox ul li .date .icon {
    width: 17px;
    margin-right: 5px;
    margin-top: 2px;
    margin-left: 0;
}

.listBox ul li .date p {
    width: 130px;
    margin: 0 auto;
    padding-top: 5px;
}

.daily .clickMore .btn {
    width: 91px;
    height: 33px;
    line-height: 33px;
}