@charset "UTF-8";
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.woff") format("woff"), url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.ttf") format("truetype"), url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.eot") format("embedded-opentype");
}
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* 当前位置位置 */
.location {
  padding: 16px 0 16px 22px;
  line-height: 18px;
  font-size: 14px;
  background: url("../images/icon_local.png") left center no-repeat;
  color: #666666;
}
.location + .banner-tt {
  padding-top: 18px !important;
  padding-bottom: 0 !important;
}
.location a {
  color: #666666;
}
.location span {
  color: #02428a;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

body {
  min-width: 1200px;
}

#header {
  height: 88px;
  position: sticky;
  top: 0;
  z-index: 10;
}
#header .header-wrapper {
  background: url("../images/header_bg.png");
  -o-background-size: 100%;
     background-size: 100%;
  height: 100%;
}
#header .header-wrapper > .container {
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .header-wrapper .header-menu {
  height: 35px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#header .header-wrapper .header-menu .menu-item {
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
}
#header .header-wrapper .header-menu .menu-item:last-child {
  margin-right: 0;
}
#header .header-wrapper .header-menu .menu-item > a {
  padding: 0 10px;
  display: block;
  color: #fff;
  font-size: 16px;
}
#header .header-wrapper .header-menu .menu-item.current > a, #header .header-wrapper .header-menu .menu-item:hover > a {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px solid #fff;
}
#header .header-wrapper .header-menu .header-search {
  text-align: right;
  padding-right: 0;
  width: 73px;
}
#header .header-wrapper .header-menu .header-search-toggle {
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  cursor: pointer;
  display: inline-block;
}
#header .header-wrapper .header-menu .header-search-toggle > i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/search.png") center no-repeat;
  margin-right: 6px;
  vertical-align: middle;
}
#header .header-wrapper .header-menu .header-search-wrapper {
  display: none;
}
#header .header-wrapper .header-menu .header-search.opend .header-search-toggle {
  font-size: 0;
  width: auto;
}
#header .header-wrapper .header-menu .header-search.opend .header-search-toggle > i {
  margin-right: 0;
  background-image: url("../images/close.png");
}
#header .header-wrapper .header-menu .header-search.opend .header-search-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 46px;
  width: 100%;
  right: 44px;
  background: #0053b1;
  border-radius: 46px 46px 46px 46px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
#header .header-wrapper .header-menu .header-search.opend .header-search-wrapper .header-search-input {
  height: 100%;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  background: transparent;
  padding-left: 24px;
  color: #fff;
}
#header .header-wrapper .header-menu .header-search.opend .header-search-wrapper .header-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.41);
}
#header .header-wrapper .header-menu .header-search.opend .header-search-wrapper .header-search-input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.41);
}
#header .header-wrapper .header-menu .header-search.opend .header-search-wrapper .header-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.41);
}
#header .header-wrapper .header-menu .header-search.opend .header-search-wrapper .header-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.41);
}
#header .header-wrapper .header-menu .header-search.opend .header-search-wrapper .header-search-input::placeholder {
  color: rgba(255, 255, 255, 0.41);
}
#header .header-wrapper .header-menu .header-search.opend .header-search-wrapper .header-search-btn {
  display: block;
  line-height: 46px;
  color: #fff;
  padding-left: 45px;
  padding-right: 24px;
  cursor: pointer;
  background: url("../images/search.png") left 24px center no-repeat;
}

#footer {
  margin-top: 24px;
}
#footer .footer-wrapper {
  background: #0f2b51;
  color: #eeeeee;
}
#footer .footer-wrapper a {
  color: #eeeeee;
}
#footer .footer-wrapper .footer-content {
  padding-top: 32px;
  padding-bottom: 27px;
}
#footer .footer-wrapper .footer-content > .container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .footer-wrapper .footer-content > .container .footer-logo {
  display: block;
}
#footer .footer-wrapper .footer-content > .container .content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin: 0 27px;
}
#footer .footer-wrapper .footer-content > .container .content > p {
  line-height: 21px;
  font-size: 14px;
  color: #ffffff;
}
#footer .footer-wrapper .footer-content > .container .content > p > span {
  display: inline-block;
  margin-right: 16px;
}
#footer .footer-wrapper .footer-content > .container .content > p > span:last-child {
  margin-right: 0;
}
#footer .footer-wrapper .footer-content > .container .content > p:nth-child(n+2) {
  margin-top: 4px;
}
#footer .footer-wrapper .footer-content > .container .footer-call {
  padding-left: 65px;
  text-align: center;
  background: url("../images/icon_call.png") left center no-repeat;
}
#footer .footer-wrapper .footer-content > .container .footer-call > div {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
}
#footer .footer-wrapper .footer-content > .container .footer-call > p {
  font-size: 14px;
  color: #ffffff;
  line-height: 21px;
}
#footer .footer-wrapper .footer-bottom {
  line-height: 30px;
  border-top: 1px solid rgba(87, 126, 170, 0.33);
  padding: 10px 0;
}

