@import url(/static/css/bootstrap.min.css);
@import url(/static/css/s.min.css);

@font-face {
  font-family: iconfont;
  src: url(/static/css/iconfont.eot);
  src: url(/static/css/iconfont.eot#iefix) format('embedded-opentype'), url(/static/css/iconfont.woff) format('woff'), url(/static/css/iconfont.ttf) format('truetype'), url(/static/css/iconfont.svg#iconfont) format('svg')
}

body,
button,
input,
keygen,
legend,
select,
textarea {
  font: 14px/1.4 opensans, 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', '\\5FAE\8F6F\96C5\9ED1', STHeitiSC-Light, simsun, '\\5B8B\4F53', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

body {
  background-color: #f2f4f5;
  transition: all .3s ease-in-out;
  transition-delay: 0s;
  -o-animation: fadeIn .4s linear 0s 1;
  -ms-animation: fadeIn .4s linear 0s 1;
  -moz-animation: fadeIn .4s linear 0s 1;
  -webkit-animation: fadeIn .4s linear 0s 1;
  animation: fadeIn .4s linear 0s 1
}

.t,
a {
  webkit-transition: all .3s !important;
  -moz-transition: all .3s !important;
  -ms-transition: all .3s !important;
  -o-transition: all .3s !important;
  transition: all .3s !important;
  text-decoration: none
}

a {
  color: #404648
}

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

a:hover {
  color: red
}

ul {
  list-style: none;
  padding: 0;
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #404648;
  font-weight: 700;
  line-height: 1.3
}

.fa {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale
}

.m-t-xs {
  margin-top: 5px
}

.m-t-sm {
  margin-top: 10px
}

.m-t {
  margin-top: 15px
}

.m-t-md {
  margin-top: 20px
}

.m-t-lg {
  margin-top: 30px
}

.m-t-lg-35 {
  margin-top: 35px
}

.m-t-lg-45 {
  margin-top: 45px
}

.m-t-xl {
  margin-top: 40px
}

.m-f-sm {
  margin-bottom: 10px
}

.m-f {
  margin-bottom: 15px
}

.m-f-md {
  margin-bottom: 20px
}

.fa-search:before {
  content: "\e655"
}

.fa-jiantou-l:before {
  content: "\e622"
}

.fa-jiantou-r:before {
  content: "\e634"
}

.fa-user:before {
  content: "\e660"
}

.fa-time:before {
  content: "\e672"
}

.fa-more:before {
  content: "\e623"
}

.fa-dian:before {
  content: "\e7a5"
}

.fa-top:before {
  content: "\e60c"
}

.fa-angle-double-left:before {
  content: "\e8f6"
}

.fa-angle-left:before {
  content: "\e8ef"
}

.fa-angle-right:before {
  content: "\e8f1"
}

.fa-angle-double-right:before {
  content: "\e8f7"
}

.fa-befrom:before {
  content: "\e60a"
}

.fa-eye:before {
  content: "\e61d"
}

.fa-close:before {
  content: "\e616"
}

.small_img img {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: 100%
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
  width: 140px;
  height: 40px;
  background: url(/static/images/logo.gif) no-repeat left center;
  background-size: contain;
  margin: 15px 0 0;
  position: relative
}

.navbar-brand h1 {
  text-indent: -9999px;
}

.navbar>.container .navbar-brand span {
  display: block;
  color: rgba(255, 255, 255, .7);
  position: absolute;
  left: 100%;
  width: 100%;
  line-height: 1;
  font-weight: 100;
  font-size: 12px;
  bottom: 0
}

.navbar-brand:hover {
  opacity: .7
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  font-size: 15px;
  background: #115eb1;
  z-index: 999
}

.navbar-nav>li>a {
  color: #f4f4f4;
  padding: 25px 20px
}

.nav>li>a.on,
.nav>li>a:focus,
.nav>li>a:hover {
  background: 0 0;
  outline: 0;
  color: #e53935
}

.navbar-search-box {
  width: 300px;
  position: absolute;
  right: 0;
  top: 100%;
  padding: 15px 20px;
  background-color: #f2f4f5;
  display: none;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1)
}

.navbar-search-box .input-group .form-control {
  height: 42px;
  border: 1px solid #ebeeef;
  border-right-width: 0;
  border-radius: 2px 0 0 2px;
  background-color: #fff;
  width: 100%;
  color: #878c8e;
  padding: 0 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
  -moz-transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
  -ms-transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
  transition: border-color .3s ease-in-out, background-color .3s ease-in-out
}

.navbar-search-box .input-group .form-control:focus {
  border-color: #fc6d41;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.input-group-btn:last-child>.btn.search-button {
  width: 42px;
  height: 42px;
  background-color: #fc6d41;
  color: #fff;
  font-weight: 700;
  margin-left: 0;
  line-height: 42px;
  padding: 0 !important;
  border: 0;
  vertical-align: middle;
  border-radius: 0 2px 2px 0
}

.small_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #000
}

