body{
    min-height: 100vh;
    color: #333;
    background: #f8f8f8;
}
.ml_16{
    margin-left: 16px;
}
.news-icon{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color:#333;
}

.section2-title {
    margin-bottom: 15px;
}
.section2-title h1,.section2-title h2{
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}
/* ection1 */
.section1-cont-lg-best{
    display: none;
    width: 1440px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.section1-cont-lg{
    display: none;
    width: 1200px;
    height: 333px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.section1-cont-md{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.section1-cont-sm{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.section1-cont-xs{
    width: 96%;
    margin: 0 auto;
    margin-bottom: 20px;
}

/* ection2 */
.section2-cont-lg-best{
    width: 1440px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.section2-cont-lg{
    display: none;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 70px;
}
.section2-cont-md{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
}
.section2-cont-sm{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.section2-cont-xs{
    width: 96%;
    margin: 0 auto;
}

/* ection3 */

.section3-cont-lg-best{
    width: 1440px;
    margin: 20px auto;
    margin-bottom: 40px;
}


.hall_item{
    position: relative;
    width: 49%;
    display: flex;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 0px 27px 0px
    rgba(12, 3, 6, 0.07);
    border-radius: 6px;
}
.hall_item:first-child{
    background: url(../../images/common/sj1.png);
    background-size: 100% 100%;
}
.hall_item:last-child{
    background: url(../../images/common/sj2.png);
    background-size: 100% 100%;
}
.hall-img{
    width: 140px;
    height: 166px;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 20px 0 0;
    background: url(https://static.quwangming.com/mourn/images/banner_qifu.png);
    background-size: 100% 100%;
}
.hall-info{
    color: #ffffff;
    font-size: 20px;
    flex: 1;
    width: 100%;
}
.hall-info h3{
    font-size: 28px;
}
.hall-info  .intro{
    font-size: 16px;
    display: -webkit-box;
    word-break: break-all;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
}

.mark1{
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    line-height: 43px;
    text-align: center;
    height: 43px;
    background-image: linear-gradient(90deg,
    #474747 0%,
    #161415 100%),
    linear-gradient(
            #ba00ff,
            #ba00ff);
    background-blend-mode: normal,
    normal;
    border-radius: 0px 6px 0px 20px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}
.mark2{
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background-image: linear-gradient(90deg,
    #ed4137 0%,
    #fea553 100%),
    linear-gradient(
            #ba00ff,
            #ba00ff);
    background-blend-mode: normal,
    normal;
    border-radius: 0px 6px 0px 20px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.section4-cont-lg-best{
    width: 1440px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hall_item_t{
    width: 275px;
    margin-bottom: 20px;
    background-color: #fff;
}
.hall_item_t .hall-avatar{
    width: 275px;
    height: 350px;
    overflow: hidden;
    margin: 0;
    position: relative;
}
.hall-avatar img{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.hall_item_t .hall-info-bottom{
    padding: 20px;
    box-sizing: border-box;
    color: #333;
}
.hall_item_t .hall-info-bottom .hall-title{
    margin: 5px 0;
    font-size: 30px;
}
.hall_item_t .hall-info-bottom span{
    color: #999;
}

.section2-cont{
    margin: 0 auto;
    display: flex;
}

.section-title,.section2-title{
    margin: 15px auto;
    display: flex;
    font-weight: bold;
}
.section-title h3{
    font-weight: bold;
    margin: 0;
}
.tit-icon{
    width: 20px;
    height: 20px;
    position: relative;
    left: -10px;
}
.news-single{
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-article-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-single-part1{
    display: flex;
    padding: 15px 0;
}

.article-title:hover,.news-type:hover{
    color: #f04b4b;
}
.article-part1{
    flex: 1;
    color: #000000;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.article-title{
    display: -webkit-box;
    word-break: break-all;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    font-size: 16px;
}
.news-type{
    font-size: 14px;
    color: #666;
    margin: 0!important;
}
.article-part1:hover{
    color: #f04b4b;
}
.news-single-part2:hover .news-icon{
    background-color: #f04b4b;
}
.news-single-part2:hover .article-part2{
    color: #f04b4b;
}
a:hover{
    text-decoration: none!important;
}
.article-part2{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-single-part2{
   padding: 12px 0;
}
.av-box{
    width: 100%;
    height: 200px;
    margin-top: 35px;
    background-color: #333;
    border-radius: 6px;
}
.sc-box{
    padding: 5px 10px;
    color: #ffffff !important;
    background-color: #FE8D3B;
    border-radius: 4px;
}
.sc-box:hover{
    color: #ffffff !important;
}
.flex-wrap-between .sc{
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    left: -4px;
}

/* 响应式 */
@media (min-width: 1440px){

    .section-title{
        width: 1440px;
        font-size: 28px;
    }
    .section2-title{
        font-size: 28px;
        margin: 15px 0;
    }

    .section2-cont,.section3{
        width: 1440px;
    }
    .section3{
        margin: 20px auto;
    }
    .section2-cont .news-article{
        flex: 1;
    }
    .section2-cont .news{
        width: 343px;
        margin-left: 20px;
    }
    .news-article-type1{
        position: relative;
        width: 710px;
        height: 515px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .news-article-type2{
        display: inline-block;
        width: 345px;
        margin-bottom: 20px;
        background-color: #fff;
    }
    .ban-img{
        width: auto;
        height: auto;
        display: flex;
    }
    .news-article-type1 .article_item{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .n-img-box{
        display: inline-block;
        width: 100%;
        height: 380px;
        overflow: hidden;
        position: relative;
    }
    .top-img{
        width: auto;
        height: auto;
        display:block;
        vertical-align:bottom;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .news-article-type1 .article_title{
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #fff !important;
    }
    .img-intro{
        background-color: #fff;
        height:130px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .news-article-type2 .news-article-type2-info>a:hover,
    .news-article-type2 .a-mark>a:hover{
        cursor: pointer;
    }
    .article_title{
        font-size: 18px;
        font-weight: 800;
    }
}
@media (max-width: 1440px) and (min-width:960px) {

    .section-title{
        width: 900px;
        font-size: 28px;
    }
    .section2-title{
        font-size: 28px;
        margin: 15px 0;
    }

    .section2-cont,.section3,.section3-cont-lg-best,.section4-cont-lg-best{
        width: 960px;
    }
    .section3,.section4{
        margin: 20px auto;
    }
    .section2-cont .news-article{
        flex: 1;
    }
    .section2-cont .news{
        width: 343px;
        margin-left: 20px;
    }
    .news-article-type1{
        position: relative;
        width: 600px;
        height: 380px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .news-article-type2{
        display: inline-block;
        width: 290px;
        margin-bottom: 20px;
        background-color: #fff;
    }
    .ban-img{
        width: auto;
        height: auto;
        display: flex;
    }
    .news-article-type1 .article_item{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .n-img-box{
        display: inline-block;
        width: 290px;
        height: 230px;
        overflow: hidden;
    }
    .top-img{
        width: auto;
        height: auto;
        display:block;
        vertical-align:bottom;
    }
    .news-article-type1 .article_title{
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #fff !important;
    }
    .img-intro{
        background-color: #fff;
        height:130px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .news-article-type2 .news-article-type2-info>a:hover,
    .news-article-type2 .a-mark>a:hover{
        cursor: pointer;
    }
    .article_title{
        font-size: 18px;
        font-weight: 800;
    }
    .hall_item_t{
        width: 300px;
    }
    .hall_item_t .hall-avatar{
        width: 300px;
        height: 380px;
        overflow: hidden;
        margin: 0;
        position: relative;
    }
}

@media (max-width:996px) {
    .section2,.section3,.section4{
        width: 3.5rem;
        margin: 0 auto;
    }
    .section-title h3{
        font-size: 0.2rem;
        font-weight: bold;
        margin: 0;
    }
    .section2-title h1{
        font-size: 0.2rem;
    }
    .news-article-type1{
        position: relative;
        width: 3.5rem;
        height: 2.5rem;
        overflow: hidden;
        margin-bottom: 0.2rem;
    }
    .news-article-type1 .article_title{
        position: absolute;
        bottom: 0.2rem;
        left: 0.2rem;
        color: #ffffff;
        font-size: 0.16rem;
    }
    .news-article-type2{
        width: 3.5rem;
        background-color: #fff;
        margin-bottom: 0.2rem;
    }
    .n-img-box{
        width: 3.5rem;
        height: 3.5rem;
        overflow: hidden;
    }
    .img-intro{
        padding: 0.15rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .img-intro .article_title{
        font-size: 0.18rem;
        font-weight: bold;
    }
    .section3-cont-lg-best{
        width: 100%;
        display: block;
        width: 3.5rem;
    }
    .section3-cont-lg-best .hall_item{
        width: 3.5rem;
        margin-bottom: 0.2rem;
    }
    .hall-img{
        width: 1rem;
        height: 1.2rem;
    }
    .hall-info h3{
        font-size: 0.16rem;
        font-weight: bold;
    }
    .hall-info p{
        font-size: 0.16rem;
    }
    .hall-info .intro{
        font-size: 0.14rem;
    }
    .section4-cont-lg-best{
        width: 3.5rem;
    }
    .hall_item_t{
        width: 1.7rem;
    }
    .hall_item_t .hall-avatar{
        width: 1.7rem;
        height: 2.2rem;
    }
    .hall_item_t .hall-info-bottom{
        padding: 0.1rem;
    }
    .hall_item_t .hall-info-bottom .hall-title{
        font-size: 0.2rem;
    }

    .section2-cont .news{
        display: none;
     }
    .article_title span{
        color: #ffffff;
    }
    .footer-item{
        margin-top: 0.2rem;
    }
}

.limit_width{
    width: 100%;
    height: auto;
}
.limit_height{
    width: auto;
    height: 100%;
}
.img-box{
    width: 140px;
    height: 100px;
    margin: 0;
    background: url(https://static.quwangming.com/mourn/images/banner_qifu.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}
.img-box img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
