@charset "UTF-8";
/**!
 * [老年人专区]
 * date:2023-09-14
 * author: [zhoujie];
 */
body {
    background: #fff;
}

.content {
    padding-bottom: 60px;
}
.content * {
    box-sizing: border-box;
}
.content-hd {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 48px;
    background: url('../images/hotback.png') no-repeat center;
}
.content-hd > .name {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 56px;
    font-weight: 700;
    line-height: 177px;
    letter-spacing: 4.48px;
}
.content-hd > .name::before,
.content-hd > .name::after {
    content: '';
    display: block;
    width: 118px;
    height: 17px;
}

.banner {
    height: 300px;
    padding-top: 112px;
    background: url('../images/banner.png') center no-repeat;
}
.banner h4 {
    color: #ff9a06;
    font-family: YouSheBiaoTiHei;
    font-size: 75px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.44px;
}

.hot .content-bd {
    position: relative;
}
.hot .content-bd {
    width: 1200px;
    margin: 0 auto;
    margin-left: -10px;
}
.hot .swiper-container {
    height: 296px;
    border-radius: 12px;
}
.hot .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hot .swiper-slide a {
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    width: 285px;
    height: 296px;
    padding: 40px 16px 0;
    border-radius: 12px;
}
.hot .swiper-slide a:hover {
    opacity: 0.88;
}
.hot .swiper-slide .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    height: 126px;
}
.hot .swiper-slide .img > img {
    max-width: 100%;
    max-height: 100%;
}
.hot .swiper-slide .name {
    margin-top: 12px;
    color: #333;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}
.hot .swiper-slide:nth-child(4n + 1) a {
    background: #ddedff;
}
.hot .swiper-slide:nth-child(4n + 2) a {
    background: #fff2d6;
}
.hot .swiper-slide:nth-child(4n + 3) a {
    background: #ffeae4;
}
.hot .swiper-slide:nth-child(4n + 4) a {
    background: #d8f3ef;
}
.hot .swiper-button-next,
.hot .swiper-button-prev {
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
    border-radius: 50%;
}
.hot .swiper-button-next:hover,
.hot .swiper-button-prev:hover {
    opacity: 0.8;
}
.hot .swiper-button-next {
    right: -60px;
    filter: drop-shadow(0px 4px 4px #ededed);
    background: #fff url('../images/icon-arr-r.png') center no-repeat;
}
.hot .swiper-button-prev {
    left: -60px;
    filter: drop-shadow(0px 4px 4px #ededed);
    background: #fff url('../images/icon-arr-l.png') center no-repeat;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    margin: 0 3px;
    border-radius: 0.5px;
    background: #ced8e4;
    opacity: 1;
    transition: all 0.3s;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 28px;
    background: #4691e5;
    transition: all 0.3s;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
}

.module {
    margin-top: 62px;
}
.module .module-hd {
    color: #fff;
    text-align: center;
    text-shadow: 0px 4px 4px #e8942d;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 4.48px;
}
.module .module-bd {
    padding: 120px 96px 52px 96px;
}

.treatment {
    background: url('../images/yd-back.png') no-repeat center;
}

.treatment,
.allowance,
.care {
    height: 608px;
    padding-top: 22px;
    position: relative;
}
.treatment .module-hd,
.allowance .module-hd,
.care .module-hd {
    width: 100%;
    text-align: center;
    height: 84px;
}
.treatment .module-bd,
.allowance .module-bd,
.care .module-bd {
    min-height: 300px;
    border-radius: 12px;
}
.treatment-list li,
.allowance-list li,
.care-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 32px;
    color: #333;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
}
.treatment-list li:last-child,
.allowance-list li:last-child,
.care-list li:last-child {
    margin-bottom: 0;
}
.treatment-list li::before,
.allowance-list li::before,
.care-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    background: url('../images/icon-style1.png') center no-repeat;
}
.treatment-list li a:hover,
.allowance-list li a:hover,
.care-list li a:hover {
    opacity: 0.8;
}

.care {
    background: url('../images/ga-back.png') no-repeat center;
}

.flag {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 240px;
    padding-left: 100px;
    margin-top: 62px;
    background: url('../images/bg-older4.png') center no-repeat;
}
.flag:hover {
    opacity: 0.8;
}
.flag p {
    display: block;
}
.flag .name {
    margin-bottom: 10px;
    color: #b55a00;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 3.84px;
}
.flag .sub-name {
    color: #eb841c;
    font-size: 36px;
}

.policy {
    padding-bottom: 24px;
}

.policy-list {
    min-height: 488px;
}
.policy-list .policy-item {
    display: flex;
    min-height: 238px;
    padding: 28px 66px 23px 79px;
    padding-left: 73px;
    border-left: #fabb3b 15px solid;
    margin-top: 50px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(153, 153, 153, 0.5);
}
.policy-list .policy-item:first-child {
    margin-top: 0;
}
.policy-list .policy-item:hover {
    opacity: 0.8;
}
.policy-list .name {
    color: #333;
    font-size: 40px;
    line-height: 59px;
    letter-spacing: 3.2px;
}
.policy-list .date {
    margin-top: 15px;
    color: #999;
    font-size: 36px;
    line-height: 53px;
    letter-spacing: 2.88px;
}

/* 分页 */
body .m-pagination {
    height: 72px;
    margin: 40px 0;
}
body .m-pagination .m-pagination-page > li {
    margin-right: 4px;
}
body .m-pagination .m-pagination-page > li > a {
    margin-left: 4px;
    width: 72px;
    height: 72px;
    line-height: 72px;
    padding: 0;
    text-align: center;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid #dcdcdc;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    box-sizing: border-box;
}
body .m-pagination .m-pagination-page > li.active > a {
    background: #e7a130;
    border-color: #e7a130;
    color: #fff;
    font-weight: normal;
}
body .m-pagination .m-pagination-page > li.active:hover > a {
    background: #e7a130;
    border-color: #e7a130;
    color: #fff;
}
body .m-pagination .m-pagination-page > li:hover > a {
    background-color: #eee;
    border-color: #ddd;
}
body .m-pagination .m-pagination-info.noData {
    background-color: #fff;
    padding-bottom: 70px;
}