.small_img img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  vertical-align: middle;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out
}

a:hover img {
  webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.bottom-gradient {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .7);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .7)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, transparent 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, transparent 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, .7) 0, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0)
}

.padding-r {
  padding-right: 1px
}

.bg-white {
  background-color: #fff
}

.focus {
  width: 100%;
  height: 495px
}

.ybzxt li {
  font-size: 14px;
  margin: 10px 0 0;
  white-space: nowrap;
  padding-left: 10px;
  border-left: 3px solid #007aff;
  font-weight: 400;
}

.swiper-pagination-bullet {
  width: 24px;
  height: 6px;
  border-radius: 0;
  opacity: .6;
  background-color: #fff
}

.swiper-button-next,
.swiper-button-prev {
  background: 0 0;
  line-height: 44px;
  font-size: 24px;
  color: #fd7e14
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fd7e14
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #e53935
}

.thumb-text-holder {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 0 50px 35px
}

.thumb-text-holder div {
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  margin: 0
}

.thumb-text-info {
  color: #adb6b9;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 100;
}

.thumb-text-info span {
  display: inline-block;
  margin-right: 15px
}

.thumb-text-info .type {
  margin-right: 5px;
  color: #fd4811
}

.thumb-text-info i {
  margin-right: 3px;
  font-size: 14px
}

.thumb-text-info em {
  display: inline-block;
  margin-left: 5px;
  font-style: normal
}

.topic-box-sm {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 4px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  z-index: 2
}

.topic-box-sm:after,
.topic-box-sm:before {
  z-index: 1;
  content: "";
  top: 0;
  right: -8px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid #e53935;
  border-right: 8px solid transparent
}

.topic-box-sm:after {
  height: 100%;
  width: 100%;
  background-color: #e53935;
  border-width: 0;
  z-index: -1;
  left: 0;
  right: 0
}

.bigpic-imgnews-list li.n-1 .text:hover,
.focus-c a:hover .thumb-text-holder h2,
.focus-r a:hover .thumb-text-holder h2,
.sidebar a:hover h2 {
  color: red
}

.focus-r ul li {
  position: relative;
  margin-bottom: 15px;
  height: 240px
}

.focus-r .thumb-text-holder {
  padding: 0 25px 15px
}

.focus-r .thumb-text-holder div {
  font-size: 15px;
  line-height: 1.5
}

.focus-c {
  margin-left: -8px;
  margin-right: -8px
}

.focus-c li {
  padding: 0 8px
}

.focus-c .small_img {
  height: 180px
}

.focus-c .thumb-text-holder {
  padding: 10px 10px 15px;
  position: relative;
  background-color: #fff
}

.focus-c .thumb-text-holder div {
  font-size: 14px;
  line-height: 1.4;
  color: #404648;
  font-size: 16px;
  height: 46px;
  overflow: hidden
}

.focus-c .thumb-text-info {
  margin: 0;
  position: absolute;
  top: -30px;
  background-color: #fff;
  width: 100%;
  height: 40px;
  line-height: 40px;
  left: 0;
  padding: 0 10px;
  overflow: hidden;
  opacity: 0
}

.focus-c a:hover .thumb-text-info {
  opacity: 1
}

.focus-c .topic-box-sm,
.sidebar .topic-box-sm {
  position: absolute;
  left: 10px;
  top: 10px
}

.box {
  -webkit-box-shadow: 0 1px 3px 0 #dee1e3;
  box-shadow: 0 1px 3px 0 #dee1e3
}

.row.box {
  margin: 0;
  padding: 0 5px
}

