html {
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  word-break: break-all
}

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

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  font-family: "Microsoft YaHei", Verdana, sans-serif;
  line-height: 1.42857143
}

a {
  text-decoration: none;
  color: #333;
  transition: all .35s ease 0s;
  outline: 0
}

a:hover {
  color: red;
  text-decoration: none;
  outline: 0
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle
}

button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
label,
li,
ol,
p,
pre,
span,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}

button,
form,
input,
textarea {
  font-size: 14px;
  font-family: "Microsoft YaHei", Verdana, sans-serif;
  -webkit-appearance: none
}

li {
  list-style-type: none
}

.dp-b,
.gg-box img,
.img-d img {
  display: block;
  width: 100%
}

.gg-box img{
  display: none;
  width: 100%
}

.tx-input {
  border: 1px solid #eee;
  border-radius: 3px;
  line-height: 38px;
  height: 38px;
  width: 100%;
  padding: 0 10px
}

.input-ma {
  position: relative
}

.input-ma img {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 30px !important;
  width: auto !important
}

.tx-form {
  position: relative;
  line-height: 38px
}

.tx-textarea {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px;
  min-height: 80px;
  width: 100%
}

.tx-btn {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  background-color: #009688;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: 0;
  border-radius: 2px;
  vertical-align: middle;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none
}

.tx-btn:hover {
  opacity: .9;
  color: #fff
}

.tx-btn:active {
  opacity: 1
}

.tx-btn-big {
  height: 44px;
  line-height: 44px;
  padding: 0 28px;
  font-size: 16px
}

.tx-btn-small {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px
}

.tx-btn-mini {
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  font-size: 12px
}

.tx-btn-primary {
  border: 1px solid #c9c9c9;
  background-color: #fff;
  color: #555
}

.tx-btn-primary:hover {
  border-color: #009688;
  color: #009688
}

.tx-btn-radius {
  border-radius: 100px
}

.tx-input:focus,
.tx-textarea:focus {
  border-color: #c9c9c9 !important
}

.tx-select {
  line-height: 38px;
  height: 38px;
  border: 1px solid #eee;
  width: 100%;
  padding: 0 10px;
  color: #666
}

.tx-select option {
  line-height: 30px
}

.tx-hr,
.tx-text hr {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #eee
}

.tx-text hr {
  margin-top: 15px;
  margin-bottom: 15px
}

.mb5 {
  margin-bottom: 5px
}

.mb10 {
  margin-bottom: 10px
}

.mb15 {
  margin-bottom: 15px
}

.mb20 {
  margin-bottom: 20px
}

.mb30 {
  margin-bottom: 30px
}

.mb40 {
  margin-bottom: 40px
}

.mr5 {
  margin-right: 5px
}

.mr10 {
  margin-right: 10px
}

.mr15 {
  margin-right: 15px
}

.mr20 {
  margin-right: 20px
}

.ml5 {
  margin-left: 5px
}

.ml10 {
  margin-left: 10px
}

.ml15 {
  margin-left: 15px
}

.ml20 {
  margin-left: 20px
}

.mt10 {
  margin-top: 10px
}

.mt15 {
  margin-top: 15px
}

.mt20 {
  margin-top: 20px
}

.f-36 {
  font-size: 36px
}

.f-30 {
  font-size: 30px
}

.f-26 {
  font-size: 26px
}

.f-22 {
  font-size: 22px
}

.f-20 {
  font-size: 20px
}

.f-18 {
  font-size: 18px
}

.f-17 {
  font-size: 17px
}

.f-16 {
  font-size: 16px
}

.f-15 {
  font-size: 15px
}

.f-14 {
  font-size: 14px
}

.f-13 {
  font-size: 13px
}

.f-12 {
  font-size: 12px
}

.f-10 {
  font-size: 10px
}

.f-8 {
  font-size: 8px
}

.f-bold {
  font-weight: 700
}

.pd5 {
  padding: 5px
}

.pd10 {
  padding: 10px
}

.pd10-1 {
  padding: 10px 0
}

.pd10-2 {
  padding: 0 10px
}

.pd10-3 {
  padding: 10px 10px 0 10px
}

.pd10-4 {
  padding: 6px 10px
}

