@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: 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, Rototo, 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 {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 20px;
  background: url("../images/icon_local.png") left center no-repeat;
  padding-left: 29px;
}

.location a {
  color: #333;
}

.location span {
  color: #005cb8;
}

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

html {
  background: #eff7fc;
}

body {
  min-width: 1200px;
  background: transparent;
}

#header {
  height: 257px;
  margin-bottom: 20px;
}

.header {
  height: 100%;
  background: url("../images/img_header_bg.png") center top no-repeat;
  padding-bottom: 68px;
}
.header-viewer {
  height: 189px;
  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-search {
  width: 487px;
  height: 48px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header-search-input {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  padding: 0 16px;
  font-size: 14px;
}
.header-search-input::-webkit-input-placeholder {
  color: #999999;
}
.header-search-input:-moz-placeholder {
  color: #999999;
}
.header-search-input::-moz-placeholder {
  color: #999999;
}
.header-search-input:-ms-input-placeholder {
  color: #999999;
}
.header-search-input::placeholder {
  color: #999999;
}
.header-search-btn {
  display: block;
  width: 58px;
  height: 100%;
  background: -webkit-linear-gradient(top, #1e80e2 0%, #005cb8 100%);
  background: -moz-linear-gradient(top, #1e80e2 0%, #005cb8 100%);
  background: -o-linear-gradient(top, #1e80e2 0%, #005cb8 100%);
  background: linear-gradient(180deg, #1e80e2 0%, #005cb8 100%);
  box-shadow: 0px 1px 20px 0px rgba(1, 71, 154, 0.05);
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  position: relative;
}
.header-search-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/icon_search.png") center no-repeat;
}
.header-menu {
  height: 68px;
  line-height: 68px;
  background: #005cb8;
  border-radius: 0px 0px 0px 0px;
}
.header-menu-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu-item {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  font-size: 20px;
  text-align: center;
}
.header-menu-item > a {
  display: block;
  color: #ffffff;
}
.header-menu-item:hover, .header-menu-item.current {
  font-weight: bold;
  background: #1e80e2;
}

.footer {
  margin-top: 30px;
  background: #333333;
}
.footer-viewer {
  min-height: 153px;
  padding: 14px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-row {
  text-align: center;
  margin-bottom: 15px;
}
.footer-row:last-child {
  margin-bottom: 0;
}
.footer-row > span, .footer-row > a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  margin-right: 24px;
}
.footer-row > span:last-child, .footer-row > a:last-child {
  margin-right: 0 !important;
}
.footer-row .footer-link {
  margin-right: 48px;
}

.right-fixed {
  position: fixed;
  top: 50%;
  right: 24px;
  width: 80px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(71, 101, 146, 0.2);
  border-radius: 0px 0px 3px 3px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}
.right-fixed .fixed-item {
  display: block;
  width: 80px;
  height: 80px;
  border-bottom: 1px solid rgba(1, 71, 154, 0.05);
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.right-fixed .fixed-item span {
  display: block;
  height: 100%;
  padding-top: 47px;
  background-position: center top 12px;
  background-repeat: no-repeat;
}
.right-fixed .fixed-item:hover {
  background: -webkit-linear-gradient(top, #1e80e2 0%, #005cb8 100%);
  background: -moz-linear-gradient(top, #1e80e2 0%, #005cb8 100%);
  background: -o-linear-gradient(top, #1e80e2 0%, #005cb8 100%);
  background: linear-gradient(180deg, #1e80e2 0%, #005cb8 100%);
  color: #fff;
}
.right-fixed .fixed-item.zxkf span {
  background-image: url("../images/icon_fixed1.png");
}
.right-fixed .fixed-item.zxkf:hover span {
  background-image: url("../images/icon_fixed1_h.png");
}
.right-fixed .fixed-item.cabl span {
  background-image: url("../images/icon_fixed2.png");
}
.right-fixed .fixed-item.cabl:hover span {
  background-image: url("../images/icon_fixed2_h.png");
}
.right-fixed .fixed-item.cyxz span {
  background-image: url("../images/icon_fixed3.png");
}
.right-fixed .fixed-item.cyxz:hover span {
  background-image: url("../images/icon_fixed3_h.png");
}
.right-fixed .fixed-item.fhdb span {
  background-image: url("../images/icon_fixed4.png");
}
.right-fixed .fixed-item.fhdb:hover span {
  background-image: url("../images/icon_fixed4_h.png");
}

.viewer {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.viewer .left-column {
  width: 252px;
  background: #fff;
  margin-right: 22px;
}
.viewer .left-column .column-hd {
  height: 100px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 27px;
  background: url("../images/img_left_column_hd.png");
}
.viewer .left-column .column-hd .cname {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 5px;
}
.viewer .left-column .column-hd .ename {
  line-height: 21px;
  font-size: 14px;
  color: #8dceff;
}
.viewer .left-column .left-menu {
  margin-top: 4px;
}
.viewer .left-column .left-menu-item {
  height: 60px;
  line-height: 60px;
  border-left: 4px solid transparent;
  padding-left: 66px;
  padding-right: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  background-position: left 26px center;
  background-repeat: no-repeat;
}
.viewer .left-column .left-menu-item a {
  color: #333333;
  display: block;
  height: 100%;
}
.viewer .left-column .left-menu-item:hover, .viewer .left-column .left-menu-item.current {
  background-color: #f1f6fb;
  border-color: #005cb8;
  font-weight: bold;
  font-size: 18px;
}
.viewer .left-column .left-menu-item:hover a, .viewer .left-column .left-menu-item.current a {
  color: #005cb8;
}
.viewer .left-column .left-menu-item.cjwt {
  background-image: url("../images/icon_left_menu_cjwt.png");
}
.viewer .left-column .left-menu-item.bszn {
  background-image: url("../images/icon_left_menu_bszn.png");
}
.viewer .left-column .left-menu-item.ywxg {
  background-image: url("../images/icon_left_menu_ywxg.png");
}
.viewer .left-column .left-menu-item.caxg {
  background-image: url("../images/icon_left_menu_caxg.png");
}
.viewer .left-column .left-menu-item.fyxg {
  background-image: url("../images/icon_left_menu_fyxg.png");
}
.viewer .left-column .left-menu-item.cyxz {
  background-image: url("../images/icon_left_menu_cyxz.png");
}
.viewer .left-column .left-menu-item.qt {
  background-image: url("../images/icon_left_menu_qt.png");
}
.viewer .left-column .left-menu-item.zbcg {
  background-image: url("../images/icon_left_menu_zbcg.png");
}
.viewer .left-column .left-menu-item.xjxb {
  background-image: url("../images/icon_left_menu_xjxb.png");
}
.viewer .left-column .left-menu-item.tp {
  background-image: url("../images/icon_left_menu_tp.png");
}
.viewer .left-column .left-menu-item.zs {
  background-image: url("../images/icon_left_menu_zs.png");
}
.viewer .left-column .left-menu-item.jj {
  background-image: url("../images/icon_left_menu_jj.png");
}
.viewer .left-column .left-menu-item.dyly {
  background-image: url("../images/icon_left_menu_dyly.png");
}
.viewer .left-column .left-menu-item.zjfbcg {
  background-image: url("../images/icon_left_menu_zjfbcg.png");
}
.viewer .right-frame {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  background: #fff url("../images/img_frame_hd.png") center top no-repeat;
  -o-background-size: 100% 53px;
     background-size: 100% 53px;
  border: 1px solid #fff;
min-height: 472px;}
.viewer .right-frame .frame-hd {
  height: 53px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.viewer .right-frame .frame-hd .frame-tt {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.viewer .right-frame .frame-hd .search {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #cacfdd;
  overflow: hidden;
}
.viewer .right-frame .frame-hd .search-input {
  display: block;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  padding-left: 12px;
  background: none;
}
.viewer .right-frame .frame-hd .search-input::-webkit-input-placeholder {
  color: #bcc3d1;
}
.viewer .right-frame .frame-hd .search-input:-moz-placeholder {
  color: #bcc3d1;
}
.viewer .right-frame .frame-hd .search-input::-moz-placeholder {
  color: #bcc3d1;
}
.viewer .right-frame .frame-hd .search-input:-ms-input-placeholder {
  color: #bcc3d1;
}
.viewer .right-frame .frame-hd .search-input::placeholder {
  color: #bcc3d1;
}
.viewer .right-frame .frame-hd .search-btn {
  display: block;
  cursor: pointer;
  background: url("../images/icon_search2.png") center no-repeat;
  width: 50px;
  height: 100%;
}
.viewer .right-frame .frame-bd {
  padding: 0 20px 30px;
}
.viewer .right-frame .list-item {
  height: 72px;
  border-bottom: 1px dashed #dddddd;
}
.viewer .right-frame .list-item > a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}
.viewer .right-frame .list-item > a .item-name {
  font-size: 16px;
  color: #333333;
  width: 650px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.viewer .right-frame .list-item > a .item-date {
  width: 150px;
  text-align: right;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #999999;
}
.viewer .right-frame .list-item > a:hover .item-date,
.viewer .right-frame .list-item > a:hover .item-name {
  color: #005cb8;
}
.viewer .right-frame .public {
  /*条件*/
}
.viewer .right-frame .public-condition {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #fff;
  padding: 20px 20px 8px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-bottom: 1px solid #ececec;
}
.viewer .right-frame .public-condition > .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 28px;
  font-size: 15px;
}
.viewer .right-frame .public-condition > .item .item-label {
  display: block;
  width: 75px;
  height: 32px;
  color: #666;
  text-align: right;
  line-height: 32px;
  margin-right: 5px;
}
.viewer .right-frame .public-condition > .item .item-label.custom-label {
  font-weight: 500;
  color: #005cb8;
}
.viewer .right-frame .public-condition > .item .item-diy {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
}
.viewer .right-frame .public-condition > .item .item-diy .item-label {
  margin-right: 0;
}
.viewer .right-frame .public-condition > .item .item-diy-date {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 14px;
}
.viewer .right-frame .public-condition > .item .item-diy-start, .viewer .right-frame .public-condition > .item .item-diy-end {
  width: 168px;
  height: 100%;
  height: 32px;
  background: url("../images/date.png") no-repeat right 9px center;
  -o-background-size: 14px 14px;
     background-size: 14px 14px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #e6e6e6;
  padding-left: 11px;
  padding-right: 35px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.viewer .right-frame .public-condition > .item .item-diy-start::-webkit-input-placeholder, .viewer .right-frame .public-condition > .item .item-diy-end::-webkit-input-placeholder {
  color: #999999;
}
.viewer .right-frame .public-condition > .item .item-diy-start:-moz-placeholder, .viewer .right-frame .public-condition > .item .item-diy-end:-moz-placeholder {
  color: #999999;
}
.viewer .right-frame .public-condition > .item .item-diy-start::-moz-placeholder, .viewer .right-frame .public-condition > .item .item-diy-end::-moz-placeholder {
  color: #999999;
}
.viewer .right-frame .public-condition > .item .item-diy-start:-ms-input-placeholder, .viewer .right-frame .public-condition > .item .item-diy-end:-ms-input-placeholder {
  color: #999999;
}
.viewer .right-frame .public-condition > .item .item-diy-start::placeholder, .viewer .right-frame .public-condition > .item .item-diy-end::placeholder {
  color: #999999;
}
.viewer .right-frame .public-condition > .item .item-diy-text {
  width: 12px;
  height: 1px;
  background-color: #e6e6e6;
  margin: 0 8px;
}
.viewer .right-frame .public-condition > .item .types-con {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 28px;
}
.viewer .right-frame .public-condition > .item .types-con:not(.diy) {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.viewer .right-frame .public-condition > .item .types-item {
  height: 28px;
  color: #333;
  line-height: 28px;
  padding: 0 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 12px;
  margin-right: 10px;
  background: #e8eef9;
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  margin-top: 2px;
  min-width: 80px;
  text-align: center;
}
.viewer .right-frame .public-condition > .item .types-item:hover, .viewer .right-frame .public-condition > .item .types-item.current {
  color: #fff;
  background-color: #005cb8;
}
.viewer .right-frame .public-condition > .item.types {
  width: 100%;
}
.viewer .right-frame .public-condition > .item.hide {
  display: none;
}
.viewer .right-frame .public-condition.show > .item.hide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.viewer .right-frame .table-list {
  table-layout: fixed;
  margin: 20px;
}
.viewer .right-frame .table-list th {
  background: #edf3ff;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  padding: 0 14px;
}
.viewer .right-frame .table-list td {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #dddddd;
}
.viewer .right-frame .table-list td > div, .viewer .right-frame .table-list td > a {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding: 0 14px;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.viewer .right-frame .table-list td > div.date, .viewer .right-frame .table-list td > a.date {
  color: #999999;
}
.viewer .right-frame .table-list tbody tr:hover td > div, .viewer .right-frame .table-list tbody tr:hover td > a {
  color: #005cb8;
}

.pager {
  margin-top: 20px;
  font-size: 0;
}
.pager .m-pagination-page {
  padding-right: 0;
}
.pager .m-pagination-page > li {
  margin-right: 8px;
}
.pager .m-pagination-page > li > a {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  min-width: 30px;
  padding: 0 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 30px;
  color: #5c5c5c;
  line-height: 28px;
}
.pager .m-pagination-page > li.active > a {
  color: #005cb8;
  border: 1px solid #005cb8;
  font-weight: normal;
}
.pager .m-pagination-size > select {
  height: 30px;
  border-radius: 4px;
  border-color: #d6d6d6;
}
.pager .m-pagination-group > input {
  height: 28px;
  border-color: #d6d6d6;
  border-radius: 4px 0 0 4px;
}
.pager .m-pagination-group > button {
  height: 30px;
  border-radius: 0 4px 4px 0;
  color: #5c5c5c;
}
.pager .m-pagination-group > button:hover {
  border-color: #d6d6d6;
}
.pager .m-pagination-info {
  height: 30px;
  line-height: 30px;
  color: #333;
  padding-left: 14px;
}
.pager .m-pagination-size {
  padding-right: 12px;
}
.pager .m-pagination-info > span {
  color: #333;
  font-weight: normal;
  margin: 0;
}

/* 20250509  友情链接 */

.footer {
  background: #0B1E2E;
}

.footer-friend {
  min-height: 88px;
  padding: 22px 10px;
  color: #fff;
  font-size: 16px;
  background: #2B3640;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-friend-tt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-right: 45px;
}

.footer-friend-tt::after {
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -9px;
  content: "";
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.4);
}

.footer-friend-list {
  margin-top: -10px;
}

.footer-friend-item {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  margin: 10px 20px 0 0;
  color: #fff;
  background: #465461;
  border-radius: 2px;
}

.footer-friend-item:last-child {
  margin-right: 0;
}

.footer-viewer {
  padding: 30px 0;
}