/* 公用 */
.tb {
    margin-top: 0.7rem;
}

.c-tb {
    padding-top: 0.2rem;
}

.text-hidden {
/*    超出一行显示省略号*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}

.text-hidden-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-hidden-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.text-grey {
    color: #9b9393;
}

.text-line {
    line-height: 1.8;
}

.text-line-m {
    line-height: 1.5;
}

.border-b {
    border-bottom: 1px solid #dcdcdc;
}

.img {
    overflow: hidden;
}

.img img{
    width: 100%;
    height: 100%;
    transition: 0.5s;

}

.item-link:hover img {
    transform: scale(1.1);
}
.home-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.home-title .move-btn {
    width: 1.4rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d9d9d9;
    padding: 0 0.1rem;
    background-color: #fff;
}

.home-title .move-btn img {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.15rem;
}

.swiper {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: var(--color); /* 两种都可以 */
}

.swiper-mb {
    display: none;
}

.page-wp-pc li {
    list-style: none;
}

.page-wp-pc {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.6rem;
}

.page-wp-pc ul {
    display: flex;
}

.page-wp-pc a,
.page-wp-pc span {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.1rem;
    background-color: #fff;
    border-radius: 0.4rem;
    transition: 0.4s;
}

.page-wp-pc a:hover,
.page-wp-pc span:hover {
    background-color: var(--color);
    color: #fff;
}

.page-wp-pc li:first-child a,
.page-wp-pc li:first-child span {
    width: 1rem;
    border: 0;
}

.page-wp-pc li:last-child a,
.page-wp-pc li:last-child span {
    width: 1rem;
    border: 0;
}

.page-wp-pc .disabled .page-link:not(.page-wp-pc li:first-child a) {
    background-color: var(--color);
    color: #fff;
    border: 1px solid var(--color);
}

.page-wp-mb {
    display: none;
}

/* 导航 */
.top-menu .has-sub:hover .sub {
    display: block;
}

.banner{
    margin-top: 0.8rem;
}


/* 商会新闻 */
.shanghui-new .top-news .date {
    margin-right: 0.1rem;
}

.shanghui-news {
    display: flex;
    justify-content: space-between;
}

.shanghui-news .cont-l {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23%;
}

.shanghui-news .top-news {
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    padding-bottom: 0.1rem;
}

.top-news .title {
    padding: 0 0.15rem;
    font-size: 0.18rem;
    font-weight: bold;
}

.shanghui-news .add {
    display: block;
    width: 100%;
    height: 1.4rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-top: 0.2rem;
}

