/* 基础设置 */
* {margin: 0;padding: 0;}
ul, ol, li {list-style: none;}
a {text-decoration: none;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mb25{margin-bottom: 25px;}
.mb50{margin-bottom: 50px;}
.ml40{margin-left: 40px;}
.pt30{padding-top: 30px;}
.pb20{padding-bottom: 20px;}
.pb50{padding-bottom: 50px;}
.col-black{color: #231815;}
.col-gray{color: #585858;}
.clearfix:after {content: ".";display: block;height: 0;visibility: hidden;clear: both;}
.clearfix {*zoom: 1;}

.container{
    width: 1260px;margin: 0 auto;
    font-size: 18px;
}

/* 轮播图 样式 */
.swiper-container{
    width: 100%;
    height: 480px;
    overflow: hidden;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background: rgba(255,255,255,0.5);
    margin: 0 5px;
    opacity: 0.8;
    border: 0;
    cursor: pointer;
}
.swiper-active-switch {
    width: 60px;
    background: #fff;
}


/* 资讯列表 */
.list-item{
    position: relative;
    border-bottom: 1px solid #666060;
}
.list-item img{
    display: block;
    float: left;
    width: 380px;
    height: 215px;
    object-fit: cover;
}
.list-item .item-content{
    margin-left: 415px;
    height: 100%;
}
.item-date{
    position: absolute;
    bottom: 20px;
    left: 415px;
}


/* 分页样式 */
.content-page{
    text-align: center;
}
.page,.page-btn{
    display: inline-block;
}
.page li{
    display: inline-block;
}
.page li a{
    font-size: 16px;
    color: #3c3c3c;
    line-height: 18px;
    padding: 0 10px;
}
.page li a.focus{
    color: #cc2357;
}
.page-btn{
    font-size: 0;
}
.prev,.next{
    font-size: 18px;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.prev{
    text-align: right;
    background-color: #130f07;
}
.next{
    text-align: left;
    background-color: #910000;
}
.prev::before,.next::before{
    color: #fff;
}
.prev::before{
    content: '\2190';
}
.next::before{
    content: '\2192';
}

/* 广告图 */
.ad{
    width: 100%;
    height: 480px;

}
.ad img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 主体内容 */
.leader-title{
    position: relative;
    font-size: 48px;
    color: #000;
    text-align: center;
}
.bottom-line{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background-color: #666060;
    border: none;
    z-index: -1;
}
.top-name{
    display: inline-block;
    z-index: 2;
    background-color: #fff;
    padding: 0 75px;
    margin: 0 auto;
}

.main{
    font-size: 17px;
    line-height: 37px;
    color: #221815;
}
.main dl dt{
    float: left;
    width: 50%;
    text-align: right;
}
.main dl dd{
    margin-left: 50.1%;
}

section p{
    white-space: pre-wrap;
}