@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,
em,
strong,
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-size: 12px;
  font-family: "SimSun";
  background: url(../images/bg.jpg) left 28px repeat-x #fff;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

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

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

a {
  text-decoration: none;
}

/* 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;
}
/*! grid system 24դ�� 998px */

.ewb-container {
  width: 998px;
  margin: 0 auto;
}

.ewb-row {
  overflow: hidden;
}

.ewb-span24 {
  width: 998px;
  float: left;
}

.ewb-span23 {
  width: 956px;
  float: left;
}

.ewb-span22 {
  width: 914px;
  float: left;
}

.ewb-span21 {
  width: 872px;
  float: left;
}

.ewb-span20 {
  width: 830px;
  float: left;
}

.ewb-span19 {
  width: 788px;
  float: left;
}

.ewb-span18 {
  width: 746px;
  float: left;
}

.ewb-span17 {
  width: 704px;
  float: left;
}

.ewb-span16 {
  width: 662px;
  float: left;
}

.ewb-span15 {
  width: 620px;
  float: left;
}

.ewb-span14 {
  width: 578px;
  float: left;
}

.ewb-span13 {
  width: 536px;
  float: left;
}

.ewb-span12 {
  width: 494px;
  float: left;
}

.ewb-span11 {
  width: 452px;
  float: left;
}

.ewb-span10 {
  width: 410px;
  float: left;
}

.ewb-span9 {
  width: 368px;
  float: left;
}

.ewb-span8 {
  width: 326px;
  float: left;
}

.ewb-span7 {
  width: 284px;
  float: left;
}

.ewb-span6 {
  width: 242px;
  float: left;
}

.ewb-span5 {
  width: 200px;
  float: left;
}

.ewb-span4 {
  width: 158px;
  float: left;
}

.ewb-span3 {
  width: 116px;
  float: left;
}

.ewb-span2 {
  width: 74px;
  float: left;
}

.ewb-span1 {
  width: 32px;
  float: left;
}

.ewb-ml4 {
  margin-left: 4px;
}

.ewb-ml10 {
  margin-left: 10px;
}

.ewb-mt10 {
  margin-top: 10px;
}

/* top */

.ewb-top {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  background-color: #f7f7f7;
}

.ewb-top .r span {
  padding: 0 7px;
}

.ewb-banner {
  height: 204px;
  /*background: url(../images/banner.png) center top no-repeat;*/
}

.ewb-logo {
  margin-left: 9px;
  margin-top: 58px;
}

.ewb-content {
  padding: 0 10px;
}

.ewb-nav {
  height: 42px;
  background-color: #185cb7;
}

.ewb-nav-items {
  padding-left: 20px;
}

.ewb-nav-item {
  width: 128px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}

.ewb-nav-item a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.ewb-nav-item a:hover {
  background-color: #3194f2;
}

.ewb-second-items {
  position: absolute;
  /*width: 114px;*/
  width: 100%;
  background: #3194f2;
  z-index: 999;
  display: none;
}

.ewb-second-items li {
  height: 35px;
  line-height: 35px;
  vertical-align: top;
  text-align: center;
}

.ewb-second-items li a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
}

.ewb-second-items li a:hover {
  text-decoration: underline;
  color: #de9a2e;
}

.ewb-nav-item:hover .ewb-second-items {
  display: block;
}

.ewb-nav-search {
  margin-top: 10px;
  padding-left: 13px;
  width: 181px;
  height: 26px;
  background: url(../images/search_bg.png);
}

.ewb-search-txt {
  width: 156px;
  height: 26px;
  line-height: 26px;
  border: 0;
  outline: 0;
  color: #999;
}

.ewb-search-btn {
  margin-top: 2px;
  width: 22px;
  height: 22px;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: url(../images/search_btn.png);
}

.ewb-search-btn:hover {
  background: url(../images/search_btnh.png);
}

/* footer */

.ewb-footer {
  padding-top: 10px;
  height: 180px;
  background-color: #a0a8b0;
}

