@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type='text']::-ms-clear,
input[type='password']::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  position: relative;
  width: 1300px;
  margin: 0 auto;
}

body {
  min-width: 1366px;
}

/* 当前位置位置 */
.location {
  padding-left: 18px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}

.location a {
  color: #333;
}

.location span {
  color: #ff6600;
}

/* 头部 */
.header {
  position: relative;
  height: 455px;
  background: url("../images/header.png") no-repeat center;
  margin-bottom: -95px;
}

.header-toolbar {
  height: 48px;
  background: rgba(255, 255, 255, 0.4);
}

.header-toolbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #415c78;
  line-height: 48px;
}

.header-link {
  margin-right: 25px;
  color: #415c78;
}

.header-operates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #415c78;
  line-height: 48px;
}

.header-time > span {
  margin-left: 20px;
}

.header-operate {
  color: #035abd;
  margin-left: 27px;
}

.header-old {
  width: 77px;
  height: 28px;
  line-height: 28px;
  background: #0879fc;
  border-radius: 14px;
  margin-top: 11px;
  color: #fff;
  text-align: center;
  margin-left: 21px;
}

.header-login {
  float: left;
  color: #415c78;
  padding-left: 27px;
  background: url("../images/login.png") no-repeat left center;
  margin-left: 22px;
}

.header-nav {
  position: absolute;
  top: 300px;
  width: 100%;
  height: 60px;
  background: #007de6;
}

.header .logo {
  float: left;
  width: 491px;
  height: 102px;
  background: url("../images/logo.png") no-repeat left center;
  margin: 37px 0 0 -10px;
}

