body{
    background-color: #F9F4D1;
    background-image:url('../images/bg.png');
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
a{
    text-decoration: none !important;
}
.container{
    width: 1200px !important;
    margin: 0 auto;
}

.blank10{
    height: 10px;
    clear: both;
}
.blank20{
    height: 20px;
    clear: both;
}
.blank30{
    height: 30px;
    clear: both;
}
.header img{
    width: 100%;
}
.header-nav{
    background-color: #D42F2A;
    height: 60px;
    line-height: 60px;
}
.header-nav-inner{
    /*width: 1200px;*/
    margin: 0 auto;
    display: flex;
}
.header-nav-item{
    flex: 1;
    color: white;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    transition: all 0.5s;
}
.header-nav-item a{
    color: white;
}
.header-nav-item:hover{
    background-color: red;
    transform: scale(1.1);
    font-size: 24px;
}
.article-hot{
    text-align: center;
    line-height: 80px;
    height: 80px;
    overflow: hidden;
    font-size: 24px;
    font-weight: bolder;
    color: #C63930;
    border: 1px solid #eee;
    background-color: #EEEFF0;
}
.article-hot-thumbnail{
    width: 24px;
}
.article-hot a{
    color: #C63930;
}
.article-list{
    line-height: 40px;
    background-color: white;
    padding: 10px 20px;
}
.article-list-item{
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    color: #333;
    border-bottom: 1px dotted #ddd;
    transition: all 0.5s;
}
.article-list-item:hover{
    transform: scale(1.05);
    box-shadow: 1px 1px 1px #eee;
}
.article-list-item-thumbnail{
    width: 20px;
}
.article-list-item a{
    color: #333;
}
.slider-box-item{
    width: 300px;
    height: 200px;
}
.slider-box-item img{
    width: 100%;
    height: 200px;
    object-fit: fill;
}
.text-box{
    height: 360px;
    padding: 80px;
    background-color: #A80100;
    position: relative;
    text-align: center;
}
.text-box .mask{
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    background-color: rgba(255,255,255,0.3);

}
.text-box-item{
    text-align: center;
    font-size: 32px;
    font-weight: bolder;
    line-height: 80px;
    height: 80px;
    display: inline-block;
    width: 60%;
    border-radius: 40px;
    background-color: #F4E089;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #D32F28;
    transition: all 0.5s;
}
.text-box-item a{
    color: #D32F28;
}
.text-box-item:hover{
    transform: scale(1.1);
}
.image-box{
    height: 360px;
    padding: 80px;
    background-color: #A80100;
    position: relative;
    text-align: center;
}
.image-box .mask{
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80%;
    background-color: rgba(255,255,255,0.3);

}
.image-box-item{
    width: 46%;
    height: 200px;
    float: left;
    position: relative;
    margin: 2%;
    transition: all 0.5s;
}
.image-box-item:hover{
    transform: scale(1.05);
}
.image-box-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-box-item-title{
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 40px;
    height: 40px;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    color: white;
}
.image-box-item-title a{
    color: white;
}
.swiper-container {
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.swiper-container .swiper-slide img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.swiper-slide-title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.3);
    color: white;
    text-align: center;
}
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2021-12-29 15:31:42" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->