﻿/* 初始化CSS */
body,
p,
ul,
ol,
li,
img,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
select,
input {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    min-width: 1200px;
    color: #333333;
    text-align: left;
    font: 14px/1.8 "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}

ul,
ol,
li {
    list-style: none;
}

select,
input {
    outline: none;
    vertical-align: middle;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}

img {
    border: 0;
}

p {
    text-indent: 0;
}

textarea {
    resize: none;
    outline: none;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}

a,
a:link,
a:visited {
    color: #1787e0;
    text-decoration: none;
}

a:hover {
    color: #3b79c5;
    text-decoration: underline;
}

.clearfix:after {
    content: '\0020';
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.clearFloat {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

body {
    min-width: 1180px;
}


[v-cloak] {
    display: none;
}

.box1180 {
    width: 1180px;
    margin: 0 auto;
}

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

.icon {
    /* display: inline-block;
  background: url("../../images/z/gkbmfslq/2019/icon.png?v=1507770100712") no-repeat 0 0; */
    width: 4px;
    height: 20px;
    background: #2b70f6;
}

.icon-index {
    width: 20px;
    height: 22px;
    margin-right: 10px;
    background-position: 0 0;
    vertical-align: middle;
}

/* .icon-tj {
  width: 4px;
  height: 20px;
  background: #1EB278;
}
.icon-fb {
  width: 51px;
  height: 32px;
  background-position: 0 -65px;
}
.icon-gs {
  width: 51px;
  height: 32px;
  margin-right: 10px;
  background-position: 0 -105px;
}
.icon-zn {
  width: 51px;
  height: 32px;
  background-position: 0 -145px;
} */

.header {
    position: relative;
    width: 100%;
    height: 360px;
    background: url("../image/banner2.jpg") no-repeat top center, linear-gradient(0deg, #73BCFF 0%, #B0DBFF 100%);
    background-size: auto 100%;
    overflow: hidden;
}

.header h1 {
    position: absolute;
    top: -100px;
    left: -100px;
}

.menu {
    height: 60px;
    line-height: 60px;
    background: #1863F2;
}

.menu li {
    float: left;
    font-size: 18px;
}

.menu li.onread,
.menu li:hover {
    background: rgba(255,255,255,0.15);
}

.menu li a {
    display: block;
    padding: 0 24px;
    color: #fff;
    font-weight: 700;
}

.menu li a:hover {
    text-decoration: none;
}

/* .menu .goindex {
  margin-left: 10px;
  margin-right: 20px;
  background: url("../../images/z/gkbmfslq/2019/goindex.png?v=1507770100712") no-repeat;
  height: 80px;
  line-height: 100px;
  position: absolute;
  top: -25px;
  left: 0;
  padding: 0;
  margin: 0;
  width: 124px;
}
.menu .goindex:hover{
  background: url("../../images/z/gkbmfslq/2019/goindex.png?v=1507770100712") no-repeat;
} */
.menu .goindex a {
    color: #ee6c03;
}

.menu .goindex a {
    font-weight: 700;
    color: #ee6c03;
    padding: 0 10px;
}

.menu-ul {
    position: relative;
}

.container {
    margin-top: 32px;
    margin-bottom: 24px;
}

.container .left {
    float: left;
    width: 908px;
}

.container .left h2 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #13161B;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .left h2::before,
.container .left h2::after {
    content: '';
    display: inline-block;
    width: 67px;
    height: 4px;
    background: url("../image/title-left-icon.png") no-repeat center;
    background-size: 100% 100%;
    margin-right: 7px;
}

.container .left h2::after {
    margin-left: 7px;
    margin-right: 0;
    transform: rotate(180deg);
}

.container .left-lxgx {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #13161B;
    line-height: 22px;
}

.container .left-lxgx img {
    width: 18px;
    height: 14px;
    margin-right: 8px;
}

.container .left-bz {
    padding: 17px 17px 14px;
    text-align: center;
    background: url("../image/footer-bg.png") no-repeat center;
    background-size: 100% 100%;
    font-size: 14px;
    color: #13161B;
    line-height: 22px;
}

.container .author {
    font-size: 14px;
    color: #13161B;
    line-height: 22px;
    text-align: right;
}

.mt-20 {
    margin-top: 20px;
}

.container .right {
    float: right;
    width: 200px;
    padding: 24px 20px;
    border: 1px solid #E3E3E3;
}

.leftdiv {
    margin-top: 32px;
}

.right {
    position: sticky;
    top: 0;
}

.right .right-wx {
    display: block;
    width: 100%;
}

.leftdiv h2 {
    position: relative;
    padding-left: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #13161B;
    line-height: 24px;
}

.leftdiv h2 .icon {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
}

.leftdiv li {
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #13161B;
    line-height: 22px;
    position: relative;
    margin-top: 8px;
}

.leftdiv li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #D8D8D8;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.leftdiv li a {
    color: #13161B;
}

.footer .footer-2017 {
    padding: 35px 0;
    font-size: 14px;
    color: #b3b1b1;
}

.footer .footer-2017 a {
    color: #b3b1b1;
}

.margin-b15 {
    margin-bottom: 15px;
}

.pcx-left-pc h5 {
    margin-bottom: 15px;
}

.table01 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
    border: 1px solid #E7E7E7;
    text-align: left;
}
.table01 td,
.table01 th {
    height: 46px;
    padding: 12px;
    font-size: 14px;
    color: #13161B;
    line-height: 22px;
    border-bottom: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    box-sizing: border-box;
    vertical-align: top;
}

.table01 th {
    font-weight: 700;
    background-color: #FAFAFA;
}

.table01 a {
    color: #1863F2;
}

.table01 .td-link a {
    display: block;
}

.table01-pcx {
    table-layout: fixed;
}

.table01-pcx td,
.table01-pcx th {
    text-align: center;
    vertical-align: middle;
}

.table01-pcx .td-left {
    text-align: left;
}