body {
    background: #F1F1F1;
}

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;

}

a {
    text-decoration: none;
}

.city-tab {
    width: 1200px;
    height: 68px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: -32px;
    position: absolute;
    top: 0;
}

.text_ellipsis_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.city-tab li a {
    display: block;
    height: 68px;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #595959;
    line-height: 68px;
}

.act-city {
    position: relative;
    font-size: 24px !important;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold !important;
    color: #D90211 !important;
}

.act-city:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 12px;
    left: calc(50% - 40px);
    bottom: -6px;
    background: url("../img/z2.png") no-repeat;
    background-size: contain;
}

.table-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}

.table-list a {
    display: block;
    width: 284px;
    overflow: hidden;
    height: 264px;
    opacity: 1;
    margin-right: 20px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 24px;
    border-radius: 8px 8px 8px 8px;
}

.table-list a:nth-child(4n+4) {
    margin-right: 0 !important;
}

.table-list a img {
    width: 100%;
    height: 159px;

}

.table-list a p:nth-child(2) {

    width: 270px;
    margin: 8px auto;
    height: 44px;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 21px;

}

.table-list a p:nth-child(3) {

    width: 270px;
    margin: 0 auto;
    font-weight: 400;
    height: 38px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #999999;
    line-height: 16px;
}

/*/////////*/
.bream {
    display: flex;
    align-items: center;
    margin: 24px 0;
}

.bream a {
    margin-left: 6px;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    color: #666666;
    line-height: 21px;
}


.bream span {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    color: #E62020;
    line-height: 21px;
}

.video-msg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0;
}

.video-msg .video-msg-l {
    width: 897px;

}

.video-msg .video-msg-r {
    width: 270px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.video-msg .video-msg-r p {
    height: 32px;
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.video-msg .video-msg-l p:nth-child(1) {
    font-size: 28px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 33px;
}


.video-msg .video-msg-l p:nth-child(2) {
    margin-top: 18px;
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
}