.pd15 {
  padding: 15px
}

.pd15-1 {
  padding: 15px 0
}

.pd15-2 {
  padding: 0 15px
}

.pd15-3 {
  padding: 15px 15px 0 15px
}

.pd15-4 {
  padding: 7px 15px
}

.pd20 {
  padding: 20px
}

.pd20-1 {
  padding: 20px 0
}

.pd20-2 {
  padding: 0 20px
}

.pd20-3 {
  padding: 20px 20px 0 20px
}

.pd20-4 {
  padding: 10px 20px
}

.pd40 {
  padding: 40px
}

.pd60 {
  padding: 60px
}

.ta-c {
  text-align: center
}

.ta-r {
  text-align: right
}

.ta-l {
  text-align: left
}

.f-red {
  color: red
}

.f-white {
  color: #fff
}

.f-green {
  color: #5fb878
}

.f-yellow {
  color: #ffb800
}

.f-blue {
  color: #1e9fff
}

.f-gray {
  color: #888
}

.f-gray1,
.f-gray1 a {
  color: #bbb
}

.f-white1,
.f-white1 a {
  color: #fff
}

.f-black {
  color: #000
}

.bg-gray {
  background-color: #eee
}

.bg-white {
  background-color: #fff
}

.bg-red {
  background-color: red
}

.bg-yellow {
  background-color: #ffb800
}

.bg-green {
  background-color: #5fb878
}

.bg-blue {
  background-color: #1e9fff
}

.bg-black {
  background-color: #222
}

.tx-table,
.tx-text table {
  border-collapse: collapse;
  max-width: 100% !important;
  border-spacing: 0
}

.tx-table td,
.tx-table th,
.tx-text table td,
.tx-text table th {
  border: 1px solid #eee;
  padding: 10px;
  overflow: hidden
}

.tx-table th,
.tx-text table th {
  background: #f1f1f1
}

.border {
  border: 1px solid #eee
}

.border-b {
  border-bottom: 1px solid #eee
}

.border-t {
  border-top: 1px solid #eee
}

.i60 {
  line-height: 20px;
  height: 60px;
  overflow: hidden
}

.i40 {
  line-height: 20px;
  height: 40px;
  overflow: hidden
}

.i22 {
  line-height: 22px;
  height: 22px;
  overflow: hidden
}

.i18 {
  line-height: 18px;
  height: 18px;
  overflow: hidden
}

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

.lh-50 {
  line-height: 50px
}

.lh-40 {
  line-height: 40px
}

.lh-30 {
  line-height: 30px
}

.lh-26 {
  line-height: 26px
}

