/*content*/
.content {
  width: 100%;
  margin: 20px auto;
}

/* .main {
  margin-top: 30px;
} */

.crumb {
  width: 100%;
  height: 45px;
  margin-top: 20px;
  /* margin-bottom: 40px; */
}

.crumb p {
  line-height: 45px;
  font-size: 18px;
  color: #828282;
}

.crumb p a {
  font-size: 18px;
  color: #828282;
}

.crumb p a::after {
  content: '>';
  font-size: 18px;
  color: #828282;
  margin: 0 5px 0 10px;
}

.crumb p a:last-child:after {
  content: '';
}

/*navBar*/
.navBar {
  width: 250px;
  text-align: center;
}

.navBar h2 {
  width: 248px;
  margin: 0 auto;
  height: 66px;
  line-height: 66px;
  font-size: 20px;
  background: #0573D6;
  color: #fff;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.navBar ul {
  width: 248px;
  margin: 0 auto;
  font-size: 18px;
}

.navBar ul li {
  height: 62px;
  line-height: 62px;
  background: #f2f6ff;
}

.navBar ul li a {
  display: block;
  color: #666;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.navBar ul li:hover {
  background: #b3d1eb;
}

.navBar ul li.navActive {
  background: #b3d1eb;
}

.navBar ul li:hover a {
  color: #fff;
}

.navBar ul li.navActive a {
  color: #fff;
}

/*newsList*/
.newsList {
  width: 890px;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
}

.newsList .title {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  font-size: 24px;
  color: #0573D6;
  font-weight: bold;
  padding-bottom: 20px;
}

.newsList .title p {
  border-left: 4px solid #0573D6;
  text-indent: 16px;
  height: 24px;
  line-height: 24px;
}

.newsList ul {
  width: 100%;
}

.newsList ul li {
  margin: 20px 0;
  font-size: 18px;
  text-indent: 20px;
  background: url("../img/li-bg.png") left 12px no-repeat;
  overflow: hidden;
}

.newsList ul li:nth-child(5n) {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.newsList ul li a {
  color: #333;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  width: 85%;
}

.newsList ul li a:hover {
  color: #0573D6;
}

.newsList ul li .date {
  float: right;
  color: #999;
  font-size: 16px;
  line-height: 2;
}

.newsList ul.zyItem li {
  text-indent: 0;
  background: none;
  font-size: 20px;
}

.newsList ul.zyItem li a {
  font-weight: bold;
}

.newsList ul.zyItem li h4 {
  width: 100%;
  color: #999;
  line-height: 26px;
  padding-top: 15px;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsList ul.zyItem li:nth-child(5n) {
  border-bottom: none;
  padding-bottom: 0;
  margin: 20px 0;
}

/* picItem */
.picItem {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.picItem li {
  width: 370px;
  height: 200px;
  margin-bottom: 20px;
}

.picItem li img {
  display: block;
  width: 100%;
  height: 100%;
}

/*titP*/
#content {
  width: 100%;
  margin: 20px auto;
  border: 1px solid #e6e6e6;
}

.titP {
  width: 90%;
  margin: 30px auto 20px;
}

.titP p {
  width: 92%;
  font-size: 34px;
  text-align: center;
  color: #0573D6;
  word-break: break-all;
  word-wrap: break-word;
}

.moreInfo {
  width: 92%;
  height: 36px;
  line-height: 36px;
  background: #f2f6ff;
  margin: 30px auto 0;
}

.moreInfo .source {
  width: 80%;
  padding-left: 30px;
}

.moreInfo .source span {
  margin: 0 6px;
  font-size: 16px;
  color: #0573D6;
}

.share {
  display: block;
  margin: 0;
}

.dhsharebuttonbox {
  width: 102px;
  height: 36px;
  background: url("../img/share-group-icon.png")left center no-repeat;
}

.dhsharebuttonbox a {
  display: block;
  width: 24px;
  height: 100%;
  margin-right: 10px;
  float: left;
  cursor: pointer;
}

.conItem {
  width: 1080px;
  margin: 0 auto 30px;
  line-height: 32px;
  font-size: 16px;
  text-align: justify;
  word-break: break-all;
}

.conItem img {
  display: block;
  max-width: 100%;
  margin: 5px auto;
}

.conItem table {
  width: auto;
  margin: 0 auto;
  border: 1px solid #000;
}

.conItem table td,
.conItem table tr {
  border: 1px solid #000;
}

.conItem video {
  display: block;
  margin: 0 auto;
}

/* file-box */
.file-box {
  width: 950px;
  margin: 30px auto 0;
  border: 1px solid #c2c2c2;
  padding: 5px 0;
}

table,
tr,
td {
  border: none;
}

table tr {
  width: 750px;
  line-height: 22px;
}

table tr td {
  font-size: 13px;
  line-height: 22px;
}

table tr td b {
  font-family: "宋体";
}

table .td-b {
  width: 80px;
  text-align: center;
}

table .td-r {
  width: 370px;
  background: #fff;
}

.file-box table,
tr,
td {
  border: none;
}

.file-box table tr {
  width: 750px;
  line-height: 22px;
}

.file-box table tr td {
  font-size: 13px;
  line-height: 22px;
  padding-left: 10px;
}

.file-box table tr td b {
  font-family: "宋体";
}

.file-box table .td-b {
  width: 80px;
  text-align: center;
}

.file-box table .td-r {
  width: 370px;
  background: #fff;
}

/* map */
.cz-box {
  margin: 20px auto;
}

.cz-box .title {
  height: 60px;
  line-height: 60px;
  background: #e8f1f8;
  font-size: 22px;
  color: #0573D6;
  padding-left: 20px;
  text-align: left;
}

.cz-box .title a {
  color: #0573D6;
}

.cz-list {
  border-left: 1px solid #d9e9f6;
  border-top: 1px solid #d9e9f6;
}

.cz-list a {
  display: block;
  float: left;
  width: 238.8px;
  line-height: 50px;
  height: 50px;
  border-right: 1px solid #d9e9f6;
  border-bottom: 1px solid #d9e9f6;
  font-size: 16px;
  color: #000;
  text-align: center;
}

.cz-list a.aOne {
  width: 400px;
}

/* pageArea */
#pageArea {
  clear: both;
  overflow: hidden;
  text-align: center;
  width: max-content;
  margin: 30px auto;
  font-size: 12px
}

#pageArea #pageDec {
  float: left;
}

