.header-sthj{
    background: url(../images/hjbhHeader.jpg) center no-repeat;
    background-size: 1920px 384px;
    width: 100%;
    height: 384px;
    position: relative;
}
.imgMid{
    width: 1100px;
    margin: 0 auto;
    height: 300px;
}
body {
    min-width: 1100px;
    background: #F8F8F8;
}
.mian {
    width: 100%;
    overflow: hidden;
  }
  
  .content {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 20px 300px;
    background-size: 1130px;
  }
  
.main_text {
    float: left;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
  }
  
  .text_title {
    height: 60px;
    width: 522px;
    margin-bottom: 10px;
    border-right: 8px solid #6CAB42;
    background-color: #FFFFFF;
  }
  
  .text_title1 {
    height: 60px;
    margin-bottom: 10px;
    border-right: 8px solid #6CAB42;
    background-color: #FFFFFF;
    background-image: url(../images/te.png);
    background-repeat: no-repeat;
  }
  
  .title1 {
    color: #6CAB42;
    font-size: 24px;
    line-height: 60px;
    padding-left: 20px;
    
  }
  
  .title2 {
    color: #6CAB42;
    font-size: 18px;
    line-height: 60px;
    float: right;
    padding-right: 30px;
  }
  
  .text_main {
    height: auto;
    width: 490px;
    background-color: #FFFFFF;
    padding: 10px 20px;
  }
  
  .main_ul {
    list-style-type: none;
    color: #787878;
    font-size: 17px;
  }
  
  .main_ul li {
    line-height: 40px;
  }
  
  .main_ul li a {
    display: inline-block;
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  .main_ul .newTime {
    float: right;
  }
  
  .main_text ul {
    background: #FFFFFF;
  }


.single_line_text {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
  .text_content_title {
    text-align: center;
    background-color: #fff;
    margin-bottom: 10px;
    height: 60px;
    padding-left: 20px;
  }
  
  .text_content_title .title{
    color: #6CAB42;
    font-size: 24px;
    line-height: 50px;
    height: 60px;
    background-image: url(../images/te.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    position: relative;
    z-index: 9;
    padding: 0px 20px;
    display: block;
    float: left;
    width: 120px;
  }
  .text_content_title a{
    font-size: 18px;
    background-color: #fff;
    padding: 15px 15px 0 15px;
    position: relative;
    z-index: 9;
    float: right;
    padding-right: 26px;
  }
  .text_content {
    background-color: #fff;
    padding: 20px;
  }
  .text_content_title .xian {
    display: inline-block;
    width: 440px;
    height: 2px;
    background-color: #6CAB42;
    vertical-align: middle;
    float: left;
    position: relative;
    top: 28px;
  }
  
  .text_content {
    height: auto;
    width: 1060px;
    background-color: #FFFFFF;
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  
  .content_ul {
    list-style-type: none;
    color: #787878;
    font-size: 17px;
  }
  
  .content_ul li {
    line-height: 40px;
  }
  
  .content_ul li a {
    display: inline-block;
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  .content_ul span {
    float: right;
  }
  
  .content_text ul {
    background: #FFFFFF;
  }

  .oldinfo {
    display: flex;
    position: absolute;
    top: 30px;
    width: 1100px;
    margin-left: -550px;
    left: 50%;
    justify-content: flex-end;
}


.oldinfo .right_wza a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
    background: #fff;
    color: #F76B00;
    border: 1px solid #FC740D;
    border-radius: 2px 0px 0px 2px;
}

.oldinfo .right_slh a {
    background: #F79600;
    color: #fff;
    border: 1px solid #F79600;
    border-radius: 0px 2px 2px 0px;
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
}

/* 适老化css */
.oldModel .text_content_title .title,
.oldModel .title1{font-size: 30px;}
.oldModel .text_content_title a,
.oldModel .title2{font-size: 24px;}
.oldModel .content_ul,
.oldModel .main_ul{font-size: 23px;}
.oldModel .main_ul li a{width: 70%;}