html{
    height: auto;
    /* padding: 0 20px !important; */
}
body{
    height: 100%;
}
.wap{
    overflow: hidden;
    max-height: 100%;
    background: url(../images/bg.jpg) no-repeat top center;
    background-size: 100%;
}
.content{
    padding: 0 20px !important;
    /* padding: 0 14px !important; */
    background: #fff;
    margin: 20px;
    /* padding-top: 30px; */
    overflow: hidden;
    border-radius: 20px;
}
.line{
    width: 100%;
    height: 1px;
    background: #b5b5b5;
    /* border: 1px solid #b5b5b5; */
}
.lunbo{
    margin: 0 20px;
    margin-top: 450px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.lunbo img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.lunbo .swiper-slide{
    position: relative;
}
.lunbo .swiper-slide .title{
    position: absolute;
    width: 100%;
    /* padding: 0 20px; */
    text-indent: 1em;
    border-radius: 0px 0px 20px 20px;
    bottom: 3px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* background: rgba(0, 0, 0, 0.1); */
    background:-webkit-linear-gradient(  
        to bottom,   
        rgba(0,0,0,0) 0%,   
        rgba(0,0,0,0) 5%,   
        rgba(0,0,0,0.1) 10%,   
        rgba(0,0,0,0.4) 90%,   
        rgba(0,0,0,0.4) 95%,   
        rgba(0,0,0,0.6) 100%);  
    background: linear-gradient(  
        to bottom,   
        rgba(0,0,0,0) 0%,   
        rgba(0,0,0,0) 5%,   
        rgba(0,0,0,0.1) 10%,   
        rgba(0,0,0,0.4) 90%,   
        rgba(0,0,0,0.4) 95%,   
        rgba(0,0,0,0.6) 100%);  
    color: #fff;
    font-size: 32px;
    padding-top: 20px;
}
.list{
    width: auto;
    margin-top: 20px;
    /* padding: 0 20px !important; */
}
.list .tuwen .has_pic .item{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    margin: 26px 0px;
    /* padding: 10px 0px; */
}
.list .tuwen .has_pic .item .txt{
    width: 100px;
    display: flex;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0px;
    margin-right: 20px;
}
/* 238 150 */
/* 238 178 */
.txt .title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    font-size: 36px;
    color: #333;
    letter-spacing: 0;
    line-height: 50px;
    margin-bottom: 20px;
    min-height: 100px;
}
.txt .title a{
    color: #333;
}
.tip{
    color: #999;
    font-size: 28px;
    letter-spacing: 0;
}
.list .tuwen .has_pic img{
    width: 238px;
    height: 178px;
    border-radius: 8px;
}

.video .item{
    width: 100%;
    height: auto;
    background: #ffffff;
    margin: 20px 0px;
}
.video .title{
    font-size: 32px;
    color: #333;
    letter-spacing: 0;
    line-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    margin-bottom: 20px;
}
.video .video_layer{
    margin-bottom: 20px;
}
/* .video .tip{
    color: #999;
    font-size: 28px;
    letter-spacing: 0;
} */

.item{
    width: 100%;
    height: auto;
    background: #ffffff;
    margin: 20px 0px;
}

.no_pic .item .txt .title{
    min-height: auto;
}

.tuji .title{
    font-size: 32px;
    color: #333;
    letter-spacing: 0;
    line-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    margin-bottom: 20px;
}
.tuji .pic_list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}
.tuji .pic_list img{
    width: 32%;
    border-radius: 8px;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination{
    position: absolute;
    bottom: 0px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}
.swiper-pagination-bullet{
    width: 16px !important;
    height: 16px !important;
}
.swiper-pagination-bullet-active{
    background: red !important;
}
.footer{
    width: 100%;
    height: 250px;
    background: linear-gradient(to bottom, #fff, #fd2b2b);
    opacity: 0.9;
    overflow: hidden;
}
.footer p{
    height: 300px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-top: 150px;
}