body, div, ul, p, span, a {
  margin: 0;
  padding: 0;
  font-family: "å¾®è½¯é›…é»‘";
}

.top {
  height: 30px;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
}

.subtop {
  width: 1000px;
  margin: 0 auto;
  height: 30px;
}

.subtop_left {
  width: 300px;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 30px;
}

.jt-ft {
  width: 100px;
  height: 100%;
  float: right;
  line-height: 30px;
}

.wzall {
  float: right;
  width: 100px;
  height: 100%;
  line-height: 30px;
}

.subtop_right {
  width: 300px;
  height: 100%;
  float: right;
  font-size: 13px;
}

/*é¡¶éƒ¨æ—¶é—´å’Œæ£€ç´¢æ ·å¼ç»“æŸ*/

.banner {
  width: 100%;
  height: 149px;
  background: url(ws_bg07.jpg) repeat-x;
}

.subbanner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}

/*å¯¼èˆªæ ·å¼å¼€å§‹*/
.nav {
  width: 100%;
  height: 55px;
  background: url(ws_bg08.jpg) repeat-x;
}

.subnav {
  width: 1000px;
  height: 55px;
  margin: 0 auto;
}

.wrapper {
  height: 100%;
  width: 100%;
  background-image: url(wrapper-bj_06.jpg);
  background-repeat: repeat-x;
  overflow: hidden;
}

.wrapper-box {
  width: 1000px;
  margin: 0 auto;
}

.text1 {
  margin-top: 20px;
  background-color: white;
  width: 1000px;
  padding: 20px 0;
}

.text1-box {
  /* width: 960px; */
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fcfcfc;
  border: 1px solid #f0f0f0;
}

.text1-title-box {
  height: 28px;
  border-bottom: 1px solid #cccccc;
}

.text1-list-box li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #688cc3;
  position: absolute;
  left: 9px;
  top: 9px;
}

.text1-title {
  display: inline-block;
  height: 28px;
  padding-left: 20px;
  padding-right: 20px;
  background: url("title-bj_03.jpg") no-repeat 5px center;
  border-bottom: 2px solid #1760ab;
  color: #365d98;
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
}

.text1-list-box {
  margin-top: 20px;
  height: 349px;
}

.text1-list-box ul {
  overflow: hidden;
  min-height: 70px;
}

.text1-list-box li {
  float: left;
  height: 30px;
  line-height: 30px;
  width: 218px;
  padding-left: 25px;
  position: relative;
  border: 1px solid #1663dc;
  border-radius: 40px;
  margin: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text1-list-box li a {
  color: #333;
  font-size: 16px;
}

.text1-list-box li a:hover {
  color: #0c55b1;
  text-decoration: underline;
}

.copyright {
  height: 140px;
  width: 1000px;
  margin: 0 auto;
}

.copyright_nav {
  height: 33px;
  background: url(ws_bg11.jpg) no-repeat;
}

.copyright_nav > p {
  color: #fff;
  padding-left: 160px;
}

.copyright_nav > p > a {
  color: #fff;
  display: inline-block;
  width: 75px;
  text-align: center;
  line-height: 33px;
}

.copyright table p {
  white-space: pre-wrap;
  font-size: 13px;
}


/* 适老化 */
.newStyle .text1-title {
  font-size: 30px;
  line-height: 45px;
  height: 45px;
  background-size: 10px 35px;
}
.newStyle .text1-list-box,
.newStyle .text1-title-box {
  height: auto;
}
.newStyle .text1-list-box ul li a{
  font-size: 25px;
  margin-left: 10px;
}
.newStyle .text1-list-box li {
  height: 50px;
  line-height: 50px;
  width: 295px;
}
.newStyle .text1-list-box li:before {
  width: 20px;
  height: 20px;
  left: 9px;
  top: 15px;
}