﻿@charset "utf-8";
/* public */
.xycontainer {
  margin: 0 auto;
  width: 1200px!important;
}
.bgWhite {
  background-color: #fff;
}
.cRed {
  color: #3f7cf8;
}
.cBlue {
  font-size: 14px;
  color: #3f7cf8!important;
}
.cGray6 {
  color: #666666;
}
.cGray9 {
  color: #999999;
}
.w100per {
  width: 100% !important;
}
.bd {
  border: 1px solid #e6e6e6;
}
.bdb {
  border-bottom: 1px solid #e6e6e6;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.oh {
  overflow: hidden;
}
.f12 {
  font-size: 12px!important;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.mgT10 {
  margin-top: 10px;
}
.mgT15 {
  margin-top: 15px;
}
.mgT20 {
  margin-top: 20px;
}
.mgT30 {
  margin-top: 30px;
}
.mgB10 {
  margin-bottom: 10px!important;
}
.mgB15 {
  margin-bottom: 15px;
}
.mgB20 {
  margin-bottom: 20px;
}
.mgB25 {
  margin-bottom: 25px;
}
.mgB30 {
  margin-bottom: 30px;
}
.mgR0 {
  margin-right: 0!important;
}
.mgR15 {
  margin-right: 15px;
}
.mgR20 {
  margin-right: 20px;
}
.mgR30 {
  margin-right: 30px;
}
.pd30 {
  padding: 30px;
}
.pdT30 {
  padding-top: 30px;
}
.pdB20 {
  padding-bottom: 20px;
}
.posr {
  position: relative;
}
.posa {
  position: absolute;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bold {
  font-weight: bold;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.df {
  display: flex;
}
/* header */
#header {
  height: 258px;
  background: url("../images/topBG.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
/* #header .headerTop {
  padding-top: 10px;
  padding-bottom: 18px;
  text-align: right;
} */

#headerLogin {
  padding: 30px 0;
  border-bottom: 1px solid #e4e4e4;
  font-size: 50px;
}
#headerLogin .logo {
  margin-right: 57px;
  padding-right: 57px;
  border-right: 2px solid #bebebe;
}
/* 导航 */
.headerNav {
  background-color: #1D6BBF;
}
.headerNav .nav_container {
  width: 100%;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
.headerNav ul {
  display: table-row;
  height: 50px;
}
.headerNav .nav_item {
  position: relative;
  display: table-cell;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.headerNav .nav_item:hover:after,
.headerNav .nav_item.active:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 0px;
  /*border-bottom: 6px solid #fb7d7d;*/
}
.headerNav .nav_item a {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  width: 98%;
  height: 50px;
  color: #fff;
  font-size: 16px;
}
.headerNav .nav_item span {
  float: right;
  color: #ec7272;
  width: 2%;
  text-align: right;
}
.headerNav .nav_item .no_border_line {
  border: 0px solid #fff;
}
.headerNav .nav_item1 {
  border-bottom: 0px solid #ec7272;
}
/* footer */
#footer {
  height: 120px;
  background-color: #1D6BBF;
  color: #FFFFFF;
  text-align: center;
}
#footer .xycontainer {
  padding: 15px 0;
  position: relative;
}
#footer a {
  color: #FFFFFF;
}
#footer a:hover {
  color: #cccccc;
}
#footer p {
  line-height: 26px;
}
/* 面包屑 */
/* article 文章页 */
.article {
  padding: 35px;
}
.article .articleTop {
  border-bottom: 1px solid #e6e6e6;
}
.article .articleCon {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.article .articleCon p {
  text-indent: 2em;
}
/* 标题 */
.title4,
.title3,
.title2,
.title1 {
  font-size: 18px;
}
.title4,
.title1,
.title2 {
  padding-left: 35px;
  line-height: 36px;
}
.title1 {
  background: url("../images/titlebg1.png") no-repeat left bottom;
}
.title2 {
  background: url("../images/titlebg2.png") no-repeat left bottom;
}
.title3 {
  padding-left: 30px;
  padding-bottom: 13px;
  background: url("../images/titlebg3.png") no-repeat left bottom;
}
.title4 {
  padding-bottom: 5px;
  background: url("../images/titlebg4.png") no-repeat left bottom;
}
/* tab */
.tabLi {
  overflow: hidden;
  border: 1px solid #bebebe;
}
.tabLi a {
  float: left;
  padding: 0 15px;
  line-height: 43px;
  border-right: 1px solid #bebebe;
}
.tabLi a.active {
  background-color: #1D6BBF;
  color: #FFFFFF;
}
.tabCon {
  display: none;
}
.newsList li {
  border-bottom: 1px solid #e6e6e6;
  padding: 25px;
}
.btnRed {
  background-color: #1D6BBF;
  text-align: center;
  color: #FFFFFF;
  border: none;
  width: 100%;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
}
.btnRed:hover {
  background-color: #e43131;
}
.btnGray {
  background-color: #f0f0f0;
  text-align: center;
  color: #222222;
  border: none;
  width: 100%;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
}
.btnGray:hover {
  background-color: #f3f3f3;
}
.form {
  margin: 0 auto;
}
.form input[type='password'],
.form input[type='text'] {
  box-sizing: border-box;
  border: none;
  width: 100%;
  line-height: 50px;
  height: 50px;
}
.form input[type='password'][type='password'],
.form input[type='text'][type='password'],
.form input[type='password'][type='text'],
.form input[type='text'][type='text'] {
  padding-left: 50px;
  padding-right: 30px;
}
.form input[type='password'].user,
.form input[type='text'].user {
  background: #fff url("../images/user.png") no-repeat 15px 50%;
}
.form input[type='password'].pwd,
.form input[type='text'].pwd {
  background: #fff url("../images/pwd.png") no-repeat 15px 50%;
}
.form input[type='password'].verify,
.form input[type='text'].verify {
  background: #fff url("../images/verify.png") no-repeat 15px 50%;
}
.form2 {
  margin: 0 auto;
}
.form2 select,
.form2 textarea,
.form2 input[type='password'],
.form2 input[type='text'] {
  padding: 0 10px;
  width: 334px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.form2 select,
.form2 input[type='password'],
.form2 input[type='text'] {
  line-height: 35px;
  height: 35px;
  outline: none;
}
.form2 textarea {
  padding: 10px;
}
.form2 .inpDiv {
  overflow: hidden;
  line-height: 35px;
}
.form2 .inpDiv span.tar {
  float: left;
  width: 90px;
}
.form2 .inpDiv input,
.form2 .inpDiv select,
.form2 .inpDiv textarea {
  overflow: hidden;
}
.inpDiv {
  margin-bottom: 30px;
}
.inpDiv .tip {
  color: #1D6BBF;
  padding-top: 10px;
}
.loginForm {
  margin-top: 125px;
  margin-bottom: 260px;
}
.loginForm .form {
  width: 485px;
}
.loginForm .posa {
  border: none;
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background-color: #1D6BBF;
  color: #FFFFFF;
  right: 5px;
  top: 5px;
  bottom: 5px;
  cursor: pointer;
}
.loginForm .posa:hover {
  background-color: #e43131;
}
/* banner */
.banner {
  height: 352px;
}
.banner .barItem {
  height: 350px !important;
  border: 1px solid #bebebe;
}
.banner .slick-dots {
  position: absolute;
  right: 422px;
  bottom: 10px;
  left: 0;
  width: 800px;
  text-align: right;
}
.banner .slick-dots li button:before {
  color: white;
  opacity: 1;
}
.banner .slick-dots li.slick-active button:before {
  color: #0063ba;
  opacity: 1;
}
.banner .slick-prev {
  left: 25px;
}
.banner .slick-next {
  right: 395px;
}
.barInfo {
  height: 310px;
  padding-left: 20px;
  padding-top: 40px;
  padding-right: 38px;
}
.barInfo h3 {
  font-weight: bold;
  font-size: 19px;
  color: #0c0300;
  line-height: 35px;
}
.barInfo .barTips {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 12px;
}
.barInfo .barTips p {
  font-size: 13px;
  line-height: 18px;
}
.barInfo .barTips + p {
  height: 111px;
  overflow: hidden;
}
.barInfo .barCon {
  height: 260px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bebebe;
}
.barTag {
  padding-right: 7px;
  line-height: 20px;
  color: #0c0300;
  background-color: #efefef;
}
.barTag .fl {
  margin-right: 7px;
  padding: 0 7px;
  color: #ffffff;
  background-color: #1D6BBF;
}
.barTime {
  padding-left: 15px;
  color: #9f9f9f;
  background: url("../images/comp.png") no-repeat left center;
}
/* 内容1 */
.indexConBox1 .indexCon1Left {
  width: 909px;
  width: 939px\9;
}
.indexConBox1 .indexCon1LeftPart {
  flex: 0 0 435px;
  float: left\9;
  width: 435px\9;
  margin-right: 30px;
}
.indexConBox1 .indexCon1LeftPart .db {
  overflow: hidden\9;
  margin-right: -30px \9;
}
.indexConBox1 .indexCon1Right {
  width: 257px;
}
.indexConBox1 .picList a {
  display: block;
  font-size: 0;
}
.indexConBox1 .list a {
  display: block;
  line-height: 55px;
}
/* 中间的链接 */
.middleLink {
  background-color: #eaeaea;
  padding: 25px 0;
}
.middleLink .oh {
  display: flex;
}
.middleLink .oh a {
  flex: 1;
  float: left \9;
  width: 25% \9;
  text-align: center \9;
  justify-content: space-between;
  font-size: 0;
}
/* 内容2 */
.indexConBox2 {
  /*Plugin CSS*/
}
.indexConBox2 .indexCon2Left {
  width: 780px;
}
.indexConBox2 .title1.case2 {
  background: url("../images/titlebg1on.png") no-repeat left bottom;
}
.indexConBox2 .title1 span:hover {
  cursor: pointer;
}
.indexConBox2 .picList {
  width: 780px;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.indexConBox2 .picList a {
  flex: 0 0 384px;
  float: left\9;
  width: 384px\9;
  margin: 5px 3px;
}
.indexConBox2 .caseList {
  overflow: hidden;
}
.indexConBox2 .caseList a {
  float: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 380px;
}
.indexConBox2 .indexCon2Right {
  width: 390px;
}
.indexConBox2 table {
  width: 390px;
  position: relative;
  overflow: hidden;
}
.indexConBox2 table td,
.indexConBox2 table th {
  padding: 0 10px;
  width: 110px;
  width: 107px\9;
  text-align: center;
  height: 46px;
  line-height: 46px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.indexConBox2 table th {
  background-color: #1D6BBF;
  color: #FFFFFF;
}
.indexConBox2 table tbody {
  background-color: #efefef;
}
.indexConBox2 .str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.indexConBox2 .str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.indexConBox2 .str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.indexConBox2 .str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.indexConBox2 .str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.indexConBox2 .str_vertical .str_move,
.indexConBox2 .str_down .str_move {
  white-space: normal;
  width: 100%;
}
.indexConBox2 .str_static .str_move,
.indexConBox2 .no_drag .str_move,
.indexConBox2 .noStop .str_move {
  cursor: inherit;
}
/* 友情链接 */
.iFriendLink .oh {
  display: flex;
  margin: 0 -9px;
}
.iFriendLink a {
  display: block;
  width: 286px;
  text-align: center;
  flex: 1;
  float: left \9;
  width: 25% \9;
  text-align: center \9;
  justify-content: space-between;
  font-size: 0;
}
/* 小组单位成员 */
.iMember {
  padding: 30px 0;
  background-color: #efefef;
}
.iMember .xycontainer {
  width: 1170px;
}
.iMember h3 {
  margin-bottom: 30px;
  line-height: 40px;
  padding-left: 30px;
  padding-bottom: 3px;
  background: url("../images/fdbg.jpg") no-repeat left bottom;
}
.iMember .iMemberList li {
  float: left;
  margin-bottom: 10px;
  width: 14.28%;
}
.iMember .iMemberList a {
  padding: 0 10px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.scrollTable {
  height: 454px;
  width: 390px;
  position: relative;
  overflow: hidden;
  background-color: #efefef;
}
.scrollTable p {
  overflow: hidden;
}
.scrollTable .td {
  float: left;
  padding: 0 10px;
  width: 33%;
  text-align: center;
  height: 46px;
  line-height: 46px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* 信用动态 */
.conBox .leftPart {
  width: 830px;
}
.conBox .rightPart {
  width: 370px;
}
.conBox .part {
  width: 362px;
}
.conBox .part:nth-child(odd) {
  margin-right: 75px;
}
.conBox .list a {
  display: block;
  line-height: 60px;
}
.focuses,
.specialColumn {
  padding: 20px;
  border: 1px solid #bebebe;
}
.pageSearchBox {
  width: 100%;
  height: 150px;
  background-color: #d1e1f0;
  text-align: center;
}
.pageSearchBox input,
.pageSearchBox input:focus {
  border: none;
  outline: 0;
}
.pageSearchBox .searchTitle {
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  text-align: left;
  color: #0c0300;
  text-indent: 20px;
}
.pageSearchBox .searchInput {
  height: 45px;
  width: 310px;
  line-height: 45px;
  margin: 0 auto;
  background-color: #fff;
}
.pageSearchBox .search_text {
  display: inline-block;
  width: 265px;
  height: 45px;
  line-height: 45px;
  text-align: left;
  text-indent: 20px;
  float: left;
}
.pageSearchBox .btn {
  float: right;
  display: inline-block;
  width: 40px;
  height: 45px;
  background: url(../images/search_blue.png) 5px 10px no-repeat;
  cursor: pointer;
}
.specialColumn .sList {
  width: 280px;
  margin: 0 auto;
}
.specialColumn a {
  float: left;
  width: 130px;
  height: 25px;
  line-height: 25px;
  margin: 5px;
  background-color: #e8e7e7;
}
.specialColumn a.c2 {
  background-color: #f2f2f2;
}
.focuses a {
  display: block;
  margin: 10px 0;
  padding-bottom: 10px;
  line-height: 26px;
}
.focuses .tags {
  border: 1px solid #1D6BBF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 10px;
  font-size: 12px;
  color: #1D6BBF;
  margin-right: 10px;
}
.lawsBanner .part {
  width: 585px;
}
.lawsBanner .barInfo {
  height: 272px;
  padding-top: 20px;
}
.lawsBanner .barCon {
  height: auto;
  border-bottom: none;
}
/* 信用公示 */
.xygsBox {
  margin-right: -100px \9;
}
.xygsPart {
  flex: 0 0 332px;
  float: left \9;
  width: 332px \9;
  overflow: hidden;
  margin-right: 100px;
  margin-bottom: 30px \9;
}
.xygsPart .h260 {
  height: 260px;
}
.xygsPart .xygsList {
  padding: 10px;
  width: 312px;
}
.xygsPart .xygsList a {
  padding-left: 15px;
  line-height: 30px;
  background: url("../images/dot.png") no-repeat left center;
}
.sxgs {
  padding: 2px 5px;
  border: 1px solid #666666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.sxgs.active {
  border-color: #1D6BBF;
}
/* 信用服务 */
.creditService a {
  float: left;
  margin: 30px 69px;
  width: 260px;
  height: 218px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
}
.creditService a:hover p {
  color: #1D6BBF;
}
.creditService p {
  padding-top: 175px;
}
.creditServiceTab h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  background: url("../images/sBg.jpg") no-repeat center bottom;
}
.creditServiceTab form {
  width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.creditServiceTab form input {
  height: 50px;
  line-height: 50px;
}
.creditServiceTab form input[type='text'] {
  padding: 0 20px;
  width: 558px;
  /*border: 1px solid #1D6BBF;*/
}
.creditServiceTab form input[type='submit'] {
  width: 95px;
  background-color: #1D6BBF;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
}
.creditServiceTab form input[type='submit']:hover {
  background-color: #e43131;
}
.creditServiceTab form select {
  width: 90px;
  left: 10px;
  top: 10px;
  bottom: 10px;
  height: 30px;
}
.creditServiceTab form select + input[type='text'] {
  width: 462px;
}
.creditServiceTab table {
  background-color: #fff;
  text-align: center;
  line-height: 43px;
}
.creditServiceTab table th {
  text-align: center;
  background: #1D6BBF;
  color: #FFFFFF;
}
.creditServiceTab table th,
.creditServiceTab table td {
  border: 1px solid #eeeeee;
}
.creditServiceDetail .tabLi {
  border-color: #dbdbdb;
  border-bottom: none;
}
.creditServiceDetail .tabConBox {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-top: none;
}
/* 联合奖惩 */
.jointBox .part {
  width: 560px;
}
/* 专项治理 */
.smImg {
  overflow: hidden \9;
  margin-right: -9px \9;
}
.smImg a {
  float: left \9;
  width: 293px;
  margin-right: 9px;
}
.smImg2 {
  overflow: hidden \9;
  margin-right: -9px \9;
}
.smImg2 a {
  float: left \9;
  width: 394px;
  margin-right: 9px;
}
/* 交流互动 */
.jlhd {
  padding: 25px 40px;
}
.jlhd .w470 {
  width: 470px;
  margin: 0 auto;
}
.jlhd .btnBox input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 34px;
  height: 34px;
}
.jlhd .btnBox .btnRed {
  margin-right: 35px;
  width: 140px;
  background-color: #d9544f;
}
.jlhd .btnBox .btnRed:hover {
  background-color: #db5c57;
}
.jlhd .btnBox .btnGray {
  width: 55px;
}
/* 网站导航 */
.websiteList {
  padding: 15px;
  flex-wrap: wrap;
  overflow: hidden;
}
.websiteList a {
  padding: 15px;
  flex: 0 0 22%;
  float: left \9;
  width: 22% \9;
}
/* userCenter */
.userCenter .userImg {
  margin: 0 auto;
  width: 81px;
  height: 81px;
  overflow: hidden;
  text-align: center;
}
.userCenter .userCenterCon,
.userCenter .userCenterNav {
  box-sizing: border-box;
  padding: 30px 35px;
}
.userCenter .userCenterNav {
  width: 250px;
}
.userCenter .userNavList {
  font-size: 15px;
  color: #333333;
}
.userCenter .userNavList a {
  margin-bottom: 10px;
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #f0f0f0;
}
.userCenter .userNavList a.active,
.userCenter .userNavList a:hover {
  background-color: #1D6BBF;
  color: #FFFFFF;
}
.userCenter .userCenterCon {
  width: 948px;
  border-left: 1px solid #e6e6e6;
}
.userCenter .userCenterCon .title4 {
  margin-bottom: 40px;
}
.userCenter table {
  line-height: 43px;
}
.userCenter .table {
  background-color: #fff;
  text-align: center;
  line-height: 43px;
}
.userCenter .table th {
  text-align: center;
  background: #e6e6e6;
  color: #333333;
}
.userCenter .table th,
.userCenter .table td {
  border: 1px solid #eeeeee;
}
.userCenter .table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.userCenter .table td:nth-child(2n) {
  width: 300px;
  line-height: normal;
}
/* 专题 */
.ztPart {
  float: left;
  margin-bottom: 30px;
  width: 380px;
}
.ztPart .title1 {
  margin-bottom: 20px;
}
.ztPart:nth-child(odd) {
  margin-right: 40px;
}
.ztPart p {
  color: #999999;
}
.ztImgList {
  padding: 20px;
  border: 1px solid #bebebe;
}
.sxtj {
  background-color: #fff;
  padding: 10px 20px;
}
.tjBox {
  overflow: hidden;
}
.tjBox a {
  float: left;
  background-color: #cccccc;
  height: 30px;
  border: 1px solid #e6e6e6;
  margin: 8px;
  padding: 0 10px;
  line-height: 30px;
  color: #444444;
}
.tjBox a:hover {
  background-color: #1D6BBF;
  color: #ffffff;
  border-color: #1D6BBF;
}

.inside-left-list {
  width: 69%;
}

.inside-right-menu {
  width: 28%;
}

.idx-center-imgs {
  display: flex;
  justify-content: space-between;
  align-content: center;
  gap: 15px;
}

.idx-center-imgs a {
  flex: 1;
}

.idx-list-box .xycontainerl {
  width: 77%;
}

.idx-list-box .xycontainerr {
  width: 23%;
}

.idx-list-box2 .xycontainerl {
  width: 64%;
}

.idx-list-box2 .xycontainerr {
  width: 34%;
}


/** 滚动条样式 begin */
::-webkit-scrollbar-track-piece {
  -webkit-border-radius: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #bbb;
  -webkit-border-radius: 4px;
  outline-offset: -2px;
  border: 2px solid #bbb;
}

::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: #bbb;
  -webkit-border-radius: 4px;
}
/**  滚动条样式 end */
/*无障碍阅读样式*/
.wza-box {
  width: 100%;
  height: 100px;
  background-color: #ffdcaa;
  position: fixed !important;
  display: none;
  z-index: 99999;
  box-shadow: 0 0 10px 2px #999;
  overflow: hidden;
}

.wza-box .container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}

.article {
  margin-top: 100px;
}

.wza-box .action {
  margin: 0 10px;
  text-align: center;
}

.wza-box .action img {
  margin-top: 5px;
  width: 60px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
}
.display {
  display: none;
}
.show {
  display: block;
}


.action .img-box:hover .display{
  display: block;
}
.action .img-box:hover .show{
  display: none !important;
}
.flex-center-between{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fangda-read{
  z-index: 99999999999;
  height: 150px;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #797F8D;
  background-color: #FFFFFF;
  display: none;
}
.close-read{
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.bigtext-html {
  height: 100%;
  background-color: #FFFFFF;
  font-size: 53px;
  color: #333 !important;
  text-align: center;
  font-weight: bold;
  width: 93%;
  margin: 0 auto;
}
