@charset "UTF-8";
/* 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: center;
}

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);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

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

@font-face {
  font-family: "OPPOSans-B";
  src: url("../css/font/OPPOSans-B/OPPOSans-B.woff") format("woff"), url("../css/font/OPPOSans-B/OPPOSans-B.ttf") format("truetype"), url("../css/font/OPPOSans-B/OPPOSans-B.eot") format("embedded-opentype");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  min-width: 1200px;
  color: #333;
  background-color: #f5f6f8;
}

/* 主容器 */
.main {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 232px;
  min-height: 100%;
}

/* 内容容器 */
.container {
  margin: 0 auto;
  width: 1200px;
}

/* 头部 */
.header-top {
  height: 36px;
  color: #999;
  background-color: #f7f7f7;
}
.header-top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.header-top-info-text + .header-top-info-text {
  margin-left: 16px;
}
.header-top-info-date + .header-top-info-text {
  margin-left: 24px;
}
.header-top-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top-features-item {
  color: #999;
}
.header-top-features-item + .header-top-features-item {
  margin-left: 16px;
}
.header-top-features-item.wechat {
  width: 16px;
  height: 16px;
  background: url("../images/header_wechat_icon.png") no-repeat center;
}
.header-top-features-item.mobile {
  width: 16px;
  height: 16px;
  background: url("../images/header_mobile_icon.png") no-repeat center;
}
.header-top-features-item.english {
  position: relative;
}
.header-top-features-item.english::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 1px;
  height: 10px;
  background-color: rgba(153, 153, 153, 0.2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-banner {
  height: 240px;
  position: relative;
}
.header-banner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.header-search {
  position: relative;
  width: 422px;
  height: 40px;
  font-size: 18px;
}
.header-search-input {
  padding: 0 100px 0 10px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
}
.header-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 0 4px 4px 0;
  background-color: #1c65ee;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  height: 65px;
  border-radius: 4px 4px 0 0;
  background-color: #1c65ee;
}
.header-menu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-menu-item > a {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 65px;
}
.header-menu-item.current {
  background-color: rgba(255, 255, 255, 0.2);
}
.header-menu-item.current > a {
  font-weight: bold;
}
.header-menu-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.header-menu-item:hover > a {
  font-weight: bold;
}
.header .swiper-container {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.header .banner-swiper-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* 底部 */
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 0;
  width: 100%;
  background-color: #1e2736;
}
.footer-combobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-combobox-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 38px;
  background-color: #fff;
}
.footer-combobox-item + .footer-combobox-item {
  margin-left: 20px;
}
.footer-combobox-text {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 48px 0 17px;
  height: 100%;
  color: #666;
  font-size: 16px;
  line-height: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.footer-combobox-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  background: url("../images/footer_link_icon.png") no-repeat center;
}
.footer-combobox-menu {
  position: absolute;
  bottom: calc(100% + 2px);
  left: 0;
  z-index: 999;
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.footer-combobox-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  height: 32px;
  color: #333;
  line-height: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-combobox-link:hover, .footer-combobox-link.active {
  color: #1f6de8;
  background-color: rgba(31, 109, 232, 0.1);
}
.footer-info {
  margin-top: 32px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.footer-info-item + .footer-info-item {
  margin-top: 10px;
}
.footer-info a {
  color: #fff;
}
.footer-info-text {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  line-height: 21px;
}
.footer-info-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 1px;
  height: 11px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-info-text:last-child {
  margin-right: 0;
}
.footer-info-text:last-child::after {
  display: none;
}
.footer-record {
  padding-left: 27px;
  background: url("../images/footer_policy_icon.png") no-repeat left center;
}
/* 侧边栏 */
.sidebar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(27, 97, 174, 0.08);
          box-shadow: 0px 2px 16px 0px rgba(27, 97, 174, 0.08);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 4px;
}
.sidebar-item {
  position: relative;
}
.sidebar-item:first-child .sidebar-item-text {
  border-radius: 4px 4px 0 0;
}
.sidebar-item:first-child .sidebar-item-text::before {
  display: none;
}
.sidebar-item:last-child .sidebar-item-text {
  border-radius: 0 0 4px 4px;
}
.sidebar-item:nth-child(1) .sidebar-item-text {
  background: url("../images/sidebar-icon1.png") center 14px no-repeat;
}
.sidebar-item:nth-child(2) .sidebar-item-text {
  background: url("../images/sidebar-icon2.png") center 14px no-repeat;
}
.sidebar-item:nth-child(3) .sidebar-item-text {
  background: url("../images/sidebar-icon3.png") center 14px no-repeat;
}
.sidebar-item:nth-child(4) .sidebar-item-text {
  background: url("../images/sidebar-icon4.png") center 14px no-repeat;
}
.sidebar-item:nth-child(5) .sidebar-item-text {
  background: url("../images/sidebar-icon5.png") center 14px no-repeat;
}
.sidebar-item-text {
  width: 88px;
  height: 88px;
  display: block;
  font-size: 14px;
  color: #7C8BA1;
  padding-top: 54px;
  line-height: 20px;
  text-align: center;
  position: relative;
}
.sidebar-item-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 68px;
  height: 1px;
  background: #CDD7E7;
}
.sidebar-item-box {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  padding-right: 21px;
}
.sidebar-item-box::after {
  content: "";
  width: 19px;
  height: 19px;
  background: #FFF;
  position: absolute;
  top: 33px;
  right: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sidebar-item-code {
  width: 170px;
  height: 170px;
  border-radius: 8px;
  background: #FFF;
  padding: 12px 13px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(193, 204, 224, 0.71);
          box-shadow: 0px 0px 20px 0px rgba(193, 204, 224, 0.71);
}
.sidebar-item-code > img {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  z-index: 9;
}
.sidebar-item:hover:nth-child(1) .sidebar-item-text {
  color: #fff;
  background: url("../images/sidebar-icon1-a.png") center 14px no-repeat, linear-gradient(100deg, #86BBFF -53.12%, #1C65EE 97.8%);
}
.sidebar-item:hover:nth-child(1) .sidebar-item-text::before {
  display: none;
}
.sidebar-item:hover:nth-child(2) .sidebar-item-text {
  color: #fff;
  background: url("../images/sidebar-icon2-a.png") center 14px no-repeat, linear-gradient(100deg, #86BBFF -53.12%, #1C65EE 97.8%);
}
.sidebar-item:hover:nth-child(2) .sidebar-item-text::before {
  display: none;
}
.sidebar-item:hover:nth-child(3) .sidebar-item-text {
  color: #fff;
  background: url("../images/sidebar-icon3-a.png") center 14px no-repeat, linear-gradient(100deg, #86BBFF -53.12%, #1C65EE 97.8%);
}
.sidebar-item:hover:nth-child(3) .sidebar-item-text::before {
  display: none;
}
.sidebar-item:hover:nth-child(4) .sidebar-item-text {
  color: #fff;
  background: url("../images/sidebar-icon4-a.png") center 14px no-repeat, linear-gradient(100deg, #86BBFF -53.12%, #1C65EE 97.8%);
}
.sidebar-item:hover:nth-child(4) .sidebar-item-text::before {
  display: none;
}
.sidebar-item:hover:nth-child(5) .sidebar-item-text {
  color: #fff;
  background: url("../images/sidebar-icon5-a.png") center 14px no-repeat, linear-gradient(100deg, #86BBFF -53.12%, #1C65EE 97.8%);
}
.sidebar-item:hover:nth-child(5) .sidebar-item-text::before {
  display: none;
}
.sidebar-item:hover + .sidebar-item .sidebar-item-text::before {
  display: none;
}
.sidebar-item:hover .sidebar-item-box {
  display: block;
}

/* 面包屑导航 */
.crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 23px;
  background: url("../images/crumb_icon.png") no-repeat left center;
}
.crumb-item {
  position: relative;
  color: #a8b6c1;
  line-height: 21px;
}
.crumb-item:hover, .crumb-item.current {
  color: #1F6DE8;
}
.crumb-item + .crumb-item {
  margin-left: 23px;
}
.crumb-item + .crumb-item::before {
  content: "/";
  position: absolute;
  top: 50%;
  left: -14px;
  height: 100%;
  color: #a8b6c1;
  line-height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

/* 子页 */
.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  background-color: #fff;
}
.sub.no-menu .sub-content {
  margin-left: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.sub-menu {
  width: 220px;
}
.sub-menu-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  height: 86px;
  color: #1F6DE8;
  font-size: 22px;
  font-weight: bold;
  line-height: 33px;
  border-radius: 4px;
  background: url("../images/sub_menu_hd_bg.png") no-repeat center/cover;
}
.sub-menu-list {
  margin-top: 10px;
}
.sub-menu-item.current > .sub-menu-title {
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1F6DE8), to(#1FACE8));
  background-image: linear-gradient(0deg, #1F6DE8 0%, #1FACE8 100%);
}
.sub-menu-item.current > .sub-menu-title::after {
  background-image: url("../images/sub_menu_arrow_icon_active.png");
}
.sub-menu-item.expand > .sub-menu-title::after {
  background-image: url("../images/sub_menu_arrow_icon_expand.png");
}
.sub-menu-item + .sub-menu-item {
  margin-top: 10px;
}
.sub-menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 20px 19px 24px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #E1ECFD;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#DAECFF), to(#F5F8FF));
  background-image: linear-gradient(0deg, #DAECFF 0%, #F5F8FF 100%);
}
.sub-menu-title::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: url("../images/sub_menu_arrow_icon.png") no-repeat center;
}
.sub-menu-con {
  display: none;
}
.sub-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 20px 11px 46px;
  min-height: 46px;
  color: #666;
  line-height: 24px;
  background-color: #F6FAFF;
}
.sub-menu-link::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #A8B6C1;
}
.sub-menu-link.current {
  color: #1f6de8;
}
.sub-menu-link.current::before {
  background-color: #1F6DE8;
}
.sub-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  padding: 0 20px 20px;
  width: 0;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
}
.sub-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.sub-hd-title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.sub-hd-title::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -7px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: linear-gradient(134deg, #1F6DE8 7.58%, rgba(31, 109, 232, 0) 84.35%);
  opacity: 0.34;
}
.sub-hd-search {
  position: relative;
  width: 248px;
  height: 34px;
}
.sub-hd-search-textbox {
  padding: 0 40px 0 12px;
  width: 100%;
  height: 100%;
  font-size: 13px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 17px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.sub-hd-search-textbox:focus {
  border-color: #1C65EE;
}
.sub-hd-search-textbox::-webkit-input-placeholder {
  color: #BAC4CE;
}
.sub-hd-search-textbox::-moz-placeholder {
  color: #BAC4CE;
}
.sub-hd-search-textbox:-ms-input-placeholder {
  color: #BAC4CE;
}
.sub-hd-search-textbox::-ms-input-placeholder {
  color: #BAC4CE;
}
.sub-hd-search-textbox::placeholder {
  color: #BAC4CE;
}
.sub-hd-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: url("../images/sub_hd_search_icon.png") no-repeat center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sub-bd {
  margin-top: 24px;
}
.sub-file {
  margin-top: 32px;
}
.sub-file-title {
  line-height: 21px;
}
.sub-file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-top: 8px;
}
.sub-file-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px 0 0 8px;
  padding: 7px 7px 7px 52px;
  width: calc((100% - 8px) / 2.0001);
  height: 59px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: no-repeat 8px center, #f7f7f7;
}
.sub-file-item.file-docx {
  background-image: url("../images/file_icon_docx.png");
}
.sub-file-item.file-ppt {
  background-image: url("../images/file_icon_ppt.png");
}
.sub-file-item.file-pdf {
  background-image: url("../images/file_icon_pdf.png");
}
.sub-file-item.file-jpg {
  background-image: url("../images/file_icon_jpg.png");
}
.sub-file-item.file-xlsx {
  background-image: url("../images/file_icon_xlsx.png");
}
.sub-file-item.file-zip {
  background-image: url("../images/file_icon_zip.png");
}
.sub-file-item:nth-child(-n+2) {
  margin-top: 0;
}
.sub-file-item:nth-child(2n+1) {
  margin-left: 0;
}
.sub-file-item:hover {
  border-color: #de281f;
  background-color: #fff;
}
.sub-file-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  line-height: 21px;
}
.sub-file-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sub-file-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  line-height: 18px;
}
.sub-file-size {
  color: #b1b6cc;
  font-size: 12px;
}
.sub-file-icon {
  margin-left: 12px;
  width: 14px;
  height: 16px;
  background: url("../images/download_icon.png") no-repeat center;
}