.title-wrap {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ebeeef
}

.section-title {
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 15px;
  font-size: 22px;
  display: inline-block;
  float: left
}

.all-posts-url {
  float: right;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-family: "Open Sans", sans-serif;
  color: #878c8e;
  font-size: 12px;
  line-height: 28px
}

.article-list {
  overflow: hidden;
  padding-top: 35px
}

.article-list li {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebeeef;
  margin-bottom: 20px
}

.article-list a.pull-left {
  width: 255px;
  height: 170px;
  padding-right: 0;
  margin-right: 30px
}

.article-list li div.media-heading {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4
}

.article-list li h2 a:hover,
.bigpic-imgnews-list a.text:hover {
  text-decoration: underline
}

.article-list li .text {
  font-size: 14px;
  color: #878c8e;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 15px
}

.article-list .thumb-text-info em {
  margin-left: 10px
}

.article-list .thumb-text-info .type,
.thumb-text-info span {
  margin-right: 15px
}

.article-list li.l-4,
.article-list li.l-5 {
  width: 360px;
  float: left;
  margin-top: 0;
  border-width: 0;
  padding-bottom: 0
}

.article-list li.l-4 {
  padding-right: 10px
}

.article-list li.l-5 {
  padding-left: 10px
}

.article-list li.l-6 {
  clear: both;
  border-top: 1px solid #ebeeef;
  padding-top: 20px
}

.article-list li.l-4 a.pull-left,
.article-list li.l-5 a.pull-left {
  width: 100%;
  margin: 0 0 15px 0;
  height: 234px
}

.article-list li.l-8 a.pull-left {
  width: 360px;
  height: 234px
}

.list_more {
  text-align: center;
  padding: 10px 0 30px
}

.sidebar .box {
  -webkit-box-shadow: 0 0 4px 0 rgba(222, 225, 227, .8);
  box-shadow: 0 0 4px 0 rgba(222, 225, 227, .8);
  padding: 20px 20px 20px
}

.sidebar-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 18px;
  font-weight: 700
}

.sidebar-title:after {
  content: '';
  display: block;
  margin-top: 12px;
  border-bottom: 1px solid #ebeeef;
  width: 100%
}

.sidebar-title i.icon-dian {
  font-size: 11px;
  font-weight: 400
}

.sidebar-title span {
  color: #ff2c54
}

.sidebar-title .all-posts-url {
  font-weight: 400;
  line-height: 20px
}

#special h2 {
  font-size: 14px;
  margin: 10px 0 0;
  line-height: 1;
  padding-left: 10px;
  border-left: 3px solid #007aff;
  font-weight: 400
}

.tksls {
  font-size: 14px;
  margin: 10px 0 0;
  line-height: 1;
  padding-left: 10px;
  border-left: 3px solid #007aff;
  font-weight: 400
}

#special .small_img {
  height: 140px
}

#special a:hover h2 {
  border-color: red
}

#special .swiper-pagination-bullets {
  top: 115px;
  bottom: auto
}

#special .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: .5;
  background-color: #fff
}

#special .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #007aff
}

#special .swiper-button-next,
#special .swiper-button-prev {
  top: 80px;
  line-height: 24px;
  font-size: 20px;
  color: #007aff
}

#special .swiper-button-prev {
  left: 5px
}

#special .swiper-button-next {
  right: 5px;
  text-align: right
}

.bigpic-imgnews-list .bd li {
  margin-top: 15px;
  height: 93px;
  position: relative
}

.bigpic-imgnews-list li .pic {
  float: left;
  display: block;
  margin-right: 15px;
  width: 140px;
  height: 100%
}

.bigpic-imgnews-list .topic-box-sm {
  display: none
}

.bigpic-imgnews-list .thumb-text-info {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 150px
}

.bigpic-imgnews-list li.n-1 {
  height: auto;
  margin-top: 0;
  border-bottom: 1px solid #ebeeef;
  padding-bottom: 15px
}

.bigpic-imgnews-list li.n-1 .pic {
  height: auto;
  margin: 0;
  width: 100%;
  float: none
}

.bigpic-imgnews-list li.n-1 .thumb-text-info {
  display: none
}

