*{
  font-family: "微软雅黑" !important;
}
html {
  min-width: 1200px;
}
table.table.table-bordered td img {
    max-width: 100%;
}
.container {
  width: 1200px !important;
  margin: 0 auto;
  min-width: 1200px;
}
.banner{
  background: url(banner.png) no-repeat;
  height: 240px;
  overflow: hidden;
}
.banner .container .yjsbox{
  margin-top: 70px;
}
.yjsname{
  font-size: 42px;
  color: #000;
}
.yjsbtn{
  color: #3262ce;
  font-size: 16px;
  line-height: 42px;
  border-radius: 21px;
  border: 1px solid #3262ce;
  display: inline-block;
  padding: 0px 15px;
  margin-left: 20px;
}
a.blbtn:hover {
  color: #fff;
}
.blbtn{
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  background: #3262ce url(arrow.png) no-repeat 110px center;
  border-radius: 5px;
  display: inline-block;
  padding: 0px 40px 0px 20px;
  margin-top: 30px;
}
.xnlb{
  background: url(xnlb.png) no-repeat;
  height: 195px;
  margin-top: 50px;
  overflow: hidden;
  margin-bottom: 50px;
}
.lbxntit{
  color: #e5560b;
  font-size: 24px;
  margin-left: 100px;
  margin-top: 30px;
  display: block;
  font-weight: bold;
  width: 96px;
  height: 100%;
  float: left;
  margin-right: 35px;
}
.xnlb ul{
  width: 32%;
  float: left;
  margin-top: 10px;
  margin-right: 40px;
  position: relative;
}
.xnlb ul li{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style: none;
  padding: 0;
}
.xnlb ul li span{
  width: 33.33%;
  font-size: 16px;
  color: #666;
  line-height: 47px;
  text-align: center;
}
.xnlb ul li .org{
  color: #e96f3c;
}
.xnlb ul .bkx{
  border-radius: 5px;
  margin-bottom: 16px;
}
.xnlb ul li.bkx span:nth-child(1){
  background: #fdecdf url(time.png) no-repeat 14px center;
  padding-left: 40px;
  border: 1px solid #f1cfb7;
}
.xnlb ul li.bkx span:nth-child(2){
  background: #fff;
  text-decoration: line-through;
  border-top: 1px solid #f1cfb7;
  border-bottom: 1px solid #f1cfb7;
}
.xnlb ul li.bkx span:nth-child(3){
  background: url(lbbg.png) no-repeat;
  color: #fff;
  font-weight: bold;
  width: 37%;
  position: absolute;
  right: -16px;
  left: 243px;
  background-size: 100% 100% !important;
  text-align: center;
}
h2.sectionBody-title {
  height: 67px;
  line-height: 67px;
  border-top: 1px solid #d2d9e9;
  border-left: 1px solid #d2d9e9;
  border-right: 1px solid #d2d9e9;
  font-size: 22px;
  padding-left: 22px;
  background: #f6f7fb;
  font-weight: normal;
}
.section.guide-section-detail .tab .tab-nav .nav-tabs > li {
  margin: 0;
  flex: 1;
  text-align: center;
  background-color: #3262ce;
  padding: 3px 10px 0px 10px;
}
table.table.table-bordered{
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.tab-pane {
  transition: opacity 0.3s ease;
}
.nav-tabs li {
  transition: background-color 0.2s ease;
}
table.table.table-bordered th, table.table.table-bordered td {
  border: 1px solid #d2d9e9;
  line-height: 50px;
  /* padding-left: 22px; */
  font-size: 16px;
  color: #333;
  text-align: left;
  vertical-align: middle;
  /* padding-right: 10px; */
}
table.table.table-bordered td span {
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
}
table.table.table-bordered th a, table.table.table-bordered td a{
  color: #3262ce;
}
table.table.table-bordered th{
  /* width: 16%; */
  background: #f6f7fb;
  padding-left: 22px;
  padding-right: 10px;
}
/* table.table.table-bordered td{
  width: 40%;
} */
.section.section-detail .tab .tab-nav .nav-tabs > li > a {
  margin: 0;
  border: 0 !important;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 52px;
  width: 100%;
  display: inline-block;
  padding: 0px;
}
.section {
  margin-bottom: 50px;
  background-color: #fff;
}
.section.guide-section-detail .tab .tab-nav .nav-tabs > li.active > a {
  color: #3262ce;
  font-weight: bold;
  background: #fff;
}
.section.guide-section-detail .tab .tab-nav .nav-tabs {
  border: 0;
  font-size: 20px;
  display: flex;
  margin-bottom: 30px;
}
table.table.table-bordered th span, table.table.table-bordered td span {
  margin: 10px 2.5%;
  max-width: 95%;
  overflow-wrap: break-word;
}





/* 适老化 */
.jnpageold .yjsbtn {
  font-size: 32px;
  line-height: 52px;
  border-radius: 26px;
}
.jnpageold .yjsname {
  font-size: 52px;
}
.jnpageold .blbtn {
  line-height: 64px;
  font-size: 32px;
  background: #3262ce url(arrow.png) no-repeat 160px center;
  margin-top: 20px;
  background-size: 20px;
}
.jnpageold .banner .container .yjsbox {
  margin-top: 50px;
}
.jnpageold .lbxntit {
  font-size: 30px;
  margin-left: 90px;
  margin-top: 30px;
  width: 120px;
  margin-right: 20px;
}
.jnpageold .xnlb ul li.bkx span:nth-child(1) {
  background: #fdecdf url(time.png) no-repeat 5px center;
  padding-left: 30px;
}
.jnpageold .xnlb ul li span{
  font-size: 24px;
}
.jnpageold .xnlb ul li.bkx span:nth-child(3) {
  width: 32%;
  left: 286px;
  text-align: center;
}
.jnpageold .xnlb ul {
  width: 38%;
  margin-right: 0px;
}
.jnpageold .xnlb ul li span:nth-child(3) {
  width: 32%;
  text-align: left;
}
.jnpageold h2.sectionBody-title {
  height: 88px;
  line-height: 88px;
  font-size: 44px;
}
.jnpageold table.table.table-bordered th,.jnpageold table.table.table-bordered td{
  font-size: 28px;
  padding-left: 12px;
}
.jnpageold table.table.table-bordered td span{
  line-height: 35px;
}
.jnpageold table.table.table-bordered th {
  /* width: 20%; */
  line-height: 64px;
}
.jnpageold .section.section-detail .tab .tab-nav .nav-tabs > li > a {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  height: 77px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.jnpageold .section.guide-section-detail .tab .tab-nav .nav-tabs > li {
  height: 80px;
  vertical-align: middle;
}
.jnpageold table.table.table-bordered .btn{
  font-size: 28px;
}


@media only screen  and (max-width: 1200px) {
  .xnlb ul li.bkx span:nth-child(3){
    left: 222px;
  }
  .xnlb ul li.bkx span:nth-child(1){
    padding-left: 36px;
  }
}