.ul-36 li {
  line-height: 36px;
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.ul-33 li {
  line-height: 33px;
  height: 33px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.ul-30 li {
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.ul-26 li {
  line-height: 26px;
  height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.wide {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px
}

.hide,
.pchide {
  display: none
}

.clearfix::after,
.row1:after,
.row2:after,
.row3:after,
.row:after,
.row:before,
.wide::after {
  display: table;
  content: " ";
  clear: both
}

.row {
  margin-left: -12px;
  margin-right: -12px
}

[class*=col-] {
  float: left;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  width: 10%;
  position: relative
}

.col-1 {
  width: 4.1666%
}

.col-2 {
  width: 8.3333%
}

.col-3 {
  width: 12.5%
}

.col-4 {
  width: 16.6666%
}

.col-5 {
  width: 20.8333%
}

.col-6 {
  width: 25%
}

.col-7 {
  width: 29.1666%
}

.col-8 {
  width: 33.3333%
}

.col-9 {
  width: 37.5%
}

.col-10 {
  width: 41.6666%
}

.col-11 {
  width: 45.8333%
}

.col-12 {
  width: 50%
}

.col-13 {
  width: 54.1666%
}

.col-14 {
  width: 58.3333%
}

.col-15 {
  width: 62.5%
}

.col-16 {
  width: 66.6666%
}

.col-17 {
  width: 70.8333%
}

.col-18 {
  width: 75%
}

.col-19 {
  width: 79.1666%
}

.col-20 {
  width: 83.3333%
}

.col-21 {
  width: 87.5%
}

.col-22 {
  width: 91.6666%
}

.col-23 {
  width: 95.8333%
}

.col-24 {
  width: 100%
}

.col-25 {
  width: 20%
}

.row1 {
  margin-left: -7px;
  margin-right: -7px
}

[class*=col1-] {
  float: left;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative
}

.row2 {
  margin-left: -4px;
  margin-right: -4px
}

[class*=col2-] {
  float: left;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative
}

.row3 {
  margin-left: 0;
  margin-right: 0
}

[class*=col3-] {
  float: left;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative
}

.fl {
  float: left
}

.fr {
  float: right
}

.tx-text {
  line-height: 1.7
}

.tx-text h4,
.tx-text h5,
.tx-text h6,
.tx-text p {
  margin: 10px 0
}

.tx-text ol {
  padding-left: 20px;
  list-style-type: demical
}

.tx-text ol li {
  list-style: decimal
}

.tx-text h1,
.tx-text h2,
.tx-text h3 {
  border-left: 4px solid #eee;
  background-color: #f2f2f2;
  padding: 10px 15px;
  margin: 15px 0
}

.tx-text h1 {
  font-size: 22px
}

.tx-text h2 {
  font-size: 20px
}

.tx-text h3 {
  font-size: 18px
}

.tx-text a {
  border-bottom: 2px solid #84cf6d;
  text-decoration: none
}

.tx-text a:hover {
  -webkit-transition: box-shadow .2s linear;
  transition: box-shadow .2s linear;
  box-shadow: inset 0 -10px #84cf6d;
  color: #000
}

.tx-text iframe,
.tx-text img {
  max-width: 100% !important;
  width: auto !important
}

.tx-text img {
  height: auto !important
}

.tx-text blockquote {
  border-left: 10px solid rgba(102, 128, 153, .075);
  background-color: rgba(102, 128, 153, .05);
  border-radius: 0 5px 5px 0;
  padding: 15px 20px;
  margin: 0 0 6px 0;
  color: #666
}

.tx-text pre {
  margin: 15px 0
}

.tx-text table {
  margin: 15px 0
}

.img-box {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 0
}

.img-box[data-ratio="16:8"] {
  padding-top: 50%
}

.img-box[data-ratio="16:9"] {
  padding-top: 70%
}

.img-box[data-ratio="16:16"] {
  padding-top: 100%
}

.img-box[data-ratio="16:20"] {
  padding-top: 150%
}

.img-box img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .6s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.img-box:hover img {
  transform: scale(1.05)
}

.alert {
  border: 1px solid transparent
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

@media screen and (max-width:992px) {
  .wide {
    width: 100%;
    padding-left: 7px;
    padding-right: 7px
  }

  .row {
    margin-left: -7px;
    margin-right: -7px
  }

  [class*=col-] {
    padding-left: 7px;
    padding-right: 7px
  }

  .row1 {
    margin-left: -4px;
    margin-right: -4px
  }

  [class*=col1-] {
    padding-left: 4px;
    padding-right: 4px
  }

  .row2 {
    margin-left: -2px;
    margin-right: -2px
  }

  [class*=col2-] {
    padding-left: 2px;
    padding-right: 2px
  }

  [class*=col3-] {
    padding-left: 0;
    padding-right: 0
  }

  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-13,
  .col-14,
  .col-15,
  .col-16,
  .col-17,
  .col-18,
  .col-19,
  .col-2,
  .col-20,
  .col-21,
  .col-22,
  .col-23,
  .col-24,
  .col-25,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9 {
    width: auto
  }

  .col-m-1 {
    width: 4.1666%
  }

  .col-m-2 {
    width: 8.3333%
  }

  .col-m-3 {
    width: 12.5%
  }

  .col-m-4 {
    width: 16.6666%
  }

  .col-m-5 {
    width: 20.8333%
  }

  .col-m-6 {
    width: 25%
  }

  .col-m-7 {
    width: 29.1666%
  }

  .col-m-8 {
    width: 33.3333%
  }

  .col-m-9 {
    width: 37.5%
  }

  .col-m-10 {
    width: 41.6666%
  }

  .col-m-11 {
    width: 45.8333%
  }

  .col-m-12 {
    width: 50%
  }

  .col-m-13 {
    width: 54.1666%
  }

  .col-m-14 {
    width: 58.3333%
  }

  .col-m-15 {
    width: 62.5%
  }

  .col-m-16 {
    width: 66.6666%
  }

  .col-m-17 {
    width: 70.8333%
  }

  .col-m-18 {
    width: 75%
  }

  .col-m-19 {
    width: 79.1666%
  }

  .col-m-20 {
    width: 83.3333%
  }

  .col-m-21 {
    width: 87.5%
  }

  .col-m-22 {
    width: 91.6666%
  }

  .col-m-23 {
    width: 95.8333%
  }

  .col-m-24 {
    width: 100%
  }

  .col-m-25 {
    width: 20%
  }

  .pchide {
    display: block
  }

  .waphide {
    display: none
  }

  .mb10 {
    margin-bottom: 6px
  }

  .mb15 {
    margin-bottom: 9px
  }

  .mb20 {
    margin-bottom: 12px
  }

  .pd10 {
    padding: 6px
  }

  .pd10-1 {
    padding: 6px 0
  }

  .pd10-2 {
    padding: 0 6px
  }

  .pd10-3 {
    padding: 6px 6px 0 6px
  }

  .pd10-4 {
    padding: 3px 6px
  }

  .pd15 {
    padding: 9px
  }

  .pd15-1 {
    padding: 9px 0
  }

  .pd15-2 {
    padding: 0 9px
  }

  .pd15-3 {
    padding: 9px 9px 0 9px
  }

  .pd15-4 {
    padding: 4px 9px
  }

  .pd20 {
    padding: 12px
  }

  .pd20-1 {
    padding: 12px 0
  }

  .pd20-2 {
    padding: 0 12px
  }

  .pd20-3 {
    padding: 12px 12px 0 12px
  }

  .pd20-4 {
    padding: 6px 12px
  }

  .pd40 {
    padding: 24px
  }

  .pd60 {
    padding: 36px
  }
}

body {
  background-color: #f2faf8
}

a {
  color: #555
}

.f-blue,
a:hover {
  color: #049d6e
}

.pagebar .now-page,
.pagebar a {
  padding: 0 12px;
  line-height: 30px;
  display: inline-block;
  background-color: #eee;
  margin: 0 3px 3px 0;
  border-radius: 2px
}

.pagebar .now-page,
.pagebar a:hover {
  color: #fff;
  background-color: #049d6e
}

.tx-comments>ul.msg {
  margin-bottom: 10px;
  border: 1px solid #c9c9c9;
  padding: 10px;
  border-radius: 4px
}

.msg img.avatar {
  float: left;
  margin-right: 10px;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-transition: .4s;
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
  -moz-transition: -moz-transform .4s ease-out
}

.commons li:hover img,
li.msgname:hover img.avatar {
  transform: rotateZ(60deg);
  -webkit-transform: rotateZ(60deg);
  -moz-transform: rotateZ(60deg)
}

.msg li.msgname p.commentname {
  line-height: 22px;
  font-size: 12px;
  margin-bottom: 5px
}

.msg li.msgname small {
  color: #aaa;
  font-size: 12px
}

.msg li.msgname small a,
.tx-comment label,
.tx-comments label {
  display: none
}

.msg li.msgname:hover small a {
  display: inline-block
}

.msg li ul.msg {
  margin-top: 12px;
  padding: 10px;
  border: 1px solid #ededed;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .05)
}

.tx-comment-textarea {
  position: relative
}

.tx-comment-textarea .tx-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #049d6e
}

.tx-comment-textarea .tx-textarea {
  float: left;
  display: block
}

.reply-frm {
  margin-top: 15px
}

.tx-404 {
  text-align: center;
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #888
}

.tx-404 h2 {
  font-size: 24px;
  line-height: 1.6;
  color: #222;
  margin: 12px 0
}

.tx-404 a.return {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 60px;
  background: #ff3a33;
  border-radius: 5px;
  margin-top: 15px;
  color: #fff
}

.logo-404 {
  background: url(../include/logo.png) no-repeat center center #fff;
  background-size: auto 60px;
  padding: 60px 0;
  border-bottom: 1px solid #9eaa99;
  box-shadow: 0 0 4px rgba(0, 0, 0, .25)
}

.top {
  line-height: 30px;
  height: 30px;
  background-color: #002557;
  color: #fff;
  display: none;
}

.header {
  padding: 15px 0;
  background-color: #049d6e;
  position: relative;
  z-index: 98
}

.logo a,
.logo img {
  display: block;
  line-height: 1;
  height: 60px
}

.logogg {
  display: none;
  width: 460px;
  height: 60px;
  overflow: hidden;
  margin: 0 50px
}

.logogg img {
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover
}

.search {
  padding: 11px 0
}

.search form {
  width: 400px;
  position: relative;
  padding-right: 60px;
  border: 2px solid #025e42
}

.search input {
  width: 100%;
  padding: 0 10px;
  border: 0;
  line-height: 36px;
  height: 36px;
  font-size: 13px;
  background-color: #fff;
}

.search button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  width: 60px;
  line-height: 36px;
  height: 36px;
  text-align: center;
  background-color: #025e42;
  color: #fff
}

.nav {
  border-top: 1px solid #36b18b;
  background-color: #049d6e;
  box-shadow: 0 4px 4px #d0d0d0;
  position: relative;
  z-index: 99
}

.nav>ul>li {
  position: relative;
  float: left;
  padding-right: 1px
}

.nav li a {
  display: block;
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px
}

.nav li.on a,
.nav li:hover a {
  background-color: #36b18b;
  color: #fff
}

.nav li ul {
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #195cb5;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 0;
  opacity: 0;
  visibility: hidden
}

.nav li ul li {
  margin: 0
}

.nav li ul li a {
  white-space: nowrap;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  padding: 0 26px
}

.nav li:hover ul {
  top: 45px;
  padding: 6px 0;
  opacity: 1;
  visibility: visible
}

.tx-box,
.tx-side dl {
  background-color: #fff;
  box-shadow: 0 1px 3px #ccc
}

.tx-side dt,
.tx-title {
  line-height: 24px;
  height: 24px;
  overflow: hidden
}

.tx-side dt,
.tx-title>strong {
  font-size: 18px;
  padding-left: 10px;
  border-left: 5px solid #049d6e
}

.tx-title1 {
  border-bottom: 1px solid #e9e9e9;
  position: relative
}

.tx-title1>strong {
  display: inline-block;
  background-color: #049d6e;
  color: #fff;
  line-height: 35px;
  padding: 0 20px;
  font-size: 18px;
  position: relative;
  z-index: 10
}

.tx-title1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-color: #002c68 #002c68 transparent transparent;
  border-style: solid;
  z-index: 5
}

.ul-arrow li a,
.ul-spot li a {
  position: relative;
  padding-left: 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.ul-spot li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  background-color: #999;
  margin-top: -2px;
  border-radius: 1px
}

.ul-arrow li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-color: transparent transparent transparent #aaa;
  border-style: solid
}

.ul-rank li>span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #666;
  float: left;
  background: #eee;
  margin: 6px 10px 0 0;
  vertical-align: middle
}

