@charset "UTF-8";
/*初始化*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

main {
  display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

template {
  display: none;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

h1 {
  font-size: 34px;
  margin: 19px 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -4px;
}

sup {
  top: -8px;
}

img {
  border-style: none;
  vertical-align: middle;
  display: inline-block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  border: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 6px 12px 12px;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

form {
  margin: 0;
}

input {
  background: none;
}

i,
cite {
  font-style: normal;
  *cursor: pointer;
}

em {
  font-style: normal;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
blockquote,
th,
td,
form,
pre {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

li {
  list-style: none;
}

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

h4,
h5,
h6 {
  font-size: 100%;
}

button,
input,
optgroup,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

hr {
  border: 0;
  clear: both;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  background-size: auto 100%;
  margin: 0;
}

label {
  font-weight: normal !important;
  margin-bottom: 0 !important;
}

input::input-placeholder {
  color: #bdbdbd;
  font-size: 16px;
}

input::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 16px;
}

input:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 16px;
}

input:-moz-placeholder {
  color: #bdbdbd;
  font-size: 16px;
}

input::-moz-placeholder {
  color: #bdbdbd;
  font-size: 16px;
}

input:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

input:focus::-moz-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

textarea::input-placeholder {
  color: #bdbdbd;
  font-size: 16px;
}

textarea::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 16px;
}

textarea:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 16px;
}

textarea:-moz-placeholder {
  color: #bdbdbd;
  font-size: 16px;
}

textarea::-moz-placeholder {
  color: #bdbdbd;
  font-size: 16px;
}

textarea:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

textarea:focus::-moz-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

/*基本*/
html {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #333;
}

body {
  font-family: "Microsoft YaHei", 微软雅黑, 宋体, 黑体, "Helvetica Neue", Tahoma, Arial, "Hiragino Sans GB";
  font-size: 16px;
  line-height: 1.15;
  text-align: left;
  color: #333;
}

a {
  color: #0d1c28;
  text-decoration: none;
}
a:hover {
  color: #7d7d7d;
  text-decoration: none;
}
a:focus {
  color: #7d7d7d;
  text-decoration: none;
}
a:active {
  color: #7d7d7d;
  text-decoration: none;
}

/*布局*/
.msb-container {
  background: url(../images/body-bg-top.png) right 700px no-repeat, url(../images/body-bg-bottom.png) left calc(100% - 220px) no-repeat;
}

.hui-main {
  width: 1180px;
  margin: 0 auto;
}

.hui-wrap {
  width: 1180px;
  margin: 0 auto;
}

.hui-row-float {
  /*尺寸*/
  /*间距*/
}
.hui-row-float > * {
  float: left;
  position: relative;
}
.hui-row-float::before {
  content: "";
  display: block;
}
.hui-row-float::after {
  content: "";
  display: block;
  clear: both;
}
.hui-row-float > .left {
  float: left;
}
.hui-row-float > .right {
  float: right;
}
.hui-row-float .col {
  width: auto;
}
.hui-row-float .col-1 {
  width: 8.33333333%;
}
.hui-row-float .col-2 {
  width: 16.66666667%;
}
.hui-row-float .col-3 {
  width: 25%;
}
.hui-row-float .col-4 {
  width: 33.33333333%;
}
.hui-row-float .col-5 {
  width: 41.66666667%;
}
.hui-row-float .col-6 {
  width: 50%;
}
.hui-row-float .col-7 {
  width: 58.33333333%;
}
.hui-row-float .col-8 {
  width: 66.66666667%;
}
.hui-row-float .col-9 {
  width: 75%;
}
.hui-row-float .col-10 {
  width: 83.33333333%;
}
.hui-row-float .col-11 {
  width: 91.66666667%;
}
.hui-row-float .col-12 {
  width: 100%;
}
.hui-row-float.gap10 {
  margin-left: -5px;
  margin-right: -5px;
}
.hui-row-float.gap10 > * {
  padding-left: 5px;
  padding-right: 5px;
}
.hui-row-float.gap20 {
  margin-left: -10px;
  margin-right: -10px;
}
.hui-row-float.gap20 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.hui-row-float.gap30 {
  margin-left: -15px;
  margin-right: -15px;
}
.hui-row-float.gap30 > * {
  padding-left: 15px;
  padding-right: 15px;
}
.hui-row-float.gap40 {
  margin-left: -20px;
  margin-right: -20px;
}
.hui-row-float.gap40 > * {
  padding-left: 20px;
  padding-right: 20px;
}
.hui-row-float.gap50 {
  margin-left: -25px;
  margin-right: -25px;
}
.hui-row-float.gap50 > * {
  padding-left: 25px;
  padding-right: 25px;
}

