* {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  font: normal 16px/1.5 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
  background-position: top center;
  background-size: auto 600px;
}
a {
  color: #555;
}
a:hover {
  color: #999;
  text-decoration: none;
}
.header {
  position: relative;
}
.toppest-header {
  font-size: 0.85rem;
  color: #6d6d6d;
  padding: 0.3rem 0;
  margin-bottom: 3rem;
  border-bottom: 1px solid #f7e8d4;
}
.top-header {
  background: url("../img/header_bg.jpg") center center no-repeat;

  height: 460px;
}
.logo-wrapper {
  top: 20px;
  left: 16%;
  position: absolute;
  height: 51px;
  padding: 0;
}
.logo-wrapper img {
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.input-search {
  padding: 1rem 0.5rem;
  height: 2.6rem;
  border: 1px solid #e10000;
  font-size: 0.9rem;
  line-height: 0.9rem;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.3s linear;
  width: 11rem;
}
.input-search:focus {
  width: 14rem;
  border-color: #f14949;
  box-shadow: 0 0 0 0.2rem rgba(241, 73, 73, 0.3);
}
#topNavbar {
  background-image: url("../img/nav.jpg");
  padding: 1.25rem 0;
}
#topNavbar .navbar {
  padding: 0rem;
}
#topNavbar .nav-item {
  flex: 1;
  text-align: center;
  /*border-right: 1px solid #000;*/
}
#topNavbar .nav-item:first-child {
 /* border-left: 1px solid #000;*/
}
#topNavbar .nav-link {
  font-size: 1rem;
  line-height: 1.6rem;
  padding: 0;
  color: #fff;
}
#topNavbar .active .nav-link {
  color: #fff669;
}
.navbar-toggler .iconfont {
  color: #fff;
  font-size: 1.4rem;
}
.headline {
  position: relative;
  padding: 0.25rem 0;
}
.headline-badge {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.headline-badge img {
  height: 100%;
  object-fit: cover;
}
.headline-content {
  text-align: center;
  padding: 0 2rem;
}
.headline-title a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #ea0700;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.headline-title a:hover {
  color: #bd0000;
}
#mainSlide {
  height: 360px;
  width: 100%;
}
.slideBox ul {
  padding-left: 0px;
}
.slideBox {
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 10px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}
.slideBox .hd ul li.on {
  background: #df0207;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.slideBox .bd li p {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  margin-bottom: 0;
  padding: 8px 70px 8px 15px;
  width: 100%;
}
.slideBox .bd li p a {
  color: #fff;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.slideBox .bd li p a:hover {
  color: #ddd;
}
.main-title a {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 3.5rem;
  color: #bd0000;
}
.main-entry a::before {
  content: "\2022";
  color: #ce2d2d;
  margin-right: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.main-entry {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.main-entry a {
  color: #333;
  font-size: 1.125rem;
  padding-right: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;

  flex-shrink: 1;
}
.main-entry a:hover {
  color: #999;
}
.main-entry .date {
  flex: 0 0 3rem;
  color: #bbbbbb;
}
.zhuanti-wrapper {
  background: #fff6e8;
  height: 120px;
  padding: 15px 44px;
}
.slick-slider {
  margin: 0px;
}
.slider-item img {


  margin: auto;
  object-fit: cover;
}
.slick-prev,
.slick-next {
  top: calc(50% - 10px);
  width: 20px;
  z-index: 200;
}
.slick-prev {
  left: -2rem;
  border-radius: 0px 4px 4px 0px;
}
.slick-prev::before {
  color: #a3a3a3;
  font-size: 40px;
  content: "\276E";
}
.slick-next::before {
  color: #a3a3a3;
  font-size: 40px;
  content: "\276F";
}
.slick-next {
  right: -2rem;
  border-radius: 4px 0px 0px 4px;
}
.section-title {
  position: relative;
  height: 40px;
  margin-bottom: 30px;
  overflow: hidden;
}
.section-title img {
  position: absolute;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
}
.main-banner img {
  width: 100%;
}
#sectionTwo,
#sectionFour {
  background-color: #efefef;
}
.section-wrapper {
  padding-top: 40px;
  padding-bottom: 56px;
}
.main-nav {
  justify-content: center;
  flex-wrap: nowrap;
  border-bottom: 1px solid #efefef;
}
.main-nav .nav-link {
  margin: 0 20px;
  font-size: 20px;
  background: #ffffff;
  border: 1px solid #cb3838;
  border-bottom: 0;
  border-radius: 6px 6px 0px 0px;
}
.main-nav .nav-link.active {
  background: #cb3838;
  color: #fff;
}
.tab-content {
  background-color: #fff;
  padding: 23px 14px 0 14px;
}
.image-wrapper {
  height: 212px;
  position: relative;
}
#zhiNavSePane {
  background: url('../img/bg2.jpg');
  background-size: cover;
  padding: 60px;
  margin-top: -23px;
  margin-left: -14px;
  width: calc(100% + 28px);
}
.hsdt-title {
  padding-top: 10px;
  font-size: 20px;
  color: #FF0000;
}
.hsdt-text {
  font-size: 18px;
  line-height: 1.8;
  color: #E33414;
}
.hsdt-text p {
  text-indent: 32px;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-title-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 15px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.image-title-wrapper a {
  color: #fff;
}
.image-title-wrapper a:hover {
  color: #bbb;
}
.feature-title {
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feature-title a {
  font-size: 18px;
  color: #df2f26;
}
.feature-title a:hover {
  color: #bd0000;
}
.feature-desc a {
  color: #333;
}
.feature-desc a:hover {
  color: #999;
}
.wei-title {
  flex: 0 63px;
  font-size: 30px;
  padding: 0 15px;
  height:389px;
  display: flex;
}
.wei-title-text {
  color: #fff;
  margin: auto;
  line-height: 1.2;
}
.wowei .wei-title-text a {
  color: #fff;
}
.wowei .wei-title-text a:hover {
  color: #bbb;
}
.wei-title.wowei {
  background-color: #d72f3f;
}
.wei-title.bangyang {
  background-color: #ffe4e4;
  color: #000;
}
.wei-list {
  padding-left: 23px;
  padding-top: 19px;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wei-entry {
  font-size: 18px;
  padding: 15px 23px;
  margin-bottom: 17px;
  background: #f3f3f3;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wei-entry a {
  color: #333;
}
.wei-entry a:hover {
  color: #888;
}
#weiSlide {
  height: 356px;
}
.dang-title {
  display: flex;
  align-items: center;
}
.dang-title-icon {
  margin-right: 10px;
}
.dang-title a {
  font-size: 30px;
  color: #333333;
}
.dang-title a:hover {
  color: #888888;
}
.ying-image-wrapper img {
  width: 100%;
}
.ying-title {
  padding: 20px 0;
  text-align: center;
}
#footer {
  background-color: #434343;
  padding-top: 43px;
  padding-bottom: 45px;
}
#footer,
#footer a {
  font-size: 16px;
  line-height: 2.8;
  color: #fff;
}
#footer a:hover {
  color: #bd0000;
}
.footer-info {
  text-align: center;
}
.footer-info span {
  display: inline-block;
}
.footer-sitemap {
  text-align: center;
  font-weight: bold;
}
.footer-sitemap a {
  display: inline-block;
}

