/* 首页轮播 banner */
img {
    object-fit: cover;
}

#home_banner {
    width: 100%;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    line-height: 24px;
}

#home_banner .swiper-container .swiper-slide {
    height: 40.625vw;
    min-height: 250px;
}

#home_banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

#home_banner .swiper-pagination {
    bottom: 15px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    position: absolute;
    left: 0;
    right: 0;
    color: #ffffff;
}

/* #home_banner .w12 {
    position: relative;
    bottom: 85px;
    left: 0;
  } */

.home_banner_p {
    font-size: 34px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: #ffffff;
    line-height: 51px;
    opacity: 0.8;
    display: flex;
    position: absolute;
    bottom: 56px;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    justify-content: space-between;
}

.home_banner_p .home_banner_p_service {
    display: flex;
    align-items: center;
    width: 25%;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(270deg, #2161A9 0%, #009FE1 100%);
    opacity: 0.9;
    height: 60px;
}

.home_banner_p .home_banner_p_service:nth-of-type(1) {
    background: linear-gradient(90deg, #F08936 0%, #80CD52 41%, #2DCEA4 100%);
}

.home_banner_p .home_banner_p_service:nth-of-type(2) {
    background: linear-gradient(276deg, #42BAB7 0%, #1BC095 100%);
    margin-left: 2px;
}

.home_banner_p .home_banner_p_service:nth-of-type(3) {
    background: linear-gradient(270deg, #009FE1 0%, #42BAB7 100%);
    margin-left: 2px;
}

.home_banner_p .home_banner_p_service:nth-of-type(4) {
    background: linear-gradient( 90deg, #0B89CD 0%, #147ABF 41%, #1F65AC 100%);
    margin-left: 2px;
}
.home_banner_p .home_banner_p_service:nth-of-type(5) {
    background: linear-gradient(270deg, #2161A9 0%, #009FE1 100%);
    margin-left: 2px;
}

.home_banner_p .home_banner_p_service .home_banner_icon {
    width: 20px;
    height: 23px;
    margin-right: 10px;
}

#home_banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    margin-right: 14px;
    opacity: 1;
    width: 34px;
    height: 4px;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 0;
}

#home_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    color: #d0cac2;
    background-color: #F08936;
}

#home_banner .banner_text {
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 500px;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    height: 54px;
    line-height: 54px;
}

#home_banner .swiper-button {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

#home_banner .swiper-button .swiper-button-next,
#home_banner .swiper-button .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    background-image: none;
    line-height: 60px;
    text-align: center;
}

#home_banner .swiper-button-next i,
#home_banner .swiper-button-prev i {
    color: #ffffff;
    font-size: 20px;
}

#home_banner .swiper-button-prev i {
    margin-right: 3px;
}

#home_banner .swiper-button-next i {
    margin-left: 3px;
}

/* 首页轮播 banner END */

/* 主体部分 公共的大盒子/标题栏 */
.page_container {
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
}

.common_title {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.common_title h1 {
    font-size: 26px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 35px;
}

.common_title h3 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    margin-top: 6px;
}

.common_title .more_btn {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 21px;
}

.common_title .more_btn i {
    font-size: 12px;
    margin-left: 10px;
}

.common_title .more_btn:hover,
.common_title .more_btn:hover i {
    color: #00936D;
}

/* 主体部分 公共的大盒子/标题栏 END */

/* 子页面 about 关于 */

.about_title {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 31px;
    text-align: center;
}

.about_date {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 20px;
    text-align: center;
    margin: 16px 0 30px;
}

.about_date i {
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
}

.article {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
}

.article img {
    max-width: 100% !important;
    height: auto !important;
}

/* 子页面 about 关于 END */

/* 子页面 news 新闻 */

.subpage_news_list>li {
    position: relative;
    padding: 40px 22px;
    box-sizing: border-box;
    background-color: #fff;
}

.subpage_news_list>li .news_imgbox {
    width: 264px;
    height: 162px;
    overflow: hidden;
    flex-shrink: 0;
}

.subpage_news_list>li:hover .news_imgbox img {
    transform: scale(1.1);
}

.subpage_news_list>li:hover {
    background: #F5FBFA url('../images/index-moving-bg.png') no-repeat center bottom/100% 36px;
}

.subpage_news_list_item {
    box-shadow: none;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #efefef;
    justify-content: space-between;
}

.subpage_news_list_item_left {
    display: flex;
    align-items: center;
}

.subpage_news_list>li .news_imgbox img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
    object-fit: contain;
    object-position: left;
}

.subpage_news_list>li .news_textbox {
    margin-left: 33px;
    padding-right: 40px;
    box-sizing: border-box;
    position: relative;
}

.subpage_news_list>li:hover .news_textbox h2,
.subpage_news_list>li:hover .news_detail_date_box {
    color: #00936D;
}

.subpage_news_list>li .news_textbox h2 {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 22px;
    margin: 14px 0 16px;
}

.subpage_news_list>li .news_textbox p {
    max-height: 56px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 28px;
}

.subpage_news_list_item_time {
    margin-top: 38px;
}

.news_list_right_img {
    width: 30px;
    height: 18px;
    position: absolute;
    right: 47px;
    bottom: 51px;
    display: none;
}

.subpage_news_list>li:hover .news_list_right_img {
    display: block;
}

.subpage_news_list>li .news_datebox {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 19px;
    text-align: center;
}

.subpage_news_list>li .news_datebox .year {
    font-size: 44px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 59px;
    margin: 20px 0 4px;
}

/* 子页面 news 新闻 END */

/* 子页面 新闻详情 */

.news_detail_box>h1 {
    text-align: center;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 31px;
}

.news_detail_date_box {
    flex-shrink: 0;
    /* height: 56px; */
    opacity: 0.86;
    margin-top: -20px;
    position: relative;
}

.news_detail_date_box::after {
    position: absolute;
    content: "";
    width: 34px;
    height: 3px;
    background: #00936D;
    right: 0;
    bottom: -10px;
}

.news_detail_date_day {
    font-size: 26px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    line-height: 36px;
    font-size: 22px;
    font-weight: 500;
}

.news_detail_date_year {
    font-size: 12px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    line-height: 30px;
    text-align: right;
}