.ul-rank li:nth-child(1)>span,
.ul-rank li:nth-child(2)>span,
.ul-rank li:nth-child(3)>span {
  background: #048d63;
  color: #fff
}

.ul-line li {
  border-bottom: 1px dotted #ddd
}

.txt-post li a {
  display: block;
  line-height: 28px;
  color: #999;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0 6px;
  overflow: hidden;
  height: 28px
}

.txt-post li a:hover {
  color: #2665b9;
  border: 1px solid #2665b9
}

.tab-hd li {
  float: left;
  cursor: pointer
}

.tab-hd li.on {
  color: #049d6e
}

.index-flash .swiper-slide img {
  width: 100%;
  height: 299px;
  -o-object-fit: cover;
  object-fit: cover
}

.index-flash .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 33px;
  height: 33px;
  overflow: hidden;
  color: #fff;
  padding: 0 60px 0 10px;
  background-color: rgba(0, 0, 0, .7)
}

.index-flash .swiper-pagination {
  bottom: 0;
  text-align: right;
  line-height: 33px;
  padding-right: 10px
}

.index-flash .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1
}

.index-flash .swiper-pagination-bullet-active {
  background-color: #049d6e
}

.img-post {
  display: block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.img-post p {
  padding: 8px 12px;
  background-color: #f5f5f5;
  transition: all .35s ease 0s
}

.img-post1 {
  display: block;
  position: relative;
  line-height: 1
}

.img-post1 p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0 8px;
  background-color: rgba(255, 255, 255, .7);
  transition: all .35s ease 0s
}

