/*!
 * gxzf20231
 * @version: 0.0.1
 * @author: pangzhicui
 * @update: 2023-10-24 10:44:50
 */
 @charset "UTF-8";
 body {
   font-family: "Microsoft YaHei", SimSun, "Arial Narrow";
   font-size: 16px;
   background-color: #fff;
   font-weight: 300;
   min-width: 1300px;
   color: #1a1a1a;
 }
 body a {
   color: #1a1a1a;
 }
 .wrap {
   width: 1300px;
   margin: 0 auto;
   position: relative;
   *zoom: 1;
 }
 .wrap:after,
 .wrap:before {
   content: "";
   display: table;
   line-height: 0;
 }
 .wrap:after {
   clear: both;
 }
 .MSYH {
   font-family: "Microsoft YaHei";
 }
 .bold {
   font-weight: 700;
 }
 .text-left {
   text-align: left;
 }
 .text-center {
   text-align: center;
 }
 .text-right {
   text-align: right;
 }
 .hide {
   display: none;
 }
 .fs12 {
   font-size: 12px;
 }
 .fs14 {
   font-size: 14px;
 }
 .fs15 {
   font-size: 15px;
 }
 .fs16 {
   font-size: 16px;
 }
 .fs18 {
   font-size: 18px;
 }
 .fs20 {
   font-size: 20px;
 }
 .fs22 {
   font-size: 22px;
 }
 .fs24 {
   font-size: 24px;
 }
 .fs25 {
   font-size: 25px;
 }
 .fs26 {
   font-size: 26px;
 }
 .fs28 {
   font-size: 28px;
 }
 .fs30 {
   font-size: 30px;
 }
 .fs32 {
   font-size: 32px;
 }
 .fs34 {
   font-size: 34px;
 }
 .fs36 {
   font-size: 36px;
 }
 .fs38 {
   font-size: 38px;
 }
 .lh20 {
   line-height: 20px;
 }
 .lh22 {
   line-height: 22px;
 }
 .lh24 {
   line-height: 24px;
 }
 .lh25 {
   line-height: 25px;
 }
 .lh26 {
   line-height: 26px;
 }
 .lh27 {
   line-height: 27px;
 }
 .lh28 {
   line-height: 28px;
 }
 .lh30 {
   line-height: 30px;
 }
 .lh32 {
   line-height: 32px;
 }
 .lh35 {
   line-height: 35px;
 }
 .lh36 {
   line-height: 36px;
 }
 .lh38 {
   line-height: 38px;
 }
 .lh40 {
   line-height: 40px;
 }
 .lh45 {
   line-height: 45px;
 }
 .lh48 {
   line-height: 48px;
 }
 .lh50 {
   line-height: 50px;
 }
 .lh53 {
   line-height: 53px;
 }
 .lh55 {
   line-height: 55px;
 }
 .lh60 {
   line-height: 60px;
 }
 .lh70 {
   line-height: 70px;
 }
 .lh120 {
   line-height: 120%;
 }
 .lh150 {
   line-height: 150%;
 }
 a {
   color: #000;
   text-decoration: none;
 }
 a:hover {
   color: #0877fd;
   text-decoration: none;
 }
 .white {
   color: #fff;
 }
 .white a {
   color: #fff;
 }
 .black {
   color: #000;
 }
 .black a {
   color: #000;
 }
 .red {
   color: red;
 }
 .red a {
   color: red;
 }
 .gray {
   color: #4c4c4c;
 }
 .gray a {
   color: #4c4c4c;
 }
 .gray a:hover {
   text-decoration: underline;
 }
 .blue {
   color: #0877fd;
 }
 .blue a,
 .blue span {
   color: #0877fd;
 }
 .blue a:hover {
   text-decoration: underline;
 }
 article,
 aside,
 blockquote,
 body,
 button,
 code,
 dd,
 details,
 div,
 dl,
 dt,
 fieldset,
 figcaption,
 figure,
 footer,
 form,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 header,
 hgroup,
 hr,
 input,
 legend,
 li,
 menu,
 nav,
 ol,
 p,
 pre,
 section,
 td,
 textarea,
 th,
 ul {
   margin: 0;
   padding: 0;
 }
 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 menu,
 nav,
 section {
   display: block;
 }
 input,
 select,
 textarea {
   font-size: 100%;
 }
 table {
   border-collapse: collapse;
   border-spacing: 0;
 }
 th {
   text-align: inherit;
 }
 fieldset,
 img {
   border: 0;
 }
 iframe {
   display: block;
 }
 abbr,
 acronym {
   border: 0;
   font-variant: normal;
 }
 del {
   text-decoration: line-through;
 }
 address,
 caption,
 cite,
 code,
 dfn,
 em,
 th,
 var {
   font-style: normal;
   font-weight: 500;
 }
 ul {
   list-style: none;
 }
 caption,
 th {
   text-align: left;
 }
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   font-size: 100%;
   font-weight: 500;
 }
 q:after,
 q:before {
   content: "";
 }
 sup {
   vertical-align: text-top;
 }
 sub {
   vertical-align: text-bottom;
 }
 a,
 ins {
   text-decoration: none;
 }
 .fn-clear:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
 }
 .fn-clear {
   zoom: 1;
   clear: both;
 }
 body .fn-hide {
   display: none;
 }
 .fn-left,
 .fn-right {
   display: inline;
 }
 .fn-left {
   float: left;
 }
 .fn-right {
   float: right;
 }
 .inline-block {
   display: inline-block;
   vertical-align: middle;
   *vertical-align: auto;
   *display: inline;
   zoom: 1;
 }
 .text-indent {
   text-indent: 2em;
   text-align: justify;
 }
 .mt50 {
   margin-top: 50px;
 }
 .hide {
   display: none;
 }
 .show {
   display: block;
 }
 .u-songti {
   font-family: "Songti SC", STSong, SimSun, "WenQuanYi Bitmap Song", serif;
 }
 .mb50 {
   margin-bottom: 50px;
 }
 .mt30 {
   margin-top: 30px;
 }
 li,
 ol,
 ul {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 .flexslider img {
   display: block;
   width: 100%;
   -o-object-fit: cover;
   object-fit: cover;
 }
 .flexslider,
 .flexslider .slides li {
   position: relative;
 }
 .flexslider li span {
   background: rgba(26, 26, 26, 0.5);
   filter: alpha(opacity=80);
   color: #fff;
   display: block;
   width: 100%;
   font-size: 24px;
   line-height: 40px;
   padding: 5px 0;
   text-align: center;
   position: absolute;
   bottom: 0;
   left: 0;
 }
 .flex-control-nav {
   position: absolute;
   left: 0;
   bottom: 10px;
   width: 100%;
   text-align: right;
 }
 .flex-control-nav li {
   margin-right: 8px;
   display: inline-block;
   zoom: 1;
 }
 .flex-control-paging li a {
   background: #959595;
   border-radius: 50%;
   display: block;
   cursor: pointer;
   float: left;
   width: 10px;
   height: 10px;
   line-height: 0;
   font-size: 0;
   overflow: hidden;
 }
 .flex-control-paging li a.flex-active {
   background: #246acd;
 }
 .flex-direction-nav a {
   cursor: pointer;
   width: 48px;
   height: 80px;
   position: absolute;
   top: 50%;
   line-height: 0;
   font-size: 0;
   background-size: cover;
   margin-top: -40px;
 }
 .flex-direction-nav .flex-prev {
   left: 0;
   background-image: url(../../imagesq/2023gxzf/prev.png);
 }
 .flex-direction-nav .flex-next {
   right: 0;
   background-image: url(../../imagesq/2023gxzf/next.png);
 }
 .tabs-box {
   line-height: 38px;
   border-bottom: solid 1px #bfbfbf;
   position: relative;
   margin-bottom: 20px;
 }
 .tab-more a {
   position: absolute;
   right: 0;
   top: 3px;
   color: #737373;
   font-size: 18px;
   display: none;
 }
 .tab-more a.cur {
   display: block;
 }
 .tabs-nav {
   font-size: 24px;
   font-weight: 700;
   *zoom: 1;
   text-align: center;
 }
 .tabs-nav:after,
 .tabs-nav:before {
   content: "";
   display: table;
   line-height: 0;
 }
 .tabs-nav:after {
   clear: both;
 }
 .tabs-nav li {
   min-width: 86px;
   float: left;
   _display: inline;
   padding: 0 14px;
 }
 .tabs-nav li.cur {
   color: #0777ff;
   border-bottom: 3px solid #0877fd;
 }
 .txt-list-date {
   font-size: 18px;
   letter-spacing: 1px;
   line-height: 38px;
 }
 .txt-list-date li {
   *zoom: 1;
   width: auto;
   white-space: nowrap;
   word-wrap: normal;
   overflow: hidden;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   text-align: left;
 }
 .txt-list-date li:after,
 .txt-list-date li:before {
   content: "";
   display: table;
   line-height: 0;
 }
 .txt-list-date li:after {
   clear: both;
 }
 .txt-list-date li:before {
   content: "";
   float: left;
   _display: inline;
   width: 5px;
   height: 5px;
   background-color: #0877fd;
   border-radius: 50%;
   margin-right: 14px;
   margin-top: 16.5px;
 }
 .txt-list-date span {
   float: right;
   _display: inline;
   margin-left: 20px;
   font-size: 16px;
   color: #626262;
 }
 .page {
   height: 40px;
   line-height: 40px;
   text-align: center;
   position: relative;
 }
 .page a {
   background: #f2f2f2;
   padding: 0 15px;
   display: block;
 }
 .page li {
   display: inline-block;
   vertical-align: middle;
   *vertical-align: auto;
   *display: inline;
   zoom: 1;
   margin-right: 1px;
 }
 .page .pg-cur a,
 .page li:not(.none):hover a {
   background: #0068b7;
   color: #fff;
 }
 