.news_detail_time_box {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.news_detail_time_box>span:nth-child(2) {
    margin-right: 24px;
}

.news_detail_time_box>i {
    font-size: 14px;
    color: #bbbfc2;
    line-height: 20px;
    margin-right: 6px;
}

.news_detail_box .article {
    width: 100%;
    height: auto;
    font-family: MicrosoftYaHei;
    color: rgba(43, 43, 43, 1);
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
    padding: 36px 0 19px;
    box-sizing: border-box;
    margin-top: 0;
}

/* 分享 */
.share_box {
    padding-bottom: 24px;
    border-bottom: 1px solid #f0f2f7;
}

.share_text {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
    vertical-align: middle;
}

/* 资料下载 */
.data_download {
    width: 100%;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #00936D;
    line-height: 21px;
}

.data_download>p {
    /* margin-top: 30px; */
    display: inline-block;
    position: relative;
    height: 31px;
}

.data_download>p::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #00936D;
}

.data_download_content {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.data_download_content>li {
    width: 100%;
    border: 1px solid rgba(224, 224, 224, 1);
    padding: 20px 30px 19px 22px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 14px;
    color: rgba(43, 43, 43, 1);
    line-height: 40px;
}

.data_download_content>li>a {
    font-size: 14px;
    color: #00936D;
    vertical-align: middle;
    display: inline-block;
}

.data_download_content>li>a>i {
    font-size: 12px;
    margin-right: 6px;
    vertical-align: middle;
}

.data_download_content>li>a>span {
    vertical-align: middle;
}

.data_download_content>li img {
    vertical-align: middle;
    margin-right: 19px;
    height: 40px;
}

.data_download_content>li>span {
    /* width: 580px; */
    max-width: calc(100% - 200px);
    vertical-align: middle;
    /* margin-left: 19px; */
    /* margin-right: 24px; */
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* line-height: 40px; */
}

.data_download_content>li:last-child {
    margin-bottom: 0px;
}

.Last_next {
    width: 100%;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(43, 43, 43, 1);
    line-height: 19px;
    margin: 30px 0 40px;
}

.Last_next>li {
    margin-bottom: 18px;
    cursor: pointer;
}

.Last_next>li>a:hover span:nth-child(2) {
    color: #00936D;
}

.comments_num {
    font-size: 14px;
    color: rgba(43, 43, 43, 1);
    line-height: 19px;
}

.comment_box textarea {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    background: none;
    outline: 0;
    border: 0;
    padding: 14px 20px;
    color: #2b2b2b;
    background: rgba(246, 246, 246, 1);
    border: 1px solid rgba(224, 224, 224, 1);
    resize: none;
    overflow: auto;
}

.comment_box {
    position: relative;
    margin: 30px 0 20px;
}

.tip_maxlength {
    position: absolute;
    bottom: 14px;
    right: 20px;
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    line-height: 16px;
}

.verification_code_box {
    font-size: 12px;
    color: #023e73;
    line-height: 40px;
    vertical-align: middle;
}

.verification_code_box .proofs {
    display: inline-block;
    outline: 0;
    border: none;
    width: 144px;
    line-height: 40px;
    border: 1px solid #ccc;
    color: #2b2b2b;
    box-sizing: border-box;
    padding: 0 4px;
}

.verification_code_box .code {
    display: inline-block;
    line-height: 40px;
}

.verification_code_box .code>img {
    height: 100%;
}

.verification_code_box .change_btnImg {
    display: inline-block;
}

.comment_submit {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 21px;
    padding: 10px 20px;
    background: #00936D;
}

.comment_detail {
    width: 100%;
    font-size: 14px;
    color: rgba(43, 43, 43, 1);
    line-height: 19px;
    margin-top: 30px;
}

.comment_detail>li {
    padding: 30px 0 10px;
    box-sizing: border-box;
    border-top: 1px solid rgba(224, 224, 224, 1);
}

.comment_detail>li:last-child {
    border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.comment_detail>li>img {
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.comment_detail>li>span {
    line-height: 42px;
    font-size: 16px;
    margin-right: 10px;
}

.comment_detail_tiem {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    margin: 6px 0 9px;
}

.see_more_btn {
    width: 123px;
    height: 40px;
    margin: 0 auto;
    font-size: 14px;
    color: #00936D;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #00936D;
    margin-top: 40px;
}

.see_more_btn:hover {
    color: rgba(255, 255, 255, 1);
    background: #00936D;
    border: 1px solid #00936D;
}

/* 子页面 新闻详情 END */

/* 子页面 通知公告列表 */


.subpage_notice_item {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 30px 0 20px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    background-color: #F9FAFA;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 14px;
}

.subpage_notice_item:hover {
    color: #00936D;
    background: #F5FBFA url('../images/index-moving-bg.png') no-repeat center bottom/100% 28px;
}

.subpage_notice_item:hover .subpage_notice_item_right_img {
    display: none;
}

.subpage_notice_item:hover .subpage_notice_item_right_img_active {
    display: block;
}

.subpage_notice_item:hover .subpage_notice_item_bg {
    opacity: 1;
}

.subpage_notice_item:hover .subpage_notice_item_left_time {
    color: #00936D !important;
}

.subpage_notice_item:hover .news_detail_date_box {
    color: #00936D !important;
}

.subpage_notice_item:hover .subpage_notice_item_t {
    color: #00936D !important;
}

.subpage_notice_item:hover .subpage_notice_item_right p {
    color: #00936D !important;
}

.subpage_notice_item_left {
    text-align: right;
}

.subpage_notice_item_line {
    width: 10px;
    height: 9px;
    margin-right: 10px;
}

.subpage_notice_item_left_time {
    font-size: 20px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    transition: 0.5s;

    line-height: 28px;
}

.subpage_notice_item_left_year {
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    transition: 0.5s;
    line-height: 22px;
}

.subpage_notice_item_t {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    transition: 0.5s;
    margin-left: 30px;
    max-width: 80%;
}

.subpage_notice_item_bg {
    position: absolute;
    right: 0;
    opacity: 0;
    transition: 0.5s;
    width: 522px;
    height: 229px;
}

.subpage_notice_item_right {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
    color: #999999;
    font-size: 14px;
}

.subpage_notice_item_right_img {
    width: 20px;
    height: 15px;
    margin-right: 6px;
}

.subpage_notice_item_right_img_active {
    width: 20px;
    height: 15px;
    margin-right: 6px;
    display: none;
}

.subpage_notice_item_right p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}

.subpage_notice_list {
    transition: all 0.5s;
}



.company-list:hover {
    margin-left: 20px;
    transition: all 0.5s;
}

.company-list .subpage_notice_item {
    background-color: #fff;
    margin-top: 0;
}

/* 子页面 通知公告列表 END */
.donlist {
    margin-top: 30px;
}

.donitem {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    transition: 0.5s;
    cursor: pointer;
}

.donitem:hover .donitem-con-p1 {
    color: #00936D;
    transition: 0.5s;
}

.donitem:hover {
    background: rgba(30, 158, 121, 0.06);
}

.donitem:hover .donitem-bg {
    opacity: 1;
}

.donitem:hover .donitem-con-m-i {
    display: none;
}

.donitem:hover .donitem-con-m-iact {
    display: block;
}

.donitem-l {
    width: 212px;
    height: 158px;
    flex-shrink: 0;
    margin-right: 20px;
}

.donitem-con .donitem-con-p1 {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    transition: 0.5s;
    line-height: 26px;
    margin-bottom: 20px;
}

.donitem-con .donitem-con-p2 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    min-height: 38px;
    margin-bottom: 26px;
}

.donitem-con-m {
    display: flex;
    align-items: center;
}

.donitem-con-m-iact {
    width: 16px;
    height: 15px;
    display: none;
}

.donitem-con-m-i {
    width: 16px;
    height: 15px;
}

.donitem-con-m-p1 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    margin: 0 20px 0 6px;
}

