html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
  margin: 0;
  padding: 0;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", "sans-serif";
  color: #333;
  cursor: default;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
a,
img {
  -webkit-touch-callout: none;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}
input[type=password],
input[type=text],
textarea {
  resize: none;
  outline: 0;
  -webkit-appearance: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #fff;
}
ul,
ol {
  list-style: none;
}
:focus {
  outline: none;
}
 
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
::-webkit-scrollbar {
  display: none;
}
 
.index {
  width: 100%;
  background: #f9f9f9;
  min-height: 100vh;    padding-top: 20px;
  /*分页样式*/
}
.index .displayBlock {
  display: block;
}
.index .displayNone {
  display: none;
}
.index .modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  z-index: 1000;
  display: none;
}
.index .successBox {
  display: none;
  width: 400px;
  height: 288px;
  background: #ffffff;
  box-shadow: 4px 0px 24px 0px rgba(3, 14, 30, 0.2);
  border-radius: 8px;
  position: fixed;
  left: 0;
  right: 0;
  top: 20%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1001;
  box-sizing: border-box;
  padding: 26px 24px 19px 24px;
}
.index .successBox span {
  position: absolute;
  right: 19px;
  top: 26px;
  cursor: pointer;
}
.index .successBox span img {
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
}
.index .successBox img {
  display: block;
  width: 54px;
  height: 54px;
  margin: 24px auto;
}
.index .successBox p {
  width: 325px;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
}
.index .successBox div {
  width: 352px;
  height: 35px;
  background: #0179fe;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 32px;
}
.index .telephoneBox {
  display: none;
  width: 400px;
  background: #ffffff;
  box-shadow: 4px 0px 24px 0px rgba(3, 14, 30, 0.2);
  border-radius: 8px;
  position: fixed;
  left: 0;
  right: 0;
  top: 20%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1001;
  box-sizing: border-box;
  padding: 26px 24px 19px 24px;
}
.index .telephoneBox p {
  font-size: 16px;
  font-weight: 600;
}
.index .telephoneBox p span:first-child {
  display: inline-block;
  width: 300px;
}
.index .telephoneBox p span:last-child {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.index .telephoneBox p span:last-child img {
  width: 24px;
  height: 24px;
}
.index .telephoneBox .telephoneValue {
  margin-top: 18px;
  position: relative;
}
.index .telephoneBox .telephoneValue span {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  display: block;
  margin-bottom: 8px;
}
.index .telephoneBox .telephoneValue input {
  background: none;
  outline: none;
  border: none;
  width: 352px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #999999;
  box-sizing: border-box;
  padding-left: 12px;
}
.index .telephoneBox .telephoneValue input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.index .telephoneBox .telephoneValue .phonEerror {
  position: absolute;
  top: 66px;
  left: 4px;
  display: none;
  font-size: 14px;
  color: red;
  font-weight: 400;
}
.index .telephoneBox .codeValue {
  margin-top: 24px;
  display: block;
  position: relative;
}
.index .telephoneBox .codeValue .codeEerror {
  position: absolute;
  top: 67px;
  left: 4px;
  display: none;
  font-size: 14px;
  color: red;
  font-weight: 400;
}
.index .telephoneBox .codeValue span {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  display: block;
  margin-bottom: 8px;
}
.index .telephoneBox .codeValue .codeBox {
  width: 352px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #999999;
}
.index .telephoneBox .codeValue .codeBox input {
  background: none;
  outline: none;
  border: none;
  width: 200px;
  height: 35px;
  box-sizing: border-box;
  padding-left: 12px;
}
.index .telephoneBox .codeValue .codeBox input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.index .telephoneBox .codeValue .codeBox span {
  font-size: 14px;
  color: #0179FE;
  line-height: 35px;
  margin: 0;
  margin-right: 12px;
  cursor: pointer;
}
.index .telephoneBox .telephoneBtn {
  width: 352px;
  height: 40px;
  margin-top: 24px;
  background: #0179fe;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.index .articleWidth {
  width: 800px !important;
}
.index .knowledge {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}
.index .classify {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #fff;
}
.index .classify .classifyInner {
  border-bottom: 1px solid #ddd;
  line-height: 40px;
  font-size: 14px;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
.index .classify .classifyInner div:last-child {
  box-sizing: border-box;
  padding-left: 20px;
}
.index .classify .classifyInner .statusClass {
  color: #1972EA !important;
  font-weight: 600 !important;
}
.index .classify .classifyInner span {
  display: inline-block;
  color: #666;
  margin-right: 28px;
  cursor: pointer;
}
.index .classify .classifyInner span a {
  color: #666;
}
.index .midCon {
  width: 1200px;
  margin: 20px auto;
  position: relative;
}
.index .midCon:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.index .midLeft {
  width: 900px;
  float: left;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.index .midLeft .midTitle {
  height: 60px;
  line-height: 60px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-left: 32px;
  box-sizing: border-box;
}
.index .midLeft .midTitle span:nth-child(2) {
  position: relative;
  color: #1972ea;
  margin-right: 52px;
  font-size: 14px;
  cursor: pointer;
}
.index .midLeft .midTitle span:nth-child(2) img {
  position: absolute;
  top: 18px;
  right: -30px;
}
.index .midLeft .midTitle .sortRule {
  position: absolute;
  top: 60px;
  right: -51px;
  width: 160px;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.index .midLeft .midTitle .sortRule li {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  text-align: center;
  cursor: pointer;
}
.index .midLeft .midTitle .sortRule li:nth-child(1) {
  border-bottom: 1px solid #ddd;
}
.index .midLeft .midTitle .midTitle:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.index .midLeft .midMain {
  display: block;
  width: 900px;
  overflow: hidden;
  padding-left: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.index .midLeft .mainTxt {
  width: 620px;
  float: left;
}
.index .midLeft .mainTxt .a {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.index .midLeft .mainTxt p {
  color: #666;
  font-size: 14px;
  margin-bottom: 17px;
}
.index .midLeft .mainTxt p a {
  color: #666;
}
.index .midLeft .mainTxt .count span {
  display: inline-block;
  color: #666;
  font-size: 12px;
  line-height: 24px;
  margin-right: 30px;
}
.index .midLeft .mainTxt .count span img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.index .midLeft .mainImage {
  display: block;
  float: right;
  width: 192px;
  height: 128px;
  margin-right: 24px;
}
.index .midRight {
  width: 280px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  box-sizing: border-box;
  padding: 32px 24px 20px 24px;
}
.index .midRight .userInfo {
  width: 100%;
  height: 72px;
}
.index .midRight .userInfo img {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
.index .midRight .userInfo div {
  width: 130px;
  height: 72px;
  margin-left: 16px;
}
.index .midRight .userInfo div p {
  font-size: 18px;
  font-weight: 600;
}
.index .midRight .userInfo div span {
  font-size: 14px;
  color: #666666;
}
.index .midRight .consultation {
  width: 132px;
  height: 28px;
  margin: 0 auto;
  margin-top: 24px;
  border: 1px solid #0ba2e6;
  background: #fff;
  border-radius: 6px;
  color: #0ba2e6;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 26px;    margin-bottom: 30px;
}
.index .midRight .phone {
  width: 232px;
  height: 48px;
  border-radius: 6px;
  margin: 0 auto;
  margin-top: 24px;
  border: 2px solid #0ba2e6;
  box-sizing: border-box;
  font-size: 16px;
  color: #0ba2e6;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.index .midRight .phoneTips {
  width: 232px;
  max-height: 320px;
  height: 48px;
  border-radius: 6px;
  margin: 0 auto;
  margin-top: 10px;
  background: #000000;
  opacity: 0.3;
  box-sizing: border-box;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  position: relative;
}
.index .midRight .phoneTips img {
  position: absolute;
  top: 11px;
  right: 5px;
  cursor: pointer;
}
.index .bottomPage {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.index .bottomPage .hotPage {
  width: 590px;
  height: 330px;
  background: #ffffff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.index .bottomPage .hotPage .hotPagetitle {
  box-sizing: border-box;
  padding-left: 32px;
  padding-right: 18px;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
}
.index .bottomPage .hotPage .hotPagetitle div:first-child {
  font-size: 18px;
  font-weight: 600;
}
.index .bottomPage .hotPage .hotPagetitle div:last-child {
  font-size: 14px;
}
.index .bottomPage .hotPage .hotPagetitle div:last-child a {
  color: #1972EA;
}
.index .bottomPage .hotPage .bottomPageMain {
  box-sizing: border-box;
  padding: 21px 24px 40px 32px;
}
.index .bottomPage .hotPage .bottomPageMain .pageBox {
  margin-top: 24px;
  overflow: hidden;
}
.index .bottomPage .hotPage .bottomPageMain div:first-child {
  margin-top: 0;
}
.index .bottomPage .hotPage .bottomPageMain a {
  width: 350px;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .bottomPage .hotPage .bottomPageMain span {
  display: inline-block;
  font-size: 12px;
  color: #666666;
  line-height: 24px;
}
.index .bottomPage:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.index .iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.index .icon-iconfontjiantou5:before {
  content: "\e635";
}
.index .icon-gengduo1:before {
  content: "\e625";
}
.index .icon-fanhui:before {
  content: "\e600";
}
.index .icon-gengduo:before {
  content: "\e601";
}
.index .icon-guanbi:before {
  content: "\e7be";
}
.index .icon-guanbi1:before {
  content: "\e611";
}
.index .icon-shangyimian:before {
  content: "\e610";
}
.index .icon-xiayimian:before {
  content: "\e612";
}
.index .icon-xiala:before {
  content: "\e658";
}
.index .icon-huhuanx:before {
  content: "\e64e";
}
.index .page_div {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: "microsoft yahei";
  color: #999;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.index .page_div a {
  display: inline-block;
  margin-right: 5px;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
      padding-left: 5px;
    padding-right: 5px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  color: #999;
  font-weight: 200;
}
.index .page_div .pNum:hover {
  background: #4091fc;
  color: #fff !important;
  border: 1px solid #4091fc !important;
}
.index .goPage {
  width: 38px;
  height: 35px;
  font-size: 15px;
  color: #333;
  line-height: 30px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  text-align: center;
  outline: none;
  margin: 0 10px;
}
.index #firstPage {
  width: 50px;
  color: #0073A9;
  border: 1px solid #0073A9 !important;
}
.index #lastPage {
  background: #4091fc;
  width: 60px !important;
  border: 0;
  margin-right: 0;
  color: #fff;
}
.index #prePage,
.index #nextPage {
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  width: 38px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  color: #999;
  font-weight: 200;
}
.index .page_div .current {
  background: #4091fc;
  color: #fff !important;
  border: 1px solid #4091fc !important;
}
.index .totalPages {
  margin: 0 10px;
}
.index .totalPages span,
.index .totalSize span {
  color: #999;
  margin: 0 5px;
}
.index .page-s {
  display: inline-block;
  line-height: 40px;
  margin-left: 20px;
}

.sourceTime {
    border-bottom: 1px solid #ddd;
    padding-bottom: 22px;
    margin-top: 14px;
}
.sourceTime span {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.sourceTime span img {
    vertical-align: top;
}