
.headerView {
    padding-top: 130px;
    width: 100%;
    height: 300px;
    background-image: url('../images/common/topbg.png');
    background-size: 100% 100%;
    
}
.headerView .img{
    margin-left: 120px;
    margin-top: 60px;
}
/* 资讯列表 */
/* 赛场风采 */
.photo_video {
    background-color: #f4f4f4;
}
/* 标签切换 */
.photo_video .tabbarView {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    line-height: 52px;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.photo_video .tabbarView .rightItem {
    width: 180px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
}
.photo_video .tabbarView .leftItem {
    width: 180px;
    height: 50px;
    background-color: #d9d9d9;
}
/* 列表 */
.photo_video .content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.photo_video .content .item {
    margin-top: 20px;
    position: relative;
    /* width: 588px; */
    /* height: 442px; */
    /* border-radius: 8px; */
    /* background-image: url('../images/photo.png'); */
    /* background-size: 100% 100%; */
}
.photo_video .content .item .playImg {
    position: absolute;
    top: 179px;
    left: 254px;
}
.photo_video .content .item .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgb(0,0,0,0.6);
    color: #fff;
    text-align: center;
    border-radius: 0 0 8px 8px;
}
/* 移动端显示 */
@media (max-width: 1280px) {
    .headerView {
        height: 200px;
    }
    .headerView .img {
        margin-top: 20px;
        margin-left: 50px;
        width: 80%;
    }
    .photo_video .tabbarView {
        margin-bottom: 50px;
        margin-top: 40px;
    }
    .photo_video .content {
        justify-content: center;
        padding: 0 10px;
    }
   
}