/* 表格 */
.datagrid {
  table-layout: fixed;
  width: 100%;
}
.datagrid > thead > tr {
  height: 40px;
  background-color: rgba(31, 109, 232, 0.1);
}
.datagrid > thead > tr > th {
  padding: 0 10px;
}
.datagrid > tbody > tr {
  height: 40px;
}
.datagrid > tbody > tr:hover {
  background-color: #EFF6FF;
}
.datagrid > tbody > tr > td {
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  overflow: hidden;
text-align: center;}

/* 列表 */
.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 0 9px 20px;
  height: 21px;
  line-height: 21px;
  border-bottom: 1px solid #e8e8e8;
  background: url("../images/list_item_icon.png") no-repeat left 3px;
}
.list-item:hover {
  border-color: #1C65EE;
}
.list-item:hover .list-title,
.list-item:hover .list-date {
  color: #1C65EE;
}
.list-item + .list-item {
  margin-top: 16px;
}
.list-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  width: 0;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-date {
  color: #999;
}

/* pagination分页 */
.pagination {
  padding: 20px 0 0;
  text-align: center;
}
.pagination .m-pagination-page {
  padding: 0;
}
.pagination .m-pagination-page li {
  margin-right: 6px;
}
.pagination .m-pagination-page li:hover a, .pagination .m-pagination-page li.active a {
  color: #1F6DE8;
  font-weight: normal;
  border-color: #1F6DE8;
  background-color: #fff;
}
.pagination .m-pagination-page li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  min-width: 34px;
  height: 34px;
  color: #666;
  text-align: center;
  line-height: 30px;
  border: 2px solid #ecedf2;
}
.pagination .m-pagination-size {
  position: relative;
  margin-right: 6px;
  padding: 0;
}
.pagination .m-pagination-size::after {
  content: "条/页";
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  color: #666;
  line-height: 34px;
  pointer-events: none;
}
.pagination .m-pagination-size select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 85px;
  height: 34px;
  color: #666;
  border: 2px solid #ecedf2;
}
.pagination .m-pagination-jump {
  width: auto;
}
.pagination .m-pagination-group::before, .pagination .m-pagination-group::after {
  float: left;
  height: 34px;
  color: #666;
  line-height: 34px;
}
.pagination .m-pagination-group::before {
  content: "到第";
}
.pagination .m-pagination-group::after {
  content: "页";
}
.pagination .m-pagination-group input {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 6px;
  width: 34px;
  height: 34px;
  border: 2px solid #ecedf2;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.pagination .m-pagination-group input:focus {
  border-color: #1F6DE8;
}
.pagination .m-pagination-group button {
  display: none;
}
.pagination .m-pagination-info {
  padding: 0;
  height: 34px;
  color: #666;
  line-height: 34px;
}