.sub-banner {
  height: 200px;
  background: url("../images/sub_banner.jpg") center top no-repeat;
}
.sub-banner > .contianer {
  position: relative;
}
.sub-banner .location {
  color: #fff;
}
.sub-banner .location a {
  color: #fff;
}
.sub-banner .location span {
  color: #dab07c;
}
.sub-banner .banner-tt {
  line-height: 60px;
  font-weight: 500;
  font-size: 40px;
  color: #ffffff;
  padding-top: 48px;
  padding-bottom: 12px;
}
.sub-banner .banner-text {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 24px;
}

.tab-hd {
  height: 68px;
  border-bottom: 1px dashed #e6e6e6;
}
.tab-hd > .container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-hd > .container .tab-nav {
  height: 68px;
  line-height: 68px;
  cursor: pointer;
  margin-right: 36px;
  font-size: 20px;
  color: #646464;
}
.tab-hd > .container .tab-nav:last-child {
  margin-right: 0;
}
.tab-hd > .container .tab-nav.current, .tab-hd > .container .tab-nav:hover {
  font-weight: bold;
  font-size: 20px;
  color: #02428a;
  border-bottom: 1px solid #02428a;
}

.tab-bd .tab-panel {
  display: none;
}

.list {
  padding-top: 25px;
}
.list .list-item {
  border-bottom: 1px dashed #e6e6e6;
}
.list .list-item > a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
}
.list .list-item > a .item-name {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #2e3033;
}
.list .list-item > a .item-date {
  font-size: 14px;
  color: #999999;
  width: 110px;
  text-align: right;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.list.list-style2 .list-item {
  border-bottom: 1px dashed #e6e6e6;
}
.list.list-style2 .list-item > a {
  display: block;
  padding: 16px 0 16px 88px;
  position: relative;
  height: auto;
}
.list.list-style2 .list-item > a .item-date {
  width: 72px;
  height: 74px;
  background: #a0b8d3;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  padding-top: 10px;
}
.list.list-style2 .list-item > a .item-date .ym {
  font-size: 14px;
  line-height: 24px;
}
.list.list-style2 .list-item > a .item-date .d {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 4px;
}
.list.list-style2 .list-item > a .item-name {
  font-weight: 500;
  font-size: 20px;
  color: #2e3033;
  line-height: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.list.list-style2 .list-item > a .item-text {
  font-size: 14px;
  color: #646464;
  line-height: 24px;
  margin-top: 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.list .list-item:hover {
  background: -webkit-linear-gradient(left, #eef3f8 0%, #ffffff 100%);
  background: -moz-linear-gradient(left, #eef3f8 0%, #ffffff 100%);
  background: -o-linear-gradient(left, #eef3f8 0%, #ffffff 100%);
  background: linear-gradient(90deg, #eef3f8 0%, #ffffff 100%);
}
.list .list-item:hover .item-name {
  font-weight: bold;
  color: #02428a !important;
}

.pager .m-pagination-page > li > a {
  line-height: 32px;
  min-width: 34px;
  border: 1px solid #dddddd;
  height: 34px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #4e5463;
}
.pager .m-pagination-page > li:hover > a, .pager .m-pagination-page > li.active > a {
  background: #02428a;
  color: #fff;
}
.pager .m-pagination-jump input {
  height: 34px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-color: #dddddd;
}
.pager .m-pagination-jump button {
  height: 34px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-color: #dddddd;
}

body > .animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
     -moz-animation-name: fadeInLeft;
       -o-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -moz-transform: translate3d(-50%, 0, 0);
         transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translateZ(0);
         transform: translateZ(0);
  }
}

@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
       -moz-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.info-hd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info-hd .info-more {
  display: block;
  height: 27px;
  line-height: 27px;
  background: #dab07c;
  border-radius: 4px 4px 4px 4px;
  padding: 0 15px;
  color: #fff;
}

.info-tt {
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 40px;
  color: #2e3033;
  padding-right: 11px;
  height: 59px;
  line-height: 59px;
  display: inline-block;
  background: url("../images/info_tt.png") right bottom 5px no-repeat;
}

.com-condition {
  margin-top: 24px;
  font-size: 16px;
  position: relative;
}
.com-condition .condition-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.com-condition .condition-label {
  width: 100px;
  line-height: 28px;
  text-align: right;
  color: #666666;
}
.com-condition .condition-con {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.com-condition .condition-item {
  float: left;
  height: 38px;
  margin: 0 10px 10px 0;
  padding: 0 12px;
  line-height: 38px;
  color: #333;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}
.com-condition .condition-item.current {
  color: #fff;
  background: #02428a;
}
.com-condition .condition-box {
  margin-bottom: 15px;
}
.com-condition .more-btn {
  line-height: 28px;
  color: #3880d0;
  cursor: pointer;
}
.com-condition .more-btn.active + .condition-con {
  height: auto;
}