.pb-wrap {
  padding-top: 60px;
  text-align: center;
}
.pb-wrap .pb-tit {
  position: relative;
  font-size: 40px;
  color: #d7151a;
  font-weight: bold;
  text-align: center;
}
.pb-wrap .pb-tit:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -50px;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background: #d7151a;
}
.pb-wrap .pb-tit:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -50px;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background: #d7151a;
}
@media screen and (max-width: 1360px) {
  .pb-wrap .pb-tit {
    font-size: 28px;
  }
}

.sub-tit {
  font-size: 40px;
}
@media screen and (max-width: 1360px) {
  .sub-tit {
    font-size: 28px;
  }
}

.inner-banner {
  position: relative;
  width: 100%;
  height: 496px;
  margin-top: 100px;
  transition: all .2s linear;
}
.inner-banner .zhf-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.inner-banner img {
  object-fit: cover;
  width: 100%;
  height: inherit;
  vertical-align: top;
}
.inner-banner .inner-banner-tit {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 15px;
  width: 1200px;
  margin: 0 auto;
  font-size: 68px;
  color: #fff;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.inner-banner .inner-banner-tit:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 15px;
  width: 68px;
  height: 4px;
  background: #d7151a;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  background: #fff;
  z-index: 999;
}

.head-wrap {
  position: relative;
  height: 100px;
}

.head-wrap .logo {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -20px;
  width: 185px;
  height: 40px;
}
.head-wrap .logo .lk {
  display: block;
  width: 100%;
  height: 100%;
}
.head-wrap .logo .lk img {
  width: 100%;
}

.head-wrap .nav-wrap {
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 1200px) {
    .head-wrap .nav-wrap {
      margin-right: 0;
    }
}

.head-wrap .nav-wrap .nav {
  display: inline-block;
  margin-right: 50px;
}

@media screen and (max-width: 1200px) {
    .head-wrap .nav-wrap .nav {
      margin-right: 0;
    }
}

.head-wrap .nav-wrap .nav .list {
  height: 100%;
}
.head-wrap .nav-wrap .nav .list .item {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  height: 100%;
  line-height: 100px;
  margin: 0 10px;
  text-align: center;
}

@media screen and (max-width: 1440px) {
    .head-wrap .nav-wrap .nav .list .item {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  height: 100%;
  line-height: 100px;
  margin: 0 8px;
  text-align: center;
}
}





@media screen and (max-width: 1200px) {

    .head-wrap .nav-wrap {
        margin-left: 8px;
    }
    .head-wrap .nav-wrap .nav .list .item{
      padding: 0;
    }
}