.ewb-footer-con {
  position: relative;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

.ewb-footer-con a {
  color: #fff;
}

.ewb-split1 {
  padding: 0 15px;
}

.ewb-split2 {
  padding-left: 13px;
}

.ewb-footer-link1 {
  position: absolute;
  top: 22px;
  left: 211px;
}

.ewb-footer-link2 {
  position: absolute;
  top: 25px;
  right: 107px;
}

.ewb-yzmnew {
  line-height: 40px;
  font-size: 25px;
  letter-spacing: 18px;
  cursor: pointer;
}

/* 工具条 */
.wza-box {
  padding-top: 85px;
}
.wza-box a {
  display: block;
  float: right;
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  font-size: 18px;
  letter-spacing: 0.32px;
  margin-bottom: 5px;
}
.wza-box a.wza {
  background: #fff;
  color: #f76b00;
  border: 1px solid #fc740d;
  border-radius: 2px 0px 0px 2px;
}
.wza-box a.oldman {
  background: #f79600;
  color: #fff;
  border: 1px solid #f79600;
  border-radius: 0px 2px 2px 0px;
}

/* 适老化 */
.oldModel * {
  font-size: 28px !important;
  line-height: 1.5 !important;
}
.oldModel .ewb-footer {
  height: auto !important;
}
.oldModel .ewb-span12 {
  width: 100% !important;
  float: initial;
}
.oldModel #slider {
  width: 100%;
  height: 460px;
}
.oldModel .wb-slider-mask .ellipsis {
  width: 780px;
}
.oldModel .ewb-viewpager {
  height: auto;
}
.oldModel .ewb-ml10 {
  margin-left: 0;
}
.oldModel .ewb-news-hd {
  height: auto;
  line-height: 50px;
}
.oldModel .ewb-n-t {
  font-size: 28px !important;
}
.oldModel .ewb-tab-tt {
  width: fit-content;
  height: 50px;
  background-size: 100% auto;
  padding: 0 10px;
}

