/*static start*/
ul,
li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td,
ol,
ul,
li,
img,
button,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: roboto, source-han-sans-traditional, source-han-sans-simplified-c,
    Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
}

html,
body,
div,
p,
span,
img,
ul,
li,
dl,
dd,
dt,
em,
strong {
  margin: 0;
  padding: 0;
  border: none;
  font-family: roboto, source-han-sans-traditional, source-han-sans-simplified-c,
    Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
}
html,
body {
  width: 100%;
}
hr {
  border-top: 1px solid #efefef;
}
a {
  cursor: pointer;
  color: #0047bb;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #0047bb;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0;
  margin: 0;
}
.row {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.material-icons {
  font-size: 18px;
}
.btn-blue {
  display: inline-block;
  outline: none;
  background: #ffffff;
  border: 1px solid #0047bb;
  border-radius: 0;
  line-height: 42px;
  font-size: 16px;
  color: #0047bb;
  padding: 0 16px;
  font-weight: 500;
  transition: background 0.25s;
  -moz-transition: background 0.25s;
  /* Firefox 4 */
  -webkit-transition: background 0.25s;
  /* Safari and Chrome */
  -o-transition: background 0.25s;
  /* Opera */
}
.btn-black {
  display: inline-block;
  outline: none;
  background: #ffffff;
  border: 1px solid #333333;
  border-radius: 0;
  line-height: 42px;
  font-size: 16px;
  color: #333333;
  padding: 0 16px;
  font-weight: 500;
  transition: background 0.25s;
  -moz-transition: background 0.25s;
  /* Firefox 4 */
  -webkit-transition: background 0.25s;
  /* Safari and Chrome */
  -o-transition: background 0.25s;
  /* Opera */
}
.btn-black:hover {
  color: #ffffff;
  border: 1px solid #0047bb;
  background: #0047bb;
}
.btn-blue:hover {
  color: #ffffff;
  background: #0047bb;
}
/* .container_all{
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
} */

.container {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto;
  color: #333333;
  max-width: 1220px !important;
}

.type {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.type .type-box {
  width: 100%;
  max-width: 1220px !important;
  margin: 0 auto;
  line-height: 52px;
  border-bottom: 1px solid #999999;
  margin-top: 30px;
  font-weight: 400;
}
.type .type-box a {
  display: inline-block;
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  line-height: 52px;
  margin-right: 35px;
}
.type .type-box a:hover {
  color: #093ba8 !important;
}
.type .type-box a.active {
  color: #093ba8;
  border-bottom: 2px solid #093ba8;
}
footer {
  border-top: 1px solid #cccccc;
  padding: 40px 0 120px 0;
}

footer .trade-now {
  width: 100%;
  line-height: 132px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  margin-top: 60px;
  background: -webkit-linear-gradient(
    270deg,
    rgba(56, 109, 194, 1) 0%,
    rgba(26, 90, 194, 1) 51%,
    rgba(0, 71, 187, 1) 100%
  );
  background: -moz-linear-gradient(
    270deg,
    rgba(56, 109, 194, 1) 0%,
    rgba(26, 90, 194, 1) 51%,
    rgba(0, 71, 187, 1) 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgba(56, 109, 194, 1) 0%,
    rgba(26, 90, 194, 1) 51%,
    rgba(0, 71, 187, 1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(56, 109, 194, 1) 0%,
    rgba(26, 90, 194, 1) 51%,
    rgba(0, 71, 187, 1) 100%
  );
}

footer .logo {
  width: 100%;
}

footer .logo img {
  width: 220px;
  height: auto;
  margin-bottom: 25px;
}

footer .logo p {
  width: 100%;
  max-width: 250px;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

footer .cat-tag {
  padding: 0 5% 0 0;
}

footer .cat-tag li {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  padding: 12px 16px;
}

footer .cat-tag p {
  display: inline-block;
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  margin-bottom: 27px;
  padding: 12px 16px;
}

footer .hot-tag li {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #666666;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 15px;
}

footer .hot-tag p {
  display: inline-block;
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  margin-bottom: 27px;
  padding: 12px 16px 12px 0;
}
footer .a-link {
  min-width: 1200px;
  margin-top: 20px;
  margin-bottom: 37px;
}

footer .a-link a {
  color: #8c9ba5;
  font-size: 16px;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 400;
  color: rgba(140, 155, 165, 1);
  line-height: 18px;
  cursor: pointer;
}

footer .warning p {
  font-size: 16px;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 200;
  color: rgba(77, 85, 90, 1);
  line-height: 24px;
  margin-bottom: 20px;
}

.footer-tips {
  text-align: center;
  width: 100%;
  background: #fff;
  font-size: 16px;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 200;
  color: rgba(77, 85, 90, 1);
  line-height: 32px;
  position: fixed;
  bottom: 0;
}

.forex-ad {
  width: 100%;
  line-height: 132px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  background: -webkit-linear-gradient(
    270deg,
    rgba(56, 109, 194, 1) 0%,
    rgba(26, 90, 194, 1) 51%,
    rgba(0, 71, 187, 1) 100%
  );
  background: -moz-linear-gradient(
    270deg,
    rgba(56, 109, 194, 1) 0%,
    rgba(26, 90, 194, 1) 51%,
    rgba(0, 71, 187, 1) 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgba(56, 109, 194, 1) 0%,
    rgba(26, 90, 194, 1) 51%,
    rgba(0, 71, 187, 1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(56, 109, 194, 1) 0%,
    rgba(26, 90, 194, 1) 51%,
    rgba(0, 71, 187, 1) 100%
  );
}

.forex-ad a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #ffffff;
  line-height: 50px;
  padding: 0 20px;
  margin-right: 30px;
  font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.forex-ad img {
  display: inline-block;
  width: 20px;
  height: 20px;
}

/*static end*/
/*common compnent  start*/
img {
  width: 100%;
  height: auto;
}
.list-foot {
  text-align: left;
  width: 100%;
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  line-height: 17px;
  padding-bottom: 10px;
  font-weight: 400;
}
.time {
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  line-height: 17px;
}
.view-num {
  float: right;
  position: relative;
  white-space: nowrap;
}
.view-num em {
  font-style: normal;
  line-height: 17px;
  position: relative;
  top: -3px;
}
.ad-position1 {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
}
/*common compnent  end*/
/*index start*/
.index-container .top-compnent {
  color: rgba(51, 51, 51, 1);
  margin-bottom: 120px;
}
.index-container .top-compnent .left {
  padding-right: 2.29%;
}
.index-container .top-compnent .right {
  padding-left: 3.33%;
}
.index-container .top-compnent ul li {
  padding-top: 25px;
  border-bottom: 1px solid #d8d8d8;
}
.index-container .top-compnent ul li h5 {
  min-height: 49px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-container .top-compnent ul .first-col {
  padding: 0;
}
.index-container .top-compnent ul .first-col h5 {
  height: 94px;
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 19px;
}
.index-container .common-compnent .left {
  padding-right: 2.2%;
}
.index-container .common-compnent .right {
  padding-left: 2.2%;
}
.index-container .common-list {
  margin-bottom: 120px;
}
.index-container .common-list .title {
  position: relative;
  text-indent: 2.2%;
  margin-bottom: 28px;
}
.index-container .common-list .title:after {
  content: "";
  width: 6px;
  height: 36px;
  background: #093ba8;
  position: absolute;
  left: 0;
  top: 0;
}
.index-container .common-list .title a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(51, 51, 51, 1);
  font-weight: 400;
}
.index-container .common-list .title h5 {
  font-size: 32px;
  color: rgba(51, 51, 51, 1);
  line-height: 38px;
  font-weight: 500;
}
.index-container .common-list li {
  border-bottom: 1px solid #d8d8d8;
}
.index-container .common-list li p {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  width: 100%;
  color: #333333;
  margin: 12px 0 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-container .common-list li.first-col a {
  color: #999;
}
.index-container .common-list li.first-col p {
  font-size: 30px;
  color: rgba(51, 51, 51, 1);
  line-height: 50px;
  font-weight: 500;
}
.index-container .last-compnent .title {
  position: relative;
  text-indent: 1.1%;
  margin-bottom: 28px;
}
.index-container .last-compnent .title:after {
  content: "";
  width: 6px;
  height: 36px;
  background: #093ba8;
  position: absolute;
  left: 0;
  top: 0;
}
.index-container .last-compnent .title a {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(51, 51, 51, 1);
}
.index-container .last-compnent .title h5 {
  font-size: 32px;
  color: rgba(51, 51, 51, 1);
  line-height: 38px;
}
.index-container .last-compnent li {
  display: inline-block;
  width: 45%;
  margin-bottom: 33px;
}
.index-container .last-compnent li:nth-of-type(3n) {
  margin-bottom: 0;
}
.index-container .last-compnent li:nth-of-type(even) {
  margin-left: 8.4%;
}

.index-container .last-compnent .first-col {
  width: 100%;
  border: none;
}
.index-container .last-compnent .first-col p {
  min-height: 100px;
}
.index-container .last-compnent li .res-tips {
  display: block;
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
  line-height: 19px;
  margin: 8px 0 0 0;
}
.index-container .last-compnent li a {
  color: #999;
}
.index-container .last-compnent li p {
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  line-height: 26px;
  min-height: 52px;
}
.index-container .last-compnent .first-col .res-tips {
  font-size: 16px;
  margin: 14px 0 8px 0;
}
/*index end*/

/*detail start*/
.detail-container {
  margin-top: 60px;
}
.detail-container .crumbs {
  font-size: 14px;
  line-height: 17px;
  padding: 20px 0 32px 0;
  font-weight: 400;
}
.detail-container .crumbs a {
  color: #093ba8;
}
.detail-container .left-part {
  padding-right: 27px;
}
.time {
  font-size: 14px;
}
.detail-container .article-container .tag a {
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  font-weight: 400;
}
.detail-container .article-title {
  font-size: 30px;
  line-height: 50px;
  margin-top: 10px;
  font-weight: 500;
}
.detail-container .para-foot {
  font-size: 14px;
  color: #999999;
  line-height: 17px;
  padding-top: 21px;
  text-align: right;
  font-weight: 400;
}
.detail-container .para-foot .view_num {
  display: inline-block;
  margin-right: 15px;
}
.detail-container .para-foot .time {
  line-height: 17px;
  float: left;
}

.detail-container .para-foot .viewtext {
  margin-right: 30px;
}
.detail-container .para-foot .material-icons {
  vertical-align: middle;
  font-size: 16px;
  margin-right: 5px;
}
.detail-container .article-content {
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
}
.detail-container .article-content .article-para {
  margin-bottom: 20px;
}
.detail-container .article-content .article-para .text-title strong {
  font-size: 20px;
}
.detail-container .article-content .article-para strong {
  font-weight: 500;
}
.detail-container .article-content table {
  display: block;
  width: 100% !important;
}
.detail-container .article-content table tr td,
th {
  border: 1px solid #000000;
}
.detail-container .article-content img {
  width: auto;
  max-width:100%;
  margin-bottom: 30px;
}
.detail-container .article-content iframe {
  max-width: 100% !important;
}

.detail-container .article-directory {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin: 30px 0;
  padding: 50px 0 30px 0;
}
.detail-container .directory-title {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}
#directory li {
  font-size: 20px;
  line-height: 50px;
}
.detail-container .article-click {
  text-align: center;
  margin-top: 60px;
}
.detail-container .article-click span {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  width: 100%;
}
.detail-container .article-click .material-icons {
  font-size: 20px;
  color: #ffffff;
}
.detail-container .article-click .btn {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-color: #093ba8;
  white-space: inherit;
  line-height: inherit;
}
.detail-container .article-click .text {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
}
.detail-container .article-click .shareLink {
  margin-top: 30px;
  border-bottom: 1px solid #d8d8d8;
}
.detail-container .shareLink a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 20px;
}
.detail-container .shareLink a img {
  width: 40px;
  height: 40px;
}
.detail-container .article-search {
  padding: 25px 0;
  border-bottom: 1px solid #d8d8d8;
}
.detail-container .article-search .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 44px;
}
.detail-container .article-search .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detail-container .article-search .wrap a {
  display: inline-block;
  color: #093ba8;
}
.detail-container .article-footer {
  padding: 30px 0;
  border-bottom: 1px solid #d8d8d8;
}
.detail-container .article-footer span {
  display: inline-block;
  margin-right: 20px;
  font-weight: 400;
}
.detail-container .article-footer a {
  font-weight: bold;
}
.detail-container .article-footer .pre-article {
  margin-bottom: 20px;
}

.detail-container .article-latest {
  margin-top: 40px;
}
.detail-container .article-latest .part1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.detail-container .article-latest .part1 span {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}
.detail-container .article-latest .part1 a {
  font-size: 20px;
  line-height: 38px;
  color: #333333;
}
.detail-container .article-latest .part2 li {
  padding: 30px 0 20px 0;
  height: 162px;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
}
.detail-container .article-latest .part2 a {
  width: 21%;
}
.detail-container .article-latest .part2 img {
  width: 100%;
  height: 107px;
}
.detail-container .article-latest .part2 .right {
  width: 75%;
}
.detail-container .article-latest .part2 .title {
  margin-top: 8px;
  line-height: 25px;
  font-size: 18px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.detail-container .article-latest .part2 .title a {
  color: #333333;
}
.detail-container .article-latest .part2 .tag {
  font-size: 14px;
}
.detail-container .article-latest .part2 .foot {
  text-align: right;
  margin-top: 14px;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}
.detail-container .article-latest .part2 .foot .time {
  float: left;
}
.detail-container .article-latest .part2 .material-icons {
  font-size: 16px;
  vertical-align: middle;
}

.detail-container .article-hot {
  margin-top: 40px;
  margin-bottom: 100px;
}
.detail-container .article-hot .part1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.detail-container .article-hot .part1 span {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}
.detail-container .article-hot .part1 a {
  font-size: 20px;
  line-height: 38px;
  color: #333333;
}
.detail-container .article-hot .part2 li {
  padding: 30px 0 20px 0;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
}
.detail-container .article-hot .part2 a {
  width: 21%;
}
.detail-container .article-hot .part2 img {
  width: 100%;
  height: 107px;
}
.detail-container .article-hot .part2 .right {
  width: 75%;
}
.detail-container .article-hot .part2 .title {
  margin-top: 8px;
  line-height: 25px;
  font-size: 18px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.detail-container .article-hot .part2 .title a {
  color: #333333;
}
.detail-container .article-hot .part2 .tag {
  font-size: 14px;
}
.detail-container .article-hot .part2 .foot {
  text-align: right;
  margin-top: 14px;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  font-weight: 400;
}
.detail-container .article-hot .part2 .foot .time {
  float: left;
}
.detail-container .article-hot .part2 .material-icons {
  font-size: 16px;
  vertical-align: middle;
}

.detail-container .right-part {
  padding-left: 54px;
}
.detail-container .author .avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 30px;
}
.detail-container .author .avatar img {
  width: 100%;
  height: 100%;
}
.detail-container .author .top {
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}
.detail-container .author .top span {
  font-size: 24px;
  font-weight: bold;
}
.detail-container .author .name {
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
  text-align: center;
}
.detail-container .author .name a {
  color: #333333;
}
.detail-container .author .author-tag {
  /* display: flex;
    justify-content: space-around;
    flex-wrap: wrap; */
  padding-left: 15px;
  padding-top: 25px;
  text-align: center;
}
.detail-container .author .author-tag a {
  display: inline-block;
  border: 1px solid #d8d8d8;
  padding: 6px 10px;
  line-height: 19px;
  color: #333333;
  margin: 0 15px 15px 0;
}
.detail-container .synopsis {
  margin-top: 60px;
}
.detail-container .synopsis .top {
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}
.detail-container .synopsis .top span {
  font-size: 24px;
  font-weight: bold;
}
.detail-container .synopsis .text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
}
.detail-container .writing {
  margin-top: 60px;
}
.detail-container .writing .top {
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
}
.detail-container .writing .top span {
  font-size: 24px;
  font-weight: bold;
}
.detail-container .writing .top a {
  font-size: 20px;
  color: #333333;
}
.detail-container .writing .wrap {
  margin-top: 10px;
}
.detail-container .writing .wrap li {
  padding: 14px 0 10px 0;
  border-bottom: 1px solid #d8d8d8;
}
.detail-container .writing .wrap .foot {
  text-align: right;
  margin-top: 20px;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  font-weight: 400;
}
.detail-container .writing .wrap .title {
  line-height: 28px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.detail-container .writing .wrap .title a {
  color: #333333;
  font-weight: 400;
}
.detail-container .writing .wrap .foot .time {
  float: left;
}
.detail-container .writing .wrap .material-icons {
  font-size: 16px;
  vertical-align: middle;
}
.detail-container .ad {
  margin-top: 60px;
  width: 100%;
}
.detail-container .ad img {
  width: 100%;
}
/*detail end*/

/*common-list start*/
.common-list-container {
  width: 100%;
}
.common-list-container .clc-path {
  color: #0047bb;
  margin-top: -16px;
  margin-bottom: 32px;
  font-weight: 400;
}
.common-list-container .clc-tit {
  position: relative;
  height: 36px;
  line-height: 36px;
  font-size: 32px;
  padding-left: 28px;
  margin-bottom: 24px;
  color: #333;
  font-weight: 500;
}

.common-list-container .clc-tit::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 36px;
  background-color: #093ba8;
}
.common-list-container .float-wrap {
  overflow: hidden;
}
.common-list-container .float-wrap::after {
  content: " ";
  display: table;
  clear: both;
}
.common-list-container .float-wrap > .fl {
  float: left;
}
.common-list-container .float-wrap > .fr {
  float: right;
}
.common-list-container .item-first {
  padding: 0 0 20px;
  border-bottom: 1px solid #d8d8d8;
}
.common-list-container .clc-i-f-tag {
  font-size: 14px;
  padding: 10px 0;
  font-weight: 400;
}
.common-list-container .clc-i-f-tag a {
  color: #999;
}
.common-list-container .clc-i-f-con {
  font-size: 30px;
  line-height: 50px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 500;
}

.common-list-container .time-wrap {
  height: 20px;
  line-height: 20px;
  color: #999;
  font-size: 14px;
}
.common-list-container .time-wrap .fr {
  padding-left: 22px;
  position: relative;
}

.common-list-container .time-wrap .fr::before {
  content: " ";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/icon_eye.png") center center no-repeat;
}

.common-list-container .item {
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}
.common-list-container .clc-img-left {
  width: 128px;
  height: 108px;
  overflow: hidden;
}
.common-list-container .clc-img-left > img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.common-list-container .clc-txt-right {
  width: calc(100% - 158px);
}
.common-list-container .clc-i-tag {
  font-size: 14px;
}
.common-list-container .clc-i-tag a {
  color: #999;
  font-weight: 400;
}
.common-list-container .clc-i-con {
  font-size: 18px;
  line-height: 25px;
  color: #333;
  margin-bottom: 14px;
  font-weight: 400;
}
.common-list-container .item-ad {
  margin: 30px 0 14px;
}
.common-list-container .clc-right {
  padding-left: 40px;
  margin-bottom: 70px;
}

.common-list-container .right-tit {
  font-size: 24px;
  color: #333;
  padding: 80px 0 20px;
  border-bottom: 1px solid #d8d8d8;
}
.common-list-container .tag-wrap {
  padding-bottom: 80px;
}
.common-list-container .tag-wrap a {
  cursor: pointer;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
  border: 1px solid #666;
  margin: 20px 30px 0 0;
}
.common-list-container .tit-wrap {
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.common-list-container .tit-wrap > .fl {
  font-size: 24px;
  font-weight: 500;
}
.common-list-container .tit-wrap > .fr {
  font-size: 20px;
}
.common-list-container .tit-wrap > .fr a {
  color: #333;
}
.common-list-container .r-item {
  display: block;
  padding: 14px 0 10px;
  border-bottom: 1px solid #d8d8d8;
}

.common-list-container .clc-r-t-con {
  font-size: 20px;
  color: #333;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: 400;
}
/*common-list end*/

/*author start*/
.author-compnent {
  padding-left: 40px;
}
.author-compnent h5 {
  padding-bottom: 20px;
  font-size: 24px;
  color: rgba(51, 51, 51, 1);
  line-height: 18px;
  border-bottom: 1px solid #d8d8d8;
  font-weight: 500;
}

.author-compnent img {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 30px auto;
}
.author-compnent .name {
  display: block;
  font-size: 24px;
  color: rgba(51, 51, 51, 1);
  line-height: 18px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.author-compnent .tag-box {
  text-align: center;
}
.author-compnent .tag-box a {
  display: inline-block;
  margin: 0 5px 15px 5px;
  border-radius: 2px;
  border: 1px solid rgba(102, 102, 102, 1);
  padding: 6px 10px;
  font-size: 16px;
  line-height: 20px;
}
.author-compnent .brief {
  margin-bottom: 25px;
}
.author-compnent .brief h5 {
  margin-top: 60px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 24px;
  color: rgba(51, 51, 51, 1);
  line-height: 18px;
  border-bottom: 1px solid #d8d8d8;
}
.author-compnent .brief span {
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
}
/*author end*/

/* header start */
.header {
  width: 100%;
  background: #fff;
}

.header .navbar-right-container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.header .first-nav {
  float: none;
  display: block;
  height: 44px;
}

.header .lang {
  width: 112px;
  background: #fff;
  z-index: 9999;
  position: absolute;
  right: 0px;
  text-align: center;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  display: none;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
}

.header .lang li {
  line-height: 42px;
  cursor: pointer;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
}

.header .lang li:hover {
  border-bottom: 1px solid #ff671f;
}

.header .lang li a {
  display: inline-block;
  width: 100%;
  color: #333333;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
}

.header .lang li a.active {
  color: #0047bb;
}

.header .first-nav li {
  line-height: 44px;
  font-size: 16px;
  float: right;
}

.header .first-nav li:hover {
  background: #f5f7fa;
}

.header .first-nav li a {
  display: inline-block;
  min-width: 112px;
  text-align: center;
  cursor: pointer;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: rgba(51, 51, 51, 1);
  padding: 0 12px;
  line-height: 44px;
}

.header .first-nav li a:hover {
  color: #0047bb;
}

.header .first-nav li img {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
}

.header-fade-in {
  background: #fff;
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.header-fade-in .navTab {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
  line-height: 96px;
}

.header-fade-in .navTab .navbar-nav {
  margin-top: 0;
}

.header-fade-in .btn {
  width: initial;
  padding: 0 18px;
  float: right;
  margin: 25px 0 0 30px;
}

.header-fade-in .cat-list {
  left: 84px;
}

.header-fade-in .cat-list li {
  top: 15px;
}

.header-fade-in .cat-list li:nth-of-type(1) {
  left: 75%;
}

.header-fade-in .cat-list li:nth-of-type(2) {
  left: 91%;
}

.header-fade-in .cat-list li:nth-of-type(4) {
  left: 127%;
}

.header-fade-in .cat-list li:nth-of-type(5) {
  left: 143.2%;
}
.header-fade-in .cat-list li:nth-of-type(6) {
  left: 165%;
}

.container-fluid {
  width: 1220px;
  margin: 0 auto;
  padding: 0;
}

.container-full {
  width: 100%;
  padding: 0;
  margin: 0;
}

.base-box {
  width: 1220px;
  margin: 0 auto;
}

.regular-box {
  width: 100%;
  margin: 0 auto;
  background: #fafafa;
}

.btn {
  display: inline-block;
  outline: none;
  background: #ffffff;
  border: 1px solid #0047bb;
  border-radius: 0;
  line-height: 40px;
  font-size: 16px;
  margin-bottom: 20px;
  color: #0047bb;
  padding: 0 16px;
  font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  transition: background 0.25s;
  -moz-transition: background 0.25s;
  /* Firefox 4 */
  -webkit-transition: background 0.25s;
  /* Safari and Chrome */
  -o-transition: background 0.25s;
  /* Opera */
}
.btn:hover {
  color: #ffffff;
  background: #0047bb;
}

.row-title h1 {
  font-size: 14px;
  color: #ffffff;
  background: #f0f3f6;
  line-height: 32px;
  text-align: center;
  height: 32px;
  font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}
.row-title img {
  display: block;
  width: 100%;
  height: 4px;
}

.nav li a {
  color: #919191;
}

.logo {
  width: 18.7%;
  height: auto;
  margin-top: 0;
}

.navTab {
  width: 100%;
  max-width: 1220px;
  line-height: 100px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 20px;
}

.navTab .navbar-nav {
  margin-top: 0px;
  margin-right: 0 !important;
}
.navTab .navbar-nav li:last-child a {
  margin-right: 12px;
}

.navTab .navbar-nav li a {
  color: #333333;
  font-size: 16px;
  margin: 0 20px;
  padding: 5px 0;
  padding-right: 12px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 18px;
}

.navTab .navbar-nav li:nth-of-type(3) a {
  padding-right: 0;
}

.navTab .navbar-nav li a:hover {
  border-bottom: 1px solid #ff671f;
}

.navTab .navbar-nav li a.selectUp:before {
  position: absolute;
  right: 0px;
  bottom: 8px;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333333;
}

.navTab .navbar-nav li a.selectDown:after {
  position: absolute;
  right: 0px;
  bottom: 8px;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #333333;
}

.navTab .navbar-nav li:nth-of-type(3) a.selectUp:before {
  display: none;
}

.navTab .navbar-nav li:nth-of-type(3) a.selectDown:after {
  display: none;
}

.cat-list {
  width: 524px;
  position: absolute;
  right: 0;
  top: 85px;
  z-index: 1000;
  /*display: none;*/
}

.header-fade-in .cat-list {
  top: 50px;
}

.cat-list li {
  width: 164px;
  display: inline-block;
  position: absolute;
  top: -16px;
  background: #ffffff;
  z-index: 1000;
  display: none;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.cat-list li:nth-of-type(1) {
  left: -10.5%;
}
.cat-list li:nth-of-type(2) {
  left: 5.3%;
}
.cat-list li:nth-of-type(3) {
  left: 230px;
}
.cat-list li:nth-of-type(4) {
  left: 41.3%;
}
.cat-list li:nth-of-type(5) {
  left: 57.6%;
}
.cat-list li:nth-of-type(6) {
  left: 79.6%;
}

.cat-list li a {
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 24px;
  padding: 14px 20px;
  border-bottom: 1px solid #f5f7fa;
}

.cat-list li a:hover {
  border-bottom: 1px solid #ff671f;
  font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(51, 51, 51, 1);
  font-weight: 700;
}

/* header end */

a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  border-radius: 0;
  border: none;
  color: #333333;
  padding: 0;
}

.panel-title a {
  display: block;
  padding: 15px;
  position: relative;
  font-size: 16px;
  padding-left: 25px;
  text-align: left;
  font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}

.panel-body {
  background: #fff;
  text-align: left;
  padding: 5px 0 20px 0;
  padding-left: 8px;
  font-size: 16px;
  line-height: 24px;
}

.panel-body img {
  width: 100%;
  height: 100%;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  -webkit-transition: border-radius 0.3s linear 0.2s;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  -webkit-transition: border-radius linear 0s;
  transition: border-radius linear 0s;
}

.panel-heading a:before {
  content: "\e258";
  position: absolute;
  font-family: "Glyphicons Halflings";
  left: 5px;
  top: 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.panel-heading.active a:before {
  content: "\e258";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/*xzd add detail.html start*/

.toc_toggle a {
  display: inline !important;
  color: #1a81c5 !important;
}
.article-tag-a {
  color: #1a81c5 !important;
  font-weight: 400;
}
.article-tag-a:hover,
.toc_toggle a:hover {
  color: #27b7d7 !important;
}
.toc_title {
  margin-bottom: 0.875rem;
}

#hideandshow li {
  padding: 5px 0 5px 20px;
  position: relative;
}
#hideandshow li:before {
  position: absolute;
  content: "•";
  left: 0px;
  color: rgb(129, 141, 154);
  font-size: 1.56rem;
  line-height: 44px;
}
.hsul {
  animation: showIndex 0.5s;
  -moz-animation: showIndex 0.5s; /* Firefox */
  -webkit-animation: showIndex 0.5s; /* Safari and Chrome */
  -o-animation: showIndex 0.5s; /* Opera */
  display: block;
}

.hsul_hide {
  animation: hideIndex 0.6s infinite;
  animation-timing-function: cubic-bezier(0.61, 0.14, 0.22, 0.92);
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; /* Safari 和 Chrome */
}
@keyframes showIndex {
  /*0%{ opacity: 0; transform: translate(500px, 0) }*/
  0% {
    opacity: 0;
    transform: translate(0, 500px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes hideIndex {
  /*from {top:0px}*/
  /*to {top:200px}*/
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 500px);
  }
}

/*xzd add detail.html end*/

/* facebook page plugin start */
.detail-container .fb-plugin {
  margin-bottom: 60px;
  text-align: center;
}
/* facebook page plugin end */

/* 20200617 SEO文章详情页UI改版 start*/
.detail-banner {
  background: url(../img/base/banner.jpg) center no-repeat;
  background-size: cover;
  height: 460px;
  width: 100%;
  position: relative;
  overflow: hidden;
  table-layout: fixed;
  padding-top: 0;
}
.detail-banner .content {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  display: table;
}
.detail-banner .left {
  width: 100%;
  max-width: 650px;
  display: table-cell;
  vertical-align: middle;
}
.detail-banner .right {
  width: 100%;
  max-width: 570px;
  line-height: 1;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  text-align: center;
  float: right;
}
.detail-banner .right img {
  vertical-align: top;
  width: auto;
  margin-left: 0;
  height: 460px;
  z-index: 8;
}
.detail-banner .left .top p {
  font-size: 50px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 66px;
}
.detail-banner .left .top p > span {
  font-size: 50px;
  font-weight: bold;
  color: #fc672f;
}
.detail-banner .left .mid {
  padding: 30px 0 0;
}
.detail-banner .left .mid ul li {
  width: 50%;
  float: left;
  padding-left: 60px;
  margin-bottom: 20px;
  position: relative;
  min-height: 44px;
  display: table;
}
.detail-banner .left .mid ul li span {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 22px;
}
.detail-banner .left .mid ul li.banner-item2,
.detail-banner .left .mid ul li.banner-item4 {
  width: 50%;
}
.detail-banner .left .mid ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.detail-banner .left .mid .banner-item1:before {
  width: 39px;
  height: 34px;
  margin-top: -17px;
  background-image: url(../img/base/banner-icon1.png);
}
.detail-banner .left .mid .banner-item2:before {
  width: 39px;
  height: 35px;
  margin-top: -17.5px;
  background-image: url(../img/base/banner-icon2.png);
}
.detail-banner .left .mid .banner-item3:before {
  width: 29px;
  height: 32px;
  margin-top: -16px;
  padding-left: 5px;
  background-image: url(../img/base/banner-icon3.png);
}
.detail-banner .left .mid .banner-item4:before {
  width: 40px;
  height: 34px;
  margin-top: -17px;
  background-image: url(../img/base/banner-icon4.png);
}
.detail-banner .left .bot a {
  width: 230px;
  height: 65px;
  line-height: 65px;
  background: radial-gradient(
    circle,
    rgba(34, 78, 254, 1),
    rgba(34, 78, 254, 1)
  );
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 25px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  display: block;
  text-align: center;
}
.detail-container {
  margin-top: 35px;
}
.detail-container .row {
  display: flex;
  overflow: hidden;
}
.detail-container .article-title {
  font-size: 35px;
  margin-top: 0;
}
.detail-container .author {
  border-bottom: 1px solid #e7e7e7;
  padding: 35px 0;
  display: table;
  width: 100%;
}
.detail-container .author .avatar {
  margin: 0;
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 20px;
  margin-left: 5px;
  box-shadow: 0px 5px 10px 0px #e6e6e6;
}
.detail-container .author .name {
  width: 100%;
  font-size: 25px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  margin-top: 15px;
  padding-left: 15px;
}
.detail-container .author .name a {
  font-size: 25px;
}
.detail-container .para-foot {
  padding-top: 10px;
  line-height: 1;
  padding-right: 16px;
}
.detail-container .para-foot .time {
  font-size: 20px;
  line-height: 1;
  color: #8c8c8c;
}
.detail-container .para-foot .time::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/base/time.png) no-repeat;
  background-size: cover;
  margin-top: 3px;
  margin-right: 12px;
  vertical-align: top;
}
.detail-container .para-foot .material-icons {
  font-size: 22px;
  vertical-align: top;
}
.detail-container .para-foot .view_num {
  font-size: 20px;
  font-weight: 400;
  color: rgba(154, 154, 154, 1);
  margin: 0;
}
.detail-container .para-foot .view_num::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 15px;
  background: url(../img/base/eye.png) no-repeat;
  background-size: cover;
  margin-top: 3px;
  margin-right: 12px;
  vertical-align: top;
}
.detail-container .article-click {
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 100px;
}
.detail-container .article-click .btn {
  float: left;
  min-width: 120px;
  width: auto;
  height: 50px;
  border: none;
  background: linear-gradient(
    26deg,
    rgba(234, 121, 71, 1),
    rgba(252, 103, 47, 1)
  );
  border-radius: 10px;
  margin: 0;
}
.detail-container .article-click span {
  width: auto;
  font-size: 25px;
  font-weight: 500;
}
.detail-container .article-click span::before {
  content: "";
  display: inline-block;
  height: 36px;
  width: 36px;
  background: url(../img/base/material-icons.png) no-repeat;
  background-size: cover;
  vertical-align: top;
  margin-right: 16px;
}
.detail-container .article-click .shareLink {
  border: none;
  float: right;
  margin: 0;
}
.detail-container .shareLink a {
  margin: 0 16px;
}
.detail-container .shareLink a img {
  width: 49px;
  height: 49px;
}
.detail-container .article-click .text,
.detail-container .article-click .material-icons {
  display: none;
}
.detail-container .ad {
  margin-top: calc(100vh - 660px);
}
.detail-container .ad a.center {
  position: fixed;
  top: 96px;
  width: 405px;
  margin: 0;
  padding-top: 10px;
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.2s ease-in-out;
  /* Safari and Chrome */
  -o-transition: all 0.2s ease-in-out;
  /* Opera */
}
.detail-container .ad a.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.2s ease-in-out;
  /* Safari and Chrome */
  -o-transition: all 0.2s ease-in-out;
  /* Opera */
}
.detail-container .ad img {
  padding-bottom: 15px;
  width: 405px;
  height: auto;
}
.detail-container .article-footer {
  border: none;
  padding: 10px 0 35px;
}
.detail-container .article-footer .pre-article,
.detail-container .article-footer .next-article {
  font-size: 20px;
}
.detail-container .article-footer span {
  color: #464646;
}
.detail-container .article-hot .part1 a,
.detail-container .article-latest .part1 a {
  width: 47px;
  height: 9px;
  background: url(../img/base/more.png) no-repeat;
  background-size: contain;
  background-position: center;
  padding: 20px 0;
}
.detail-container .article-latest .part2 li,
.detail-container .article-hot .part2 li {
  border: 0;
  height: auto;
  padding: 30px 0;
}
.detail-container .article-latest .part2 li > a,
.detail-container .article-hot .part2 li > a {
  width: 270px;
  height: 150px;
}
.detail-container .article-latest .part2 img,
.detail-container .article-hot .part2 img {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
.detail-container .article-latest .part2 .right,
.detail-container .article-hot .part2 .right {
  flex: 1;
  margin-left: 40px;
  width: auto;
}
.detail-container .article-latest .part2 .title,
.detail-container .article-hot .part2 .title {
  height: auto;
  line-height: 26px;
  max-height: 100px;
  min-height: 90px;
  -webkit-line-clamp: 3;
}
.detail-container .article-latest .part2 .title a,
.detail-container .article-hot .part2 .title a {
  width: auto;
  font-size: 25px;
  font-weight: 500;
  color: rgba(70, 70, 70, 1);
}
.detail-container .article-latest .part2 .foot,
.detail-container .article-hot .part2 .foot {
  margin-top: 25px;
  line-height: 1;
}
.detail-container .article-latest .part2 .foot .time,
.detail-container .article-hot .part2 .foot .time {
  font-size: 18px;
  font-weight: 400;
  color: rgba(132, 132, 132, 1);
  line-height: 1;
}
.detail-container .article-latest .part2 .foot .time::before,
.detail-container .article-hot .part2 .foot .time::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(../img/base/time.png) no-repeat;
  background-size: cover;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 10px;
}
.detail-container .article-latest .part2 .foot .viewtext,
.detail-container .article-hot .part2 .foot .viewtext {
  font-size: 20px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  opacity: 0.6;
  line-height: 1;
  display: inline-block;
}
.detail-container .article-latest .part2 .foot .viewtext::before,
.detail-container .article-hot .part2 .foot .viewtext::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 15px;
  background: url(../img/base/eye.png) no-repeat;
  background-size: cover;
  margin-top: 3px;
  margin-right: 10px;
  vertical-align: top;
}
.detail-container .article-latest .part2 .material-icons,
.detail-container .article-hot .part2 .material-icons {
  font-size: 22px;
  vertical-align: top;
  margin-top: -1px;
  margin-right: 5px;
}
.detail-container .article-latest .part1 span,
.detail-container .article-hot .part1 span {
  font-size: 30px;
  font-weight: bold;
}
.detail-container .article-hot {
  margin-bottom: 60px;
}

.detail-ad .pay {
  width: 100%;
}
.detail-ad .pay .content {
  text-align: center;
  max-width: 1220px;
  margin: 0 auto;
  padding: 30px 0 25px;
  border-top: 1px solid #eeeeee;
}
.detail-ad .pay img {
  display: inline-block;
  height: 50px;
  width: auto;
  margin: 0 45px;
}
.detail-ad .forex-ad {
  background: #f9f9f9;
  color: #333;
}
.detail-ad .forex-ad a {
  min-width: 260px;
  width: auto;
  height: 70px;
  line-height: 70px;
  border: none;
  background: radial-gradient(
    circle,
    rgba(34, 78, 254, 1),
    rgba(34, 78, 254, 1)
  );
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-size: 30px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin-right: 50px;
}
.detail-ad .forex-ad img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.header-detail .navbar-right-container,
.header-detail .row-title {
  display: none;
}
.header-detail .cat-list li:nth-of-type(1) {
  left: -32.5%;
}
.header-detail .cat-list li:nth-of-type(2) {
  left: -16.5%;
}
.header-detail .cat-list li:nth-of-type(3) {
  left: -0.7%;
}
.header-detail .cat-list li:nth-of-type(4) {
  left: 19.3%;
}
.header-detail .cat-list li:nth-of-type(5) {
  left: 35.5%;
}
.header-detail .cat-list li:nth-of-type(6) {
  left: 57.6%;
}
.header-detail .cat-list li:nth-of-type(7) {
  left: 79.6%;
}
.header-fade-in .cat-list li:nth-of-type(1) {
  left: 75%;
}
.header-detail .navTab {
  padding: 0;
  line-height: 90px;
}
.footer-detail {
  border: none;
  background: #f9f9f9;
}
.footer-detail .logo {
  width: 620px;
  position: relative;
}
.footer-detail .logo::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100px;
  background: #d8d8d8;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50px;
}
.footer-detail .logo img {
  width: 248px;
  margin-bottom: 0;
  margin-right: 55px;
}
.footer-detail .logo p {
  font-size: 15px;
  font-weight: 400;
  color: rgba(90, 90, 90, 1);
  line-height: 24px;
  min-width: 275px;
  display: inline-block;
  vertical-align: middle;
}
.footer-detail .cat-tag {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 0;
  margin-left: 80px;
}
.footer-detail .cat-tag li {
  font-size: 15px;
  font-weight: 400;
  color: rgba(90, 90, 90, 1);
  line-height: 1;
  padding: 0 15px;
  margin: 5px 0 3px;
  line-height: 16px;
  border-right: 1px solid #5a5a5a;
}
.footer-detail .cat-tag li:hover {
  color: #000;
}
.footer-detail .cat-tag a:last-child li {
  border: none;
}
.footer-detail .cat-tag p {
  display: none;
}
.footer-detail .row:first-child {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
}
.footer-detail .column {
  width: auto;
}
.footer-detail .warning p {
  text-align: left;
}
.detail-banner.type {
  display: block;
  max-width: none;
  margin-bottom: 0;
}
/** 修改正文默认大小，原字粗太细 **/
/** 默认 300  -> 400 加粗 500  -> 600 **/
/** 二级标题字体大小 20px -> 24px **/
.detail-container .article-content p {
  font-weight: 400;
}
.detail-container .article-content .article-para strong {
  font-weight: 600;
}
.detail-container .article-content .article-para .text-title strong {
  font-size: 24px;
  line-height: 40px;
}
/* 20200617 SEO文章详情页UI改版 end*/


/* 20200803 SEO文章详情页广告视频 end*/
.video-iframe{
  width:100%;
  min-height:480px;
}
.detail-container .article-content .ad-box{
  padding-top:20px
}
.detail-container .article-content .ad-box img{
  margin:0 0 20px;
}
.detail-container .article-content .ad-box button{
  display: block;
  min-width: 180px;
  min-height: 40px;
  padding: 14px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: rgba(43,79,149,1);
  border-radius: 6px;
  margin:0 auto 20px;
  max-width:100%;
  word-break:break-all;
}


/** 20200807 SEO文章详情页新增实时行情 start**/
.quotes-content {
	width: 100%;
	max-width:600px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0 auto;
}
.quotes-content .form-group{
	position:relative;
}
.quotes-content .quotes-box{
	box-shadow: 5px 3px 6px 1px rgba(0, 0, 0, 0.1);
}
.quotes-content .form-group{
	margin-bottom:0;
}
.quotes-content .form-group input {
    display: inline-block;
    width: 100%;
    border: 1px solid #E5E5E5;
    border-bottom: 1px solid #FF671F;
    line-height: 48px;
    outline: none;
    padding-left: 5px;
    font-size: 16px;
    text-indent: 20px;
}
.quotes-content .form-group span {
    font-size: 18px;
    position: absolute;
    right: 50px;
    top: 16px;
    color: #777777;
}

.quotes-content .quote-tab {
    width: 100%;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}
.quotes-content.quote-tab ul {
    display: flex;
}
.quotes-content .quotes-box .quote-tab ul {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
	font-size:0;
}
.quotes-content .quotes-box .quote-tab ul li {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    color: #333333;
    font-size: 12px;
    display: inline-block;
    width: 20%;
    box-sizing: content-box;
    text-align: center;
    line-height: 32px;
    border: 1px solid #E5E5E5;
    border-top: none;
    border-left: none;
    cursor: pointer;
}
.quotes-content .quotes-box .quote-tab ul li.active {
    background: #DFE3E6;
    color: #333333;
}
.quotes-content .quotes-box .quote-list ul {
    width: 100%;
}
.quotes-content .quotes-box .quote-list ul li {
    font-size: 16px;
    width: 100%;
    line-height: 50px;
    border: 1px solid #E5E5E5;
    border-top: none;
    background: #FFFFFF;
    transition: background .25s;
    -moz-transition: background .25s;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
}
.quotes-content .quotes-box .quote-list ul li a {
    color: #333333;
}
.quotes-content .quotes-box .quote-list ul li span {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
}
.quotes-content .quotes-box .quote-list ul li .name {
    width: 22%;
    text-align: center;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.quotes-content .quotes-box .quote-list ul li .sell {
    width: 18%;
}
.quotes-content .quotes-box .quote-list ul li .buy {
    width: 18%;
}
.quotes-content .quotes-box .quote-list ul li .trade-btn {
    display: inline-block;
    width: 48px;
    font-size: 12px;
    background: #FFFFFF;
    color: #0047BB;
    border: 1px solid #0047BB;
    line-height: 30px;
    outline: none;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    transition: background .25s;
    -moz-transition: background .25s;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
}
.quotes-content .quotes-box .quote-list ul li .rate {
    width: 18%;
    text-align: right;
}
.quotes-content .quotes-box .down {
    color: #C9263D;
}
.quotes-content .quotes-box .up{
	color: #499644
}
/** 20200807 SEO文章详情页新增实时行情 end**/
/** 20200812 SEO文章列表样式优化 start**/

.type:not(.detail-banner){
	margin-bottom:60px;
	background: #F7F7F7;
	max-width: none;
	height: 50px;
}
.type:not(.detail-banner) .type-box{
	line-height: 50px;
	border: none;
	margin:0 auto;
}
.type:not(.detail-banner) .type-box a{
	color:#848484;
	line-height:50px;
}
.type:not(.detail-banner) .type-box a.active{
	color:#333333;
	border-bottom:1px solid #FB672F;
}
.type:not(.detail-banner) .type-box a:hover{
	color:#333333 !important;
}

.common-list-container .time{
	font-size:15px;
	vertical-align: top;
	line-height:20px;
}
.common-list-container .time-icon{
	float:left;
    position: relative;
    white-space: nowrap;
}
.common-list-container .time-icon .material-icons{
	font-size:17px;
	vertical-align:top;
	float:left;
	margin-right:4px;
	line-height:20px;
}
.common-list-container .clc-tit{
	font-size:35px;
	height:35px;
	line-height:35px;
	margin-bottom:34px;
	float:left;
}
.common-list-container .clc-tit::before{
	width: 8px;
	height: 25px;
	top:5px;
}
.common-list-container .common-compnent .clc-left{
	float:left;
}
.common-list-container .common-compnent .clc-right{
	padding-left:80px;
	float:left;
}
.common-list-container .clc-i-f-tag{
	font-size:18px;
}
.common-list-container .clc-i-f-con{
	line-height:35px;
	margin-bottom:40px
}
.common-list-container .list-foot{
	font-size:15px;
	padding-bottom:0;
}
.common-list-container .clc-img-left{
	width:200px;
	height:130px;
}
.common-list-container .clc-txt-right{
	width: calc(100% - 270px)
}
.common-list-container .item{
	padding:40px 0;
	border-bottom:1px solid #f7f7f7
}
.common-list-container .clc-i-tag{
	font-size:18px;
	padding-top:2px;
	padding-bottom:14px;
}
.common-list-container .clc-i-con{
	font-size:20px;
	line-height:26px;
	font-weight:600;
	margin-bottom:15px;
	height:52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.common-list-container .item-ad{
	padding:40px 0;
	margin:0;
	margin-top:-1px;
	background:#fff;
}
.common-list-container .right-tit{
	font-size:25px;
	font-weight:600;
	color:rgba(51,51,51,1);
	padding-bottom:30px;
	border-bottom:1px solid #F7F7F7
}
.common-list-container .tag-wrap a{
	height:25px;
	line-height:25px;
	margin-right:25px;
	margin-top:25px;
	border:1px solid #333;
}
.common-list-container .tit-wrap{
	padding-top:60px;
	padding-bottom:25px;
	border-bottom: 1px solid #f7f7f7;
}
.common-list-container .tit-wrap > .fl{
	font-size:25px;
}
.common-list-container .tit-wrap > .fr{
	font-size:15px;
	line-height:25px;
}
.common-list-container .tit-wrap > .fr a{
	color:#c3c3c2;
}
.common-list-container .r-item{
	border-bottom:1px solid #f7f7f7;
	padding:30px 0;
}
.common-list-container .clc-r-t-con{
	font-size:18px;
	margin-bottom:15px;
	line-height:24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.common-list-container .item-first{
	border-bottom:1px solid #f7f7f7
}
.common-list-container .clc-path{
	float:right;
	margin-top:0;
	margin:0;
	line-height:35px;
}
.common-list-container .clc-path a{
	color:#c3c3c2
}
.common-list-container .author-compnent h5,
.common-list-container .author-compnent .brief h5{
	border-bottom:1px solid #f7f7f7
}
.common-list-container .pagination{
	margin-bottom:70px;
}
.pagination>li>a, 
.pagination>li>span, 
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover{
	color:#337eff
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
	background-color:#337EFF;border-color:#337EFF
}
.common-list-container .page-box{
	text-align:right;
	margin-top: -1px;
	background: #fff;
}
.common-list-container .clc-right .float-list a:last-child{
	border:none;
}
/** 20200812 SEO文章列表样式优化 end**/