.img-post1:hover p,
.img-post:hover p {
  background: #2665b9;
  color: #fff
}

.post-list>a {
  display: block;
  width: 100px;
  float: left;
  margin-right: 15px
}

.post-list section {
  overflow: hidden
}

.info-txt {
  border: 1px #e9e9e9 solid;
  background: #f7f7f7;
  color: #266889
}

.tx-text a {
  border-bottom: 1px solid #049d6e
}

.tx-text a:hover {
  box-shadow: inset 0 -10px #049d6e
}

.tx-side dl {
  padding: 15px;
  margin-bottom: 15px
}

.tx-side dt {
  margin-bottom: 10px
}

.tx-side dl dd ul::after {
  display: table;
  content: " ";
  clear: both
}

.tx-side dl dd ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 33px
}

.tx-side dl#divArchives ul li,
.tx-side dl#divCatalog ul li,
.tx-side dl#divFavorites ul li,
.tx-side dl#divLinkage ul li,
.tx-side dl#divTags ul li {
  float: left;
  width: 48%
}

.tx-side dl#divArchives ul li:nth-child(2n),
.tx-side dl#divCatalog ul li:nth-child(2n),
.tx-side dl#divFavorites ul li:nth-child(2n),
.tx-side dl#divLinkage ul li:nth-child(2n),
.tx-side dl#divTags ul li:nth-child(2n) {
  float: right
}

