body,
html {
  width: 100%;
  height: 100%;
}
.print,
.print_sm {
  display: none;
}
.itop {
  position: fixed;
  display: none;
  right: 0.5333rem;
  bottom: 20vh;
  font-size: 2.1333rem;
  color: #025faf;
  cursor: pointer;
  z-index: 99999;
  opacity: 0.8;
}
.itop img {
  width: 2.1333rem;
}
.dlgg_fr,
.dlgg_fl {
  position: fixed;
  width: 200px;
  right: 10px;
  top: 220px;
  z-index: 2008;
  font-size: 12px;
}
.dlgg_fr img,
.dlgg_fl img {
  margin-top: 10px;
}
.dlgg_fl {
  left: 10px;
}
.sy_fdgg {
  position: absolute;
  left: 199.197px;
  top: 489.147px;
  text-align: right;
  visibility: visible;
  z-index: 9999;
}
.sy_fdgg .sy_fdgg_nl {
  width: 300px;
  font-size: 12px;
}
.sy_fdgg .sy_fdgg_nl li {
  line-height: 20px;
}
.sy_fdgg .sy_fdgg_nl img {
  width: 300px;
  vertical-align: middle;
}
.ty_cutting {
  position: relative;
  border: #e4e4e4 1px solid;
}
.ty_cutting .ty_cutting_tt {
  display: flex;
  align-items: center;
  background: url(main5.gif) no-repeat 0 center;
  padding-left: 25px;
  height: 25px;
  margin-bottom: 10px;
  overflow: hidden;
}
.ty_cutting .ty_cutting_tt li {
  line-height: 25px;
  font-size: 18px;
  width: 100px;
  cursor: pointer;
}
.ty_cutting .ty_cutting_tt .on {
  position: relative;
  color: #276FBB;
}
.ty_cutting .ty_cutting_list {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ty_cutting .ty_cutting_list > ul {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  overflow: hidden;
}
.ty_cutting .ty_cutting_list li {
  position: relative;
  max-width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 18px;
  font-size: 12px;
}
.ty_cutting .ty_cutting_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
  transform: translateY(-50%);
}
.ty_cutting .ty_cutting_list li:hover::before {
  background-color: #276FBB;
}
.ty_cutting .ty_cutting_list li a {
  display: block;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ty_cutting .ty_cutting_list li a:hover {
  color: #276FBB;
}
.ty_cutting .ty_cutting_list li span {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #ababab;
  font-size: 12px;
}
.ty_cutting .more {
  position: absolute;
  width: 60px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  right: 15px;
  top: 10px;
  z-index: 1;
}
.ty_cutting .more a {
  display: none;
  height: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
}
.ty_cutting .more:hover a {
  border: 1px solid #025faf;
  background-color: #025faf;
  color: #fff;
}
.web_head {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  background: url(back.jpg) no-repeat 0px 0px;
  background-position: top center;
  overflow: hidden;
}
.web_head .web_logo {
  position: relative;
  height: 133px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.web_head .web_logo .top_logo {
  padding: 0;
}
.web_head .web_logo .ss_wk {
  width: 30%;
  margin-left: auto;
}
.web_head .web_logo .ss_wk .top_tq {
  line-height: 35px;
  text-align: right;
  padding-right: 5px;
}
.web_head .web_logo .ss {
  width: 100%;
  height: 40px;
  margin-left: auto;
}
.web_head .web_logo .ss form {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.web_head .web_logo .ss input {
  flex: 1;
  height: 100%;
  line-height: 20px;
  padding: 8px 10px 8px 15px;
  border: #ddd 1px solid;
  background: none;
  color: #333;
  outline: none;
  font-size: 12px;
}
.web_head .web_logo .ss button {
  width: 80px;
  height: 100%;
  cursor: pointer;
  background: none;
  background: #037fc2;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.web_head .web_logo .ss button i {
  display: block;
  font-size: 36px;
  font-weight: 100px;
  transition: all 0.3s;
}
.web_head .web_logo .ss button:hover {
  background: #df2117;
}
.web_head .web_logo .ss button:hover i {
  transform: scale(1.1);
}
.web_head .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
  height: 64px;
}
.web_head .nav h1 {
  width: 82px;
  margin-right: 24px;
}
.web_head .nav h1 a {
  display: block;
  width: 82px;
  height: 64px;
  text-indent: -9999px;
}
.web_head .nav h1 a:hover {
  background: url(main3.gif) no-repeat 27px 16px;
}
.web_head .nav a {
  display: block;
  line-height: 64px;
  font-size: 16px;
  padding: 0px 16px;
  color: #fff;
  font-weight: bold;
}
.web_head .nav a:hover {
  color: #ff0000;
}
.row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.middle {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 12px;
  position: relative;
  z-index: 1;
}
.tplj1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.tplj1 img {
  width: 495px;
  height: 60px;
  vertical-align: middle;
}
.tplj2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.tplj2 img {
  width: 495px;
  height: 82px;
  vertical-align: middle;
}
.sytpxw {
  width: 60%;
  position: relative;
  height: 340px;
  overflow: hidden;
}
.sytpxw .next,
.sytpxw .prev {
  display: none;
  position: absolute;
  width: 30px;
  height: 45px;
  line-height: 45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  transition: all 0.3s;
}
.sytpxw .next:hover,
.sytpxw .prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.sytpxw .prev {
  left: 10px;
}
.sytpxw .next {
  right: 10px;
}
.sytpxw .img {
  position: absolute;
  width: 900%;
  height: 100%;
  top: 0;
  left: 0;
}
.sytpxw .img li {
  position: relative;
  float: left;
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.sytpxw .img li img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.sytpxw .img li img:hover {
  transform: scale(1.2);
}
.sytpxw .img li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
}
.sytpxw .img li .tite {
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 0;
  padding-left: 20px;
}
.sytpxw .img li span {
  display: block;
  width: 65%;
  overflow: hidden;
}
.sytpxw .num {
  width: 30%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 1;
  line-height: 40px;
  font-size: 14px;
}
.sytpxw .num li {
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  margin-right: 1px;
}
.sytpxw .num .active {
  font-weight: bold;
  height: 48px;
  padding-top: 8px;
  background-color: #4f89e8;
}
.jrdd {
  width: 40%;
  height: 340px;
  background: url(main4.gif) no-repeat 0px 0px;
  background-position: top right;
  padding: 5px 40px 5px 20px;
  margin-bottom: 15px;
}
.jrdd .jrdd_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
.jrdd .jrdd_title h1 {
  display: block;
  line-height: 50px;
  font-size: 18px;
  color: #276FBB;
  font-weight: bold;
}
.jrdd .jrdd_title a {
  display: block;
  padding: 2px 10px;
  background-color: #ccc;
}
.jrdd .jrdd_title a:hover {
  background-color: #037fc2;
  color: #fff;
}
.jrdd .tt_wk {
  padding-right: 5px;
  margin-bottom: 10px;
  height: 120px;
  border-bottom: 1px solid #DDDDDD;
}
.jrdd .tt_wk .jrdd_bt {
  height: 56px;
  line-height: 28px;
  font-size: 18px;
  padding-left: 46px;
  background: url(p23.jpg) top left no-repeat;
}
.jrdd .tt_wk .jrdd_nl {
  padding-top: 5px;
  height: 60px;
  line-height: 25px;
  color: #999999;
  text-indent: 2em;
}
.jrdd .jrdd_list {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.jrdd .jrdd_list li {
  display: block;
  width: 100%;
  line-height: 30px;
  background: url(p24.jpg) top left no-repeat;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jmxx,
.zfyw {
  width: 49.5%;
  height: 300px;
  padding: 15px;
  margin-bottom: 15px;
}
.jmxx .ty_cutting_list,
.zfyw .ty_cutting_list {
  height: 235px;
}
.swfw {
  width: 255px;
  height: 335px;
  margin-bottom: 15px;
  background: url(main6.gif) no-repeat 0px 40px;
  border: #e4e4e4 1px solid;
}
.swfw .swfw_tt {
  width: 100%;
  background: url(main7.gif) repeat-x 0px 0px;
  height: 40px;
  border-bottom: #e4e4e4 1px solid;
  margin-bottom: 2px;
}
.swfw .swfw_tt h1 {
  background: url(main8.gif) no-repeat 10px 12px;
  padding-left: 30px;
  line-height: 35px;
  font-size: 18px;
  color: #276FBB;
}
.swfw .swfw_list {
  width: 100%;
  padding: 10px 12px;
  overflow: hidden;
}
.swfw .swfw_list li {
  display: block;
  line-height: 30px;
  padding-left: 25px;
  background: url(dot17.gif) no-repeat 2px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hzxx {
  flex: 1;
  height: 335px;
  margin: 0 10px;
  padding: 10px;
  background: url(main9.gif) repeat-x 0px 0px;
}
.hzxx .hzxx_tt {
  display: flex;
  align-items: center;
  border-bottom: #2d5064 1px dotted;
  background: url(bd.png) no-repeat 5px 10px;
  padding-left: 20px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
.hzxx .hzxx_tt li {
  padding: 0px 15px;
  border-right: #e4e4e4 1px solid;
  line-height: 29px;
  font-size: 18px;
  cursor: pointer;
}
.hzxx .hzxx_tt .on {
  position: relative;
  color: #276FBB;
}
.hzxx .ty_cutting_list {
  height: 270px;
}
.xtlj {
  width: 180px;
  height: 335px;
  border: #e4e4e4 1px solid;
  padding: 5px 0px;
}
.xtlj a {
  position: relative;
  display: block;
  line-height: 35px;
  border-bottom: #e4e4e4 1px solid;
  padding-left: 44px;
  font-size: 14px;
}
.xtlj a::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 13px;
  background-color: #ccc;
  top: 11px;
  left: 36px;
}
.xtlj a:nth-child(1) {
  background: url(xt1.gif) no-repeat 8px 5px;
}
.xtlj a:nth-child(2) {
  background: url(xt2.gif) no-repeat 8px 5px;
}
.xtlj a:nth-child(3) {
  background: url(xt3.gif) no-repeat 8px 5px;
}
.xtlj a:nth-child(4) {
  background: url(xt4.gif) no-repeat 8px 5px;
}
.xtlj a:nth-child(5) {
  background: url(xt5.gif) no-repeat 8px 5px;
}
.xtlj a:nth-child(6) {
  background: url(xt6.gif) no-repeat 8px 5px;
}
.xtlj a:nth-child(7) {
  background: url(xt7.gif) no-repeat 8px 5px;
}
.xtlj a:nth-child(8) {
  background: url(xt8.gif) no-repeat 8px 5px;
}
.xtlj a:last-child {
  background: url(xt9.gif) no-repeat 8px 5px;
  border-bottom: none;
}
.footer {
  width: 100%;
  padding: 25px 0px;
  background-color: #037fc2;
  margin-top: 15px;
  margin: 0 auto;
  font-size: 12px;
}
.footer li {
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.footer li img {
  vertical-align: middle;
  margin-right: 5px;
}
.footer li:last-of-type span:last-of-type img {
  width: 120px;
  height: auto;
}
.footer li a {
  color: #fff;
}
.footer li a:hover {
  color: #ff0000;
}
.footer ul li:not(:last-child) span {
  margin: 0 10px;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.ny_middle {
  background-color: #fff;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 15px !important;
}
.lb_nl {
  display: flex;
  width: 1000px;
  margin-bottom: 20px !important;
  margin: 0 auto;
}
.lb_nl .lb_left {
  width: 215px;
  border: 1px solid #ddd;
  border-top: none;
}
.lb_nl .lb_left .lb_left_tt {
  background: url(left1.gif) 0 0 repeat-x;
  height: 35px;
  line-height: 33px;
  border-top: 1px solid #037fc2;
  border-bottom: 1px solid #ddd;
}
.lb_nl .lb_left .lb_left_tt h1 {
  color: #037fc2;
  background: url(left2.gif) 15px center no-repeat;
  font-size: 16px;
  padding-left: 45px;
}
.lb_nl .lb_left .lb_left_nl {
  width: 100%;
  padding: 9px;
}
.lb_nl .lb_left .lb_left_nl > a {
  display: block;
  width: 100%;
  line-height: 34px;
  background: url(left3.gif) no-repeat 0 0;
  padding-left: 44px;
  padding-right: 40px;
  font-size: 14px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lb_nl .lb_left .lb_left_nl .zlm {
  width: 100%;
  overflow: hidden;
}
.lb_nl .lb_left .lb_left_nl .zlm a {
  position: relative;
  display: block;
  padding-left: 50px;
  line-height: 36px;
  border-bottom: 1px solid #eee;
}
.lb_nl .lb_left .lb_left_nl .zlm a:last-child {
  border-bottom: none;
}
.lb_nl .lb_left .lb_left_nl .zlm a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  background-color: #333;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 4px solid #fff;
  border-left: 4px solid #333;
  border-bottom: 4px solid #fff;
}
.lb_nl .lb_left .lb_left_nl .zlm .on {
  color: #ff0000;
}
.lb_nl .lb_left .lb_left_nl .zlm .on::after {
  background-color: #ff0000;
  border-left: 4px solid #ff0000;
}
.lb_nl .lb_left .lb_left_nl .active {
  color: #037fc2;
  font-weight: bold;
}
.lb_nl .lb_right {
  width: 770px;
  margin-left: 10px;
  border: 1px solid #ddd;
  padding-bottom: 15px;
  overflow: hidden;
}
.lb_nl .lb_right .ty_list {
  padding: 0 20px;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
}
.lb_nl .lb_right .ty_list li {
  position: relative;
  height: 31px;
  font-size: 12px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 5px;
}
.lb_nl .lb_right .ty_list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
}
.lb_nl .lb_right .ty_list li:hover::before {
  background-color: #037fc2;
}
.lb_nl .lb_right .ty_list li a {
  line-height: 30px;
  display: inline-block;
  padding-left: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 75%;
}
.lb_nl .lb_right .ty_list li a:hover {
  color: #037fc2;
}
.lb_nl .lb_right .ty_list li span {
  float: right;
  top: 0;
  right: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
}
.lb_dcwz {
  position: relative;
  width: 100%;
  height: 34px;
  padding-left: 40px;
  line-height: 33px;
  background: url(left1.gif) repeat-x;
  border-bottom: 1px solid #037fc2;
  margin-bottom: 10px;
  color: #666;
}
.lb_dcwz::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 34px;
  background: url(left4.gif) 10px center no-repeat;
  left: 0px;
}
.lb_dcwz li {
  float: left;
}
.lb_dcwz li span {
  margin: 5px;
}
.lb_dcwz li a {
  color: #666;
}
.lb_dcwz li a:hover {
  color: #ff0000;
}
.lb_dcwz .bt {
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content,
.dy_content {
  width: 100%;
  padding: 0 20px;
}
.content .content_title,
.dy_content .content_title {
  padding-top: 10px;
}
.content .content_title .title,
.dy_content .content_title .title {
  padding-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
.content .content_title .title h1,
.dy_content .content_title .title h1 {
  font-size: 32px;
  margin-bottom: 10px;
}
.content .content_title .title h2,
.dy_content .content_title .title h2 {
  padding: 0 50px;
  font-size: 20px;
}
.content .content_title .xhx,
.dy_content .content_title .xhx {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.content .content_title .xhx h1,
.dy_content .content_title .xhx h1 {
  margin-bottom: 0px;
}
.content .content_title #othermessage,
.dy_content .content_title #othermessage {
  width: 100%;
  height: 43px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 42px;
  color: #999;
  border-bottom: 1px solid #dadada;
}
.content .content_title #othermessage .date span,
.dy_content .content_title #othermessage .date span {
  margin-right: 10px;
}
.content .content_title #othermessage #fontSize,
.dy_content .content_title #othermessage #fontSize {
  margin: 0 20px;
}
.content .content_title #othermessage #fontSize a,
.dy_content .content_title #othermessage #fontSize a {
  color: #999;
  margin: 0 5px;
}
.content .content_title #othermessage #fontSize .on,
.dy_content .content_title #othermessage #fontSize .on {
  color: #333;
}
.content .mainTextBox,
.dy_content .mainTextBox {
  background-color: #fff;
}
.content .mainTextBox #mainText,
.dy_content .mainTextBox #mainText {
  padding: 25px 15px 25px 15px;
  margin: 0 auto;
  color: #404040;
  font-size: 14px;
  line-height: 220%;
  min-height: 400px;
}
.content .mainTextBox #mainText div,
.dy_content .mainTextBox #mainText div,
.content .mainTextBox #mainText span,
.dy_content .mainTextBox #mainText span,
.content .mainTextBox #mainText p,
.dy_content .mainTextBox #mainText p {
  color: #404040 !important;
  line-height: 220% !important;
}
.content .mainTextBox #mainText img,
.dy_content .mainTextBox #mainText img {
  max-width: 80% !important;
}
.content .mainTextBox #mainText .pdf-item,
.dy_content .mainTextBox #mainText .pdf-item {
  background-color: rgba(0, 0, 0, 0.02);
}
.content .mainTextBox #mainText .pdf-item .pdf-item__header,
.dy_content .mainTextBox #mainText .pdf-item .pdf-item__header {
  display: flex;
  align-items: center;
  padding: 8px 14px;
  border-top: 2px solid #fff;
}
.content .mainTextBox #mainText .pdf-item .pdf-item__header .pdf-name,
.dy_content .mainTextBox #mainText .pdf-item .pdf-item__header .pdf-name {
  max-width: calc(100% - 80px);
  width: fit-content;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  transition: all 0.3s;
}
.content .mainTextBox #mainText .pdf-item .pdf-item__header .pdf-name:hover,
.dy_content .mainTextBox #mainText .pdf-item .pdf-item__header .pdf-name:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #000;
}
.content .mainTextBox #mainText .pdf-item .pdf-item__header .pdf-operations,
.dy_content .mainTextBox #mainText .pdf-item .pdf-item__header .pdf-operations {
  padding: 0 10px;
}
.content .mainTextBox #mainText .pdf-item .pdf-item__header .pdf-operations button,
.dy_content .mainTextBox #mainText .pdf-item .pdf-item__header .pdf-operations button {
  color: #fff;
  background-color: #ff0000;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #ff0000;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 4px;
}
.content .mainTextBox #mainText .pdf-item .pdf-item__content,
.dy_content .mainTextBox #mainText .pdf-item .pdf-item__content {
  padding: 0 16px;
}
.content .mainTextBox #mainText .pdf-item + .pdf-item,
.dy_content .mainTextBox #mainText .pdf-item + .pdf-item {
  margin-top: 10px;
}
.content .cont_fj,
.dy_content .cont_fj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  font-size: 12px;
  height: 40px;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
