
.headerView {
    margin-top: 130px;
    width: 100%;
    height: 300px;
    background-image: url('../images/common/topbg_photos_banner.png');
    background-size: 100% 100%;
    
}
.headerView .img{
    margin-left: 120px;
    margin-top: 60px;
}
/* 资讯列表 */
/* 赛场风采 */
.photo {
    background-color: #f4f4f4;
}
/* 标签切换 */
.photo .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 .tabbarView .leftItem {
    width: 180px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
}
.photo .tabbarView .rightItem {
    width: 180px;
    height: 50px;
    background-color: #d9d9d9;
}
/* 列表 */
.photo .content .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.photo .content .leftView {
    padding: 30px;
    width: 348px;
    height: 515px;
    background-image: url('../images/common/photobg.png');
    background-size: 100% 100%;
    margin-right: 20px;
}
.photo .content .leftView .title {
    margin-top: 60px;
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
.photo .content .leftView .bottom {
    margin-top: 200px;
    font-size: 22px;
}
.photo .content .leftView .bottom .time{
    margin-bottom: 20px;
}
.photo .content .leftView .bottom .time .tImg {
    margin-right: 10px;
}
.photo .content .leftView .bottom .address .aImg {
    margin-right: 10px;
}
.photo .content .rightView .swiper-container {
    width: 767px;
    height: 575px;
}
/* 移动端显示 */
@media (max-width: 1280px) {
   
    .headerView .img {
        margin-top: 20px;
        margin-left: 50px;
        width: 80%;
    }
    .photo .tabbarView {
        margin-bottom: 50px;
        margin-top: 40px;
    }
    .photo .content .leftView {
        margin-right: 0px;
    }
    .photo .content .rightView .swiper-container {
        width: 390px;
        height: 290px;
        margin-top: 20px;
    }
     .headerView {
    margin-top: 100px;
    background-image: url('../images/common/topbg_photos_banner_phone.png');
    
}
}