/* Contents PaVge */
.breadcrumb {
  background-color: transparent;
  padding-top: 1.5rem;
  padding-bottom: 0.2rem;
}
.category-title-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: solid 1px #f2f2f2;
}
.category-title {
  display: flex;
  color: #fff;
  margin-bottom: 0.5rem;
}
.category-title .title-text {
  font-size: 1.25rem;
  line-height: 2.5rem;
  background-color: #f81900;
  padding: 0 0.5rem;
  height: 2.5rem;
}
.category-title .title-image {
  margin-left: -2px;
  height: 2.5rem;
}
.category-title .title-image img {
  height: 2.5rem;
}

.subcategories .entry {
  padding: 0 5px;
  display: inline-block;
}
.subcategories .entry::before {
  content: '\2022\0020';
  font-size: 1.2rem;
  color: #eeb64d;
}
.subcategories .entry a {
  color: #f81900;
}
.subcategories .entry a:hover {
  color: #c10000;
}
.contents-list {
  margin-bottom: 2.2rem;
}
.contents-entry {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.contents-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.contents-title::before {
  content: "\2022";
  color: #ce2d2d;
  margin-right: 0.5rem;
}
.contents-date {
  color: #999;
  text-align: right;
  flex: 0 0 8rem;
}

/* Detail Page */

.detail-title-wrapper {
  margin-bottom: 0.5rem;
  color: #980611;
}
.detail-title {
  text-align: center;
}
.detail-info-wrapper {
  margin-bottom: 1.5rem;
}
.detail-info-wrapper span {
  display: inline-block;
  color: #777;
  font-size: 0.9rem;
}
.detail-context-wrapper img {
  max-width: 100%;
}
.detail-context-wrapper p {
  color: #333;
  line-height: 1.8;
}
.detail-zoom-control a {
  color: #555;
  text-decoration: none;
}
.detail-zoom-control .iconfont {
  font-size: 1.2rem;
}

@media only screen and (max-width: 1199px) {
  body {
    background-size: auto 380px;
  }
  .top-header {
    height: 380px;
  }
  #topNavbar .nav-link {
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 1rem;
  }
  .feature-image {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  body {
    background-size: auto 260px;
  }
  .top-header {
    height: 260px;
  }
  .headline-title a {
    font-size: 2.2rem;
  }
  .headline-desc a {
    font-size: 1rem;
  }
  .forum-title-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  body {
    background-size: auto 160px;
  }
  .top-header {
    height: 160px;background-size: auto 100%;
  }
  .forum-title-wrapper {
    flex-wrap: nowrap;
  }
  .headline {
    padding-left: 0;
  }
  .logo-wrapper {
    top: 10px;
  
    right: 20px;
    height: 30px;
  }
  #mainSlide {
    height: 240px;
  }
  #topNavbar {
    padding: 0.5rem 0;
  }
  #topNavbar .nav-item:first-child {
    border: 0;
  }
  #topNavbar .nav-item {
    border: 0;
  }
  #topNavbar .nav-link {
    text-align: left;
    padding: 0.25rem 1rem;
  }
  #zhiNavSePane {
    padding: 30px;
  }
  .hsdt-title {
    padding-bottom: 20px;
  }
  .navbar-nav {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .navbar-brand {
    color: #fff;
  }
  .contents-date {
    flex-basis: 4rem;
  }
  .contents-list {
    margin-bottom: 2rem;
  }
  .category-title-wrapper {
    display: block;
  }
  .detail-title {
    font-size: 1.4rem;
  }
}