.content .cont_fj .fj,
.dy_content .cont_fj .fj {
  color: #037fc2;
}
.content .cont_fj .fj i,
.dy_content .cont_fj .fj i {
  font-weight: bold;
}
.content .cont_fj .artic-bto,
.dy_content .cont_fj .artic-bto {
  height: 30px;
  margin-left: auto;
}
.content .cont_fj .artic-bto a,
.dy_content .cont_fj .artic-bto a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 8px;
  color: #5e5e5e;
  padding-left: 20px;
}
.content .cont_fj .artic-bto a:hover,
.dy_content .cont_fj .artic-bto a:hover {
  color: #ff0000;
}
.content .cont_fj .artic-bto .htop,
.dy_content .cont_fj .artic-bto .htop {
  background: url(artc-top.jpg) no-repeat 0px center;
}
.content .cont_fj .artic-bto .copy,
.dy_content .cont_fj .artic-bto .copy {
  background: url(artc-copy.jpg) no-repeat 0px center;
}
.content .cont_fj .artic-bto .off,
.dy_content .cont_fj .artic-bto .off {
  background: url(artc-off.jpg) no-repeat 0px center;
}
.content .wxhx,
.dy_content .wxhx {
  display: none;
}
.content .xxgk_xm,
.dy_content .xxgk_xm {
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  overflow: hidden;
}
.content .xxgk_xm li,
.dy_content .xxgk_xm li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  line-height: 40px;
  color: #666;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.content .xxgk_xm li span,