.header-btns {
  display: none;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-item {
  position: relative;
  width: 162px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.nav-item a{
  color: #fff;
}

.nav-item:nth-child(1).current:before, .nav-item:nth-child(1):hover:before {
  width: 37px;
}

.nav-item.current, .nav-item:hover {
  background: rgba(32, 152, 253, 0.9);
}

.nav-item.current:before, .nav-item:hover:before {
  position: absolute;
  content: '';
  width: 75px;
  height: 3px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 4px;
}

.search-wrap {
  float: right;
  margin-top: 48px;
}

.search-row {
  width: 430px;
  height: 45px;
}

.search-input {
  float: left;
  width: 316px;
  outline: none;
  line-height: 43px;
  height: 43px;
  padding-left: 17px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #d7e8fd;
  border-radius: 4px 0px 0px 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search-input::-webkit-input-placeholder {
  font-size: 16px;
  color: #8799a8;
}

.search-input:-ms-input-placeholder {
  font-size: 16px;
  color: #8799a8;
}

.search-input::-ms-input-placeholder {
  font-size: 16px;
  color: #8799a8;
}

.search-input::placeholder {
  font-size: 16px;
  color: #8799a8;
}

.search-btn {
  float: left;
  width: 114px;
  height: 45px;
  background: #0879fc;
  border-radius: 0px 4px 4px 0px;
  font-size: 18px;
  color: #fff;
  line-height: 45px;
  text-align: center;
}

.hot-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  color: #0879fc;
  line-height: 26px;
  margin-top: 10px;
}

.hot-line .label {
  width: 80px;
  padding-right: 10px;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hot-item {
  width: 82px;
  height: 26px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 13px;
  margin-right: 16px;
  text-align: center;
}

/* 尾部 */
.footer {
  min-height: 178px;
  background: #373d41;
}

.footer .container {
  width: 1200px;
}

.footer-jump {
  height: 48px;
}

.footer-jump .container {
  padding-top: 14px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-jump .chosen-container-single .chosen-single {
  height: 34px;
  line-height: 34px;
  border: none;
  background-color: #fff;
  padding: 0 0 0 21px;
}

.footer-jump .chosen-container-single .chosen-single div {
  width: 26px;
}

.footer-jump .chosen-drop-up.chosen-container-single .chosen-single div b {
  background: url("../images/choose_area_up.png") no-repeat left center;
}

.footer-jump .chosen-container-single .chosen-single div b {
  background: url("../images/choose_area_down.png") no-repeat left center;
}

.footer-jump .chosen-container-single .chosen-search {
  display: none;
}

.footer-jump .chosen-container .chosen-results {
  max-height: 170px !important;
  margin: 0;
  color: #f4f8ff;
  padding: 0;
}

.footer-jump .chosen-container .chosen-drop {
  border: none;
  background: #5b6670;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 2px 0;
}

.footer-jump .chosen-container .chosen-results li {
  padding: 0 0 0 19px;
  line-height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 200;
}

.footer-jump .chosen-container-active.chosen-with-drop .chosen-single {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  border: none;
}

.footer-jump .chosen-container .chosen-results li.highlighted {
  background: #6e7a85;
}

.footer-info-box {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 12px;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-info > p {
  margin: 0 10px;
}

.footer-info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin: 0 10px;
}

.footer-info-jh {
  padding-left: 27px;
  background: url("../images/jh.png") no-repeat left center;
}

.footer-ab {
  padding: 10px 0;
}

.footer-ab-link {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.footer-ab-link > img {
  max-height: 90px;
}

.footer-count {
  padding: 0 3px;
  color: #bdd9f5;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3px;
  background-color: #000;
}

/* 导航 */
.right-nav-list {
  position: fixed;
  right: 120px;
  top: 260px;
}

.right-nav-item {
  width: 86px;
  height: 77px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(41, 85, 146, 0.16);
          box-shadow: 0px 2px 10px 0px rgba(41, 85, 146, 0.16);
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}

.right-nav-item:last-child {
  margin: 0;
}

.right-nav-item > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #666;
  line-height: 14px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center 15px;
}

.right-nav-item.ico1 > a {
  background-image: url("../images/nav_ico1.png");
}

.right-nav-item.ico2 > a {
  background-image: url("../images/nav_ico2.png");
}

.right-nav-item.ico3 > a {
  background-image: url("../images/nav_ico3.png");
}

.right-nav-item.ico4 > a {
  background-image: url("../images/nav_ico4.png");
}

.right-nav-item.ico5 > a {
  background-image: url("../images/nav_ico5.png");
}

.right-nav-item.ico6 > a {
  background-image: url("../images/nav_ico6.png");
}

.right-nav-item.ico7 > a {
  background-image: url("../images/nav_ico7.png");
}

.right-nav-item:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#46a7f8), to(#007de6));
  background: linear-gradient(180deg, #46a7f8 0%, #007de6 100%);
}

.right-nav-item:hover.ico1 > a {
  background-image: url("../images/nav_ico1_active.png");
}

.right-nav-item:hover.ico2 > a {
  background-image: url("../images/nav_ico2_active.png");
}

.right-nav-item:hover.ico3 > a {
  background-image: url("../images/nav_ico3_active.png");
}

.right-nav-item:hover.ico4 > a {
  background-image: url("../images/nav_ico4_active.png");
}

.right-nav-item:hover.ico5 > a {
  background-image: url("../images/nav_ico5_active.png");
}

.right-nav-item:hover.ico6 > a {
  background-image: url("../images/nav_ico6_active.png");
}

.right-nav-item:hover > a {
  color: #fff;
}

/* 长者版 */
/*.show-old .header-toolbar {
  display: none;
}*/

.show-old .header .logo {
  float: left;
  width: 637px;
  height: 124px;
  background: url("../images/logo_old.png") no-repeat left center;
  margin: 50px 0 0 -10px;
}

.show-old .header-btns {
  display: block;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 256px;
  height: 40px;
  background: #fff;
  border-radius: 20px;
  right: 0;
  top: 20px;
  text-align: center;
  font-size: 22px;
  color: #333;
  line-height: 40px;
}

.show-old .header-btns .helper-btn {
  width: 114px;
  height: 40px;
  background: #fc9f35;
  border-radius: 0 20px 20px 0;
  color: #fff;
}

.show-old .header-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}

.show-old .search-wrap {
  margin-top: 82px;
}

.show-old .search-input {
  font-size: 22px;
}

.show-old .search-input::-webkit-input-placeholder {
  font-size: 22px;
}

.show-old .search-input:-ms-input-placeholder {
  font-size: 22px;
}

.show-old .search-input::-ms-input-placeholder {
  font-size: 22px;
}

.show-old .search-input::placeholder {
  font-size: 22px;
}

.show-old .search-btn {
  font-size: 24px;
}

.show-old .hot-line {
  font-size: 22px;
  line-height: 36px;
}

.show-old .hot-line .label {
  width: 104px;
  height: 36px;
}

.show-old .hot-item {
  width: auto;
  height: 36px;
  color: #666;
  padding: 0 11px;
  background: #fff;
  margin-right: 9px;
  border-radius: 18px;
}

.show-old .hot-item:last-child {
  margin: 0;
}

.show-old .nav-item {
  font-size: 30px;
}

.show-old .nav-item.current:before, .show-old .nav-item:hover:before {
  display: none;
}

.show-old .mod {
  width: 100%;
  margin: 0 0 30px 0;
}

.show-old .mod.dept, .show-old .mod.info {
  width: 100%;
  height: auto;
}

.show-old .mod-hd {
  height: 60px;
  background: url("../images/index/mod_hd_old.png") no-repeat left center;
}

.show-old .mod-hd > h2 {
  line-height: 60px;
  font-size: 32px;
  padding-left: 60px;
  background-position: 18px center;
}

.show-old .mod.hot .mod-hd > h2 {
  background-image: url("../images/index/mod_ico4.png");
}

.show-old .mod.dept .mod-hd > h2 {
  background-image: url("../images/index/mod_ico5.png");
}

.show-old .mod.info .mod-hd > h2 {
  background-image: url("../images/index/mod_ico6.png");
}

.show-old .mod.others .mod-hd > h2 {
  background-image: url("../images/index/mod_ico7.png");
}

.show-old .hot-service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding: 0 22px;
  height: 360px;
  width: 100%;
  box-sizing: border-box;
}

.show-old .hot-service-item {
  width: calc((100% / 3) - 15px);
  height: 157px;
  background: #f1f6fe;
  border: 1px solid #f1f6fe;
  background-image: none;
  margin: 0 0 22px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.show-old .hot-service-item.last {
  width: 270px;
  height: 336px;
}

.show-old .hot-service-item.last > a {
  background: url("../images/index/hot_ico_old9_bg.png") no-repeat bottom center;
}

.show-old .hot-service-item:hover {
  border: 1px solid #007de6;
  background: -webkit-gradient(linear, left bottom, left top, from(#e3eefc), to(#ffffff));
  background: linear-gradient(0deg, #e3eefc 0%, #ffffff 100%);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(6, 105, 188, 0.24);
          box-shadow: 0px 3px 10px 0px rgba(6, 105, 188, 0.24);
  background-image: none;
}

.show-old .hot-service-item:hover .hot-service-txt {
  font-size: 28px;
}

.show-old .hot-service-item > a {
  padding-top: 107px;
}

.show-old .hot-service-ico {
  width: 73px;
  height: 84px;
  top: 15px;
  /* transform: scale(0.8); */
}

.show-old .hot-service-ico.ico1 {
  background-image: url("../images/index/hot_ico_old1.png");
}

.show-old .hot-service-ico.ico2 {
  background-image: url("../images/index/hot_ico_old3.png");
}

.show-old .hot-service-ico.ico3 {
  background-image: url("../images/index/hot_ico_old3.png");
}

.show-old .hot-service-ico.ico4 {
  background-image: url("../images/index/hot_ico_old7.png");
}

.show-old .hot-service-ico.ico5 {
  background-image: url("../images/index/hot_ico_old4.png");
}

.show-old .hot-service-ico.ico6 {
  background-image: url("../images/index/hot_ico_old6.png");
}

.show-old .hot-service-ico.ico7 {
  background-image: url("../images/index/hot_ico_old7.png");
}

.show-old .hot-service-ico.ico8 {
  background-image: url("../images/index/hot_ico_old8.png");
}

.show-old .hot-service-ico.ico9 {
  background-image: url("../images/index/hot_ico_old9.png");
}

.show-old .hot-service-txt {
  height: 28px;
  font-size: 28px;
  line-height: 28px;
}

.show-old .others-list {
  margin: 24px 0 21px 0;
}

.show-old .others-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 301px;
  height: 110px;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.show-old .others-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  font-size: 28px;
  text-align: left;
  line-height: 110px;
  background-position: left center;
  padding: 0 0 0 70px;
}

.show-old .others-link.ico1 {
  background-position: left center;
}

.show-old .dept .mod-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.show-old .dept .swiper-container {
  width: 550px;
  height: 308px;
  margin: 0 27px 0 0;
}

.show-old .dept-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 8px;
}

.show-old .dept-hd-item {
  height: 88px;
  font-size: 30px;
  line-height: 88px;
  margin-right: 55px;
}

.show-old .dept-item::before {
  top: 12px;
}

.show-old .dept-item::after {
  height: 45px;
  top: 32px;
  background: url("../images/index/dept_after.png") repeat-y center;
}

.show-old .dept-item > a {
  font-size: 28px;
  line-height: 54px;
}

.show-old .dept-item > a .content {
  padding-left: 30px;
  width: 610px;
}

.show-old .info-tab {
  display: block;
}

.show-old .info-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 92px;
  background: none;
  margin-top: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e8ecf6;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.show-old .info-hd-item {
  position: relative;
  height: 92px;
  font-size: 30px;
  line-height: 92px;
  margin-right: 0;
  padding-right: 0;
}

.show-old .info-hd-item > p {
  height: 92px;
}

.show-old .info-hd-item.active {
  color: #007de6;
  background: none;
}

.show-old .info-hd-item.active:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #007de6;
  left: 0;
  bottom: -1px;
}

.show-old .info-bd {
  width: auto;
  height: 395px;
  margin-top: 33px;
}

.show-old .type-hd {
  float: left;
  display: block;
  border-bottom: none;
  width: 188px;
  height: 366px;
  background: url("../images/index/info_hd_old.png") no-repeat bottom 4px center;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(41, 85, 146, 0.12);
  background-size: cover;
  box-shadow: 0px 2px 10px 0px rgba(41, 85, 146, 0.12);
}

.show-old .type-hd-item {
  position: relative;
  height: 54px;
  font-size: 26px;
  color: #333;
  line-height: 54px;
  margin-right: -11px;
  padding-right: 35px;
  cursor: pointer;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.show-old .type-hd-item.active {
  color: #fff;
  font-weight: bold;
  background: url("../images/index/info_item_old_active.png") no-repeat center;
}

.show-old .type-hd-item.active:after {
  display: none;
}

.show-old .type-bd {
  float: left;
  margin-left: 41px;
  width: 1040px;
}

.show-old .city-hd {
  margin: 0;
}

.show-old .city-hd-item {
  width: 140px;
  height: 44px;
  line-height: 44px;
  margin-right: 20px;
  font-size: 28px;
}

.show-old .city-bd .dept-list {
  margin-top: 0;
}

.show-old .city-bd .dept-item > a .content {
  width: 900px;
}

/* 2023-2-16 */
.right-nav-list {
  z-index: 200;
}

/* 框架 */
.page-area {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  z-index: 100;
}

.page-area .content {
  margin: 32px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* 左侧 */
.slider {
  width: 200px;
  margin-right: 20px;
  min-height: 705px;
  -webkit-box-shadow: 0px 0px 15px rgba(17, 64, 128, 0.12);
          box-shadow: 0px 0px 15px rgba(17, 64, 128, 0.12);
  border-radius: 4px;
}

.slider .slider-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  color: #fff;
  background-color: #007de6;
}

.slider .slider-item {
  height: 57px;
  line-height: 57px;
  border-left: 2px solid transparent;
}

.slider .slider-item > a {
  display: block;
  padding-left: 28px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.slider .slider-item.current, .slider .slider-item:hover {
  border-left-color: #007de6;
  background: -webkit-gradient(linear, left top, right top, from(#ddedff), to(rgba(221, 237, 255, 0)));
  background: #ddedff;
}

.slider .slider-item.current > a, .slider .slider-item:hover > a {
  color: #007de6;
  font-weight: bold;
}

/* 右侧 */
.right-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
  -webkit-box-shadow: 0px 0px 15px rgba(17, 64, 128, 0.12);
          box-shadow: 0px 0px 15px rgba(17, 64, 128, 0.12);
  border-radius: 4px;
}

.right-area .info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 69px;
  border-bottom: 1px solid #eee;
}

.right-area .info-title .title-name {
  height: 68px;
  line-height: 68px;
  font-weight: 700;
  font-size: 20px;
  border-bottom: 2px solid #1584ff;
}

/* 搜索 */
.search-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 18px;
  width: 247px;
  height: 34px;
  border-radius: 109px;
  background: rgba(0, 125, 230, 0.05);
  border: 1px solid #007de6;
  overflow: hidden;
}

.search-area .page-search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 16px;
  outline: none;
  background: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: #007de6;
  font-weight: bold;
}

.search-area .page-search-input::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: bold;
  color: #007de6;
}

.search-area .page-search-input:-ms-input-placeholder {
  font-size: 13px;
  font-weight: bold;
  color: #007de6;
}

.search-area .page-search-input::-ms-input-placeholder {
  font-size: 13px;
  font-weight: bold;
  color: #007de6;
}

.search-area .page-search-input::placeholder {
  font-size: 13px;
  font-weight: bold;
  color: #007de6;
}

.search-area .search-btn {
  cursor: pointer;
  margin-right: 3px;
  width: 50px;
  height: 28px;
  background: url("../images/pages/search_ico.png") center no-repeat #007de6;
  -webkit-box-shadow: -7px 0px 14px rgba(255, 255, 255, 0.1);
          box-shadow: -7px 0px 14px rgba(255, 255, 255, 0.1);
  border-radius: 109px;
}

/* 列表 */
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px dashed #E7E7E7;
}

.news-item .news-link-wrap {
  width: calc(100% - 300px);
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-item .news-link-wrap > a {
  font-size: 16px;
  color: #333;
}

.news-item .news-link-wrap > a:hover {
  color: #007DE6;
}

.news-item .news-time {
  display: block;
  width: 100px;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  color: #999;
}

/* 分页 */
.pager {
  margin: 30px auto 34px;
}

.m-pagination-page > li > a {
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
}

.m-pagination-page > li.active > a {
  border-color: #007DE6;
  color: #007DE6;
  background-color: transparent;
}

.m-pagination-info {
  height: 30px;
  line-height: 30px;
  margin-right: 6px;
}

.m-pagination-group > input {
  height: 30px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.m-pagination-group > button {
  height: 32px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.m-pagination-size > select {
  height: 32px;
  border-radius: 4px;
}

/* 2023-04-10 引入特殊字体 */
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.eot") format("embedded-opentype"), url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.ttf") format("truetype"), url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.woff") format("woff");
}



.sourse {
  margin-top: 16px;
  line-height: 1.5em;
  color: #999;
  text-align: center;
  border-bottom: 1px solid #E8ECF6;
}

.wrap2 {
  margin: 24px 0 10px;
  padding: 35px 20px 65px;
  -webkit-box-shadow: 0px 0px 15px rgba(17, 64, 128, 0.12);
          box-shadow: 0px 0px 15px rgba(17, 64, 128, 0.12);
  border-radius: 4px;
}

.title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
}


/* 适老化列表 */
.show-old {
  font-size: 24px;
}

.show-old .news-items{
  margin-top:20px;
}
.show-old .right-area{
  overflow: hidden;
}

.show-old .slider-title {
  height: auto;
  padding: 20px 28px;
  font-size: 26px;
  line-height: 36px;
}

.show-old .news-item {
  display: -webkit-box;
  font-size:28px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 74px;
  line-height: 74px;
  border-bottom: 1px dashed #c8c8c8;
}

.show-old .news-item .news-link-wrap {
  width: calc(100% - 300px);
  line-height: 74px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.show-old .news-item .news-link-wrap > a {
  font-size: 28px;
  color: #333;
}

.show-old .news-item .news-link-wrap > a:hover {
  color: #007DE6;
}

.show-old .news-item .news-time {
  display: block;
  width: auto;
  text-align: right;
  font-weight: normal;
  font-size: 28px;
  color: #999;
}

/* 适老化分页 */
 .show-old .m-pagination-page{
    padding-right: 0;
  }
  .show-old .m-pagination-page>li{
    margin-right: 14px;
  }
  .show-old .m-pagination-page > li > a {
    height: 62px;
    line-height:62px;
    border-radius: 6px;
    padding: 0 19px;
    font-size: 28px;
    color: #5C5C5C;
    border: 2px solid #D6D6D6;
  }
  
  .show-old .m-pagination-page > li.active > a {
    border:2px solid #007DE6;
    color: #007DE6;
    background-color: transparent;
    font-weight: normal;
  }
   .show-old .m-pagination-size{
    padding-right: 14px;
  }
   .show-old .m-pagination-size .chosen-container{
    height: 66px;
    line-height: 66px;
    min-width: 140px;
  }
  .show-old .m-pagination-size .chosen-container-single .chosen-single{
    height: 66px;
    font-size: 28px;
    color: #5C5C5C;
    border: 2px solid #D6D6D6;
    border-radius: 6px;
    padding-left: 10px;
  }

   .show-old .m-pagination-size .chosen-container-single .chosen-single span{
    line-height: 62px;
    height: 62px;
    margin-right: 24px;
    position: relative;
  }
   .show-old .m-pagination-size .chosen-container-single .chosen-single span::before{
    content: '条/页';
    position: absolute;
    right: 0;
  }
   .show-old .m-pagination-size .chosen-container-single .chosen-single div{
    width: 24px;
  }
   .show-old .m-pagination-size .chosen-container-single .chosen-single div b{
    height: 62px;
    background: url("../images/pages/page_arrow.png") no-repeat left 2px center;
    width: 24px;
  }
   .show-old .m-pagination-size .chosen-container-active.chosen-with-drop .chosen-single{
    border: 2px solid #D6D6D6;

  }
   .show-old .m-pagination-size .chosen-container-single .chosen-drop{
    border: 2px solid #D6D6D6;
    border-radius: 6px;
  }
   .show-old .m-pagination-size .chosen-container .chosen-results li{
    line-height: 40px;
    font-size: 28px;
    color: #5C5C5C;
  }
   .show-old .m-pagination-size .chosen-container-active.chosen-with-drop .chosen-single div b{
    background: url("../images/pages/page_arrow.png") no-repeat left 2px center;
  }
   .show-old .m-pagination-info{
  padding-left:0;
  color:#5c5c5c;
  height: 66px;
  line-height:66px;
  font-size: 28px;
  margin-right: 14px;
}

.show-old .m-pagination-group > input {
  height: 62px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border: 2px solid #D6D6D6;
  border-right: 0;
  font-size: 28px;
  width: 60px;
}
.show-old .m-pagination-group > button {
  height: 66px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 2px solid #D6D6D6;
  padding: 0 10px;
  font-size: 28px;
}


.show-old .m-pagination-jump{
  width:auto;
}
.show-old .page-area .content{
  /* flex-wrap:wrap; */
}
.show-old .slider{
   /* display:none; */
}
.show-old .slider-items{
  display:flex;
  flex-wrap:wrap;
  /* margin:0 -15px; */
}
.show-old .slider-item{
 /* cursor: pointer; */
 height: 66px;
 line-height: 66px;
 width: 100%;
 font-size: 28px;
 /* padding:0 15px; */
 box-sizing:border-box;
 margin-bottom:30px;
 /* border-radius: 0; */
}
.show-old .slider-item a{
   /* color: #007de6; */
   /* text-align:center; */
   display:block;
   padding: 0 18px;
   /* background: #ddedff; */
   /* border-radius: 36px; */
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   font-size: 20px;
}

.show-old .slider-item:hover a,
.show-old .slider-item.current a{
      font-weight: bold;
      color: #007de6;
      background: #ddedff;
}
.show-old .right-area .info-title{
   height: 84px;
  border-bottom: 1px solid #d9e1ec;
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
}
.show-old .right-area .info-title .title-name{
  border-bottom: 0;
  line-height: 60px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  padding: 0 10px;
  height: 60px;
  position: relative;
}
.show-old .right-area .info-title .title-name:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 5px;
  background: #1584ff;
}
/* 当前位置位置 */
.show-old .location {
  margin-top:25px;
  padding-left: 44px;
  height: 40px;
  line-height:40px;
  font-size: 24px;
  background:url("../images/pages/loc_ico_old.png") no-repeat left center;
}
.show-old .location a:last-child{
  color: #007DE7;
}

.show-old .location span {
  color: #007DE7;
}

.show-old .footer{
  font-size:20px;
}
.show-old .footer-info{
  font-size: 28px;
  height: auto;
  flex-wrap: wrap;
  line-height:1.5em
}

.show-old .right-nav-item {
  width: 128px;
  height: 91px;
}

.show-old .right-nav-item > a {
  font-size: 20px;
  padding-top: 61px;
  background-size: 32px 32px;
}

.show-old .right-nav-list {
  top: 50%;
  transform: translateY(-50%);
}

.show-old .title {
  font-weight:bold;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
}

.show-old .sourse{
	font-size:28px;
	line-height:43px;
}

.show-old .sourse .sourse-item{
  display: inline-block;
  vertical-align: top;
	margin:0 20px;
}

.show-old .sourse + .main,
.show-old .sourse + .main span,
.show-old .sourse + .main a {
	font-size: 28px !important;
	line-height: 1.5;
}

.show-old .sourse + .main td{
  line-height: 1.2;
  padding: 10px!important;
  font-size: 24px!important;
}

.show-old .header-toolbar {
  height: auto;
  padding: 5px 0;
}

.show-old .header-links {
  line-height: 1.2;
  font-size: 22px;
  display: block;
}

.show-old .header-link {
  display: inline-block;
  margin: 10px 25px 10px 0;
}

.show-old .header-operates {
  display: block;
  margin-top: 10px;
  flex-shrink: 0;
  line-height: 1.2;
  font-size: 22px;
}

.show-old .header-operates>* {
  float: left;
}

.show-old .header-old {
  width: auto;
  padding: 0 10px;
  margin-top: 0;
  cursor: pointer;
}