.head-wrap .nav-wrap .nav .list .item .lk {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #333;
}
@media screen and (max-width: 1600px) {
  .head-wrap .nav-wrap .nav .list .item .lk {
    font-size: 16px;
  }
}
.head-wrap .nav-wrap .nav .list .item .lk.cur {
  color: #d7151a;
  border-bottom: 2px solid #d7151a;
}
.head-wrap .nav-wrap .nav .list .item:hover .lk {
  color: #d7151a;
  border-bottom: 2px solid #d7151a;
}
.head-wrap .nav-wrap .nav .list .item:hover .submenu {
  display: block;
}
.head-wrap .nav-wrap .nav .list .submenu {
  position: absolute;
  display: none;
  left: -20px;
  right: 0;
  height: auto;
  width: 150px;
  margin-top: -1px;
  padding: 10px 5px;
  box-sizing: border-box;
  background: #fff;
  transition: all 1s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
}
.head-wrap .nav-wrap .nav .list .submenu .sub-item {
  height: 44px;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.head-wrap .nav-wrap .nav .list .submenu .sub-item:hover {
  transform: translate(0, -2px);
}
.head-wrap .nav-wrap .nav .list .submenu .sub-item:hover .sub-lk {
  color: #d7151a;
}
.head-wrap .nav-wrap .search {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  border-radius: 44px;
}
.head-wrap .nav-wrap .search input, .head-wrap .nav-wrap .search button {
  border: none;
  outline: none;
  background: transparent;
}
.head-wrap .nav-wrap .search input {
  width: 75%;
  height: 30px;
  padding-left: 15px;
}
.head-wrap .nav-wrap .search button {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
}
.head-wrap .nav-wrap .search .layui-icon {
  color: #d7151a;
}

.footer {
  width: 100%;
  background: url(../img/footer-bg.jpg) no-repeat center;
  background-size: cover;
}

@media (max-width: 1200px) {
   .footer {
       width: 1200px;
       margin: 0 auto;
   }
}
.footer .footer-nav {
  padding: 100px 0;
}
.footer .footer-nav .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-start;
}
.footer .footer-nav .f-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-start;
  width: 75%;
}
.footer .footer-nav .f-nav li {
  width: 25%;
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.footer .footer-nav .f-nav .f-sub {
  margin-top: 30px;
}
.footer .footer-nav .f-nav .lk {
  display: block;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.footer .footer-nav .f-nav .lk:hover {
  color: #d7151a;
}
.footer .footer-nav .qr-img {
  width: 25%;
}
.footer .footer-nav .qr-img .qr-itme {
  position: relative;
  padding-bottom: 40px;
  text-align: right;
}
.footer .footer-nav .qr-img .qr-tit {
  position: absolute;
  width: 120px;
  right: 0;
  text-align: center;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}

.filing {
  padding: 20px 0;
  width: 100%;
  background: #d7151a;
}

@media (max-width: 1200px) {
   .filing {
       width: 1200px;
       margin: 0 auto;
   }
}
.filing p {
  color: #fff;
}
.filing p .lk {
  display: inline-block;
  color: #fff;
  margin-left: 15px;
}
.filing .bq {
  margin-top: 8px;
}

.main {
    width: 100%;
}

@media (max-width: 1200px) {
   .main {
       width: 1200px;
       margin: 0 auto;
   }
}

.inner-tab-nav {
  width: 100%;
  margin: 60px auto 0;
}
.inner-tab-nav .list {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #333;
  justify-content: center;
  border-bottom: 1px solid #eee;
}
.inner-tab-nav .list .item {
  position: relative;
  min-width: 120px;
  height: 40px;
  padding: 0 5px;
  text-align: center;
  line-height: 40px;
}
.inner-tab-nav .list .item:hover:after, .inner-tab-nav .list .item.cur:after {
  opacity: 1;
}
.inner-tab-nav .list .item:hover .lk, .inner-tab-nav .list .item.cur .lk {
  color: #d7151a;
}
.inner-tab-nav .list .item:after {
  opacity: 0;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 80%;
  height: 3px;
  transform: translateX(-50%);
  background: #d7151a;
  transition: opacity .2s ease;
}
.inner-tab-nav .list .item .lk {
  font-size: 16px;
  color: #424242;
  transition: color .2s ease;
}

.time-list {
  width: auto;
  margin: 30px;
  text-align: center;
}
.time-list .time-nav-item {
  display: inline-block;
  padding: 10px 30px;
  margin: 0 15px;
  font-size: 16px;
  border-radius: 3px;
}
.time-list .time-nav-item.cur {
  color: #fff;
  background: #d7151a;
}

.inner-tab-content .tab-content-item {
  display: none;
}
.inner-tab-content .tab-content-item.active {
  display: block;
}
.inner-tab-content .tab-content-item .time-content-item {
  display: none;
}
.inner-tab-content .tab-content-item .time-content-item.active {
  display: block;
}

.news-list {
  width: 100%;
  margin: 60px 0;
}
.news-list .news-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}
.news-list .news-item:last-child {
  border: none;
}
.news-list .news-item .time {
  margin-right: 60px;
}
.news-list .news-item .time .year {
  padding: 10px 20px;
  background: #d7151a;
  color: #fff;
}
.news-list .news-item .time .date {
  padding: 10px 20px;
  color: #d7151a;
  background: rgba(215, 21, 26, 0.2);
}
.news-list .news-item .lk {
  flex: 1;
  display: flex;
}
.news-list .news-item .lk .content {
  flex: 1;
}
.news-list .news-item .news-tit {
  font-size: 24px;
  color: #424242;
  font-weight: bold;
}
.news-list .news-item .news-info {
  margin-right: 90px;
  margin-top: 15px;
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
.news-list .news-item .more {
  margin-top: 60px;
  color: #d7151a;
}
.news-list .news-item .news-img {
  flex-shrink: 0;
  width: 320px;
  height: 200px;
  background: #666;
}
.news-list .news-item .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-details {
  width: 100%;
}
.news-details .title-wrap {
  margin-top: 60px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.news-details .title-wrap .title {
  font-size: 24px;
  color: #424242;
  font-weight: bold;
}
.news-details .title-wrap .time {
  margin-top: 15px;
  font-size: 14px;
  color: #999;
}
.news-details .title-content {
  margin: 60px 0;
}
.news-details .title-content p {
  line-height: 30px;
}
.news-details .back {
  width: 120px;
  margin: 0 auto 60px;
}
.news-details .back .layui-btn {
  background: #d7151a;
  color: #fff;
}

/*# sourceMappingURL=news.css.map */
