*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
li{
    list-style: none;
}
.clf::after{
    clear: both;
    display: block;
    content: '';
}
body{
    background-color: #F7F7F7;
}
/* banner */
.banner{
    width: 100%;
height: 500px;
background: transparent;
background: url(zhjy_banner.png) no-repeat center;
}
.banner_content{
    width: 1200px;
    margin: 0 auto;
}
/* 主体 */
.content_b{
    width: 100%;
    margin-top: 30px;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.zhjy{
    width: 1200px;
height: 950px;
background: #fff;
margin-bottom: 30px;
padding-bottom: 30px;
}
.zhjy_title{
    height: 60px;
    margin: 0 20px;
    border-bottom: 1px dashed #AFB0B2;
}
.zhjy_title a{
    font-family: "Microsoft YaHei Bold";
font-weight: bold;
font-size: 24px;
line-height: 55px;
text-align: left;
color: #0f6fa7;
}
.zhjy_list{
    margin: 0 20px;
}
.zhjy_list ul li{
   height: 51px;
   border-bottom: 1px dashed #AFB0B2;
}
.zhjy_list ul li a{
    font-family: "MicrosoftYaHei";
    font-weight: 400;
    font-size: 18px;
    line-height: 51px;
    text-align: left;
    color: #333;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    max-width: 980px;
    text-overflow: ellipsis;
}
.zhjy_list ul li span{
    float: right;
    font-size: 18px;
    line-height: 51px;
    color: #9B9A9B;
}
/* 老年版 */
.old_type .zhjy_title{
    height: 96px;
}
.old_type .zhjy_title a {
    font-size: 48px;
    line-height: 90px;
}
.old_type .zhjy_list ul li {
    height: 72px;
    line-height: 72px;
}
.old_type .zhjy_list ul li a {
    font-size: 36px;
    line-height: 72px;
    max-width: 900px;
}
.old_type .zhjy_list ul li span {
    font-size: 36px;
    line-height: 72px;
}
.old_type .zhjy {
    width: 1200px;
    height: auto;
    margin-bottom: 50px;
}
.old_type .content_b{
    margin-top: 50px;
}
/* 手机版 */
.mobile_type .content_b {
    margin-top: 6vw;
}
/* 复用 */
.mobile_type .banner {
    width: 100vw;
    height: 27vw;
    background-size: 100vw 27vw;
    background-repeat: no-repeat;
}
.mobile_type .content{
    width: 96vw;
}
.mobile_type .zhjy {
    width: 94vw;
    margin: 2vw 1vw;
    height: auto;
    padding-bottom: 4vw;
}
.mobile_type .zhjy_title{
    font-size: 5vw;
    height: 15vw;
    line-height: 12vw;
    margin: 0 2vw;
}
.mobile_type .zhjy_list {
    margin: 0 2vw;
    padding-bottom: 2vw;
}
.mobile_type .zhjy_list ul li {
    height: 12vw;
    line-height: 12vw;
}
.mobile_type .zhjy_list ul li a {
    font-size: 3.6vw;
    line-height: 12vw;
    max-width: 50vw;
}
.mobile_type .zhjy_list ul li span {
    font-size: 3.6vw;
    line-height: 12vw;
}