@charset "utf8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

.clear {
  clear: both; }

body {
  line-height: 1; }

:focus {
  outline: 1; }

article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent; }
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

ul {
  list-style-type: none; }

a {
  color: #333;
  text-decoration: none; }

h3 {
  padding: 3px 0px;
  font: 16px 'arial';
  color: #337C7C;
  font-weight: 700;
  margin: 5px 0; }

h4 {
  padding: 3px 0px;
  font: 14px/20px 'arial';
  color: #454647; 
  font-weight: bold;
}

h4 strong {
  padding: 3px 0px;
  font: 1.2rem/2rem 'arial';
  color: #131212; }

ol {
  font: 1.2rem/2rem 'arial'; }

ol li strong {
  display: block; }

@media screen and (max-width: 2048px) {
  html {
    font-size: 150%; } }
@media screen and (max-width: 960px) {
  html {
    font-size: 100%; } }
@media screen and (max-width: 640px) {
  html {
    font-size: 85%; } }
@media screen and (max-width: 480px) {
  html {
    font-size: 75%; } }

.flex-viewport .slides li img{
    width:100%;
    height: 20em;
}

.slidebox {
    position: relative;
    width: 100%;
    margin-bottom: 5px; }
.slidebox .flex-control-paging li a {
    border: 2px solid #32a1d2;
    width: 8px;
    height: 8px;
    background: none;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; }
.slidebox .flex-control-paging li a.flex-active {
    background: #32a1d2;
    cursor: default; }
.slidebox .flex-control-nav {
    top: 5px; }
.slidebox a {
    display: block;
    position: relative; }
.slidebox a span {
    position: absolute;
    width: 96%;
    padding: 0 2%;
    font: 0.8rem/1rem 'arial';
    color: #ffffff;
    background-image: linear-gradient(to right, #40403e, #605746);
    opacity: 0.8;
    bottom: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    height:2rem;
    z-index: 10; }


.header {
  text-align: center;
  width: 100%;
  height: 4rem;
  background: #1773bc;
  color: #ffffff; }
  .header a {
    color: #ffffff; }
    .header a img {
      width: 2.8rem;
      display: inline;
      vertical-align: middle; }
    .header a span {
      font: 1.3rem/4rem 'arial'; }
  .header .icon-angle-left {
    color: #ffffff;
    vertical-align: middle;
    font-size: 2.8rem;
    line-height: 4rem;
    float: left;
    padding: 0 1rem; }
  .header .icon-reorder {
    color: #ffffff;
    vertical-align: middle;
    font-size: 2.2rem;
    line-height: 4rem;
    float: right;
    margin-right: 1rem; }

.footer {
  margin-top: 10px;
  height: 3.5rem;
  background: #1773bc;
  width: 100%;
  text-align: center;
  font: 0.5rem/1.5rem 'arial';
  color: #ffffff;
  padding-top: 5px; }

.similar {
  margin: 7px 4px 0;
  padding-bottom: 5px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  box-shadow: -10px 0 10px #eae1e1, 10px 0 10px #eae1e1, 0 0 0 white, 0 2px 10px #eae1e1;
  /*底边阴影*/ }
  .similar h2 {
    font: 1.5rem/2rem 'arial';
    color: #1773bc;
    border-bottom: 1px solid #1773bc; }
  .similar a {
    display: block;
    margin-left: 5px;
    font: 1.2rem/2rem 'arial'; }
    .similar a .icon-circle {
      font-size: 0.8rem;
      line-height: 2rem;
      color: #1773bc;
      margin-right: 0.5rem;
      float: left; }
    .similar a p {
      float: left;
      width: 92%; }

.guide {
  background: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 7px;
  padding-left: 3px;
  border-bottom: 1px solid #1773bc; }
  .guide a {
    font-size: 1rem;
    line-height: 1.5rem;
    display: inline-block;
    margin: 5px 5px 3px 0; 
    padding-right: 10px;
}
  .guide .one {
    color: #1773bc;
    border-right: 1px solid #1773bc; }
  .guide .two {
    color: #1773bc;
    font-family: 'arial';
    border-right: 1px solid #1773bc; }
  .guide .three {
    color: #000000;
    font-family: 'arial'; }

.contain .contain_box {
  box-shadow: -10px 0 10px #eae1e1, 10px 0 10px #eae1e1, 0px 0px 0px white, 0 2px 10px #eae1e1;
  margin: 5px 4px;
  padding-bottom: 5px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3; }
  .contain .contain_box .text_content {
    padding: 0 5px; }
    .contain .contain_box .text_content .biaoti {
      padding: 10px 0;
      border-bottom: 1px dashed #eeeeee;
      color: #8c8c8c; }
      .contain .contain_box .text_content .biaoti h1 {
        font: 20px/1.5 'arial'; 
        color: #333;
}
      .contain .contain_box .text_content .biaoti span {
        font: 0.8rem/1rem "arial"; }
    .contain .contain_box .text_content p {
      padding: 3px 0;
      font: 1.2rem/1.5rem 'arial';
      color: #454545;
      line-height:1.5;
      }
      .contain .contain_box .text_content p img {
        width: 100%; height:auto;}
    .contain .contain_box .text_content ul {
      padding-left: 5px;
      font: 1.2rem/2rem 'arial';
      color: #454545; }
      .contain .contain_box .text_content ul li strong {
        padding: 2px 0; }
    .contain .contain_box .text_content table {
      border-bottom: 1px solid #cfcfcf;
      border-right: 1px solid #cfcfcf;
      color: #757575;
      display: block;
      font: 1.1rem/1.5rem 'arial'; }
      .contain .contain_box .text_content table tr td {
        border-left: 1px solid #cfcfcf;
        border-top: 1px solid #cfcfcf;
        padding-left: 4px; }
      .contain .contain_box .text_content table tr td:nth-of-type(1) {
        width: 30%; }
      .contain .contain_box .text_content table tr td:nth-last-of-type(1) {
        width: 70%; }

.catergories {
  top: 4rem;
  z-index: 20;
  width: 100%;
  background: #ffffff;
  left: -100%; }

.home .home-subcol {
  box-shadow: 0px 3px 4px #CABFBF;
  margin-bottom: 5px;
  padding: 5px 0; }
  .home .home-subcol .home-img {
    width: 30%;
    position: relative;
    float: left; }
    .home .home-subcol .home-img span {
      position: absolute;
      width: 100%;
      height: 2rem;
      background: #7d7d7d;
      bottom: 0;
      left:0;
      opacity: 0.8;
      font: 1rem/2rem 'arial';
      color: #ffffff;
      text-align: center; }
    .home .home-subcol .home-img img {
      width: 100%; }
  .home .home-subcol .home-content {
    width: 65%;
    padding: 0 2.5%;
    float: left; }
    .home .home-subcol .home-content li {
      width: 100%;
      border-bottom: 1px dashed #898989; }
      .home .home-subcol .home-content li a {
        font: 1.1rem/2rem 'arial';
        margin-left: 0; }
  .home .home-subcol .home-more {
    text-align: right; }
.home .home-subcol:nth-last-of-type(1) {
  margin-bottom: -3px; }

.catergories {
  font: 1.2rem/2rem 'arial'; }
  .catergories .allcater {
    heigth: 2rem;
    text-align: center;
    background: #e3e3e3;
    font: 1.2rem/2rem 'arial';
    font-weight: bold;
    color: #000000; }
  .catergories .collapse-inner {
    padding: 10px;
    font: 1.5rem/3rem 'arial'; }
    .catergories .collapse-inner .collapse-child {
      position: relative;
      border-bottom: 1px solid #e3e3e3; }
      .catergories .collapse-inner .collapse-child a {
        width: 90%;
        display: inline-block; }
  .catergories .icon-angle-right {
    position: absolute;
    right: 0;
    display: inline-block;
    font-size: 2rem;
    line-height: 3rem; }

.list {
  box-shadow: -10px 0 10px #eae1e1, 10px 0 10px #eae1e1, 0px 0px 0px white, 0 2px 10px #eae1e1;
  margin: 5px 4px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3; }
  .list .list-content .list-content-box {
    margin-top: 5px;
    box-shadow: 0px 5px 5px #eae1e1;
    color: #757575; 
    padding: 10px 0;
}
    .list .list-content .list-content-box .list-content-head {
      width: 66%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #757575;
      padding-left: 4px;
      font: 1.4rem/2rem 'arial';
      font-weight: bold;
      float: left; }
    .list .list-content .list-content-box .list-content-time {
      padding-right: 4px;
      font: 1.2rem/2rem 'arial';
      float: right; }
    .list .list-content .list-content-box .list-content-artical {
      padding: 3px 4px 5px;
      font: 1.2rem/1.5rem 'arial';
      border-bottom: 1px dashed #e5e5e5; }
    .list .list-content .list-content-box .list-more {
      padding-right: 4px;
      color: #1773bc;
      font: 1.2rem/2rem 'arial';
      float: right; }
  .list .list-content .list-content-box:nth-of-type(1) {
    margin-top: 0; }
/*三级页li样式*/
.contain_box li{
    background: url("../images/bullet_green.gif") no-repeat scroll 0 0.7em transparent;
    font-family: Arial;
    font-size: 1.2rem;
    line-height: 1.5;
    list-style: none outside none;
    margin-bottom: 5px;
    padding-left: 10px;
}
/*部分视频的宽度*/
.wlWriterSmartContent{width:100%!important;}
embed{width:100%!important;}
iframe{
    width:100% !important;
}
/*三级页 图片margin值*/
.contain_box img{margin:0!important;}

.bottom-ins{
  position: fixed;
  bottom: 0;
  left: 0;
  padding-left: 3%;
  width: 97%;
  background: white;
  z-index: 100;
  height:50px;
}
.contain .contain_box .text_content table{
  width:100%;
}

/* blogDetail Ads start */
.ads-dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgba(209, 209, 209, .7);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999999;
  font-family: helvetica, arial sans-serif;
}

.ads-dialog .module {
  height: 293px;
  margin: 0 0 10px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 15px 0;
}
.ads-dialog .module .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #034c4c;
  margin-top: 0;
  padding: 0;
}
.ads-dialog .module .info {
  font-size: 14px;
  margin-bottom: 12px;
  color: #222;
  margin-top: 0;
  line-height: 17px;
}
.ads-dialog .module .ad-table {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ads-dialog .module .ad-table table {
  width: 309px;
  box-sizing: border-box;
  margin: 0;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.ads-dialog .module .ad-table table * {
  box-sizing: border-box;
}
.ads-dialog .module .ad-table table th {
  height: 33px;
  padding: 0 0 0 6px;
  font-size: 12.4px;
  background-color: rgba(223, 223, 223,.2);
  font-family: helvetica, arial sans-serif;
  font-weight: 500;
  vertical-align: middle;
  text-align: left;
  border-right: 1px solid #dddddd;
}
.ads-dialog .module .ad-table table tr {
  border-bottom: 1px solid #dddddd;
}
.ads-dialog .module .ad-table table td {
  padding: 0 0 0 6px;
  height: 30px;
  vertical-align: middle;
  color: #484848;
  font-size: 12px;
  text-align: left;
  border-right: 1px solid #dddddd;
}
.ads-dialog .module .ad-table .blur {
  width: 315px;
  height: 77px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 86%);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
}
.ads-dialog .module .ad-btn {
  text-align: center;
  margin-top: -3px;
}
.ads-dialog .module .ad-btn button {
  width: 150px;
  height: 28px;
  border-radius: 4px;
  border: solid 1px #1773bc;
  background-color: #fff;
  color: #1773bc;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.ads-dialog .m-module {
  padding: 22px 20px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
.ads-dialog .m-module .m-back {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  background: url(/s/images/icon_fanhui@2x.png) no-repeat center/contain;
}
.ads-dialog .m-module h3 {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #034c4c;
  margin-top: 0;
  margin-bottom: 6px;
  padding: 0;
  font-family: helvetica, arial sans-serif;
  line-height: 20px;
}
.ads-dialog .m-module p {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #666;
}
.ads-dialog .m-module .i-more {
  color: #333;
  font-weight: 700;
  font-family: HelveticaNeue;
}
.contain.blur {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
/* blogDetail Ads end */