.donitem-con-m-p2 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
}

.donitem-con-m-p3 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #00936D;
}

.donitem-con-m-p4 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
}

.donitem-bg {
    width: 504px;
    height: 159px;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    opacity: 0;
}

.donitem-con-b {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 108px;
    height: 40px;
    background: #00936D;
    border-radius: 2px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 子页面 3d彩票怎么买组织 */

.subpage_org_item {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    line-height: 24px;
    margin-top: 34px;
}

.subpage_org_item:first-child {
    margin-top: 0;
}

.subpage_org_item .organization_name>i {
    font-size: 18px;
    color: #00936D;
    margin-right: 9px;
}

.organization_list {
    width: 100%;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(43, 43, 43, 1);
    line-height: 21px;
    margin-top: 26px;
}

.organization_list>li {
    position: relative;
    text-align: center;
    padding: 25px 10px;
    border: 1px solid rgba(224, 224, 224, 1);
    width: 18%;
    margin-right: 2.5%;
    box-sizing: border-box;
}

.organization_list>li:nth-child(5n + 5) {
    margin-right: 0px;
    margin-bottom: 30px;
}

.organization_list>li:last-child {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

.organization_list>li>img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.organization_num {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 19px;
    margin: 14px 0 16px;
}

.join_btn {
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    line-height: 16px;
    padding: 7px 15px;
    background: #00936D;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
}

.organization_list_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 67px 10px;
    background: #00936D;
    box-sizing: border-box;
    color: #ffffff;
    display: none;
}

.organization_list_hover .organization_num {
    color: #ffffff;
}

.organization_list_hover .join_btn {
    color: #00936D;
    background: #ffffff;
}

.organization_list>li:hover .organization_list_hover {
    display: block;
}

.org-detail {
    padding: 0 6% 40px;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
}

.org-detail h1 {
    margin: 40px auto 0;
    text-align: center;
}

.org-detail-con {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin: 24px 0 40px 0;
}

.org-detail-t {
    width: 100%;
    height: 51px;
    background: #f1f7ff;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.org-detail-t img {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}

.org-detail-t p {
    font-size: 18px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #00936D;
}

.org-detail-new {
    margin-bottom: 30px;
}

.org-detail-new-item {
    display: flex;
    align-items: center;
    padding: 35px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}

.org-detail-new-item:hover .org-detail-new-item-con p:nth-of-type(1) {
    color: #00936D;
}

.org-detail-new-item:hover .org-detail-new-iimgbox img {
    transform: scale(1.1);
}

.org-detail-new-iimgbox {
    width: 196px;
    height: 139px;
    flex-shrink: 0;
    margin-right: 20px;
    overflow: hidden;
}

.org-detail-new-iimgbox img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.org-detail-new-item-con p:nth-of-type(1) {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 26px;
    margin-bottom: 14px;
}

.org-detail-new-item-con p:nth-of-type(2) {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 28px;
    margin-bottom: 16px;
}

.org-detail-new-item-con-t {
    display: flex;
    align-items: center;
}

.org-detail-new-item-con-t i {
    font-size: 12px;
    color: #bbbfc2;
    margin-right: 10px;
}

.org-detail-new-item-con-t span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}

/* 子页面 3d彩票怎么买组织 END */

/* 子页面 3d彩票怎么买通讯列表 */

.newslet-swiper {
    margin-top: 30px;
}

.newslet-swiper .swiper-slide {
    display: flex;
}

.newslet-swiper .swiper-pagination {
    bottom: 15px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    position: absolute;
    text-align: right;
    padding-right: 14%;
    box-sizing: border-box;
    color: #ffffff;
}

.newslet-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    margin-right: 14px;
    opacity: 1;
    width: 12px;
    height: 12px;
    background: #d0cac2;
    position: relative;
    border-radius: 50%;
}

.newslet-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    color: #d0cac2;
    background-color: #00936D;
    border-radius: 50%;
}

.newslet-swiper-img {
    width: 55%;
    height: 368px;
}

.newslet-swiper-con {
    width: 45%;
    padding: 46px 25px;
    box-sizing: border-box;
    background: #f1f7ff url('../images/newlet-bg.png') no-repeat right bottom/397px 184px;
    cursor: pointer;
}

.newslet-swiper-con p:nth-of-type(1) {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #00936D;
    line-height: 20px;
    margin-bottom: 12px;
}

.newslet-swiper-con p:nth-of-type(2) {
    font-size: 18px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-bottom: 12px;
}

.newslet-swiper-con p:nth-of-type(3) {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #999999;
    line-height: 24px;
}

.subpage_newsletters_list {
    margin-top: 30px;
}

.subpage_newsletters_list>li {
    width: 22%;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    margin-right: 4%;
    text-align: center;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
}

.subpage_newsletters_list>li:hover .subpage_newsletters_imgbox img {
    transform: scale(1.1);
}

