﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

body {
  font: 14px/1.5 "Microsoft YaHei", tahoma, arial, \5b8b\4f53, sans-serif;
  background-color: #e6e6e6;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

address, cite, dfn, em, var {
  font-style: normal;
}

code, kbd, pre, samp {
  font-family: courier new, courier, monospace;
}

small {
  font-size: 12px;
}

ul, ol {
  list-style: none;
}

legend {
  color: #000;
}

fieldset, img {
  border: 0;
}

button, input, select, textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:link {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:visited {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

a:active {
  text-decoration: none;
  color: #333;
}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.layout {
  width: 100%;
}

.header {
  background-color: #1359af;
  width: 100%;
}

.header .hdbg {
  display: block;
  height: 215px;
  width: 1000px;
  margin: 0 auto;
}

.searchbar {
  position: absolute;
  right: 20px;
  top: 100px;
  width: 300px;
  height: 30px;
}

.button {
  border: solid 1px #b8cce5;
  background: transparent;
  border-radius: 4px;
  font-size: 14px;
  padding: 6px 15px;
  color: #fff;
  display: inline-block;
  line-height: 20px;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.input {
  font-size: 14px;
  color: #fff;
  padding: 1px 6px;
  border: solid 1px #b8cce5;
  width: 100%;
  height: 29px;
  line-height: 20px;
  display: block;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
  background-color: #145ab0;
}

.input-auto {
  width: auto;
  display: inline-block;
}

textarea.input {
  height: auto;
}

.searchbar .bg {
  background-color: #145ab0;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #ccc;
}

.pt20 {
  padding-top: 10px;
}

.pb20 {
  padding-bottom: 10px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.nav {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  background: #1a4780;
  position: relative;
  z-index: 1;
}

.nav a {
  color: #fff;
}

.nav .nLi {
  float: left;
  position: relative;
  display: inline;
}

.nav .nLi h3 {
  float: left;
}

.nav .nLi h3 a {
  display: block;
  padding: 0 28px;
  font-size: 14px;
  font-weight: bold;
}

.nav .sub {
  display: none;
  left: 0;
  top: 40px;
  position: absolute;
  background: #99afcc;
  line-height: 30px;
  padding: 5px 0;
}

.nav .sub li {
  zoom: 1;
}

.nav .sub a {
  display: block;
  padding: 0 28px;
  text-align: center;
}

.nav .sub a:hover {
  background: #4776b3;
  color: #fff;
}

.nav .on h3 a {
  background: #4776b3;
  color: #fff;
}

.slideBox {
  width: 600px;
  height: 320px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  float: left;
}

.slideBox .hd {
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 5px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  cursor: pointer;
  font-size: 12px;
}

.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  width: 600px;
  height: auto;
  display: block;
}

.slideBox .bd .title {
  z-index: 3;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  height: 40px;
  line-height: 40px;
  text-indent: 2em;
  color: #fff;
  filter: alpha(opacity=60);
  opacity: .6;
}

.slideBox .prev, .slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(rbj-slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.slideBox .prev:hover, .slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}

.slideTxtBox {
  width: 400px;
  text-align: left;
  float: left;
}

.slideTxtBox .hd {
  height: 40px;
  line-height: 42px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.slideTxtBox .hd ul {
  float: left;
  position: absolute;
  left: 10px;
  top: -1px;
  height: 40px;
}

.slideTxtBox .hd ul li {
  float: left;
  padding: 0 15px;
  cursor: pointer;
}

.slideTxtBox .hd ul li.on {
  height: 40px;
  border-bottom: 1px solid #2f5ba9;
}

.slideTxtBox .hd ul li.on a {
  color: #2f5ba9;
  font-weight: bold;
}

.slideTxtBox .bd ul {
  padding: 11px 15px;
  zoom: 1;
  background-color: #fff;
}

.slideTxtBox .bd li {
  height: 32px;
  line-height: 32px;
  background: url(rbj-listbg2.png) no-repeat left center;
  padding-left: 15px;
  border-bottom: 1px solid #ddd;
}

.slideTxtBox .bd li a:hover {
  color: #b83333;
}

.slideTxtBox .bd li.b2 {
  background: url(rbj-listbg.png) no-repeat left center;
  padding-left: 25px;
}

.slideTxtBox .bd li.b3 {
  background: url(rbj-gongkai.png) no-repeat center;
  padding-left: 80px;
  height: 48px;
  line-height: 48px;
}

.slideTxtBox .bd li .date {
  float: right;
  color: #999;
  font-size: 90%
}

.slideTxtBox .arrow {
  position: absolute;
  right: 10px;
  top: 0;
}

.slideTxtBox .arrow a {
  display: block;
  width: 5px;
  height: 9px;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  background: url(rbj-arrow.png) 0 0 no-repeat;
}

.slideTxtBox .arrow .next {
  background-position: 0 -50px;
}

.slideTxtBox .arrow .prevStop {
  background-position: -60px 0;
}

.slideTxtBox .arrow .nextStop {
  background-position: -60px -50px;
}

.zt {
  padding-top: 10px;
}

.zt .ztimg {
  background-color: #fff;
  height: 85px;
  overflow: hidden;
  font-size: 0;
}

.zt .ztimg img {
  width: 25%;
  height: 100%;
  padding: 2px;
  border: 1px solid #ccc;
  display: inline-block;
}

.panel {
  overflow: hidden;
}

.panel .panel-head {
  background: #f5f5f5 url(rbj-tab.jpg) no-repeat;
  height: 40px;
  border-bottom: 1px solid #ddd;
}

.panel .panel-head.yq {
  background-image: none;
  height: 40px;
  border-bottom: 1px solid #ddd;
}

.panel .panel-head.yq a {
  color: #333;
}

.panel .panel-head a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  color: #fff;
}

.panel .panel-body {
  overflow: hidden;
}

.sider {
  overflow: hidden;
  padding-bottom: 5px;
}

.sider.bg {
  background-color: #f5f5f5;
}

.panel22 {
  padding: 5px 10px;
}

.panel22 .panel-head {
  padding-top: 10px;
  padding-bottom: 10px;
}

.panel22 .title {
  line-height: 20px;
  border-left: 4px solid #b83333;
  padding-left: 20px;
  color: #b83333;
}

.panel22 .title a {
  color: #b83333;
}

.panel22 ul {
  padding-left: 20px;
}

.panel22 ul a {
  display: block;
  line-height: 24px;
}

.panel22 ul a:hover {
  color: #b83333;
}

hr {
  height: 0;
  border-top: 1px solid #ddd;
  clear: both;
}

.hr2 {
  height: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
  background: #ddd;
}

.panel22 .cha, .panel22 .xinxiang {
  font-size: 0;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-side {
  background-color: #fff;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-side a {
  padding: 5px;
  border-bottom: 1px dotted #ccc;
}

.list-side a:hover {
  background-color: #f2f2f2;
  border-left: 2px solid #b83333;
}

.list-side em {
  float: right;
  padding-right: 20px;
  color: #999;
}

.list3 {
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
}

.list3 .head {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f5f5f5;
  text-indent: 1em;
  border-left: 2px solid #b83333;
}

.list3 .head a {
  color: #333;
}

.list3 .head a:hover {
  color: #b83333;
}

.list3 .body {
  padding: 10px;
}

.list3 .news {
  line-height: 30px;
  padding-left: 20px;
  list-style: outside;
  color: #999;
}

.list3 .news li {
  padding-right: 20px;
}

.list3 .news a {
  display: block;
  border-bottom: 1px dotted #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list3 .news a:hover {
  background-color: #f2f2f2;
}

.list3 .news em {
  float: right;
  font-size: 12px;
  color: #999;
}

.list3 .foot {
  margin: 0 auto;
  text-align: center;
}

.pager {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pager .fenye {
  display: inline-block;
  text-align: center;
}

.pager .fenye a {
  display: inline-block;
  text-align: center;
  padding: 3px 8px;
  border: 1px solid #ccc;
}

.pager .fenye a:hover {
  background-color: #ccc;
}

.box {
  overflow: hidden;
  padding: 10px;
  background-color: #fff;
}

.bg1 {
  background-color: #fafafa;
}

.bgf {
  background-color: #fff;
}

.page {
  padding: 10px;
  overflow: hidden;
}

.page .head {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #2f5ba9;
  border-bottom: 1px solid #2f5ba9;
}

.page .body {
  padding: 10px;
  overflow: hidden;
}

.title {
  padding-left: 20px;
}

.p1 {
  float: left;
  width: 15%;
  text-align: right;
  padding-top: 20px;
}

.p2 {
  float: left;
  width: 85%;
  line-height: 26px;
  padding-left: 20px;
  text-indent: 2em;
}

.p2 .a1 {
  padding: 2px 20px;
  display: inline-block;
  background-color: #b83333;
  color: #fff;
  text-indent: 0;
  margin-left: 20px;
}

.p2 .a1:hover {
  background-color: #932929;
}

.line1 {
  background: url(rbj-line1.png) repeat-x center;
  line-height: 24px;
  display: block;
  clear: both;
  zoom: 1;
  overflow: hidden;
  background-color: #fff;
}

.p3 {
  background-color: #fff;
  float: left;
  padding: 5px;
}

.p3 img {
  vertical-align: middle;
}

.p4txt1 {
  float: left;
  width: 45%;
  text-align: right;
}

.p4txt2 {
  float: left;
  width: 35%;
  text-align: left;
  padding-left: 10px;
}

.p4 {
  float: right;
  width: 20%;
  padding-top: 20px;
}

.p4 img {
  vertical-align: middle;
}

.p5 {
  float: left;
  width: 15%;
  text-align: right;
}

.keshi {
  float: right;
  width: 85%;
  padding-left: 20px;
}

.keshi a {
  display: inline-block;
  padding: 5px 10px;
}

.danwei {
  float: left;
  width: 80%;
  padding-left: 40px;
}

.danwei a {
  display: inline-block;
  padding: 5px 10px;
}

.p8 {
  float: right;
  width: 20%;
  text-align: left;
}

.content {
  padding: 5px;
  background: #eee
}

.content .head {
  background-color: #fff;
  padding: 10px;
  border-left: 2px solid #2f5ba9;
  margin-bottom: 10px;
}

.content .title {
  background-color: #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.content .h1 {
  font-size: 26px;
  text-align: center;
  line-height: 60px;
  color: #b83333;
}

.content .h6 {
  font-size: 14px;
  text-align: center;
  color: #999;
}

.content .con {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 10px;
}

.content .foot {
  background-color: #fff;
  padding: 5px 20px;
}

.linkimg {
  font-size: 0;
  text-align: center;
  background-color: #fff;
}

.linkimg a {
  display: inline-block;
  padding: 8px;
}

.linkimg img {
  width: 150px;
  height: 30px;
  border: 1px solid #ccc;
}

.fl1 {
  width: 186px;
  height: 26px;
  border: 1px solid #ababab;
  background: #fff;
  line-height: 26px;
}

.mar-L10 {
  margin-left: 10px;
}

.footerhr {
  height: 2px;
  background-color: #b83333;
  width: 100%;
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 1000px;
  margin: 0 auto;
}

.footer .copy {
  width: 65%;
  text-align: left;
  line-height: 24px;
}

.footer .logo {
  width: 35%;
  padding-right: 10px;
}

/*无障碍适老化工具条*/
.wza-box {
  width: 1080px;
  position: absolute;
  height: 40px;
  top: -150px;
  left: 50%;
  transform: translate(-50%, 0);
  padding-right: 82px;
}
.wza-box.esdHBG {
  top: 163px;
}
.wza-box a {
  cursor: pointer;
  display: block;
  float: right;
  height: 30px;
  line-height: 30px;
  padding: 0 6px;
  font-size: 18px;
  letter-spacing: 0.32px;
}

.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: 26px;
}

.oldModel {
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.oldModel .conent, .oldModel #piaoimg, .oldModel #piaoimg22 {
  display: none !important;
}

.oldModel .container {
  width: 1080px;
}

.oldModel .nav {
  padding: 0 0 0 10px;
  height: 60px;
  line-height: 60px;
}

.oldModel .header .nav .nLi h3 a {
  font-size: 22px;
  padding: 0 4px;
}

.oldModel .nav .sub {
  top: 60px;
}

.oldModel .nav .sub li a {
  font-size: 22px;
  line-height: 1.8;
  padding: 0 2px;
}
.oldModel .slideBox {
  width: 100%;
  height: 640px;
}
.oldModel .slideBox .bd img{
  width: 100%;
}
.oldModel .input {
  font-size: 22px;
  height: 40px;
  width: 225px;
}
.oldModel .searchbar {
   height: 50px;
}

.oldModel .button {
  font-size: 22px;
  height: 40px;
  padding: 3px 7px!important;
}
.oldModel .slideBox .bd .title {
  height: 56px;
  line-height: 56px;
  font-size: 26px;
}
.oldModel .slideTxtBox {
  width: 100%;
}
.oldModel .slideBox .hd {
  height: 25px;
  margin-bottom: 5px;
}
.oldModel .slideBox .hd ul li {
  font-size: 24px;
  margin-right: 4px;
  height: 25px;
  line-height: 25px;
  width: 25px;
}
.oldModel .slideTxtBox .hd {
  height: 56px;
  line-height: 56px;
  margin-top: 20px;
}
.oldModel .slideTxtBox .hd ul li.on {
  height: 56px;
}
.oldModel .slideTxtBox .hd ul li a {
  font-size: 28px;
}
.oldModel .slideTxtBox .bd li{
  height: 64px;
  line-height: 64px;
}
.oldModel .panel .panel-head {
  height: 56px;
  background-size: 200px 56px;
  margin-top: 20px;
}
.oldModel .panel .panel-head a {
  font-size: 28px;
  line-height: 52px;
  height: 56px;
}
.oldModel .ztimg a {
  width: 180px;
  height: 85px;
  display: block;
  float: left;
}
.oldModel .ztimg a img {
  width: 100% !important;
}
.oldModel .panel-body .slideTxtBox {
  width: 100% !important;
}

.oldModel .panel22 {

}

.oldModel .panel22 .title a {
  font-size: 26px;
  line-height: 1.5;
}

.oldModel .panel22 ul a li {
  font-size: 26px;
  line-height: 1.6;
}
.oldModel  .panel22 ul a li img {
  transform: scale(1.5);
}
.oldModel .slideTxtBox .bd li a {
  font-size: 26px;
}
.oldModel .slideTxtBox .bd li span {
  font-size: 24px;
}
.oldModel .slideTxtBox .bd li.b3 {
  font-size: 26px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-size: 350px;
}
.oldModel .linkimg img {
  width: 250px;
  height: 50px;
}
.oldModel .footer .copy {
  line-height: 1.5;
  font-size: 24px;
}
.oldModel .footer .copy a {
  font-size: 24px;
}

.oldModel table td {
  width: max-content;
}
.oldModel table table table tbody tr td {
  width: 150px;
}
.oldModel table table table span{
  white-space: nowrap;
  font-size: 26px !important;
}

.oldModel table table table a {
  font-size: 24px !important;
  white-space: nowrap;
}

.oldModel .news li {
  border-bottom: 1px dotted #ccc;
  line-height: 56px;
  overflow: hidden;
}
.oldModel .news li a {
  border: none;
}

.oldModel .news li a em {
  font-size: 22px;
}

.oldModel .list3 .head a {
  font-size: 22px;
}

.oldModel .list-side a {
  line-height: 46px;
}
.oldModel .table th {
  font-size: 24px;
  white-space: nowrap;
}
.oldModel #wmly_pagelist tr td {
  font-size: 22px;
}

.oldModel #wmly_pagelist tr td a{
  font-size: 22px;
}

.oldModel .list3 .body div {
  font-size: 22px;
  margin-left: 0!important;
  margin-right: 0!important;
}
.oldModel .list3 .body div span {
  font-size: 22px;
}

.oldModel .table #title, .oldModel .table #opertime, .oldModel .table #content, .oldModel .table #replydept, .oldModel .table #content, .oldModel .table #replycontent {
  width: 800px;
  display: block;
}

.oldModel p {
  font-size: 24px;
  line-height: 1.6;
}
.oldModel .content .h1 {
  font-size: 52px;
  line-height: 1.5;
}
.oldModel .content .h6 {
  margin-top: 10px;
}
.oldModel .content .h6 span{
  font-size: 22px;
}
.oldModel .content .con *{
  font-size: 28px !important;
  line-height: 1.6;
}
