@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, "Microsoft Yahei", "PingFang SC", "Source Han Sans";
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

/* ============================= 网页宽度 开始 ============================= */
.header_width {
    width: 92%;
    max-width: 16.80rem;
    margin: 0px auto;
}

.width1660 {
    max-width: 100%;
    margin: 0px auto;
}

.width1200{
    width: 12rem;
    margin: 0rem auto;
}

.publicWidth {
    width: 92%;
    max-width: 13.80rem;
    margin: 0px auto;
}

body {
    padding-top: 0.7rem;
}

/* ============================= 网页宽度 结束 ============================= */

/* 富文本 */
.richText {
    overflow: hidden;
}

.richText img {
    max-width: 100%;
}

/* ========== 限制文本行数 开始 ========== */
/* 文字一行，多余省略号 */
.clamp1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

/* 文字多行，多余省略号 */
.clamp2,
.clamp3,
.clamp4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.clamp2 {
    -webkit-line-clamp: 2;
}

.clamp3 {
    -webkit-line-clamp: 3;
}

.clamp4 {
    -webkit-line-clamp: 4;
}

/* ========== 限制文本行数 结束 ========== */


a {
    color: inherit;
}



/* ============================= 头部 开始 ============================= */
header{
    position: fixed;
    top: 0rem;
    left: 0rem;
    display: block;
    width: 100%;
    background: #fff;
    z-index: 999;
}
.header{
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 0rem 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header>div{
    display: flex;
    align-items: center;
}
.header h1{
    font-size: 0.2rem;
    color: #FD377A;
}
.header img{
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.24rem;
}
.header h2{
    line-height: 0.7rem;
    font-size: 0.18rem;
    color: #FD377A;
}
/* ============================= 头部 结束 ============================= */





/* ============================= 底部 开始 ============================= */
.footer{
    background: #F5F5F5;
    padding: 0.2rem 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    color: #666;
}
.footer p,.footer a,.footer li{
    font-size: 0.14rem;
}
.footer li{
    flex-shrink: 0;
}
.footer ul{
    display: flex;
    align-items: center;
}
ul,li{
    list-style: none;
}
.footer a{
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
}
.footer i{
    display: block;
    width: 0.02rem;
    height: 0.16rem;
    background: #ddd;
    margin: 0rem 0.2rem;
}
/* ============================= 底部 结束 ============================= */





/* ============================= 公共样式 开始 ============================= */
/* ========== 公共分页 开始 ========== */
.pubPageBox {
    text-align: center;
}

.pubPageBox li {
    display: inline-block;
    line-height: 0.38rem;
    width: 0.38rem;
    background: #b1b1b124;
    border-radius: 0.04rem;
    margin-right: 0.04rem;
    text-align: center;
    position: relative;
}

.pubPage2 .pubPageBox li {
    background: #fff;
}

.pubPageBox a {
    display: block;
    color: #333;
}

.pubPageBox li.next,
.pubPageBox li.prev {
    width: 0.9rem;
}

.pubPageBox li.next a,
.pubPageBox li.prev a {
    color: #666;
}

.pubPageBox li.prev:hover {
    background: #264470;
    color: #fff;
}

.pubPageBox li:last-child {
    margin-right: 0px;
}

.pubPageBox li.active {
    background: #264470;
}

.pubPageBox li.active a {
    color: #fff;
}

.pubPageBox li:hover {
    background: #264470;
}

.pubPageBox li:hover a {
    color: #fff;
}


/* 移动端分页 */
.mPageBox ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mPageBox li {
    width: 48%;
    border-radius: 0.04rem;
    background: #b1b1b124;
    color: #666;
}

.pubPage2 .mPageBox li {
    background: #fff;
}

.mPageBox a {
    display: block;
    line-height: 0.8rem;
    text-align: center;
}

.mPageBox {
    display: none;
}

@media (max-width: 800px) {
    .pubPageBox {
        display: none;
    }

    .mPageBox {
        display: block;
    }
}

/* ========== 公共分页 结束 ========== */



/* 首页 公共标题 */
.pubIndexTitle {
    text-align: center;
    color: #000;
    margin-bottom: 0.5rem;
}

.pubIndexTitle h2 {
    font-weight: bolder;
    position: relative;
    padding-bottom: 0.2rem;
    margin-bottom: 0.14rem;
}

.pubIndexTitle h2::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0.5rem;
    height: 2px;
    background: #2A466B;
}


/* 内页 公共banner */
.pubPageBanner {
    position: relative;
}

.pubPageBanner .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #2A466B;
}

.pubPageBanner2 .txt {
    color: #fff;
}

.pubPageBanner h2 {
    position: relative;
    padding-bottom: 0.3rem;
    margin-bottom: 0.25rem;
    font-weight: bolder;
}

.pubPageBanner h2::before {
    content: "";
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    width: 2.7rem;
    height: 1px;
    background: #28456F;
}

.pubPageBanner h2::after {
    content: "";
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    width: 1.1rem;
    height: 0.05rem;
    background: #28456F;
}

.pubPageBanner2 h2::before,
.pubPageBanner2 h2::after {
    background: #fff;
}

.pubPageBanner p {
    font-weight: bolder;
}

.pubPageBanner .mbanner {
    display: none;
}

.pubPageBanner .banner {
    display: block;
    width: 100%;
    height: 5rem;
}

@media (max-width: 800px) {
    .pubPageBanner .banner {
        display: none;
    }

    .pubPageBanner .mbanner {
        display: block;
        width: 100%;
        height: auto;
    }
}
/* ============================= 公共样式 结束 ============================= */