﻿.Beijing-flavor-videos-box{
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #a94044;
}
.Beijing-flavor-videos-start{
    padding-top: 175px;
    background: url(./Spring-year-Beijing-bg.png) top center no-repeat;
    position: relative;
}
/* title */
.Beijing-flavor-title{
    text-align: center;
}
/* 导语 */
.Beijing-flavor-videos-ind{
    width: 1200px;
    overflow: hidden;
    margin: -25px auto 45px;
    background: url(./Spring-year-Beijing-icon.png) no-repeat;
    background-size: 100% 100%;
    background-color: rgba(190, 43, 48, 0.8);
}
.Beijing-flavor-videos-indIcon1{
    width: 1200px;
    height: 40px;
    background: url(./Beijing-flavor-videos-indIcon1.jpg) left top no-repeat;
}
.Beijing-flavor-videos-indDes{
    padding: 50px 85px;
    text-align: justify;
    color: rgb(255, 243, 196);
    line-height: 1.909;
    font-size: 22px;
}
.Beijing-flavor-videos-indIcon2{
    position: absolute;
    left: calc(50% - 72px);
    bottom: 30px;
    width: 144px;
    height: 42px;
    background: url(./24solarterms-icon.png) center bottom no-repeat;
}
/* 列表 */
.Beijing-flavor-videos-list{
    width: 1200px;
    padding: 15px 30px 100px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
}
.Beijing-flavor-videos-list li{
    display: flex;
    height: 215px;
    padding: 44px 0;
    border-bottom: 1px dashed #e3e3e3;
    justify-content: space-between;
}
.Beijing-flavor-videos-list-img{
    width: 380px;
    height: 215px;
    position: relative;
}
.Beijing-flavor-videos-list-img a,
.Beijing-flavor-videos-list-img a img{
    display: block;
    width: 100%;
    height: 100%;
}
.Beijing-flavor-videos-list-img a img.Beijing-flavor-videos-list-play{
    position: absolute;
    width: 84px;
    height: 84px;
    top: calc(50% - 42px);
    left: calc(50% - 42px);
}
.Beijing-flavor-videos-list-txt{
    width: 705px;
    padding: 5px 0 0 0;
}
.Beijing-flavor-videos-list-tit{
    line-height: 1.286;
}
.Beijing-flavor-videos-list-tit a{
    font-size: 28px;
    font-weight: bold;
    color: #333;
}
.Beijing-flavor-videos-list-des{
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 4; /*设置多行的行数*/
}
.Beijing-flavor-videos-list-des a{
    color: #666;
}
.Beijing-flavor-videos-list-more{
    width: 240px;
    height: 60px;
    margin: 50px auto 0;
    background: #006bdd;
    font-weight: bold;
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.Page-turning{
    /* width: 329px; */
    height: 32px;
    margin: 0 auto;
    margin-top: 115px;
    text-align: center;
}
.Page-turning a{
    display: inline-block;
    width: 37px;
    height: 30px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e7e7e7;
    margin-right: 8px;
    background: #f8f8f8;
    cursor: pointer;
}
.Page-turning a.current{
    border: 1px solid #333333;
}