.bigpic-imgnews-list li.n-1 .text {
  display: block;
  padding: 0 15px;
  position: absolute;
  bottom: 25px;
  color: #fff;
  z-index: 1;
  text-decoration: none
}

.bigpic-imgnews-list li.n-1 .topic-box-sm {
  display: inline-block
}

.footer {
  margin-top: 30px;
  background-color: #232323;
  color: #d8d8d8
}

.footer a {
  color: #d8d7d7
}

.fabout {
  margin-top: 40px;
  margin-bottom: 10px
}

.fabout h2 {
  margin: 0 0 25px;
  font-size: 16px;
  text-align: left;
  color: #fff;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 1px
}

.fabout .logo {
  margin: 0;
  background: url(/static/images/flogo.png) no-repeat left center;
  background-size: contain;
  height: 52px;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
  width: 100%
}

.fabout h3 {
  margin: 0 0 20px;
  font-size: 13px;
  color: #fff;
  opacity: 0;
  font-weight: 300
}

.about p {
  margin: 0 0 15px;
  font-weight: 300;
  font-size: 12px
}

.about p span {
  display: inline-block;
  margin: 0 10px
}

.about p span.f {
  margin-left: 0;
  color: rgba(255, 255, 255, .5)
}

.fabout .social {
  text-align: right
}

.fabout .social span {
  display: inline-block;
  margin: 0 0 0 20px;
  position: relative;
  padding-top: 40px
}

.fabout .social span img {
  width: 100px;
  height: 100px;
  border: 10px solid #fff;
  display: block
}

.fabout .social span h5 {
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  line-height: 32px;
  color: #d8d8d8
}

.fabout .social h2 {
  position: absolute;
  top: 0;
  margin-bottom: 0
}

.link-list {
  margin-left: 30px;
  margin-right: -30px;
  position: relative
}

.link-list a {
  display: inline-block;
  height: 20px;
  margin-right: 30px;
  margin-bottom: 18px
}

.link-list a img {
  height: 100%;
  opacity: .8
}

.link-list a:hover img {
  opacity: 1
}

.contactus a {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 15px
}

.fabout .f-l,
.fabout .f-r {
  display: block;
  position: absolute;
  width: 1px;
  background-color: #88840;
  height: 140px;
  right: 0;
  top: 30px
}

.fabout .f-l {
  left: 0
}

.foot {
  position: relative;
  font-weight: 300;
  min-height: 48px;
  border-top: 1px solid #181818;
  background-color: #313131;
  font-size: 12px;
  line-height: 48px
}

a.back-to-top {
  display: inline-block;
  padding-right: 20px;
  background-size: 14px;
  color: #fff
}

a.back-to-top i {
  font-size: 12px;
  margin-left: 5px
}

.footer a:hover,
a.back-to-top:hover {
  opacity: .5
}

.pathbox {
  display: none
}

.listpage {
  text-align: center;
  margin-bottom: 20px
}

.listpage li {
  display: inline-block;
  margin: 0 2px
}

.listpage .pagination>li>a,
.pagination>li>span {
  display: inline-block;
  font-size: 15px;
  border-radius: 2px;
  text-align: center;
  margin: 0 2px;
  border: 1px solid #ebeeef;
  color: #404648;
  vertical-align: middle
}

.pagination>li>span {
  background-color: #fc6d41;
  color: #fff;
}

.pagination>li i {
  font-size: 15px
}

.listpage .pagination>li.disabled>a,
.listpage .pagination>li.active>a,
.listpage .pagination>li>a:hover {
  background-color: #fc6d41;
  color: #fff;
  border-color: transparent
}

.listpage .pagination>li.disabled:first-child>a {
  background-color: #fc6d416b
}

.class-name a {
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 700;
  color: #0098d0
}

.title-h1 {
  margin-bottom: 24px
}

.title-h1 h1 {
  font-size: 34px;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}

.arttext {
  font-size: 16px;
  line-height: 30px;
  color: #637379;
  font-weight: 400;
  padding: 10px 0 30px
}

.arttext p {
  letter-spacing: .2px;
  margin-bottom: 26px;
  text-align: justify
}