#pageArea #pageDec span {
  float: left;
  margin: 0 2px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ecebeb;
  padding: 0 8px;
  color: #999
}

#pageArea #pageDec strong {
  float: left;
  background: #0573D6;
  border: 1px solid #0573D6;
  font-weight: bold;
  color: #fff;
  padding: 0 12px;
  height: 28px;
  line-height: 28px;
  margin: 0 3px
}

#pageArea #pageDec a,
#main #pageArea #pageDec a:visited {
  float: left;
  margin: 0 3px;
  height: 27px;
  line-height: 28px;
  border: 1px solid #d6d6d6;
  padding: 0 10px;
  text-decoration: none;
  color: #333333;
}

#pageArea #pageDec a:hover {
  background: #0573D6;
  color: #0573D6;
}

#pageArea #pageSelect {
  float: right;
  margin-right: 20px;
  line-height: 30px;
}

#pageArea #pageSelect label {
  float: left;
}

#pageArea #pageJump {
  border: #0573D6 solid 1px;
  height: 28px;
  line-height: 28px;
  width: 2em;
  text-align: center;
  margin: 0 3px;
  float: left
}

#pageArea span {
  float: left;
  margin: 0 2px;
}

#pageArea .btn2 {
  margin-left: 10px;
  float: left;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 5px;
  background: #0573D6;
  color: #fff;
}

#pageArea #pageDec .sDisable {
  cursor: pointer
}

#pageArea #pageDec .pageInfo {
  border: none;
  color: #333;
}

/*qrcode*/
#output {
  width: 132px;
  height: 158px;
  margin: 100px auto 0;
}

#output p {
  width: 132px;
  color: #b5b5b5;
  font-size: 12px;
  line-height: 26px;
}

#output canvas {
  width: 132px;
}

.output {
  width: 400px;
  margin: 100px auto 0;
  text-align: center;
}

.output #QRcode {
  width: 132px;
  margin: 10px auto;
}

.output #QRcode td,
.output #QRcode tr {
  border: none;
}

.output p {
  color: #b5b5b5;
  font-size: 12px;
  line-height: 26px;
}

.output p a {
  color: #000 !important;
}

/* oldModel */
.oldModel .navBar h2 {
  font-size: 30px;
}

.oldModel .navBar ul {
  font-size: 28px;
}

.oldModel .crumb {
  height: 64px;
}

.oldModel .crumb p {
  font-size: 28px;
  line-height: 64px;
}

.oldModel .newsList .title {
  font-size: 40px;
}

.oldModel .newsList ul.zyItem li {
  font-size: 28px;
}

.oldModel .newsList ul.zyItem li h4 {
  font-size: 28px;
}

.oldModel .newsList ul li {
  font-size: 36px;
  background: url("../img/li-bg.png") left 24px no-repeat;
}

.oldModel .newsList ul li a {
  width: 80%;
  height: 56px;
  line-height: 56px;
}

.oldModel .newsList ul li .date {
  font-size: 28px;
}

.oldModel .file-box table tr td {
  font-size: 28px;
  line-height: 1.5;
}

.oldModel .file-box table .td-b {
  width: 140px;
}

.oldModel .cz-box .title {
  font-size: 36px;
}

.oldModel .cz-list a {
  font-size: 30px;
}

.oldModel .cz-list a.aOne {
  width: 780px;
}

.oldModel .titP p {
  font-size: 68px !important;
}

.oldModel .moreInfo span {
  font-size: 28px;
}

.oldModel .conItem * {
  font-size: 32px;
}

.oldModel .conItem {
  line-height: 2;
}

.oldModel .conItem p {
  line-height: 2;
}

.oldModel #pageArea {
  font-size: 28px;
}

.oldModel #pageArea .btn2 {
  width: 50px;
  font-size: 28px;
}