.subpage_newsletters_list>li:hover .subpage_newsletters_con {
    background-color: #00936D;
}

.subpage_newsletters_list>li:hover .subpage_newsletters_con p {
    color: #fff;
}

.subpage_newsletters_list>li:hover .subpage_newsletters_con p:nth-of-type(2) {
    opacity: 0.6;
}

.subpage_newsletters_list>li:nth-child(4n + 4) {
    margin-right: 0;
    margin-bottom: 41px;
}

.subpage_newsletters_list>li:last-child {
    margin-bottom: 0px !important;
}

.subpage_newsletters_list>li .subpage_newsletters_imgbox {
    width: 100%;
    height: 176px;
    overflow: hidden;
}

.subpage_newsletters_list>li .subpage_publication_imgbox {
    width: 100%;
    height: 274px;
    overflow: hidden;
}

.subpage_newsletters_list>li .subpage_publication_imgbox img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
    object-fit: cover;
}

.subpage_newsletters_list>li .subpage_newsletters_imgbox img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
    object-fit: cover;
}

.subpage_newsletters_list>li p {
    line-height: 40px;
    box-sizing: border-box;
}

.subpage_newsletters_con {
    padding: 16px 12px 16px 16px;
    box-sizing: border-box;
}

.subpage_newsletters_con p:nth-of-type(1) {
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
    margin-bottom: 7px;
}

.subpage_newsletters_con p:nth-of-type(2) {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #999999;
    line-height: 24px;
}

/* 子页面 3d彩票怎么买通讯列表 END */

/* 子页面 下载专区列表 */

.subpage_download_list {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 21px;
}

.subpage_download_list>li {
    padding-bottom: 24px;
    border-bottom: 1px solid #efefef;
    margin-top: 24px;
}

.subpage_download_list>li:hover>div.float_l {
    color: #00936D;
    transform: translateX(10px);
}

.subpage_download_list>li:first-child {
    margin-top: 0;
}

.subpage_download_list>li>div.float_l {
    max-width: calc(100% - 200px);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #2b2b2b;
    line-height: 21px;
    transition: transform 0.4s;
    transform: translateX(0);
}

.subpage_download_list>li>div.float_l i {
    margin-right: 14px;
    font-size: 16px;
    line-height: 21px;
}

.subpage_download_list>li>div.float_l span {
    max-width: calc(100% - 30px);
}

/* 子页面 下载专区列表 END */

/* 子页面 捐赠公示列表 */
.subpage_main.donation_active {
    background: none;
    padding: 0;
    margin-left: 40px;
}

.donation_publicity_content {
    box-sizing: border-box;
}

.donation_publicity_list {
    width: 49%;
    background: #ffffff;
    margin-bottom: 30px;
}

.donation_publicity_list:nth-child(odd) {
    float: left;
}

.donation_publicity_list:nth-child(even) {
    float: right;
}

.donation_publicity_title {
    width: 100%;
    background: #00936D;
    font-size: 16px;
    vertical-align: middle;
    padding: 16px 15px;
    color: #ffffff;
    line-height: 18px;
    box-sizing: border-box;
}

.donation_publicity_title img {
    max-height: 18px;
}

.donation_publicity {
    width: 100%;
    box-sizing: border-box;
    color: #333333;
    line-height: 36px;
    border: 1px solid #e8e8e8;
}

.donation_publicity_content .donation_publicity {
    height: 426px;
}

.donation_publicity>ul>li {
    float: left;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 4px;
    box-sizing: border-box;
}

.donation_publicity_header {
    height: 70px;
    background: #DEF1E9;
    line-height: 70px !important;
    color: #00936D;
    border-bottom: none !important;
    font-size: 16px;
}

.donation_publicity ul {
    line-height: 48px;
    border-bottom: 1px solid #e8e8e8;
}

.donation_publicity>ul>li:nth-child(1) {
    width: 12%;
}

.donation_publicity>ul>li:nth-child(2) {
    width: 32%;
}

.donation_publicity>ul>li:nth-child(3) {
    width: 24%;
}

.donation_publicity>ul>li:nth-child(4) {
    width: 32%;
}

.donation_publicity ul:last-of-type {
    border-bottom: none;
}

/* 子页面 捐赠公示列表 END */

/* 子页面 捐赠公示详情 */

.donation_publicity_detail_contentbox .donation_publicity {
    margin-top: 20px;
}

.donation_publicity_detail_title {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    background: #00936D;
}

.donation_publicity_detail_contentbox .page_number {
    color: #999999;
    font-size: 14px;
    line-height: 19px;
    margin-top: 26px;
}

/* 子页面 捐赠公示详情 END */

/* 子页面 捐赠项目 */

.financing_project_listbox {
    width: 100%;
    box-sizing: border-box;
}

.financing_project_listbox>li {
    width: 32%;
    margin-right: 2%;
}

.financing_project_listbox>li:nth-child(3n + 3) {
    margin-right: 0;
    margin-bottom: 32px;
}

.financing_project_listbox>li:last-child {
    margin-bottom: 0;
}

.financing_project_listbox>li .financing_project_imgbox {
    width: 100%;
    height: 216px;
    overflow: hidden;
}

.financing_project_listbox>li .financing_project_imgbox>img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
}

.financing_project_listbox>li:hover .financing_project_imgbox>img {
    transform: scale(1.1);
}

.financing_project_listbox>li .financing_project_textbox {
    width: 100%;
    padding: 20px 20px 26px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-top: none;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
}

.financing_project_listbox>li:hover .financing_project_textbox {
    background: #00936D;
    border-color: #00936D;
    color: #ffffff;
}

.financing_project_listbox>li:hover .financing_project_textbox>li>span,
.financing_project_listbox>li:hover .financing_project_textbox>li>i {
    color: #ffffff;
}

.financing_project_listbox>li .financing_project_textbox>li.ellipsis-1 {
    margin-bottom: 19px;
}

.financing_project_listbox>li .financing_project_textbox>li>span {
    font-size: 14px;
    color: #00936D;
    line-height: 19px;
}

.financing_project_listbox>li .financing_project_textbox>li>i {
    font-size: 16px;
    color: #00936D;
    vertical-align: middle;
    margin-right: 6px;
}

/* 子页面 捐赠项目 END */

