.main {
    position: relative;
}

.bg1 {
    width: 355px;
    position: absolute;
    bottom: -32px;
    left: 0;
}

.bg2 {
    width: 533px;
    position: absolute;
    top: -100px;
    right: -70px;
}

/* <!-- 主体 --> */
.zhuti {
    margin-bottom: 90px;
}

.zhuti_l {
    width: 796px;
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.16)
}

.title1 {
    width: 1320px;
    margin: auto;
    margin-top: 75px;
    margin-bottom: 42px;
}

.zhuti_l h1 {
    width: 100%;
    text-align: center;
    line-height: 53px;
    color: white;
    height: 53px;
    font-size: 26px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #74BB32, #28AB35);
}

.zhuti_l ul {
    padding: 0 15px;
    padding-top: 31px;
    box-sizing: border-box;
}

.zhuti_l ul li a .clrle {
    width: 13px;
    height: 13px;
    background-color: #74BB32;
    border-radius: 50%;
    margin-right: 19px;
}

.zhuti_l ul li a p {
    font-size: 16px;
}

.zhuti_l ul li a span {
    position: absolute;
    font-size: 14px;
    right: 18px;
}

.zhuti_l ul li a {
    padding: 0 18px;
    box-sizing: border-box;
    position: relative;
    align-items: center;
    display: flex;
    height: 56px;
    padding-bottom: 17.5px;
    margin-bottom: 7.5px;
    padding-top: 17.5px;
    /* border-bottom: 1px dashed #707070; */
}

.zhuti_l ul li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    border-bottom: 1px dashed #707070;
}

.zhuti_l ul li a:hover p {
    color: #74BB32;
}

.zhuti_l ul li a:hover {
    background-color: #F4F4F4;
}


.zhuti_l ul li a:hover span {
    color: #74BB32;
}

.zhuti .content {
    width: 1320px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.ma_r .mar1 a {
    padding: 28px 87px 31px 158px;
    display: block;
    width: 459px;
    height: 104px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 34px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.ma_r .mar1 a:nth-child(1) {
    color: #FFFFFF;
    background: url(../images/yanglaozhengce/img10.png) no-repeat;
}

/* 二维码 */
.zhuti_r .right4 {
    height: 200px;
    border-radius: 5px;
    padding: 20px 0 20px 14px;
    box-sizing: border-box;
    margin-top: 28px;
    margin-bottom: 35px;
    display: flex;
    background-image: linear-gradient(to bottom, #74BB32, #28AB35);
}

.zhuti_r .right4 .imgbox {
    width: 160px;
    height: 160px;
}

.zhuti_r .right4 .msgbox {
    padding-top: 22px;
    margin-left: 21px;
    box-sizing: border-box;
}

.zhuti_r .right4 .msgbox h1 {
    font-size: 16px;
    color: white;
    margin-bottom: 29px;
    letter-spacing: 1px;
}

.zhuti_r .right4 .msgbox h2 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.zhuti_r .right4 .msgbox span {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

/* 热门养老机构 */

.zl_r {
    width: 459px;
}

.zl_r .title {
    width: 100%;
    height: 62px;
    text-align: center;
    color: white;
    font-size: 24px;
    border-radius: 5px;
    line-height: 62px;
    background-image: linear-gradient(to bottom, #74BB32, #28AB35);
}

.zl_r ul {
    padding: 25px 23px 19px 23px;
    background-color: #FFFFFF;
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
}

.zl_r ul li a {
    display: flex;
    margin-bottom: 21px;
}

.zl_r ul li:last-child a {
    margin-bottom: 0;
}

.zl_r ul li a .yly_l {
    width: 166px;
    height: 95px;
}

.zl_r ul li a .yly_r {
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.zl_r ul li a .yly_r h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 18px;
}

.zl_r ul li a .yly_r p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    color: #666666;
}


/*分页*/
.fenyespan {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-top: 92.5px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.fenyespan span {
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 12px;
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #ebebeb;
}

.fenyespan span .bs {
    color: white;
    font-weight: bold;
    background-color: #74BB32;
}

.fenyespan span a {
    color: #666666;
    display: block;
    background-color: #EEEEEE;
    font-size: 18px;
}

.fenyespan span:hover,
.fenyespan a:hover {
    cursor: pointer;
    background-color: #74BB32;
    color: #fff;
    border-color: #74BB32;
}

.fenyespan span:hover .spana {
    color: #fff;
}

.fenyespan .fenyeactive {
    background-color: #74BB32;
    border-color: #74BB32;
}

.fenyespan .fenyeactive a {
    color: #fff;
    display: block;
}

.fenyespan .a {
    width: 40px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    display: inline-block;
    margin: 0 5px;
    color: #666666;
}

/*分页结束*/