* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    font-size: 10px;
}

body {
    background: url(../bg.png) no-repeat top center;
    height: auto;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

a {
    color: #333;
    text-decoration: none;
}

h2 {
    position: relative;
    margin: 5% auto 0;
}

h2 img {
    width: 100%;
    height: 12rem;
    display: block;
    object-fit: contain;
}

h2 span {
    position: absolute;
    right: 0;
    bottom: 0%;
    margin: auto;
    width: 68px;
    height: 42%;
    cursor: pointer;
    font-size: 1.6rem;
    color: #333;
    white-space: nowrap;
    letter-spacing: -1px;
}

h3 {
    color: #000;
    line-height: 2;
}

p {
    color: #999;
    line-height: 2.4rem;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

p a {
    color: #999;
}

.tit h1 {
    font-size: 3.2rem;
    line-height: 1.8;
    color: #bd0506;
    padding: 0 10%;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "榛戜綋";
    text-decoration: none;
}

.tit h1 a {
    color: #bd0506;
    font-weight: bold;
}

.tit p {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
    padding: .8rem 0;
    color: #333;
}


.topic {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 3rem;
}

.newsList {
    flex: 1;
    -webkit-flex: 1;
    margin-left: 2rem;
}

.newsList div {
    padding: 0 2rem 0.7rem 1.5rem;
    position: relative;
}

.newsList div:before {
    content: "";
    width: .6rem;
    height: .6rem;
    position: absolute;
    left: 0;
    top: 1.5rem;
    border-radius: 50%;
}

.topic .newsList h3,
.topic .newsList h4 {
    line-height: 3.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.topic .newsList h3 a {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.topic .newsList h4 a {
    color: #555;
    font-size: 18px;
}

.topic .newsList p {
    height: 60px;
    line-height: 28px;
    overflow: hidden;
    font-size: 14px;
    margin-top: 5px;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.topic .newsList p a {
    color: #999;
}

#swiper1 {
    width: 715px;
    height: 421px;
    overflow: hidden;
    box-shadow: 0 0 3rem 0 #ccc;
    left: 15px;
}

#swiper1 img,
#swiper1 a,
#swiper3 a {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#swiper1 p {
    display: block;
    font-size: 1.6rem;
    position: absolute;
    width: 100%;
    height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    margin: 0;
    line-height: 45px;
    padding: 0 8rem 0 1rem;
    box-sizing: border-box;
}

#swiper1 .swiper-pagination {
    width: auto;
    height: 45px;
    right: 15px;
    left: auto;
    bottom: 0;
    line-height: 42px
}

#swiper1 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
}

#swiper1 .swiper-pagination-bullet-active {
    background: #edcb99
}

.swiperBox {
    position: relative;
    padding: 0 7rem
}

.arrow_left,
.arrow_right {
    position: absolute;
    width: 5rem;
    height: 4.8rem;
    top: 6.5rem;
    margin: auto;
    z-index: 9;
    cursor: pointer;
}

.arrow_left {
    left: 0;
    background: url(./images/arrow_left.png) no-repeat;
    background-size: 100% 100%;
}

.arrow_right {
    right: 0;
    background: url(./images/arrow_right.png) no-repeat;
    background-size: 100% 100%;
}

.list {
    position: relative;
    width: 1200px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.list div:before {
    content: "";
    width: 5px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 1.5rem;
    background: #3959f2;
}

.list a {
    font-size: 22px;
    color: #292c2e;
    font-weight: 600;
}

.news-wrap {
    width: 1200px;
    margin: 30px auto;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 15px;
}

.news-block {
    margin-bottom: 24px;
}

.news-title {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 14px;
    margin-bottom: 10px;
}

/* 标题左侧蓝色竖条 */
.news-title::before {
    content: "";
    width: 4px;
    height: 18px;
    background-color: #2b68d8;
    position: absolute;
    left: 0;
    top: 7px;
}

.news-text-row {
    line-height: 1.6;
}

.more-link {
    color: #e62020;
    text-decoration: none;
    margin-left: 8px;
}

.divider-line {
    border-bottom: 1px solid #bbbbbb;
    margin: 30px 0;
}

.imgBlock {
    overflow: hidden;
    margin-top: 2rem;
    display: block;
}

.imgBlock>div {
    position: relative;
    padding-bottom: 3.8rem;
    border-radius: .8rem;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem 0 #aaa;
    float: left;
    width: 18%;
    margin: 0 1% 2rem;
}

.imgBlock>div img {
    width: 100%;
    display: block;
}

.imgBlock>div span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3.8rem;
    line-height: 3.8rem;
    background: #edcb99;
    text-align: center;
    width: 100%;
    font-size: 1.6rem
}

.overhide {
    overflow: hidden;
    margin-top: 3rem
}

.newsBlock {
    padding: 0px 2% 0px 0%;
    width: 50%;
    float: left;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 3rem
}

.newsBlock>div {
    flex: 1;
    -webkit-flex: 1;
    border-bottom: 1px solid #eee;
}

.newsBlock>a {
    width: 19rem;
    margin-right: 3%;
}

.newsBlock h3 {
    width: 100%;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.6rem;
    height: 5.2rem;
    overflow: hidden;
    margin-bottom: 0
}

.newsBlock h3 a {
    font-weight: bold;
}

.newsBlock p {
    max-height: 4.8rem;
    font-size: 1.6rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.newsBlock img {
    width: 100%;
    display: block;
    height: 11rem;
    border-radius: .5rem;
    box-shadow: 0 .4rem 1rem 0 #aaa;
}


.footer {
    display: none;
    color: #fff;
    text-align: center;
    line-height: 2;
    padding: 25px 0;
    background: #333;
}

#footer0820 {
    margin-top: 0;
}

.more {
    width: 100%;
    background: linear-gradient(to bottom, white, #ccc);
    text-align: center;
    border: 1px solid #f4f4f4;
    display: none;
    color: #777;
}

.swiper-box {
    width: 1200px;
    margin: 0 auto 50px auto;
    overflow: hidden;
}

.swiper-slide {
    width: 580px;
}

.news-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
}

.card-img {
    height: 240px;
    background: #7492b8;
    background-size: cover;
    background-position: center;
}

.card-text-wrap {
    padding: 30px 28px;
    background: #ffffff;
}

.card-h {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 22px;
}

.card-desc {
    font-size: 17px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 26px;
}

.more-link {
    text-align: right;
}

.more-link a {
    color: #5489dd;
    text-decoration: none;
    font-size: 17px;
}

/* 底部长条分页 */
/* .swiper-pagination1 {
    position: relative;
    bottom: 10px;
    left: 0;
    width: 100px;
    right: 0;
    margin: 36px auto;
}

.swiper-pagination1 .swiper-pagination-bullet {
    width: 72px;
    height: 6px;
    border-radius: 3px;
} */