.arttext p img {
  max-width: 100%;
  height: inherit;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.pagebox .navbar {
  margin-bottom: 0
}

.pagebox .banner {
  height: 341px;
  background: url(/static/images/banner-about.jpg) no-repeat center center;
  background-size: cover
}

.pagebox .ltbox,
.pagebox .rtbox {
  margin-top: 60px
}

.pagebox .ltbox li {
  margin-right: 20px;
  margin-bottom: 5px
}

.pagebox .ltbox li a {
  color: #666;
  font-size: 16px;
  padding: 5px 0;
  display: block;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.page-1.pagebox .ltbox li.n-1 a,
.page-2.pagebox .ltbox li.n-2 a,
.page-3.pagebox .ltbox li.n-3 a,
.page-4.pagebox .ltbox li.n-4 a,
.page-5.pagebox .ltbox li.n-5 a,
.pagebox .ltbox li a:hover {
  color: #fff;
  background-color: #ff2d55;
  font-size: 16px;
  text-align: center;
  font-weight: 700
}

.pagebox .rtbox {
  border-left: 1px solid #ecf0f9;
  padding: 0 65px;
  margin-bottom: 80px
}

.pagebox .arttext {
  padding-top: 0
}

.pagebox .title-h1 {
  margin: 0 0 30px;
  border-width: 0;
  padding: 0
}

.pagebox .arttext .title-h1 h1 {
  margin: 0;
  font-size: 30px;
  text-align: center;
  border-width: 0
}

.pagebox .box-gs .h {
  color: #999
}

.pagebox .box-gs {
  line-height: 32px
}

.pagebox .arttext h1 {
  color: #000;
  font-size: 24px;
  border-left: 4px solid #ff2d55;
  padding-left: 15px;
  margin-bottom: 30px;
  font-weight: 700
}

.pagebox .showcopyright {
  text-align: left
}

.pagebox .img_link {
  width: 110%;
  margin-left: -10px
}

.pagebox .img_link li {
  display: inline-block;
  margin: 10px
}

.pagebox .img_link li a {
  border: 3px solid #efefef;
  display: block
}

.pagebox .img_link li a:hover {
  opacity: .7
}

.thumb-text-info i.normal {
  font-style: normal;
  font-size: 12px
}

.bdshare .bdsharebuttonbox a {
  background: 0 0;
  text-align: center;
  font-family: iconfont !important;
  font-style: normal;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  border-radius: 4px;
  color: #fff
}

.bdshare .bdsharebuttonbox a:hover {
  color: #fff
}

.bdshare .bdsharebuttonbox a.bds_weixin:before {
  content: "\e694"
}

.bdshare .bdsharebuttonbox a.bds_tsina:before {
  content: "\e69e"
}

.bdshare .bdsharebuttonbox a.bds_qzone:before {
  content: "\e697"
}

.bdshare .bdsharebuttonbox a.bds_tqq:before {
  content: "\e692"
}

.bdshare .bdsharebuttonbox a.bds_renren:before {
  content: "\e693"
}

.bdshare .bdsharebuttonbox a.bds_weixin {
  background-color: #00bd0b
}

.bdshare .bdsharebuttonbox a.bds_tsina {
  background-color: #d9271b
}

.bdshare .bdsharebuttonbox a.bds_qzone {
  background-color: #249fc8
}

.bdshare .bdsharebuttonbox a.bds_tqq {
  background-color: #318cdb
}

.bdshare .bdsharebuttonbox a.bds_renren {
  background-color: #005bac
}

.bd_weixin_popup {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial
}

.showcopyright {
  background-color: #f7f9fa;
  padding: 10px;
  margin: 20px 40px
}

.showcopyright img {
  width: 100%
}

.showheart {
  display: none
}

.showtags span {
  color: #404648;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 700;
  display: inline-block;
  margin-right: 5px
}

.showtags a {
  padding: 9px 15px;
  line-height: 1;
  margin: 0 6px 6px 0;
  font-size: 12px;
  background-color: #fafcfc;
  border: 1px solid #ebeeef;
  color: #878c8e;
  display: inline-block
}

.showtags a:hover {
  text-decoration: none;
  background-color: #fc6d41;
  border-color: transparent;
  color: #fff
}

.relevant .section-title {
  font-size: 18px;
  margin-bottom: 10px
}

.relevant {
  padding-bottom: 15px
}

.relevant .bd {
  overflow: hidden;
  margin-top: 20px
}

.relevant .bd ul {
  width: 110%
}

.relevant .bd li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 234px
}

.relevant .bd li a.pic {
  display: block;
  height: 140px
}

.relevant li h2 {
  margin: 8px 0 0;
  height: 38px;
  font-weight: inherit;
  font-size: 14px;
  line-height: 18px
}

.sfdsfl {
  margin: 8px 0 0;
  height: 38px;
  font-weight: inherit;
  font-size: 14px;
  line-height: 18px
}

.list-special .article-list li h2 {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4
}

.list-special .article-list li p {
  font-size: 14px;
  color: #878c8e;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 15px
}

.search-link {
  color: green;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .navbar {
    min-height: 70px
  }

  .navbar-toggle {
    margin-top: 18px;
    margin-right: 10px
  }

  .navbar-toggle .icon-bar {
    background-color: #fff
  }

  .navbar>.container .navbar-brand {
    margin-left: 10px
  }

  .navbar-nav {
    margin: 40px 15px 20px
  }

  .navbar-nav>li>a {
    padding: 15px 20px;
    border-bottom: 1px solid #32383e;
    font-size: 18px
  }

  .navbar-collapse h2 {
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    top: 70px;
    padding: 0 28px;
    font-family: myfont;
    font-size: 24px;
    letter-spacing: 1px
  }

  .container>.navbar-collapse {
    width: 300px;
    display: block;
    background: #1b2128;
    margin: 0;
    height: 100%;
    top: 0;
    right: -300px;
    position: fixed;
    z-index: 100;
    text-align: center;
    transition: right .1s
  }

  .navbar-collapse.in {
    right: 0
  }

  .navbar-collapse .close {
    color: #bcbec0;
    opacity: 1;
    margin-top: 15px
  }

  .navbar-collapse .close i {
    font-size: 20px
  }

  .navbar .navbar-right .hidden-xs {
    display: block !important
  }

  .navbar .navbar-right .hidden-xs .search {
    display: none !important
  }

  .navbar .navbar-search-box {
    display: block !important;
    background-color: inherit;
    width: auto;
    padding: 15px 0;
    background-color: inherit
  }

  .padding-r {
    margin: 0;
    padding: 0
  }

  .container.m-t-md {
    margin-top: 0
  }

  .focus {
    height: 268px
  }

  .thumb-text-holder {
    padding: 0 25px 25px
  }

  .thumb-text-holder div {
    font-size: 18px;
    line-height: 24px
  }

  .focus-r {
    margin-top: 15px;
    margin-left: -5px;
    margin-right: -5px
  }

  .focus-r ul li {
    height: 122px;
    width: 50%;
    float: left;
    padding: 0 5px
  }

  .article-list li .text,
  .fabout .social h2,
  .focus-c,
  .focus-r .thumb-text-info,
  .focus-r .topic-box-sm,
  .link-list,
  .relevant {
    display: none
  }

  .listbox .m-t-lg-35 {
    margin-top: 20px
  }

  .focus-r .thumb-text-holder {
    padding: 0 10px 10px
  }

  .focus-r .thumb-text-holder div {
    font-size: 12px;
    line-height: 1.2
  }

  .focus-c li {
    margin-bottom: 15px
  }

  .focus-c .small_img {
    height: 268px
  }

  .m-t-lg-35 {
    margin-top: 5px
  }

  .article-list a.pull-left {
    width: 125px;
    height: 81px;
    margin-right: 10px
  }

  .article-list li div.media-heading {
    font-size: 14px
  }

  .article-list li.l-5 {
    padding-left: 0
  }

  .article-list li.l-8 a.pull-left {
    width: 100%;
    height: 234px;
    margin-right: 0;
    margin-bottom: 10px
  }

  .sidebar {
    padding-bottom: 20px
  }

  .footer .about {
    text-align: center
  }

  .fabout .logo {
    background-position-x: 50%
  }

  .fabout .social {
    text-align: center
  }

  .fabout .social span {
    text-align: center;
    margin: 0 10px
  }

  .foot {
    padding: 20px 0;
    line-height: 20px
  }

  .title-h1 h1 {
    font-size: 22px
  }

  .m-t-xl {
    margin-top: 15px
  }

  .textbox .m-t-lg-35 {
    margin-top: 25px
  }
}