.shanghui-news .cont-c {
    width: 36%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shanghui-news .cont-c .news-item {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 0.3rem; */
}


.cont-c .title {
    font-weight: bold;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cont-c .sub {
    font-size: 0.14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* 会员 */
.member-container {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 0.3rem;
}

.member-item .img {
    width: 100%;
    height: 2.7rem;
}

.member-container .member-name {
    background-color: #0000008c;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.5rem;
    line-height: 0.5rem;
    margin: 0;
    color: #fff;
}

/* 公益慈善 || 法规政策 */
.news-inner {
    display: flex;
    justify-content: space-between;
}

.cishan {
    width: 48%;
    padding-bottom: 0.4rem;
}

.cishan .top {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0 0.1rem 0;
}

.cishan .top .item-link {
    display: block;
    width: 47%;
    position: relative;
}

.cishan .top .news-item .img {
    height: 2.44rem;
}

.cishan .top .news-item .time {
    position: absolute;
    width: 1.2rem;
    height: 0.4rem;
    color: #fff;
    background-color: var(--color);
    position: absolute;
    text-align: center;
    line-height: 0.4rem;
    margin: 0;
    right: 0;
    bottom: 0.8rem;
}

.cishan .center .item-link {
    display: flex;
    justify-content: space-between;
    padding: 0.25rem 0;
    align-items: center;
}

.cishan .center .item-link .title {
    width: calc(100% - 1.1rem);
}

/* 会刊 || 商会头条 || 其他 */
.wrap {
    display: flex;
    justify-content: space-between;
}

.wrap .hktt {
    width: 36%;
}
.wrap .other {
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrap .top {
    padding-left: 0.4rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1.6rem;
    border-top-right-radius: 0.1rem;
    border-top-left-radius: 0.1rem;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wrap .bottom {
    padding: 0.4rem 0.4rem 0.2rem 0.4rem;
    border-bottom-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
    overflow: hidden;
}

.wrap .btn {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #f5f5f5;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.1rem;
    margin-top: 0.2rem;
}

.wrap .btn:hover {
    background-color: var(--color);
    color: #fff;
}

.wrap .bottom .huikan {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-row-gap: 0.1rem;
    grid-column-gap: 0.5rem;
    /* grid-gap: 0.2rem; */
}

.wrap .news .item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0;
    border-bottom: 1px solid #dcdcdc;
}

.wrap .news .item-link:first-child {
    padding-top: 0;
}

.wrap .news .item-link .img {
    border-radius: 0.1rem;
    overflow: hidden;
}

.wrap .news .item-link .img {
    width: 1.6rem;
    height: 1.1rem;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-right: 0.2rem;
}

.wrap .news .item-link .info {
    width: calc(100% - 1.8rem);
}

.other .video {
    width: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-bottom: 0.3rem;
}

.other .tag {
    width: 0.8rem;
    height: 0.3rem;
    color: #fff;
    background-color: #00000094;
    border-radius: 0.05rem;
    position: absolute;
    top: 0.15rem;
    left: 0.05rem;
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.3rem;
}

.other .zhangcheng {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 2rem;
    margin-bottom: 0.3rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.other .table {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 2rem;
    border-radius: 0.1rem;
    overflow: hidden;
}
/* 内页 */

/* 新闻 */
.list .news-items {
    display: flex;
    justify-content: space-between;
}

.list .news-items .img {
    width: 2.4rem;
    height: 1.6rem;
    margin-right: 0.3rem;
}

.list .news-item .info {
    width: calc(100% - 4.7rem);
}

.list .news-items .info .title {
    font-size: 0.18rem;
    font-weight: bold;
}

.list .news-item .info .time {
    display: none;
}

.list .news-items .date {
    width: 1.5rem;
    margin-left: 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.list .news-items .date p {
    margin: 0;
    transition: 0.4s;
}

.list .news-items .date .day {
    background-color: #f2f2f2;
    color: #999;
    font-size: 0.24rem;
    font-weight: bold;
    height: 0.5rem;
    line-height: 0.5rem;
    width: 80%;
    text-align: center;
}

.list .news-items .date .hm {
    background-color: #e3e3e3;
    width: 80%;
    text-align: center;
    height: 0.3rem;
    line-height: 0.3rem;
    color: #555;
    position: relative;
    z-index: 2;
}

.list .news-item:hover .date .day {
    color: #fff;
    background-color: var(--color);
}

.list .news-item:hover .date .hm {
    background-color: var(--color);
    color: #fff;
}

.list .news-item:hover .date .hm::before{
    display: block;
}

.list .news-item .date .hm::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000033;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

/* 内页  会员风采 */
.main {
    display: flex;
    justify-content: space-between;
}

.main .left-nav {
    width: 20%;
}

.main .right-cont {
    width: 76%;
}

.main .right-show {
    width: 76%;
}

.main .right-page {
    width: 76%;
}
.main .right-page p {
    line-height: 1.8;
}

.right-show-main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-show .fenye {
    padding: 1rem 0 0.3rem 0;
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
}

.right-show .fenye .f_next,
.right-show .fenye .f_prev {
    border: 1px solid #999;
    padding: 0.1rem;
}

.main .right-show img {
    width: 3rem;
}

.main .left-nav .top .cont {
    margin: 0.4rem 0 0.4rem 0.3rem;
}

.main .left-nav .nav a {
    display: block;
    padding: 0.15rem 0 0.15rem 0.3rem;
    transition: 0.4s;
}

.main .left-nav .nav a:hover {
    background-color: var(--color);
    color: #fff;
}

.auto-inner .main .left-nav .nav .active {
    background-color: var(--color);
    color: #fff;
}

.main .right-cont {
    display: grid;
    grid-template-columns: repeat(4, 20%);
    /* grid-template-columns: repeat(, auto); */
    grid-row-gap: 0.1rem;
    grid-column-gap: 0.5rem;
}

.right-cont .member-item {
    /* width: 2.3rem; */
    height: 3.2rem;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}

.right-cont .member-item:hover {
    box-shadow: 0px 2px 18px 5px #0000002c;
}

.right-cont .member-item p {
    width: 100%;
    margin: 0;
    padding: 0.2rem;
    text-align: center;
    background-color: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* 大事记 */
.time-nav {
    padding: 0.2rem;
    background-color: #00000081;
}

.time-nav-item {
    display: block;
    text-align: center;
    border-radius: 0.05rem;
    padding: 0.1rem 0;
    margin-right: 0.15rem;
    color: #fff;
    border: 1px solid #e7e7e7;
    /* background-color: #fff; */
}
.time-nav-item:hover {
    background-color: var(--color);
    border: 1px solid var(--color);
    color: #fff;
}
.time-nav .active {
    background-color: var(--color);
    border: 1px solid var(--color);
    color: #fff;
}

.time-cont {
    margin: 0.8rem 0;
}

.time-cont-item {
    padding-left: 0.2rem;
    border-left: 1px solid #e7e7e7;
    position: relative;
}

.time-cont-item .time a {
    font-weight: bold;
    font-size: 0.18rem ;
    /* color: var(--color); */
    /* margin-bottom: 0.2rem; */
}

.time-cont-item .content {
    margin: 0.2rem 0 0.4rem 0;
    padding: 0.2rem 0;
    /* border: 1px solid #E7E7E7; */
    background-color: #fafafb;
}

.tag-top {
    background-color: #fff;
    border: 2px solid var(--color);
    border-radius: 100%;
    width: 0.1rem;
    height: 0.1rem;
    position: absolute;
    top: 0;
    left: -0.05rem;
}



@media only screen and (max-width: 768px) {
    /* 导航 */
    .top-menu .has-sub:hover .sub {
        display: none;
    }

    .swiper-mb {
        display: block;
    }

    .swiper-pc {
        display: none;
    }

    .tb {
        margin-top: 0.4rem;
    }

    .c-tb {
        padding-top: 0.2rem;
    }

    /* 商会新闻 */
    .shanghui-news {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .shanghui-news .cont-c .news-item{
        margin-bottom: 0.3rem   ;
    }

    .shanghui-news .cont-l {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .shanghui-news .cont-c {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .shanghui-news .add {
        display: none;
    }

    /* 会员 */

    .member-container {
        display: grid;
        grid-template-columns: repeat(3, auto);
    }
    .member-item {
        margin-top: 0.1rem;
    }

    .member-item .img {
        width: 100%;
        height: 1.6rem;
    }

    .member-container .member-name {
        font-size: 0.12rem;
    }

    /* 公益慈善 咨询 */
    .news-inner {
        flex-wrap: wrap;
    }

    .cishan {
        width: 100%;
    }

    .fagui {
        width: 100%;
    }

    .cishan .top .news-item .img {
        height: 1.24rem;
    }

    .cishan .top .news-item .time {
        position: absolute;
        width: 1rem;
        height: 0.3rem;
        color: #fff;
        background-color: var(--color);
        position: absolute;
        text-align: center;
        line-height: 0.3rem;
        margin: 0;
        right: 0;
        bottom: 0.7rem;
    }

    /* 会刊 || 商会头条 || 其他 */
    .wrap {
        flex-wrap: wrap;
    }

    .wrap .hktt {
        width: 100%;
    }
    .wrap .other {
        width: 100%;
        margin-top: 0.4rem;
    }

    /* 内页*/

    /* 新闻 */
    .list .news-items .date {
        display: none;
    }

    .list .news-items {
        display: flex;
        justify-content: space-between;
    }

    .list .news-items .img {
        width: 1.6rem;
        height: 1.2rem;
        margin-right: 0.3rem;
    }

    .list .news-item .info {
        width: calc(100% - 1.6rem);
    }

    .list .news-items .info .title {
        font-size: 0.18rem;
        font-weight: bold;
    }

    .list .news-items .info .subtitle {
        display: none;
    }

    .list .news-item .info .time {
        display: block;
    }

    .other .zhangcheng {
        height: 2.4rem;
    }

    .other .table {
        height: 2.4rem;
    }

    /* 分页 */
    .auto-inner .page-wp-pc {
        display: none;
    }

    .auto-inner .page-wp-mb li {
        list-style: none;
    }

    .auto-inner .page-wp-mb {
        display: flex;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .page-wp-mb ul {
        display: flex;
    }

    .page-wp-mb a,
    .page-wp-mb span {
        display: block;
        width: 0.2rem;
        height: 0.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0.05rem;
        background-color: #fff;
        border-radius: 0.4rem;
        transition: 0.4s;
    }

    .page-wp-mb li:first-child a,
    .page-wp-mb li:first-child span {
        width: 0.8rem;
        border: 0;
    }
    .page-wp-mb li:last-child a,
    .page-wp-mb li:last-child span {
        width: 0.7rem;
        border: 0;
    }

    .page-wp-mb .disabled .page-link:not(.page-wp-pc li:first-child a) {
        background-color: var(--color);
        color: #fff;
        border: 1px solid var(--color);
    }

    /* 会员 */
    .main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .main .left-nav {
        width: 100%;
    }

    .main .right-cont {
        width: 100%;
    }
    .main .right-show {
        width: 100%;
    }

    .main .right-page {
        width: 100%;
        margin: 0.4rem 0;
    }

    .main .left-nav .top .cont {
        margin: 0.4rem 0 0.4rem 0.3rem;
    }

    .main .left-nav .nav {
        display: grid;
        grid-template-columns: repeat(3, auto);
    }

    .main .right-cont {
        display: grid;
        grid-template-columns: repeat(3, 30%);
        /* grid-template-columns: repeat(, auto); */
        grid-row-gap: 0.1rem;
        grid-column-gap: 0.2rem;
    }

    .right-cont .member-item {
        /* width: 2.3rem; */
        height: 1.8rem;
        border-radius: 0.1rem;
        overflow: hidden;
        position: relative;
        transition: 0.4s;
    }

    .right-cont .member-item p {
        padding: 0.1rem;
    }

    .time-nav {
        padding: 0.1rem;
        background-color: #00000081;
        position: sticky;
        top: 0.75rem;
        z-index: 99;
        transition: 0.4s;
    }
}

/* footer */
.footer-pc .top {
    width: 100%;
    display: flex;
    padding: 0.3rem 0;
    border-bottom: 1px solid #3f4045;
    border-top: 1px solid #3f4045;
}

.footer-pc a:hover{
    color: #fff;
}

.footer-pc .top nav a {
    font-size: 0.16rem;
    margin-right: 0.2rem;
}


.footer-pc .inner {
    display: flex;
    border-bottom: 1px solid #3f4045;
}

.footer-pc .inner .left {
    padding: 0.3rem 0.2rem 0 0;
    border-right: 1px solid #3f4045;
}

.footer-pc .inner .left .logo img {
    width: 3.5rem;
}

.footer-pc .inner .left .text {
    margin-top: 0.3rem;
}

.footer-pc .inner .right {
    padding: 0.2rem 0 0.2rem 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-pc .inner .right .img {
    width: 1rem;
    text-align: center;
    margin-right: 0.25rem;
}

.footer-pc .inner .info {
    margin-left: 0.15rem;
}

.footer-pc .inner .info .phone {
    font-weight: bold;
    color: red;
    font-size: 0.2rem;
}

.footer-pc .bottom {
    padding: 0.2rem 0;
}

.footer-pc .bottom span {
    margin-right: 0.2rem;
}

.footer-mb {
    display: none;
}

@media only screen and (max-width: 768px) {
    .banner{
        margin-top: 0;
    }
    .footer-pc {
        display: none;
    }

    .footer-mb {
        display: block;
        padding: 0.2rem 0;
    }

    .footer-mb a:hover{
        color: #fff;
    }

    .footer-mb .logo img {
        width: 2.5rem;
    }

    .footer-mb .top {
        padding: 0.2rem 0;
        border-bottom: 1px solid #3f4045;
        display: grid;
        grid-template-columns: repeat(3, auto);
    }

    .footer-mb .top a {
        display: -ms-inline-grid;
        margin-bottom: 15px;
    }

    .footer-mb .info {
        padding: 0.1rem 0px;
        border-bottom: 1px solid #3f4045;
    }

    .footer-mb .bottom {
        padding: 0.1rem 0 0 0;
    }

    .footer-mb .bottom span {
        margin-right: 0.1rem;
    }

}
.search-info{
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
}