.oldModel .ewb-top,
.oldModel .ewb-nav {
  height: 40px;
  line-height: 40px;
}
.oldModel .ewb-sea-btn {
  width: 144px;
}
.oldModel .ewb-span7,
.oldModel .ewb-span10 {
  width: 100%;
}
.oldModel .ewb-com-tt {
  width: 140px;
  padding-top: 0;
}
.oldModel .ewb-com {
  height: auto;
  padding-bottom: 20px;
}
.oldModel .ewb-gov-link,
.oldModel .ewb-gov-link2 {
  width: fit-content;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oldModel .ewb-gov-link span,
.oldModel .ewb-gov-link2 span {
  white-space: nowrap;
  padding-top: 0 !important;
  margin-left: 10px !important;
}
.oldModel .ewb-gov-link span br,
.oldModel .ewb-gov-link2 span br {
  display: none;
}
.oldModel .ewb-gov-link2 span {
  padding-bottom: 15px;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
}
.oldModel .ewb-gov-link2 .ewb-gov-icon {
  margin-top: 0px;
  transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
}
.oldModel .ewb-social-link {
  margin: 40px 60px;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.oldModel .ewb-viewpager,
.oldModel #slider1 {
  height: 460px !important;
  width: 100% !important;
}
.oldModel .ewb-ml10 {
  margin-left: 0;
}
.oldModel .wb-slider-mask .ellipsis {
  width: 840px;
}
.oldModel .ewb-info-hd .ewb-info-tt {
  height: 40px;
  line-height: 40px;
}
.oldModel .ewb-info-hd {
  height: 40px;
  line-height: 40px;
}
.oldModel .ewb-com-item {
  height: auto;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between; /* flex-wrap: wrap; */
}
.oldModel .ewb-inter-link {
  width: fit-content;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oldModel .ewb-photo {
  height: 260px;
}
.oldModel .ewb-video img {
  width: 100%;
}
.oldModel .ewb-banjian-tt {
  width: 280px;
}
.oldModel .ewb-com-hd {
  margin-top: 10px;
}
.oldModel .ewb-fl-tt {
  height: 50px;
  line-height: 50px;
  margin-top: 0;
}
.oldModel .ewb-fl-sel {
  height: 50px;
  line-height: 50px;
  width: 214px;
  margin-top: 0;
}
.oldModel .ewb-firendlink {
  height: auto;
  line-height: 50px;
}
.oldModel .ewb-ft-con {
  height: 40px;
  line-height: 40px;
}
.oldModel .ewb-left-item a {
  height: 50px;
  line-height: 50px;
}
.oldModel .ewb-r-hd,
.oldModel .ewb-location {
  height: 50px !important;
  line-height: 50px !important;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.oldModel .ewb-com-item span {
  margin-top: 0;
  float: initial !important;
  margin-left: auto;
  width: fit-content;
  flex-shrink: 0;
  height: 50px;
  line-height: 50px;
}
.oldModel .ewb-info {
  height: auto;
}
.oldModel .ewb-n-link {
  width: fit-content;
  margin: 0 auto;
}
.oldModel .ewb-nav .ewb-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.oldModel .ewb-nav .ewb-row li {
  margin: 0 auto;
}
.oldModel .ewb-page-li > a {
  height: 40px;
  line-height: 40px;
}
.oldModel .ewb-info-source {
  height: auto;
  line-height: 40px;
}

.oldModel .ewb-news {
  height: auto;
}
.oldModel .ewb-more {
  padding-top: 2px;
}
.oldModel .ewb-span5 {
  width: 100%;
}
.oldModel .ewb-span19 {
  width: 100%;
}
.oldModel .ewb-afr {
  height: auto;
}
.oldModel .ewb-ole-bd {
  height: auto;
}
.oldModel .ewb-ole-a {
  padding-bottom: 10px;
  height: 70px !important;
  line-height: 35px;
}
.oldModel .ewb-second-items {
  width: 300px;
}
.oldModel .ewb-itc-link {
  padding-bottom: 10px;
}
.oldModel .ewb-itc-bd {
  height: auto;
}
/* .oldModel #siteViewCount{ transform:scale(1.5) ; -webkit-transform:scale(1.5) ; -moz-transform:scale(1.5) ; -ms-transform:scale(1.5) ; -o-transform:scale(1.5) ; } */
.oldModel #siteViewCount img {
  width: 28px;
  height: 28px;
}
.oldModel .ewb-row {
  width: 100%;
  box-sizing: border-box;
}
.oldModel .ewb-page-li {
  height: 42px;
  line-height: 42px;
}
.oldModel .ewb-page-li.ewb-page-goto > span {
  height: 42px;
  line-height: 42px;
}
.oldModel .ewb-page-input {
  height: 42px;
  line-height: 42px;
}

.oldModel .ewb-mail-l {
  width: 100%;
  display: flex;
  align-items: center;
  float: initial;
}
.oldModel .ewb-mail-name {
  width: 200px;
}
.oldModel .ewb-mail-txt {
  width: calc(100% - 200px);
  margin-left: 0;
}
.oldModel .ewb-mail-r {
  float: initial;
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.oldModel .ewb-mail-mod {
  margin-top: 10px;
}
.oldModel .ewb-wl-txt {
  width: 100%;
}
.oldModel .ewb-mail {
  padding-right: 20px;
}
.oldModel .ewb-mail-btn {
  margin: 10px auto;
}
.oldModel .ewb-table-tt {
  height: 40px;
  line-height: 40px;
}
.oldModel .ewb-psd {
  height: 40px;
  line-height: 40px;
}
.oldModel .ewb-psd button {
  height: 40px;
  line-height: 40px;
}
.oldModel .ewb-com-block {
  width: auto;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}

.oldModel .zx-tab-tt {
  width: 100%;
  display: flex;
  align-items: center;
  float: initial;
}
.oldModel .zx-txt {
  width: 100%;
  float: initial;
}
.oldModel .zx-tab-radio-xs {
  width: 100%;
  float: initial;
  height: 40px;
  line-height: 40px;
}
.oldModel .zx-radio {
  margin-top: 0;
}
.oldModel .ewb-right-bd {
  overflow: auto;
}
.oldModel .zx-sel {
  width: 100%;
  float: initial;
  height: 40px;
  line-height: 40px;
}

.oldModel #applyForm *,
.oldModel .apply {
  height: auto;
  line-height: 40px;
}
.oldModel .ewb-has-bg2 {
  width: 180px;
}
.oldModel .ewb-span6 {
  width: 282px;
}
.oldModel .ewb-span18 {
  width: 706px;
}
