body{margin: 0;padding: 0;font-family: 微软雅黑}


.containers{min-height: 200px;width:100%;background-color: #ffffff}
.con-middle{width: 1200px;min-height: 200px;padding-top: 31px;margin: 0 auto}

/*切换一*/
.con-qh1{width: 100%;height: 407px;background-color: #f9f9f9;}
.con-qh1-left{width: 193px;height:99px;float:left;}
.con-qh1-title{width: 100%;height: 99px;background-color: #e2e9f5;line-height: 99px;text-align: center;font-size: 19px;font-weight: bold;color: #355e92;cursor: pointer}
.con-qh1-right{width:1007px;height: 407px;float:left;padding: 20px;}
.con-qh1-title.hover{background-color: #355e92;color: white}
.con-qh1-right>div{width: 967px;height: 367px}


/*切换二*/
.con-qh2{width: 100%;min-height: 100px;margin-top: 18px;}
.con-qh2-title{width: 100%;height: 60px;line-height: 60px;border-bottom: 1px solid #dadada;}
.con-qh2-title div{float:left;line-height: 59px;font-weight: bold;font-size: 19px;color: #355e92;cursor:pointer}
.con-qh2-title div.hover{font-size: 19px;color:#bb0000;font-weight: bold}
.con-qh2-list{width: 100%;height: 380px;padding: 20px}
.con-qh2-list>div{width: 1160px;height:340px}

/*新闻发布+数据解读*/
.con-three{width: 100%;height: 280px;}
.con-three-title{width:100%;height: 60px;line-height: 60px;border-bottom: 1px solid #dadada}
.con-three-title span{font-size: 19px;color:#bb0000;font-weight: bold;float:left}
.con-three-title a{float:right;font-size: 15px;color: #999999;}
.con-three-list{width: 100%;height: 180px;margin-top: 15px}
.con-three-list li{width: 100%;height: 45px;line-height: 45px;border-bottom: 1px dashed #dadada;background: url(tzs_bg_22.png) no-repeat left;padding-left: 15px}
.con-three-list li a{float:left;font-size: 17px;color: #333333;}
.con-three-list li span{float:right;font-size: 17px;color: #999999;}
/*新闻发布*/
.con-three-left{width: 590px;height:inherit;float:left}
/*数据发布*/
.con-three-right{width: 590px;height:inherit;float:right}

/*老年样式*/
.old_type .con-qh1-title {
    font-size: 36px;
    width: 49%;
  }
  .old_type .con-qh1-left {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .old_type .con-qh1-right {
    width: 100%;
    height: auto;
  }
  .old_type .con-qh1 {
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .old_type .con-qh1-right > div {
    width: 100%;
    height: auto;
  }
  .old_type .con-qh1-right > div#qssczz > div:nth-child(1) {
    width: 100% !important;
    height: 400px !important;
  }
  .old_type .con-qh1-right > div#qssczz > div:nth-child(2),
  .old_type .con-qh1-right > div#gyzjz > div:nth-child(2),
  .old_type .con-qh1-right > div#lsze > div:nth-child(2),
  .old_type .con-qh1-right > div#dfcz > div:nth-child(2) {
    font-size: 28px !important;
    line-height: 50px !important;
  }
  .old_type .con-qh2-title div {
    font-size: 36px !important;
  }
  .old_type .con-qh2-list > div > div:nth-child(2) {
    font-size: 28px !important;
    line-height: 50px !important;
  }
  .old_type .con-three {
    height: auto;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
  }
  .old_type .con-three-left {
    width: 100%;
  }
  .old_type .con-three-title {
    height: auto;
    line-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .old_type .con-three-title span {
    font-size: 40px;
  }
  .old_type .con-three-title a {
    font-size: 24px;
  }
  .old_type .con-three-list {
    height: auto;
  }
  .old_type .con-three-list li {
    font-size: 36px;
    line-height: 72px;
    background-size: 6px;
    background-position: left center;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    height: auto;
  }
  .old_type .con-three-list li a,
  .old_type .con-three-list li span {
    font-size: inherit;
  }
  .old_type .con-three-right {
    width: 100%;
    margin-top: 50px;
  }