*{
    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(shjz_banner.png) no-repeat center;
}
.banner_content{
    width: 1200px;
    margin: 0 auto;
}
/* 主体 */
.content_b{
    width: 100%;
    margin-top: 50px;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.lmlj ul li{
    float: left;
    width: 380px;
    height: 80px;
    background: #fff;
    margin: 0 30px 30px 0;
}
.lmlj ul li a{
    font-family: "Microsoft YaHei Bold";
    font-weight: bold;
    font-size: 18px;
    line-height: 80px;
    text-align: center;
    color: #0f6fa7;
    display: block;
}
.lmlj ul li:nth-child(1){
    background: url(tkryjz.png) no-repeat 20px  #fff;
}
.lmlj ul li:nth-child(2){
    background: url(jyjz.png) no-repeat 20px  #fff;
}
.lmlj ul li:nth-child(3){
    background: url(jhsyknjz.png) no-repeat 20px  #fff;
    margin-right: 0;
}
.lmlj ul li:nth-child(4){
    background: url(cjrfl.png) no-repeat 20px  #fff;
}
.lmlj ul li:nth-child(5){
    background: url(tkryjz.png) no-repeat 20px  #fff;
}
.lmlj ul li:nth-child(6){
    background: url(jyjz.png) no-repeat 20px  #fff;
}
.lmlj ul li:nth-child(7){
    background: url(jhsyknjz.png) no-repeat 20px  #fff;
    margin-right: 0;
}
.lmlj ul li:nth-child(8){
    background: url(cjrfl.png) no-repeat 20px  #fff;
}
/*  */
.lmlb{
    width: 585px;
height: 339px;
background: #fff;
float: left;
margin: 0 0 30px 30px;
}
.lm_title{
    font-family: "Microsoft YaHei Bold";
    font-weight: bold;
    font-size: 24px;
    line-height: 52.52px;
    text-align: left;
    color: #0f6fa7;
    height: 50px;
    border-bottom: 1px dashed #AFB0B2;
    margin: 0 20px;
}
.lm_title a{
    font-family: "Microsoft YaHei Bold";
    font-weight: bold;
    color: #0f6fa7;
}
.lm_list ul li{
    height: 51px;
    line-height: 51px;
    border-bottom: 1px dashed #AFB0B2;
}
.lm_list{
    margin: 0 20px;
}
.lm_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;
    max-width: 402px;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.lm_list ul li span{
    margin-left: 30px;
    color: #9A9A9A;
    line-height: 51px;
    float: right;
}
.content>div:nth-child(2), .content>div:nth-child(4), .content>div:nth-child(6){
    margin-left: 0;
}

/* 老年版样式 */
.old_type .lmlj ul li{
    width: 550px;
    margin: 0 50px 50px 0;
}
.old_type .lmlj ul li:nth-child(3){
    margin-right: 50px;
}
.old_type .lm_title {
    font-size: 48px;
    line-height: 96px;;
    height: 96px;
}
.old_type .lm_list ul li{
    height: 72px;
    line-height: 72px;
}
.old_type .lm_list ul li a {
    font-size: 36px;
    line-height: 72px;
    max-width: 900px;
}
.old_type .lm_list ul li span {
    line-height: 72px;
    font-size: 36px;
}
.old_type .lmlb {
    width: 1200px;
    height: auto;
    background: #fff;
    float: left;
    margin: 0 0 50px 0;
}
.old_type .lmlj ul li a{
    font-size: 32px;
}
/* 手机版 */
.mobile_type .banner {
    width: 100vw;
    height: 27vw;
    background-size: 100vw 27vw;
    background-repeat: no-repeat;
}
.mobile_type .content{
    width: 96vw;
}
.mobile_type .lmlj ul li {
    width: 80vw;
    height: 14vw;
    margin: 0 2vw 2vw 8vw;
    background-size: 10vw 10vw !important;
}
.mobile_type .lmlj ul li a {
    font-size: 3.6vw;
    line-height: 14vw;
}
.mobile_type .content_b {
    margin-top: 6vw;
}
/* 复用 */
.mobile_type .lmlb {
    width: 94vw !important;
    margin: 2vw 1vw;
    height: auto;
    padding-bottom: 4vw;
}
.mobile_type .lm_title{
    font-size: 5vw;
    height: 12vw;
    line-height: 12vw;
    margin: 0 2vw;
}
.mobile_type .lm_list {
    margin: 0 2vw;
}
.mobile_type .lm_list ul li {
    height: 12vw;
    line-height: 12vw;
}
.mobile_type .lm_list ul li a {
    font-size: 3.6vw;
    line-height: 12vw;
    max-width: 60vw;
}
.mobile_type .lm_list ul li span {
    margin-left: 0;
    line-height: 12vw;
    font-size: 3.6vw;
}
.mobile_type .content>div:nth-child(2),.mobile_type .content>div:nth-child(4),.mobile_type .content>div:nth-child(6){
    margin-left: 1vw;
}
/* 复用结束 */
.ariaMobileHeaderInBottom .mobile_type .lmlj ul li {
    width: 94vw;
    margin: 0 2vw 2vw 2vw;
}