
body{
    background-color: #fff;
}
.banner{
    width: 100%;
    height: 715px;
    text-align: center;
    position: relative;
    z-index: 1;
    /* background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(background.jpg); */
}
.banner .bgimg{
    margin:0 auto;
}
.banner .zs{
    position: absolute;
    bottom:-178px;
    left: 50%;
    transform: translateX(-50%);
}
.banner .tit{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.bg{
    box-sizing: content-box;
    margin-top: -255px;
    border-radius: 6px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
    /* border:10px solid rgba(255,0,0,0.2); */
    outline: 10px solid rgba(255, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    padding: 40px 30px 0;
    background-color: #fff;
}

.p0{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
.p0 .lbt{
    width: 640px;
    height: 400px; 
    overflow: hidden;
    position: relative;
    background: #ddd;
}

.p0 .lbt img{
    width: 100%;
    height: 100%;  
    object-fit: cover;
}
.p0 .lbt a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.p0 .lbt a p{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background:rgba(205,0,0,0.7); 
    text-align: center;
}

.swiper-button-next, .swiper-button-prev{
    color: #fff;
    background:rgba(205,0,0,0.7); 
    padding: 10px 10px;
    
    
}
.swiper-button-next{right:0;}
.swiper-button-prev{left:0;}

.p0 .rgt{
    width: 453px;
    height: 400px;
}
.p0 .rgt ul{
    width: 100%;
    background:#fff3da;
    border-top:6px solid #d90009;
    margin-top:15px;
    padding: 18px 23px;
    box-sizing: border-box;
}
.p0 .rgt ul li{
    font-size: 16px;
    color: #333;
    line-height: 35px;
    border-bottom: 1px solid #f7d9b8;
}
.p0 .rgt ul li a{
    width: 100%;
    color: #333;
    display: block;
}

.p0 .rgt ul li:nth-child(1){
    border-bottom: 0;
}
.p0 .rgt ul li:nth-child(1) a{
    height: 75px;
    font-size: 22px;
    font-weight: bold;
    color: #d90009;
}
.p0 .rgt ul li:nth-child(1) p{
    height: 98px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}


.title{
    height:64px;
    line-height: 64px;
    display: flex;
    justify-content: space-between;
    background:url("/static/zhuanti/bxgd/images/title_bg.png") no-repeat left;
    margin:0px 0 30px;
    position: relative;
}
.title h2{
    width:185px;
    font-size: 26px;
    font-weight: bold;
    color: #620000;
    text-align: center;
    display:block;
    padding-left: 15px;
}
.title a{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding-right:30px;
}
.a::after{
    content: "";    
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 18px;
    left: 15px;
}
.a1::after{
    background:url("/static/zhuanti/bxgd/images/icon1.png") no-repeat 0px 0px;
}
.a2::after{
    background:url("/static/zhuanti/bxgd/images/icon2.png") no-repeat 0px 0px;
}
.a3::after{
    background:url("/static/zhuanti/bxgd/images/icon3.png") no-repeat 0px 0px;
}

.list{
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list li{
    width: calc(50% - 60px);
    height: auto;
    border:1px solid #ccc;
    overflow: hidden;
    margin-bottom: 24px;
    padding: 35px 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.list li .date{
    width:100px;
    height: 100%;
    position: relative;
}
.list li .date:after{
    content: "";
    display: block;
    height: 0;
    border-top: 3px solid #d0271c;
    width: 35px;
    position: absolute;
    top: 60px;
    left: 0;

}

.list li .date span:nth-child(1){
    font-size: 24px;
    font-weight: bold;
    color: #000;
    display: block;
}
.list li .date span:nth-child(2){
    font-size: 16px;
    color: #000;
    display: block;
}
.list li .info{
    width:calc(100% - 100px);
    height: 100%;
}
.list li .info a{
    font-size: 18px;
    color: #000;
    font-weight:800;
    text-decoration: none;
    display:block;
}
.list li .info p{
    font-size: 14px;
    color: #999999;
    line-height:200%;
    text-decoration: none;
    padding-top: 20px;
}



.list1{
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list1 li{
    width: 48%;
    overflow: hidden;
    border-bottom:1px dotted #e69c6b;
    margin-bottom: 24px;
    padding: 0px 0 20px 0;
    line-height: 200%;
}
.list1 li a{
    font-size: 18px;
    color: #333;
    font-weight:800;
}
.list1 li p{
    font-size: 14px;
    color: #999;
    font-weight:400;
}



.nomargin{margin:0 0 0 0 !important;}