/* 子页面 项目详情 */
.project_detail_content_box {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    background: #ffffff;
}

.project_detail_img {
    width: 48%;
    height: 370px;
    overflow: hidden;
}

.project_detail_img>img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
}

.project_detail_img:hover>img {
    transform: scale(1.1);
}

.project_detail_textbox {
    width: 48%;
    padding-top: 8px;
    box-sizing: border-box;
}

.project_detail_title {
    width: 100%;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 31px;
}

.project_detail_abstract {
    height: 72px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    margin: 16px 0 30px;
}

.project_detail_manage {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
}

.project_detail_manage>span:nth-child(2) {
    margin-left: 13px;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
}

.project_detail_manage>span:nth-child(2)>span {
    font-size: 40px;
}

.project_detail_prograssbox {
    margin: 21px 0 41px;
}

.project_detail_prograssbox>div.float_l {
    width: calc(100% - 60px);
    margin-top: 5px;
}

.project_detail_prograssbox>div.float_l>ul {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
}

.project_detail_prograssbox>div.float_l>ul>li:nth-child(1) {
    color: #00936D;
}

.project_detail_prograssbox>div.float_l>ul>li:nth-child(1)>i {
    color: #00936D;
    font-size: 16px;
    vertical-align: middle;
}

.project_detail_prograssbox>span.right {
    width: 50px;
    text-align: right;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #00936D;
    line-height: 19px;
}

.project_detail_btn {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    line-height: 24px;
    padding: 16px 35px;
    box-sizing: border-box;
}

.online_donation_btn {
    background: #00936D;
    margin-right: 20px;
}

.scanning_code_donation_btn {
    color: #00936D;
    background: #deebf0;
}

.project_detail_bottom {
    width: 100%;
    margin-top: 20px;
}

.project_detail_rich_text {
    max-width: 750px;
    width: 63%;
    background: #ffffff;
}

.other_recommended_itemsbox {
    max-width: 430px;
    width: 36%;
    background: #ffffff;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.project_detail_rich_btn {
    width: 100%;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    /* font-size: 16px; */
    /* font-family: MicrosoftYaHei; */
    /* color: #666666; */
    line-height: 58px;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #666666;
    /* line-height: 26px; */
}

.project_detail_rich_btn>span {
    margin: 0 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.project_detail_rich_btn>span:hover::after {
    content: '';
    display: inline-block;
    background: #00936D;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.project_detail_rich_btn>span:hover {
    color: #00936D;
}

.project_detail_rich_btn_active::after {
    content: '';
    display: inline-block;
    background: #00936D;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.project_detail_rich_btn_active {
    color: #00936D;
}

.project_detail_rich_text .article {
    width: 100%;
    height: auto;
    font-family: MicrosoftYaHei;
    color: rgba(43, 43, 43, 1);
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
    padding: 30px 30px 50px;
    box-sizing: border-box;
}

.other_recommended_items_title {
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    padding: 18px 20px;
    box-sizing: border-box;
    vertical-align: middle;
}

.other_recommended_items_title>span {
    vertical-align: middle;
}

.other_recommended_items_title::before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 21px;
    background: #00936D;
    vertical-align: middle;
    margin-right: 10px;
}

/* 其他推荐项目 */
.other_recommended_itemslist {
    padding: 0 24px;
    box-sizing: border-box;
}

.other_recommended_itemslist>li {
    width: 100%;
    height: 104px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    margin-bottom: 30px;
}

.other_recommended_itemslist>li:last-child {
    margin-bottom: 0px;
}

.other_recommended_itemslist>li .other_recommended_items_imgbox {
    max-width: 146px;
    width: 38%;
    height: 100%;
    overflow: hidden;
}

.other_recommended_itemslist>li .other_recommended_items_imgbox img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
}

.other_recommended_itemslist>li .other_recommended_items_imgbox:hover img {
    transform: scale(1.1);
}

.other_recommended_items_r {
    max-width: 236px;
    width: 62%;
    height: 100%;
    padding: 19px 13px 26px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e7e7e7;
}

.other_recommended_items_r>div {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #00936D;
    line-height: 19px;
    margin-top: 19px;
}

.other_recommended_items_r>div>i {
    font-size: 16px;
    vertical-align: middle;
}

.love_message {
    padding: 0px 30px 10px;
    box-sizing: border-box;
}

.project_debriefing {
    width: 100%;
    padding: 29px 24px 40px;
    box-sizing: border-box;
}

.project_debriefing_items {
    width: 100%;
    height: auto;
    padding-top: 3px;
    box-sizing: border-box;
    border-left: 2px solid #eff3f5;
}

.project_debriefing_items_r {
    padding-left: 27px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 21px;
    position: relative;
    margin-bottom: 30px;
}

.project_debriefing_items_r:last-child {
    margin-bottom: 0px;
}

.project_debriefing_items_radius {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ebf9ff;
    position: absolute;
    top: 2px;
    left: -9px;
}

.project_debriefing_items_radius::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00936D;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project_debriefing_items_r_title {
    color: #333333;
    line-height: 28px;
    margin: 12px 0;
}

.project_debriefing_items_r_imgbox>ul>li {
    width: 32%;
    height: 150px;
    margin-right: 2%;
    text-align: center;
    overflow: hidden;
}

.project_debriefing_items_r_imgbox>ul>li:nth-child(3n + 3) {
    margin-right: 0%;
    margin-bottom: 10px;
}

.project_debriefing_items_r_imgbox>ul>li:nth-child(3n + 3):last-child {
    margin-bottom: 0px;
}

.project_debriefing_items_r_imgbox>ul>li img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
}

.project_debriefing_items_r_imgbox>ul>li img:hover {
    transform: scale(1.1);
}

.registered_btn {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 21px;
    width: 86px;
    margin: 0px auto;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: 30px;
}

.registered_btn>span {
    vertical-align: middle;
    margin-right: 5px;
}

.registered_btn i {
    font-size: 16px;
    color: #999999;
    line-height: 21px;
    vertical-align: middle;
}

/* 子页面 项目详情 END */

/* 子页面 3d彩票怎么买活动 */

