/* 初始化 */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
table {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    list-style: none;
    border: 0;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Microsoft YaHei" !important;
}

body a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
}

body a:hover {
    cursor: pointer;
    color: #f30404;
}

img {
    max-width: 100%;
    vertical-align: top;
}

body {
    margin: 0 auto;
    height: 100vh;
}

/* footer */
.foot {

    padding: 50px 0;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    background-color: #cc2827;
}



/* 首页 */
.indexHead {
    padding-top: 580px;
    background: url(bg_top.jpg) no-repeat center top;
}





/* 内页标题 */
.content-column {
    margin: 0 auto;
    width: 1200px;
    padding-bottom: 40px;
}

.subTit {
    margin: 60px 0;
    /* 上下间距40px */
    display: flex;
    gap: 34px;
}

.subTextGroup {
    display: flex;
    align-items: center;
    /* 垂直居中 */
    position: relative;
}

.subLeft,
.subRight {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2px;
    white-space: nowrap;
}

.contentLine {
    flex: 1;
    position: relative;
}

.subLeft {
    color: #1f1f1f;
}

.subRight {
    color: #f90012;
}

.subDot {
    position: absolute;
    left: 0;
    top: 20px;
    width: 6px;
    height: 6px;
    /* 与文字间隔34px */
    border: 1px solid #F90012;
    border-radius: 50%;
}

.subLine {
    position: absolute;
    width: calc(100% - 6px);
    top: 23px;
    left: 6px;
    height: 1px;
    /* 与圆点间隔 */
    background: #F90012;
    transform: scaleX(-1) scaleY(-1);
}

.subRect {
    width: 126px;
    height: 12px;
    position: absolute;
    top: 28px;
    right: 0px;
    /* 靠右对齐 */
    background-image: repeating-linear-gradient(45deg, white, white 3px, transparent 3px, transparent 6px), linear-gradient(269deg, rgba(249, 0, 18, 0) 1%, #F90012 100%);
}

/* 分页 */

.easysite-page {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    margin-top: 16px;
}

.easysite-total-page {
    font-weight: 400;
    font-size: 14px;
    color: #242F57;
    text-align: right;
    /* letter-spacing: 2px; */
    line-height: 22px;
    opacity: 0.88;
}

.easysite-page-wrap {
    display: flex;
    gap: 34px;
    font-weight: 400;
    font-size: 14px;
    color: #242F57;
    line-height: 22px;
}

.easysite-page-wrap a:hover {
    cursor: pointer;
    color: #242F57 !important;
}

.specificPage {
    display: flex;
}

.NormalRed {
    background: #0052D9;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagingNormal {
    border-radius: 4px;
    width: 32.13px;
    height: 32px;
    font-weight: 400;
    font-size: 14px;
    color: #242F57;
    text-align: center;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.easysite-jump-page {
    display: flex;
    gap: 8px;
    align-items: center;
}

.easysite-page-text {
    background: #FFFFFF;
    border: 1px solid #EAEDF7;
    border-radius: 6px;
    width: 48.2px;
    height: 32px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #242F57;
    line-height: 22px;
}


/*背景图*/
.banner-wrapper {
    position: relative;
    /* 让内部元素相对于这个容器定位 */
}

@media screen and (max-width: 1200px) {
    .background-image {
        display: none
    }
}


.hysd-list li {
    display: flex;
    gap: 24px;
    border-bottom: 1px dashed #fa21311a;
    padding: 17px 0;
}

.textBox {
    position: relative;
}


.titName {
    font-weight: 600;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 16px;
    margin-bottom: 8px;
    /* 标题下方间距 */
}

.titName a:hover {
    cursor: pointer;
    color: #1F1F1F !important;
}

.dec {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
    line-height: 24px;
    margin-bottom: 40px;
}

.dec a:hover {
    cursor: pointer;
    color: #1F1F1F !important;
}

.dec-detail {
    color: #f90012;
}

.dec-detail:hover {
    cursor: pointer;
    color: #f90012 !important;
}

.timeline {
    font-weight: 400;
    font-size: 12px;
    color: #97A0C3;
    line-height: 14px;
    position: absolute;
    bottom: 0;
    gap: 24px;
    display: flex;
}

.hysd-list img {
    max-width: 300px;
    width: 300px;

}