.dy_content .xxgk_xm li span {
  display: block;
  float: left;
  width: 30%;
  box-sizing: border-box;
  text-align: center;
  background: #f5f5f5;
  border-right: 1px #dcdcdc solid;
}
.content .xxgk_xm li p,
.dy_content .xxgk_xm li p,
.content .xxgk_xm li i,
.dy_content .xxgk_xm li i {
  float: left;
  width: 70%;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .artic_kopen,
.dy_content .artic_kopen {
  float: right;
  padding: 5px 20px;
  line-height: 150%;
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #037fc2;
  border: 1px #ccddfa solid;
  border-radius: 6px;
  background: #fafafa;
  overflow: hidden;
  cursor: pointer;
}
.content .jdwl li,
.dy_content .jdwl li {
  float: right;
  margin: 10px 10px 0 10px;
  font-size: 12px;
}
.content .jdwl a,
.dy_content .jdwl a {
  display: block;
  padding: 0 30px;
  background-color: #037fc2;
  border-radius: 3px;
  color: #fff;
  line-height: 40px;
}
.content .jdwl a:hover,
.dy_content .jdwl a:hover {
  background-color: #333;
}
.content .jgzn,
.dy_content .jgzn {
  line-height: 250%;
  font-size: 12px;
}
.content .jgzn .mc_list,
.dy_content .jgzn .mc_list {
  flex: 1;
  border: 1px solid #ddd;
  border-bottom: none;
}
.content .jgzn .mc_list li,
.dy_content .jgzn .mc_list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #cccccc;
  overflow: hidden;
}
.content .jgzn .mc_list li .mc,
.dy_content .jgzn .mc_list li .mc {
  flex-basis: 160px;
  display: block;
  text-align: center;
  padding: 5px 0;
  background-color: #f5f5f5;
}
.content .jgzn .mc_list li .ln,
.dy_content .jgzn .mc_list li .ln {
  display: block;
  flex: 1;
  padding: 5px 10px;
}
.content .jgzn .mc_list li:last-child,
.dy_content .jgzn .mc_list li:last-child {
  border-bottom: none;
}
.content .jgzn .nl_list,
.dy_content .jgzn .nl_list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
}
.content .jgzn .nl_list h1,
.dy_content .jgzn .nl_list h1 {
  width: 100%;
  line-height: 50px;
  padding-left: 30px;
  border-bottom: 1px dashed #cccccc;
  font-weight: bold;
}
.content .jgzn .nl_list .bt_content,
.dy_content .jgzn .nl_list .bt_content {
  width: 100%;
  padding: 20px 30px;
}
.content .jgzn .nl_list .bt_content p,
.dy_content .jgzn .nl_list .bt_content p {
  text-indent: 2em;
}
.content .jgzn .zp_list,
.dy_content .jgzn .zp_list {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-bottom: none;
}
.content .jgzn .wbk,
.dy_content .jgzn .wbk {
  border: none;
}
.content .jgzn .img,
.dy_content .jgzn .img {
  padding: 10px;
  border-right: 1px solid #ddd;
  text-align: center;
}
.content .jgzn .img img,
.dy_content .jgzn .img img {
  width: 185px;
  vertical-align: middle;
}
.content iframe,
.dy_content iframe {
  width: 100%;
  height: 800px;
  overflow-x: hidden;
}
.content iframe::-webkit-scrollbar,
.dy_content iframe::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}
.content iframe::-webkit-scrollbar-thumb,
.dy_content iframe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #9c9c9c;
}
.content iframe::-webkit-scrollbar-track,
.dy_content iframe::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.content .xx_content,
.dy_content .xx_content {
  width: 100%;
  margin-top: 20px;
}
.content .xx_content .xx_title,
.dy_content .xx_content .xx_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content .xx_content .xx_title img,
.dy_content .xx_content .xx_title img {
  width: 400px;
  margin-right: 20px;
}
.content .xx_content .xx_title .xx_xxinf,
.dy_content .xx_content .xx_title .xx_xxinf {
  flex: 1;
}
.content .xx_content .xx_title .xx_xxinf .xx_title_h1 h1,
.dy_content .xx_content .xx_title .xx_xxinf .xx_title_h1 h1 {
  font-size: 40px;
  font-weight: bold;
  color: #005dbd;
  margin-bottom: 10px;
  padding-left: 10px;
}
.content .xx_content .xx_title .xx_xxinf .xx_title_h1 h2,
.dy_content .xx_content .xx_title .xx_xxinf .xx_title_h1 h2 {
  font-size: 16px;
  font-weight: 100 !important;
  margin-bottom: 10px;
}
.content .xx_content .xx_title .xx_xxinf .xx_title_nl,
.dy_content .xx_content .xx_title .xx_xxinf .xx_title_nl {
  width: 100%;
}
.content .xx_content .xx_title .xx_xxinf .xx_title_nl table,
.dy_content .xx_content .xx_title .xx_xxinf .xx_title_nl table {
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  border: 1px solid #ddd;
}
.content .xx_content .xx_title .xx_xxinf .xx_title_nl table td,
.dy_content .xx_content .xx_title .xx_xxinf .xx_title_nl table td {
  border: 1px solid #ddd;
  padding: 5px;
}
.content .xx_content .xx_title .xx_xxinf .xx_title_nl table td:first-of-type,
.dy_content .xx_content .xx_title .xx_xxinf .xx_title_nl table td:first-of-type {
  width: 22%;
  background-color: #eee;
  text-align: center;
}
.content .xx_content .xx_xxjx,
.dy_content .xx_content .xx_xxjx {
  width: 100%;
  margin-top: 20px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.content .xx_content .xx_xxjx .xx_xxjx_title,
.dy_content .xx_content .xx_xxjx .xx_xxjx_title {
  width: 100%;
  margin-bottom: 20px;
}
.content .xx_content .xx_xxjx .xx_xxjx_title h1,
.dy_content .xx_content .xx_xxjx .xx_xxjx_title h1 {
  width: 100px;
  border-bottom: 4px solid #005dbd;
  font-size: 24px;
  font-weight: bold;
  color: #005dbd;
  text-align: center;
  line-height: 200%;
}
.content .xx_content .xx_xxjx .xx_xxjx_nl,
.dy_content .xx_content .xx_xxjx .xx_xxjx_nl {
  width: 100%;
  line-height: 200%;
  font-size: 16px;
}
.content .xx_content .xx_xxjx .xx_xxjx_nl h1,
.dy_content .xx_content .xx_xxjx .xx_xxjx_nl h1 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  color: #005dbd;
  padding-left: 15px;
}
.content .xx_content .xx_xxjx .xx_xxjx_nl h1::before,
.dy_content .xx_content .xx_xxjx .xx_xxjx_nl h1::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 15px;
  background-color: #005dbd;
  top: 10px;
  left: 0;
}
.content .xx_content .xx_xxjx .xx_xxjx_nl p,
.dy_content .xx_content .xx_xxjx .xx_xxjx_nl p {
  text-indent: 2em;
}
.content {
  padding: 0 15px 15px 15px;
}
#proclaim .fxwz {
  line-height: 42px;
  font-size: 14px;
  width: 50px;
}
#proclaim .m-share {
  float: left;
  margin-top: 8px;
}
#proclaim .share {
  zoom: 1;
}
#proclaim .share::after {
  content: "";
  display: block;
  clear: both;
}
#proclaim .share a {
  float: left;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 13px;
  background: #c9c9c9;
  cursor: pointer;
  display: block;
}
#proclaim .share a i {
  display: block;
  width: 26px;
  height: 26px;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  transition: 0.4s all;
}
#proclaim .share a:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
#proclaim .share #share-icon {
  width: 26px;
  height: 26px;
  float: left;
  display: none;
}
#proclaim .share #share-icon img {
  width: 100%;
  height: 100%;
}
#proclaim .share .share-qqzone i {
  background: url("icon_fx.png") 4px center no-repeat;
}
#proclaim .share .share-qqzone:hover {
  background-color: #fc7354;
}
#proclaim .share .share-wechat {
  position: relative;
}
#proclaim .share .share-wechat i {
  background: url("icon_fx.png") -30px center no-repeat;
}
#proclaim .share .share-wechat:hover {
  background-color: #1fbc7d;
}
#proclaim .share .share-weibo i {
  background: url("icon_fx.png") -65px center no-repeat;
}
#proclaim .share .share-weibo:hover {
  background-color: #e96157;
}
#proclaim .share .share-qq i {
  background: url("icon_fx.png") -96px center no-repeat;
}
#proclaim .share .share-qq:hover {
  background-color: #27a8f2;
}
#proclaim .share .bg-code {
  left: -36px;
  z-index: 10;
}
#proclaim .share .qrcode {
  position: absolute;
  top: 36px;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
  display: none;
  width: 112px;
  height: 112px;
  left: -98%;
  z-index: 11;
}
#proclaim .share .close-btn {
  position: absolute;
  background: #fff;
  color: #000;
  font-size: 12px;
  z-index: 12;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  right: -39px;
  top: 50px;
  display: none;
  cursor: pointer;
}
.default_container {
  position: relative;
}
.default_pgContainer {
  min-height: 100px;
  _height: 100px;
}
.default_pgToolbar {
  height: 40px;
  vertical-align: middle;
  font-size: 13px;
  border: 1px solid #DADADA;
  background-color: #f6f6f6;
  margin: 10px 0 0 0;
}
.default_pgToolbar td {
  font-size: 12px !important;
  padding: 0 1px 0 1px;
}
.default_pgPanel {
  float: none;
  padding: 0 10px 0 10px;
  margin: auto;
}
.default_pgBtn {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  margin: 1px;
}
.default_pgPress {
  margin: 2px 0 0 2px;
}
.default_pgPrev {
  background: url(/cms_files/default/images/page/prev.gif) no-repeat center;
}
.default_pgPrevDisabled {
  background: url(/cms_files/default/images/page/prev_disabled.gif) no-repeat center;
  cursor: auto;
}
.default_pgNext {
  background: url(/cms_files/default/images/page/next.gif) no-repeat center;
}
.default_pgNextDisabled {
  background: url(/cms_files/default/images/page/next_disabled.gif) no-repeat center;
  cursor: auto;
}
.default_pgFirst {
  background: url(/cms_files/default/images/page/first.gif) no-repeat center;
}
.default_pgFirstDisabled {
  background: url(/cms_files/default/images/page/first_disabled.gif) no-repeat center;
  cursor: auto;
}
.default_pgLast {
  background: url(/cms_files/default/images/page/last.gif) no-repeat center;
}
.default_pgLastDisabled {
  background: url(/cms_files/default/images/page/last_disabled.gif) no-repeat center;
  cursor: auto;
}
.default_pgRefresh {
  background: url(/cms_files/default/images/page/nowait.gif) no-repeat center;
}
.default_pgLoad {
  background: url(/cms_files/default/images/page/loading.gif) no-repeat center;
}
.default_pgCurrentPage {
  width: 40px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #CCCCCC;
  background: url(/cms_files/default/images/page/text_bg.gif) repeat-x;
}
.default_pgSearchInfo {
  padding-left: 20px;
  display: none !important;
}
.default_mask {
  width: 100%;
  height: 100%;
  background: url(/cms_files/default/images/page/loading.gif) no-repeat center;
  background-color: #FFFFFF;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.default_separator {
  width: 2px;
  height: 20px;
  background: url(/cms_files/default/images/page/separator.gif) no-repeat center;
}
.ariabodytopfiexed .dlgg_fr,
.ariabodytopfiexed .dlgg_fl {
  display: none;
}
.ariabodytopfiexed .sy_fdgg {
  display: none;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.fixed {
  position: fixed !important;
  width: 100%;
  z-index: 999999;
  top: 0;
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    /* Chrome/Safari */
    color-adjust: exact !important;
    /* 标准属性 */
    print-color-adjust: exact !important;
    /* Firefox */
  }
  /* 重置可能影响布局的样式 */
  body {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
  .print {
    display: block;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .print img {
    vertical-align: middle;
  }
  /* 公开模板页面打印样式 */
  .zwxxgk_bd .top_wz .r_home,
  .zwxxgk_bd .top_wz .l_link {
    font-size: 10px;
  }
  .zwxxgk_bd .web_ms a {
    transform-origin: top right;
    transform: scale(0.43);
  }
  .zwxxgk_bd .zwxxgk_top .zwxxgk_top1,
  .zwxxgk_bd .zwxxgk_top .zwxxgk_top2 img {
    transform-origin: top left;
    transform: scale(0.43);
  }
  .zwxxgk_bd .zwxxgk_box {
    padding: 0px 10px 7px 10px;
  }
  .zwxxgk_bd .zwxxgk_box .zwxxgk_ss form input {
    width: 100%;
    font-size: 12px;
  }
  .zwxxgk_bd .zwxxgk_box .zwxxgk_ss form button {
    flex-basis: 48px;
    padding-right: 0;
  }
  .zwxxgk_bd .zwxxgk_box .dl_nav {
    flex-basis: 20%;
  }
  .zwxxgk_bd .zwxxgk_box .dl_nav .dl_nav02 .sideMenu h3 {
    font-size: 8px;
  }
  .zwxxgk_bd .zwxxgk_box .dl_nav .dl_nav02 .sideMenu .three_list li {
    font-size: 12px;
  }
  .zwxxgk_bd .zwxxgk_box .dl_nav .dl_nav01 h3 {
    height: 40px;
  }
  .zwxxgk_bd .zwxxgk_box .dl_nav .dl_nav01 h3 a {
    font-size: 8px;
  }
  .zwxxgk_bd .zwxxgk_box .mainr .zfxxgk_item .zfxxgk_zdgkc li {
    font-size: 9px;
  }
  .zwxxgk_bd .zwxxgk_box .mainr .zfxxgk_item .zfxxgk_zdgkc .white_pgToolbar {
    display: none;
  }
  .zwxxgk_bd .zwxxgk_box .mainr .zfxxgk_item .zfxxgk_zdgktit h1 {
    font-size: 20px;
  }
  .zwxxgk_bd .zwxxgk_box .mainr .zfxxgk_item .zfxxgk_lm_list .jgxx_list li {
    font-size: 16px;
  }
  .zwxxgk_bd .zwxxgk_box .mainr .zfxxgk_item .zfxxgk_lm_list .ty_list li {
    font-size: 16px;
  }
  .zwxxgk_bd .zwxxgk_box .mainr .zfxxgk_item .zfxxgk_lm_list .bm_list li {
    font-size: 12px;
  }
  .zwxxgk_bd .zwxxgk_box .mainr .zfxxgk_item .gfxwj_lm_list {
    font-size: 15px;
    flex-wrap: wrap;
  }
  .zwxxgk_bd .zwxxgk_box .mainr .zfxxgk_item .gfxwj_lm_list li {
    min-width: 200px;
  }
  .zwxxgk_bd .zwxxgk_box .mainr .zfxxgk_item .gfxwj_lm_list li + li {
    margin-top: 1%;
  }
  .zwxxgk_bd .zwxxgk_box .mainr .zfxxgk_item .xxgk_wl li {
    font-size: 12px;
  }
  /* 隐藏非必要元素 */
  .no-print {
    display: none !important;
  }
  /* 修正浮动和定位元素 */
  .floating-element {
    float: none !important;
    position: static !important;
  }
  /* 防止分页截断重要内容 */
  .page-break-avoid {
    page-break-inside: avoid;
  }
  /* 强制分页 */
  .page-break {
    page-break-after: always;
  }
  /* 修正表格打印 */
  table {
    page-break-inside: auto;
  }
  tr {
    page-break-inside: avoid;
  }
  .dqwz_nl {
    display: none;
  }
  .itop {
    display: none;
  }
  .print_sm {
    display: flex;
    justify-content: space-between;
    padding: 0 80pt;
  }
  .print_sm span {
    font-size: 8pt;
    line-height: 200%;
  }
  .secnr {
    padding: 0;
  }
  .secnr .dqwz_nl {
    display: none;
  }
  .secnr .content .xxgk_xm {
    display: none;
  }
  .secnr .content .content_title .title {
    padding-bottom: 10pt;
  }
  .secnr .content .content_title .title h1 {
    font-size: 20pt;
    margin-bottom: 5pt;
  }
  .secnr .content .content_title .title h2 {
    padding: 0 10pt;
    font-size: 16pt;
  }
  .secnr .content .content_title .title .artic_kopen {
    display: none;
  }
  .secnr .content .content_title .xhx {
    padding-bottom: 5pt;
    margin-bottom: 10pt;
  }
  .secnr .content .content_title #othermessage {
    height: auto;
    font-size: 10pt;
    line-height: 25pt;
    height: 25pt;
  }
  .secnr .content .content_title #othermessage .date span {
    margin-right: 5pt;
  }
  .secnr .content .content_title #othermessage #fontSize {
    display: none;
  }
  .secnr .content .content_title #othermessage #proclaim {
    display: none;
  }
  .secnr .content .mainTextBox #mainText {
    padding: 5pt;
    font-size: 10pt !important;
    min-height: auto;
  }
  .secnr .content .mainTextBox #mainText div,
  .secnr .content .mainTextBox #mainText span,
  .secnr .content .mainTextBox #mainText p,
  .secnr .content .mainTextBox #mainText table,
  .secnr .content .mainTextBox #mainText td {
    font-size: 10pt !important;
  }
  .secnr .content .cont_fj {
    display: none;
  }
  .secnr .content .jdwl {
    display: none;
  }
  .secnr .content .jgzn {
    line-height: 200%;
    font-size: 10pt;
  }
  .secnr .content .jgzn .mc_list {
    border: 1pt solid #ddd;
  }
  .secnr .content .jgzn .mc_list li {
    border-bottom: 1pt dashed #cccccc;
  }
  .secnr .content .jgzn .mc_list li .mc {
    flex-basis: 100pt;
    padding: 5pt 0;
  }
  .secnr .content .jgzn .mc_list li .ln {
    padding: 5pt 10pt;
  }
  .secnr .content .jgzn .nl_list {
    border: 1pt solid #ddd;
  }
  .secnr .content .jgzn .nl_list h1 {
    line-height: 30pt;
    padding-left: 30pt;
    border-bottom: 1pt dashed #cccccc;
  }
  .secnr .content .jgzn .nl_list .bt_content {
    padding: 10pt;
  }
  .secnr .content .jgzn .zp_list {
    border: 1pt solid #ddd;
  }
  .secnr .content .jgzn .img {
    padding: 10pt;
    border-right: 1pt solid #ddd;
  }
  .secnr .content .jgzn .img img {
    width: 185pt;
  }
  /* 网站首页 */
  .dlgg_fr,
  .dlgg_fl {
    display: none;
  }
}
