/* 父元素-竖直居中（主轴是横向才生效） */
.border-line {
  border: 1px solid #DCDCDC;
}
.indexMian {
  margin-top: 400px !important;
}
@font-face {
  font-family: FZZYJT;
  src: url(../../font/方正综艺简体.ttf);
}
@font-face {
  font-family: FZYanSJ_Cu;
  src: url(../../font/FZYanSJ_Cu.OTF), url(../../font/FZYanSJW_Cu.TTF);
}
.top-header {
  width: 100%;
  height: 400px;
  background-color: #D80D10;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform-origin: 50% 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 999;
}
.top-header:before {
  content: '';
  width: 100%;
  background-color: #D80D10;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
}
.top-header .container,
.top-header .container-fluid {
  padding: 0;
}
.top-header .container .title-text,
.top-header .container-fluid .title-text {
  position: absolute;
  top: 42%;
  left: 0px;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.top-header .container .title-text img,
.top-header .container-fluid .title-text img {
  width: 80px;
  margin-right: 20px;
}
.top-header .container .title-text h2,
.top-header .container-fluid .title-text h2 {
  display: inline-block;
  text-shadow: 0px 3px 6px #33090A;
  -webkit-text-stroke: 2px #ffffff;
  text-stroke: 2px #ffffff;
  color: #D80D10;
  margin: 0;
  font-family: FZYanSJ_Cu;
  font-weight: 600;
}
.top-header .weblink {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D80D10), to(#d80d1075));
  background: -o-linear-gradient(top, #D80D10, #d80d1075);
  background: linear-gradient(to bottom, #D80D10, #d80d1075);
}
.top-header .weblink,
.top-header .weblink a {
  color: #ffffff;
}
.navbar {
  background-color: #D80D10;
  border-radius: 0;
  border: none;
  margin-top: 350px;
}
.navbar .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.navbar .container-fluid .navbar-collapse {
  background-color: #D80D10;
  overflow: hidden;
}
.navbar .container-fluid .navbar-collapse ul li a {
  color: #ffffff;
  font-size: 20px;
}
.navbar .container-fluid .navbar-collapse ul li a:hover,
.navbar .container-fluid .navbar-collapse ul li a:focus {
  background-color: #BA0609;
}
.navbar .container-fluid .navbar-collapse ul .active a {
  background-color: #BA0609;
}
.navbar .container-fluid .navbar-collapse ul .dropdown .dropdown-menu {
  background-color: #D80D10;
}
.navbar .container-fluid .navbar-collapse ul .dropdown .caret {
  border-width: 7px;
  margin-left: 5px;
}
.navbar .container-fluid .navbar-collapse .navbar-form .input-group {
  width: 280px;
}
.navbar .container-fluid .navbar-collapse .navbar-form .input-group input {
  box-shadow: none;
  border-right: 0;
}
.navbar .container-fluid .navbar-collapse .navbar-form .input-group-addon {
  border-left-color: #ffffff;
  width: 40px;
  background-color: #ffffff;
  cursor: pointer;
  color: #D80D10;
  font-size: 16px;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
}
@media (min-width: 1200px) {
  .title-text h2 {
    font-size: 86px;
  }
  .navbar-collapse {
    padding: 0;
  }
  .navbar-collapse ul.nav.navbar-nav li a {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .title-text h2 {
    font-size: 86px;
  }
}
@media (max-width: 768px) {
  .container,
  .container-fluid {
    padding: 0;
  }
  .container .title-text,
  .container-fluid .title-text {
    left: 0px !important;
    width: 100% !important;
  }
  .container .title-text img,
  .container-fluid .title-text img {
    width: 75px !important;
    height: 79px !important;
  }
  .container .title-text h2,
  .container-fluid .title-text h2 {
    font-size: 64px;
    margin-top: 25px !important;
  }
}
#footerBar {
  background-color: #ffffff;
  border-top: 5px solid #D80D10;
  padding: 30px 0;
}
#footerBar .footer-logo img {
  height: 67px;
}
#footerBar .message ul,
#footerBar .message li {
  width: 100%;
  line-height: 1.7;
}
#footerBar .message ul a,
#footerBar .message li a {
  font-size: 14px;
  color: #444444;
}
#footerBar .message ul a:hover,
#footerBar .message li a:hover {
  text-decoration: none;
}
.lm-title {
  border-bottom: 2px solid #D80D10;
  height: 50px;
  margin-top: 20px;
}
.lm-title li,
.lm-title a {
  color: #000;
  cursor: pointer;
}
.lm-title ul {
  margin: 0;
  font-size: 16px;
}
.lm-title ul,
.lm-title ul li {
  height: 100%;
}
.lm-title ul li {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
.lm-title ul li.active {
  background: #D80D10;
}
.lm-title ul li.active,
.lm-title ul li.active a {
  color: #ffffff;
}
.bread-crumb {
  padding: 20px;
  background: #f5f5f5;
}
.bread-crumb li a,
.bread-crumb li {
  color: #666666;
  font-size: 16px;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  height: 24px;
}
.bread-crumb li:after {
  content: '\f105';
  margin-left: 10px;
}
.bread-crumb li:first-child:before {
  content: "\f041";
  color: #D80D10;
  margin-right: 10px;
  font-size: 24px;
}
.bread-crumb li:first-child:after,
.bread-crumb li:last-child:after {
  content: '';
  margin-left: 0px;
}
.content-list {
  width: 95%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DCDCDC;
}
.content-list li {
  line-height: 2.5;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
}
.content-list li span.time {
  margin-left: auto;
}
.content-list li a {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  width: 70%;
}
.content-list li a span {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-list li,
.content-list li a {
  color: #666;
  font-size: 16px;
}
.content-list li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #000;
  display: block;
  margin-right: 10px;
}
.article-bar {
  padding: 0 30px 50px 30px;
  line-height: 2;
}
.article-bar .title {
  margin-top: 40px;
}
.article-bar .title h1 {
  margin-bottom: 20px;
}
.article-bar .articleMsg {
  border-bottom: 1px #adadad dashed;
  line-height: 2;
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.article-bar .articleMsg span:last-child {
  margin-right: 0px;
}
.article-bar .article-center {
  font-size: 16px;
}
@media (max-width: 992px) {
  .article-center > * {
    width: 100% !important;
  }
}
/*# sourceMappingURL=articleTemplate.css.map */