.banner-wrapper {
  margin-bottom: 20px;
}
.banner-wrapper img {
  width: 100%;
}

#footer {
  background-color: #434343;
  padding-top: 43px;
  padding-bottom: 45px;
}
#footer,
#footer a {
  font-size: 16px;
  line-height: 2.8;
  color: #fff;
}
#footer a:hover {
  color: #bd0000;
}
.footer-info {
  text-align: center;
}
.footer-info span {
  display: inline-block;
}
.footer-sitemap {
  text-align: center;
  font-weight: bold;
}
.footer-sitemap a {
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  body {
    background-size: auto 380px;
  }
  .top-header {
    height: 380px;
  }
  #topNavbar .nav-link {
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 1rem;
  }
  .feature-image {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  body {
    background-size: auto 260px;
  }
  .top-header {
    height: 260px;background-size: auto 100%;
  }
  .headline-title a {
    font-size: 2.2rem;
  }
  .headline-desc a {
    font-size: 1rem;
  }
  .forum-title-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {

.wei-title {
  height: 389px;
}

.wei-list {
  height: 389px;
}
  body {
    background-size: auto 160px;
  }
  .top-header {
    height: 160px;background-size: auto 100%;
  }
  .forum-title-wrapper {
    flex-wrap: nowrap;
  }
  .headline {
    padding-left: 0;
  }
  #mainSlide {
    height: 240px;
  }
  #topNavbar {
    padding: 0.5rem 0;
  }
  #topNavbar .nav-item:first-child {
    border: 0;
  }
  #topNavbar .nav-item {
    border: 0;
  }
  #topNavbar .nav-link {
    text-align: left;
    padding: 0.25rem 1rem;
  }
  .navbar-nav {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .navbar-brand {
    color: #fff;
  }
  .contents-date {
    flex-basis: 4rem;
  }
  .contents-list {
    margin-bottom: 2rem;
  }
  .detail-title {
    font-size: 1.4rem;
  }
.wei-title { height:100%;

}
}


.fbnf { margin-top:18px;padding:20px;background:#f9f9f9;}
.fbnf h4 {font-weight:bold; float:left; margin-top:5px;}
.fbnf ul { width:100%; float:left;margin: 0 auto;}
.fbnf ul li {  float:left; line-height:32px;background: url(../images/dot2.png) 5px center no-repeat;}
.fbnf ul li a { text-decoration:none; padding:0px 15px;border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px;}
.fbnf ul li a span { color:#999999;}
.fbnf ul li a:hover,.fbnf ul li.curr a{ background:#2e88c7; display:block; color:#fff;}
.fbnf ul li a:hover span{ color:#fff;}
#archive {
    z-index: 1000;
}