.tx-side dl table {
  width: 100%;
  border-collapse: collapse
}

.tx-side dl table td,
.tx-side dl table th {
  border: 1px solid #ddd;
  padding: 5px;
  overflow: hidden;
  text-align: center
}

.tx-side dl table caption {
  margin-bottom: 10px
}

.tx-side dl table td a {
  color: #e25239
}

.tx-side dl#divSearchPanel dd form {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 50px
}

.tx-side dl#divSearchPanel dd>div input[type=text] {
  width: 100%;
  border: 0;
  padding: 0 10px;
  line-height: 30px;
  background-color: #e7e2dd
}

.tx-side dl#divSearchPanel dd>div input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 0;
  background-color: #e25239
}

.links li {
  float: left;
  margin: 0 15px 5px 0
}

.footer {
  padding: 30px 0;
  color: #999;
  line-height: 2
}

.footer a {
  color: #555
}

@media screen and (max-width:992px) {
  .header {
    padding: 5px 0
  }

  .header {
    margin-bottom: 8px
  }

  .logo {
    width: 100%;
    text-align: center
  }

  .logo a,
  .logo img {
    height: 40px;
    display: inline-block
  }

  .search {
    padding: 5px
  }

  .search,
  .search form {
    width: 100%;
    background-color: #fff
  }

  .search button,
  .search input {
    line-height: 28px;
    height: 28px
  }

  .nav,
  .search {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    display: none
  }

  .nav .wide {
    padding: 0
  }

  .nav li {
    width: 100%
  }

  .nav li ul {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 2vw 0;
    display: none;
    transition: none
  }

  .nav>ul>li>i.nav-drop-on {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    height: 45px;
    width: 45px;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all .35s ease 0s
  }

  .nav>ul>li>i.nav-drop-on.on {
    transform: rotate(180deg)
  }

  .nav>ul>li::after,
  .nav>ul>li::before {
    display: none
  }

  .header>a {
    position: absolute;
    top: 5px;
    left: 10px;
    line-height: 40px
  }

  .header>a.search-on {
    left: auto;
    right: 10px
  }

  .tx-side dl {
    margin-bottom: 9px;
    padding: 9px
  }

  .info-next .ta-r {
    text-align: left;
    margin-top: 9px
  }
}