.activity_list_box {
    background: #ffffff;
    padding: 35px 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.activity_list_box:last-child {
    margin-bottom: 0px;
}

.activity_list_box:hover {
    background: #F5FBFA url('../images/index-moving-bg.png')no-repeat center bottom/100% 36px;
    /* padding: 0 30px; */
    box-sizing: border-box;
}

.activity_list_box>li {
    width: 100%;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    box-sizing: border-box;
    position: relative;
}

.activity_list_box>li .activity_imgbox {
    width: 212px;
    height: 160px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 4px;
}

.activity_list_box>li .activity_imgbox>img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform: scale(1);
}

.activity_list_box:hover>li .activity_imgbox>img {
    transform: scale(1.1);
}

.activity_text_box {
    padding: 17px 0 26px;
    box-sizing: border-box;
    max-width: calc(100% - 500px);
    overflow: hidden;
}

.activity_text_box>li:first-child {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 26px;
    margin-bottom: 24px;
}



.activity_text_box>li:nth-child(3) {
    margin: 16px 0;
}

.activity_text_box>li i {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(187, 191, 194, 1);
    line-height: 19px;
    margin-right: 11px;
    margin-left: 1px;
}

.activity_text_box>li img {
    height: 20px;
    margin-right: 11px;
    border-radius: 50%;
}

.foot_activity_text>span:first-child {
    margin-right: 40px;
}

