﻿#app .app-wrapper .main {

}
#app .app-wrapper .main .main-wrapper {
  padding-top: 30px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper {
  background-color: #fff;
  border: 1px solid #b1b1b1;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item {
  display: flex;
  height: 100%;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .left-pic {
  width: 835px;
  height: 350px;
  font-size: 0;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .left-pic img {
  width: 100%;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content {
  position: relative;
  flex: 1;
  box-sizing: border-box;
  color: #141414;
  padding: 20px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content h4 {
  line-height: 24px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content h4 a {
  font-size: 18px;
  font-weight: 700;
  color: #141414;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail {
  margin-top: 15px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail .detail-left {
  height: 20px;
  line-height: 20px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail .detail-left .column {
  display: inline-block;
  font-style: normal;
  padding: 0 7px;
  background-color: #a5301f;
  color: #fff;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail .detail-left .column-name {
  display: inline-block;
  font-style: normal;
  padding: 0 8px;
  background-color: #e2e2e2;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail .detail-right {
  color: #6e6e6e;
  height: 20px;
  line-height: 20px;
  float: right;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail .detail-right .artical-from {
  font-style: normal;
  padding-left: 15px;
  background: url("../images/comp.png") 0 1px no-repeat;
  margin-right: 4px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail .detail-right .artical-time {
  font-style: normal;
  padding-left: 15px;
  background: url("../images/clock.png") 0 1px no-repeat;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-content {
  line-height: 18px;
  height: 140px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-content a {
  font-size: 14px;
  line-height: 18px;
  color: #141414;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-footer {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 58px;
  line-height: 58px;
  text-align: right;
  border-top: 1px solid #bebebe;
  box-sizing: border-box;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-footer a {
  font-size: 14px;
  line-height: 18px;
  color: #a5301f;
}
#app .app-wrapper .main .main-wrapper .info-search {
  display: flex;
  min-width: 1200px;
  margin-top: 20px;
}
#app .app-wrapper .main .main-wrapper .info-search .left-part {
  position: relative;
  width: 131px;
  height: 168px;
  background: url("../images/xxgs_bg.jpg") no-repeat;
}
#app .app-wrapper .main .main-wrapper .info-search .left-part span {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
}
#app .app-wrapper .main .main-wrapper .info-search .swiper {
  position: relative;
  background-color: #f4f4f4;
  flex: 1;
  overflow: hidden;
  padding: 25px 20px 5px;
  box-sizing: border-box;
}
#app .app-wrapper .main .main-wrapper .info-search .swiper div.swiper-container1 {
  overflow: hidden;
}
#app .app-wrapper .main .main-wrapper .info-search .swiper .ul .item {
  height: 125px;
}
#app .app-wrapper .main .main-wrapper .info-search .swiper .ul .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#app .app-wrapper .main .main-wrapper .info-search .swiper .ul .item a img {
  display: block;
  margin: 0 auto;
  width: 109px;
  height: 97px;
}
#app .app-wrapper .main .main-wrapper .info-search .swiper .ul .item a span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #1a1a1a;
  text-align: center;
  padding: 10px 0 0;
  transition: all 0.3s;
}
#app .app-wrapper .main .main-wrapper .info-search .swiper .ul .item a:hover span {
  color: #98291e;
}
#app .app-wrapper .main .main-wrapper .info-publish {
  display: flex;
  min-width: 1200px;
  margin-top: 20px;
}
#app .app-wrapper .main .main-wrapper .info-publish .left-part {
  position: relative;
  width: 131px;
  height: 168px;
  background: url("../images/xxgs_bg2.jpg") no-repeat;
}
#app .app-wrapper .main .main-wrapper .info-publish .left-part span {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
}
#app .app-wrapper .main .main-wrapper .info-publish .swiper {
  position: relative;
  background-color: #f4f4f4;
  flex: 1;
  overflow: hidden;
  padding: 25px 24px 5px;
  box-sizing: border-box;
}
#app .app-wrapper .main .main-wrapper .info-publish .swiper div.swiper-container2 {
  overflow: hidden;
}
#app .app-wrapper .main .main-wrapper .info-publish .swiper .ul .item {
  width: 190px;
  height: 125px;
}
#app .app-wrapper .main .main-wrapper .info-publish .swiper .ul .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#app .app-wrapper .main .main-wrapper .info-publish .swiper .ul .item a img {
  display: block;
  width: 100%;
  height: 100px;
  margin: 0 auto;
}
#app .app-wrapper .main .main-wrapper .info-publish .swiper .ul .item a span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #1a1a1a;
  text-align: center;
  padding: 10px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
#app .app-wrapper .main .main-wrapper .info-publish .swiper .ul .item a:hover span {
  color: #98291e;
}
#app .app-wrapper .main .main-wrapper .banner {
  margin: 20px 0 0;
  font-size: 0;
}
#app .app-wrapper .main .main-wrapper .column-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column {
  width: 570px;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .top {
  display: flex;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .top span {
  display: inline-block;
  vertical-align: top;
  line-height: 53px;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .top span.icon {
  width: 85px;
  height: 53px;
  background: url("../images/title_icon.jpg") no-repeat;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .top span.name {
  width: 90px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .top span.line {
  flex: 1;
  height: 1px;
  margin-top: 26px;
  background-color: #a3392c;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .top span.more {
  width: 50px;
  text-align: right;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .top span.more a {
  color: #1a1a1a;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .news {
  margin-top: 10px;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .news .item {
  display: flex;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e7e7e7;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .news .item .title {
  flex: 1;
  color: #1a1a1a;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .news .item .time {
  flex: 0 0 80px;
  width: 80px;
  color: #6e6e6e;
  text-align: right;
}
#app .app-wrapper .main .bottom-wrapper {
  background: #efefef;
}
#app .app-wrapper .main .bottom-wrapper .content {
  width: 1200px;
  margin: 20px auto 0;
  padding: 20px 0;
}
#app .app-wrapper .main .bottom-wrapper .content h2 {
  padding: 10px 0;
  font-size: 16px;
}
#app .app-wrapper .main .bottom-wrapper .content ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}
#app .app-wrapper .main .bottom-wrapper .content ul li {
  width: 170px;
  line-height: 30px;
}
#app .app-wrapper .main .bottom-wrapper .content ul li:hover a {
  color: #ac3e2f;
}
#app .app-wrapper .main .bottom-wrapper .content ul li a {
  color: #3c3c3c;
}
.button-next,
.button-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 44px;
  line-height: 44px;
  margin-top: -22px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  font-size: 30px;
  outline: none;
}
.button-prev {
  left: 0;
}
.button-next {
  right: 0;
}