.hui-row {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*间距*/
}
.hui-row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.hui-row .col-auto {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: auto;
}
.hui-row .col {
  flex: 1 0 0%;
  -ms-flex: 1 0 0%;
}
.hui-row .col-1 {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 8.33333333%;
}
.hui-row .col-2 {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 16.66666667%;
}
.hui-row .col-3 {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 25%;
}
.hui-row .col-4 {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 33.33333333%;
}
.hui-row .col-5 {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 41.66666667%;
}
.hui-row .col-6 {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 50%;
}
.hui-row .col-7 {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 58.33333333%;
}
.hui-row .col-8 {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 66.66666667%;
}
.hui-row .col-9 {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 75%;
}
.hui-row .col-10 {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 83.33333333%;
}
.hui-row .col-11 {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 91.66666667%;
}
.hui-row .col-12 {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 100%;
}
.hui-row.row-cols-auto > * {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: auto;
}
.hui-row.row-cols-1 > * {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 100%;
}
.hui-row.row-cols-2 > * {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 50%;
}
.hui-row.row-cols-3 > * {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 33.3333333333%;
}
.hui-row.row-cols-4 > * {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 25%;
}
.hui-row.row-cols-5 > * {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 20%;
}
.hui-row.row-cols-6 > * {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 16.6666666667%;
}
.hui-row.gap10 {
  margin-left: -5px;
  margin-right: -5px;
}
.hui-row.gap10 > * {
  padding-left: 5px;
  padding-right: 5px;
}
.hui-row.gap20 {
  margin-left: -10px;
  margin-right: -10px;
}
.hui-row.gap20 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.hui-row.gap30 {
  margin-left: -15px;
  margin-right: -15px;
}
.hui-row.gap30 > * {
  padding-left: 15px;
  padding-right: 15px;
}
.hui-row.gap40 {
  margin-left: -20px;
  margin-right: -20px;
}
.hui-row.gap40 > * {
  padding-left: 20px;
  padding-right: 20px;
}
.hui-row.gap50 {
  margin-left: -25px;
  margin-right: -25px;
}
.hui-row.gap50 > * {
  padding-left: 25px;
  padding-right: 25px;
}

.list-title {
  padding-bottom: 10px;
  position: relative;
}
.list-title h1 {
  font-size: 26px;
  line-height: 1;
  color: #333;
  font-weight: bold;
}
.list-title .more {
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 0;
  font-size: 16px;
  color: #999;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.list-title .more:hover {
  color: #d8c18a;
}
.list-title.show h1 {
  display: inline-block;
  position: relative;
}
.list-title.show h1::after {
  content: "";
  display: block;
  width: 42px;
  height: 7px;
  left: 50%;
  position: absolute;
  bottom: -20px;
  transform: translateX(-50%);
  background: url(../images/tab-on-bg.png) no-repeat;
}
.list-row .item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.list-row .item a {
  font-size: 18px;
  line-height: 1;
  display: block;
  width: 100%;
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 84%;
  color: #0d1c28;
  transition: all 0.3s ease-in-out;
}
.list-row .item a:hover {
  color: #29ba90;
}
.list-row .item time {
  font-size: 16px;
  color: #999;
  position: absolute;
  z-index: 1;
  top: calc(50% - 9px);
  right: 0;
}
.list-row.dot .item a {
  padding-left: 20px;
}
.list-row.dot .item a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  z-index: 1;
  background-color: #6e777e;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.list-row.dot .item a:hover::before {
  background-color: #29ba90;
  border-radius: 100%;
}
.list-col {
  /*间距*/
}
.list-col::before {
  content: "";
  display: block;
}
.list-col::after {
  content: "";
  display: block;
  clear: both;
}
.list-col .item {
  float: left;
}
.list-col .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.list-col .item a .img {
  width: 100%;
  height: 100%;
}
.list-col .item a .img img {
  width: 100%;
  height: 100%;
}
.list-col .item a .title {
  position: relative;
}
.list-col.gap10 {
  margin-left: -5px;
  margin-right: -5px;
}
.list-col.gap10 > * {
  padding-left: 5px;
  padding-right: 5px;
}
.list-col.gap20 {
  margin-left: -10px;
  margin-right: -10px;
}
.list-col.gap20 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.list-col.gap30 {
  margin-left: -15px;
  margin-right: -15px;
}
.list-col.gap30 > * {
  padding-left: 15px;
  padding-right: 15px;
}
.list-col.gap40 {
  margin-left: -20px;
  margin-right: -20px;
}
.list-col.gap40 > * {
  padding-left: 20px;
  padding-right: 20px;
}
.list-col.gap50 {
  margin-left: -25px;
  margin-right: -25px;
}
.list-col.gap50 > * {
  padding-left: 25px;
  padding-right: 25px;
}