.activity_btn {
    width: 92px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    padding: 7px 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

/* data区分按钮状态0我要报名1未开始2已结束 */
.activity_btn[data='0'] {
    background: #00936D;
}

.activity_btn[data='1'] {
    background: #999999;
}

.activity_btn[data='2'] {
    background: #f55b5b;
}

/* 子页面 3d彩票怎么买活动 END */

/* 子页面 活动详情 */

.activity_detail_content_box {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    box-sizing: border-box;
}

.activity_detail_img {
    width: 376px;
    height: 280px;
    max-width: 33%;
    overflow: hidden;
    border-radius: 4px;
}

.activity_detail_img>img {
    width: 100%;
    max-height: 100%;
    transition: transform 0.8s;
    transform: scale(1);
}

.activity_detail_img:hover>img {
    transform: scale(1.1);
}

.activity_detail_box {
    width: 734px;
    max-width: 65%;
}

.activity_title_box {
    width: 100%;
}

.activity_title_box>p {
    display: inline-block;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    vertical-align: middle;
    max-width: calc(100% - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity_title_box>img {
    vertical-align: middle;
    max-height: 26px;
    margin-left: 10px;
}

.activity_label {
    width: 100%;
    font-size: 0px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0;
}

.activity_label>span {
    padding: 4px 12px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 14px;
}

.activity_label>span:last-child {
    margin-right: 0px;
}

.activity_label>span[data='1'] {
    color: #64c42e;
    border: 1px solid #e1f3d8;
    background: #e1f3d8;
}

.activity_label>span[data='2'] {
    color: #e9a32f;
    border: 1px solid #faecd8;
    background: #faecd8;
}

.activity_label>span[data='3'] {
    color: #f76c6a;
    border: 1px solid #fde2e2;
    background: #fde2e2;
}

.activity_describe {
    width: 100%;
    height: 83px;
    background: #f5f7fb;
    position: relative;
    padding: 16px 23px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    margin-bottom: 20px;
}

.activity_describe::after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 83px;
    background: #00936D;
    position: absolute;
    top: 0;
    left: 0;
}

.activity_describe>img {
    max-width: 50px;
    margin-right: 16px;
}

.activity_describe_text_box {
    max-width: calc(100% - 100px);
    display: inline-block;
}

.activity_describe_text_box>p:nth-child(1) {
    margin-bottom: 10px;
}

.activity_describe_text_box>p:nth-child(2)>img {
    max-height: 19px;
    margin-right: 10px;
    border-radius: 50%;
}

.grey_color {
    color: #666666;
    margin-right: 10px;
}

.activity_type {
    width: 100%;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
}

.activity_type>div {
    display: inline-block;
    margin-right: 80px;
}

.activity_type>div:last-child {
    margin-right: 0px;
}

.activity_cost,
.activity_address {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
}

.activity_cost {
    margin: 16px 0;
}

.activity_detail_btn_box {
    margin-top: 40px;
    position: relative;
}

.activity_detail_btn {
    display: inline-block;
    padding: 11px 40px;
    box-sizing: border-box;
    border-radius: 4px;
}

.activity_sign_up_btn {
    background: #00936D;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    line-height: 22px;
    margin-right: 20px;
}

.activity_sign_up_btn[data-active='0'] {
    background: #00936D;
}

.activity_sign_up_btn[data-active='1'] {
    background: #f55b5b;
}

.activity_sign_up_btn[data-active='2'] {
    background: #999999;
}

.activity_share_btn {
    background: #ffffff;
    border: 1px solid #00936D;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #00936D;
    line-height: 22px;
}

.activity_share_btn>i {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #00936D;
    line-height: 22px;
    margin-right: 8px;
}

.activity_detail_browse {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}

.activity_detail_browse>i {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    margin-right: 10px;
}

.activity_detail_bottom {
    width: 100%;
    margin-top: 20px;
}

.activity_detail_rich_text {
    width: 750px;
    background: #ffffff;
    max-width: 63%;
}

.registered_box {
    width: 430px;
    background: #ffffff;
    max-width: 36%;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.activity_detail_rich_btn {
    width: 100%;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 58px;
}

.activity_detail_rich_btn>span {
    margin: 0 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.activity_detail_rich_btn>span:hover::after {
    content: '';
    display: inline-block;
    background: #00936D;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.activity-share {
    display: none;
}

.activity_detail_rich_btn>span:hover {
    color: #00936D;
}

.activity_detail_rich_btn_active::after {
    content: '';
    display: inline-block;
    background: #00936D;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.activity_detail_rich_btn_active {
    color: #00936D;
}

.activity_detail_rich_text .article {
    width: 100%;
    height: auto;
    font-family: MicrosoftYaHei;
    color: rgba(43, 43, 43, 1);
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
    padding: 30px 30px 20px;
    box-sizing: border-box;
    /* display: none; */
}

.registered_title {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    padding: 18px 20px;
    box-sizing: border-box;
    vertical-align: middle;
}

.registered_title::before {
    display: inline-block;
    content: '';
    width: 3px;
    height: 15px;
    background: #00936D;
    vertical-align: middle;
    margin-right: 10px;
}

.registered_list {
    padding: 0 32px;
    box-sizing: border-box;
    text-align: center;
}

.registered_list>li {
    width: 20%;
    margin-right: 6.6%;
    margin-bottom: 24px;
}

.registered_list>li:nth-child(4n + 4) {
    margin-right: 0;
}

.registered_list>li img {
    width: 100%;
    border-radius: 50%;
    margin-bottom: 8px;
}

.registered_list>li p {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
}

.registered_btn {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #00936D;
    line-height: 19px;
    width: 108px;
    margin: 6px auto 0;
    cursor: pointer;
    box-sizing: border-box;
}

.registered_btn>span {
    vertical-align: middle;
    margin-right: 5px;
}

.registered_btn i {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #00936D;
    line-height: 19px;
    vertical-align: middle;
}

.activity_detail_album {
    padding: 30px 31px 10px;
    box-sizing: border-box;
    display: none;
}

.activity_detail_album>ul>li {
    width: 30%;
    height: 160px;
    overflow: hidden;
    margin-right: 5%;
    margin-bottom: 20px;
    border-radius: 2px;
}

.activity_detail_album>ul>li:nth-child(3n + 3) {
    margin-right: 0;
}

.activity_detail_album>ul>li>img {
    width: 100%;
    max-height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
}

.activity_detail_album>ul>li:hover>img {
    transform: scale(1.1);
}

.activity_share_btn:hover .activity-share {
    display: block;
}

/* 子页面 活动详情 END */

/* 子页面 搜索 */
.search_content {
    margin-top: 30px;
}

.search_content>div.jou_main {
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border: 1px solid rgba(224, 224, 224, 1);
    padding-bottom: 40px;
}

.search_result_list {
    width: 100%;
    font-size: 16px;
    color: rgba(43, 43, 43, 1);
    line-height: 19px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    padding: 0px 40px;
}

.search_result_list>li {
    padding: 24px 0;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    box-sizing: border-box;
}

.search_result_list>li>ul>li:nth-child(1)::before {
    content: '';
    display: inline-block;
    border: 1px solid #00936D;
    padding: 3px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 7px;
}

.search_result_title {
    width: calc(100% - 100px);
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transform: translateX(0);
    transition: transform 1s;
}

.search_result_title:hover {
    transform: translateX(10px);
    color: #00936D;
}

.search_result_title>span {
    font-size: 16px;
    vertical-align: middle;
}

.search_result_title>span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    padding-left: 47px;
    position: absolute;
    top: 0;
    left: 0px;
    box-sizing: border-box;
}

.search_result_time {
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
}

.search_title {
    line-height: 85px;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    padding: 0px 40px;
}

.search_title i {
    margin-right: 15px;
    /* margin-top: -7px; */
    vertical-align: middle;
    font-size: 18px;
    color: #00936D;
}

.search_title>span {
    color: #00936D;
    font-size: 22px;
    vertical-align: middle;
}

/*隐藏表单*/
.search_page_form {
    width: 80%;
    max-width: 686px;
    margin: 0 auto;
    padding: 10px 0 30px;
    display: block;
}

.search_page_form .input-box {
    font-size: 0;
    border: 1px solid #00936D;
    border-radius: 0;
    height: 50px;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    overflow: hidden;
}

.search_page_form .input-box input {
    width: calc(100% - 134px);
    height: 100%;
    box-sizing: border-box;
}

.search_page_form .input-box a {
    height: 48px;
    width: 134px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
}

.search_page_form .input-box a>i {
    vertical-align: middle;
    margin-right: 4px;
    font-size: 14px;
}

.search_page_form .input-box a>span {
    vertical-align: middle;
}

.search_page_form-control {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
}

.search_page_form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.search_page_form-control:-ms-input-placeholder {
    color: #999;
}

.search_page_form-control::-webkit-input-placeholder {
    color: #999;
}

.search_page_form-control[disabled],
.search_page_form-control[readonly],
fieldset[disabled] .search_page_form-control {
    background-color: #eee;
    opacity: 1;
}

.search_page_form-control[disabled],
fieldset[disabled] .search_page_form-control {
    cursor: not-allowed;
}

/* 子页面 搜索 END */

/* 悬浮按钮 */
.suspension_box {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -175px;
    z-index: 100;
    background: #00936D;
}

.suspension_box_line {
    width: 56px;
    height: 1px;
    background: #ffffff;
    box-shadow: 0px 2px 15px 0px rgba(0, 62, 148, 0.1);
    opacity: 0.3;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.suspension_box>ul>li {
    width: 70px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.suspension_box>ul>li>div:nth-child(1),
.suspension_box>ul>li>a {
    padding: 10px 0;
    display: block;
}

.suspension_box>ul>li i {
    display: block;
    padding-bottom: 6px;
    font-size: 22px;
    line-height: 22px;
}

.suspension_hove {
    z-index: 10000;
    box-sizing: border-box;
    vertical-align: middle;
    position: absolute;
    right: 100%;
    /* top: 0; */
    margin-right: 17px;
    background: #00936D;
    transform: translateX(300px);
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    -moz-transform: translateX(300px);
}

.suspension_hove_phone {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 0 29px;
    position: absolute;
    /* right: 70px; */
    top: 50%;
    margin-top: -20px;
    border-radius: 10px;
    white-space: nowrap;
}

.suspension_hove_phone::after {
    top: 39%;
    right: -5px;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-left: 5px solid #00936D;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

.suspension_hove_img {
    background: url(/xyh/dafa9e16-3c33-4db5-9168-d69f6e266440/images/headerImg/suspension_bg_img.png) center 100%/100% 100% no-repeat;
    color: #2b2b2b;
    line-height: 16px;
    padding: 0 29px;
    position: absolute;
    top: 50%;
    margin-top: -90px;
    border-radius: 10px;
}

.suspension_box>ul>li:hover .suspension_hove {
    display: block;
    transition: transform 300ms linear;
    -webkit-transition: transform 300ms linear;
    -moz-transition: transform 300ms linear;
    -o-transition: transform 300ms linear;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
}

.suspension_hove>img {
    width: 120px;
    height: 120px;
    margin: 18px auto;
    margin-bottom: 8px;
}

.suspension_hove_img>p {
    text-align: center;
    margin-bottom: 16px;
}

/* 首页 - 校园风光 */

.index_campus {
    padding: 50px 0;
    box-sizing: border-box;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    background-image: url('/xyh/dafa9e16-3c33-4db5-9168-d69f6e266440/images/index-campus-bg.png');
    width: 100%;
    /* height: 760px; */
    background-size: 100% 100%;
}

.index_campus_title {
    text-align: center;
    margin-bottom: 30px;
}

.index_campus_title_cn {
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 37px;
}

.index_campus_title_eng {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    line-height: 28px;
}

.index_campus_wrapper {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.index_campus_middle {
    margin: 0 20px;
}

.index_campus_wrapper img {
    width: 100%;
    height: 100%;
}

.index_campus_wrapper img:hover {
    transform: scale(1);
    transition: transform 0.8s;
}

.index_campus_left_img1 {
    width: 390px;
    height: 302px;
    margin-bottom: 15px;
}

.index_campus_left_img2 {
    width: 390px;
    height: 230px;
}

.index_campus_middle_img1 {
    width: 390px;
    height: 230px;
    margin-bottom: 15px;
}

.index_campus_middle_img2 {
    width: 390px;
    height: 230px;
}

.index_campus_right_img1 {
    width: 390px;
    height: 475px;
}

.index_campus_btn {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}

#index_campus_box .swiper-button-prev {
    position: absolute;
    left: 90%;
    top: 520px;
    width: 44px;
    height: 44px;
    background-size: 100% 100%;
    background-image: url('/xyh/dafa9e16-3c33-4db5-9168-d69f6e266440/images/index_campus_left.png');
}

#index_campus_box .swiper-button-next {
    position: absolute;
    left: 94%;
    top: 520px;
    width: 44px;
    height: 44px;
    margin-left: 20px;
    background-size: 100% 100%;
    background-image: url('/xyh/dafa9e16-3c33-4db5-9168-d69f6e266440/images/index_campus_right.png');
}

.index-news {
    background: url('/xyh/dafa9e16-3c33-4db5-9168-d69f6e266440/images/old-photo-bg.png') no-repeat right bottom/100% 597px;
}

.index-old-photo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-old-photo-list .index-old-photo-module {
    width: 48%;
    margin-bottom: 20px;
}

.index-old-photo-list .index-old-photo-module:nth-of-type(3) {
    height: 298px;
}

.index-old-photo-list .index-old-photo-module {
    height: 216px;
}

.index-old-photo-list .index-old-photo-module>img {
    height: 100%;
    width: 100%;
}

.index-old-photo-list .index-old-photo-module .index-old-photo-more {
    width: 212px;
    height: 62px;
    background: linear-gradient(90deg, #00936D 0%, #1B8C8F 100%);
    opacity: 0.91;
    display: none;
    margin-top: 20px;
    align-items: center;
}

.index-old-photo-list .index-old-photo-module:nth-of-type(4) .index-old-photo-more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

.index-old-photo-list .index-old-photo-module:nth-of-type(4) .index-old-photo-more img {
    margin-left: 10px;
}

.main-page-list {
    width: 100%;
    height: 160px;
    margin-bottom: 27px;
    padding: 26px 30px;
    box-sizing: border-box;
}

.main-page-list.a {
    background: url('/xyh/dafa9e16-3c33-4db5-9168-d69f6e266440/images/xiaoqingzhuanti.png') no-repeat center center/100% 100%;
}

.main-page-list.b {
    background: url('/xyh/dafa9e16-3c33-4db5-9168-d69f6e266440/images/yiqing.png') no-repeat center center/100% 100%;
}

.main-page-list.c {
    background: url('/xyh/dafa9e16-3c33-4db5-9168-d69f6e266440/images/donate.png') no-repeat center center/100% 100%;
}

.main-page-list .index-page-list-text1 {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.main-page-list .index-page-list-text2 {
    font-size: 26px;
    margin-top: 6px;
    color: #fff;
}

.main-page-list img {
    width: 32px;
    height: 12px;
    margin-top: 23px;
}

.service_detail_box {
    background: #fff url('../images/service-bg.png') no-repeat center center/100% 100%;
    height: 668px;
    padding-top: 45px;
    box-sizing: border-box;
}

.service_detail_box .service_list_box {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.service_detail_title {
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    font-size: 28px;
}

.service_detail_title::after {
    position: absolute;
    content: "";
    width: 64px;
    height: 10px;
    background: #00936D;
    opacity: 0.2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.service_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 184px;
    height: 204px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    flex-wrap: wrap;
    margin-left: 35px;
    margin-bottom: 40px;
}


.service_list img {
    width: 43px;
    height: 36px;
    margin-bottom: 35px;
}

.subpage_images_list {
    display: flex;
    flex-wrap: wrap;
}

.subpage_images_list_item {
    text-align: center;
    margin-top: 40px;
    margin-right: 12px;
    font-size: 16px;
    width: 220px;
}

.subpage_images_list_item:nth-of-type(4n) {
    margin-right: 0;
}

.subpage_images_list img {
    width: 220px;
    height: 125px;
    margin-bottom: 14px;
}

.donate-list .donate-list-title {
    width: 100%;
    height: 50px;
    background: #00936D;
    box-shadow: 0px 2px 20px 0px rgba(12, 93, 155, 0.08);
    color: #fff;
    padding: 0 20px;
    margin-top: 40px;
    line-height: 50px;
}

.donate-list {
    border: 1px solid #E8E8E8;
    border-top: none;
    border-bottom: none;
}

.donate-list-box {
    background-color: #fff;
}

.donate-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.donate-item {
    width: 100%;
    background-color: #fff;
}

.donate-item-header {
    height: 50px;
    background: 00936D;
    padding: 0 35px 0 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.donate-item-header p {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
}

.donate-item-header img {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.donate-item-cotent {
    box-sizing: border-box;
}

.donate-item-column {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    border-bottom: 1px #E8E8E8 solid;
}

.donate-item-column:nth-of-type(1) {
    background-color: rgba(0, 147, 109, 0.1);
    height: 70px;
    color: #00936D;
    font-size: 16px;
}

.donate-item-column-num {
    /* text-align: center; */
    padding-left: 25px;
    min-width: 25%;
}

.donate-item-column-donor {
    min-width: 35%;
}

.donate-item-column-money {
    min-width: 20%;
}

.donate-item-column-time {
    text-align: center;
    min-width: 20%;
}
