#app .app-wrapper .main {
  background-color: #fff;
}
#app .app-wrapper .main .main-wrapper {
  /*padding-top: 30px;*/
}
#app .app-wrapper .main .main-wrapper .slide-wrapper {
  background-color: #fff;
  border: 1px solid #b1b1b1;
  width: 1200px;
  background-color: white;
}
#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 a {
  width: 100%;
  height: 100%;
  display: block;
}

#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .left-pic img {
  width: 100%;
  height: 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;
  word-break: break-all;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-content a {
  font-size: 14px;
  line-height: 18px;
  color: #141414;
  word-break: break-all;
}
#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 .left-part {
  position: relative;
  width: 131px;
  height: 168px;
  background: url("../images/xxgs_bg2.jpg") no-repeat;
}
#app .app-wrapper .main .main-wrapper .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 .swiper {
  position: relative;
  background-color: #f4f4f4;
  flex: 1;
  overflow: hidden;
  padding: 25px 24px 5px;
  box-sizing: border-box;
}
#app .app-wrapper .main .main-wrapper .swiper div.swiper-container2 {
  overflow: hidden;
}
#app .app-wrapper .main .main-wrapper .swiper .ul .item {
  width: 190px;
  height: 125px;
}
#app .app-wrapper .main .main-wrapper .swiper .ul .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#app .app-wrapper .main .main-wrapper .swiper .ul .item a img {
  display: block;
  width: 100%;
  height: 100px;
  margin: 0 auto;
}
#app .app-wrapper .main .main-wrapper .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 .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;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside:nth-child(1) {
  /*flex: 3;*/
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside:nth-child(2) {
  flex: 1;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .column {
  display: inline-block;
  width: 45%;
  margin: 5px 40px 5px 0;
}
#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: 40px;
}
.column-img{
  margin-top: 15px;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .top span.icon {
  display: flex;
  height: 40px;
  border-bottom: 2px solid rgba(48, 129, 222, 1);
}

#app .app-wrapper .main .main-wrapper .column-wrapper .column .top .icon .lf-line{
  align-self: center;
  width: 4px;
  height: 18px;
  background-color: rgba(48, 129, 222, 1);
  display: inline-block;
}

#app .app-wrapper .main .main-wrapper .column-wrapper .column .top span.name {
  width: 90px;
  padding-left: 5px;
  text-align: center;
  font-size: 18px;
  color: rgba(48, 129, 222, 1);
  font-weight: 600;
  border-bottom: 2px solid;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .top span.line {
  flex: 1;
  height: 40px;
  border-bottom: 2px solid rgba(221, 221, 221, 1);
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .top span.more {
  width: 50px;
  text-align: right;
  height: 40px;
  border-bottom: 2px solid rgba(221, 221, 221, 1);
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .top span.more a {
  color: #1a1a1a;
}

#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .top {
 display: flex;
}

#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .top span.icon {
  display: flex;
  height: 40px;
  border-bottom: 2px solid rgba(48, 129, 222, 1);
}

#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .top .icon .lf-line{
  align-self: center;
  width: 4px;
  height: 18px;
  background-color: rgba(48, 129, 222, 1);
  display: inline-block;
}


#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .top span.name {
  display: flex;
  padding-left: 5px;
  width: 90px;
  text-align: center;
  font-size: 18px;
  color: rgba(48, 129, 222, 1);
  font-weight: 600;
  border-bottom: 2px solid;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .top span.line {
  flex: 1;
  height: 40px;
  border-bottom: 2px solid rgba(221, 221, 221, 1);
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .top span.more {
  display: flex;
  width: 50px;
  text-align: right;
  height: 40px;
  border-bottom: 2px solid rgba(221, 221, 221, 1);
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .top span.more a {
  align-self: center;
  color: #1a1a1a;
}

#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .column .news {
  margin-top: 10px;
}

#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .column .news .item {
  display: flex;
  height: 47px;
  line-height: 47px;
  border-bottom: 1px solid #e7e7e7;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .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-aside .column .news .item .time {
  flex: 0 0 80px;
  width: 80px;
  color: #6e6e6e;
  text-align: right;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside > p {
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  font-size: 16px;
  background-color: #e22323;
  color: #fff;
  text-align: center;
}

#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .ul-rymodal {
  height: 570px;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
}

#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .ul-rymodal > li {
 margin: 10px 0px;
}

#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside > ul {
  padding: 2px;
  background-color: #f5f5f5;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside > ul .service-item {
  border-bottom: 1px solid #bebebe;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside > ul .service-item > a {
  display: block;
  height: 100%;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside > ul .service-item > a > img {
  display: inline-block;
  height: 70px;
  width: 48%;
  padding: 6px 0;
  vertical-align: top;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside > ul .service-item > a > span {
  display: inline-block;
  font-size: 16px;
  height: 70px;
  width: 50%;
  vertical-align: top;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside > ul .service-item > a > span > p {
  position: relative;
  top: 50%;
  margin: 0 auto;
  width: 90px;
  line-height: 22px;
  transform: translateY(-40%);
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#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;
}



.swapper-box {
  height: 340px;
  width: 49%;
  position: relative;
}
.swapper-box .slide-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swapper-box .slide-item span {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  font-size: 15px;
  line-height: 35px;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0,0,0,0.5);
  padding: 0 100px 0 10px;
}
/****新闻动态*****/
.nextbox-r {
  width: calc(100% - 50%);
  padding: 0 15px;
  height: 100%;
}
.nextbox-r .lf-line {
  align-self: center;
  width: 4px;
  height: 18px;
  background-color: rgba(48, 129, 222, 1);
  display: inline-block;
}
.nextbox-r .next-righttop {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nextbox-r .btn-more {
  align-self: center;
  display: inline-block;
  width: 50px;
  color: rgba(48, 129, 222, 1);
  font-size: 14px;
}
.nextbox-r .next-righttop span {
  width: auto;
  padding: 0 15px;
  height: 49px;
  line-height: 49px;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
}
.nextbox-r .nextactive {
  color: #077efc;
  font-weight: bold;
}
.nextbox-r .news_one {
  line-height: 48px;
  height: 48px;
  display: flex;
}
/*公共新闻列表样式*/
.news-listbox {
  width: 100%;
}
.news_one {
  width: 100%;
  line-height: 45px;
  height: 45px;
  cursor: pointer;
}
.news-one-title {
  padding-left: 5px;
  width: calc(100% - 100px) !important;
}

.other {
  display: flex;
  width: 1200px;
  margin: 20px auto;
  justify-content: space-between;
  position: relative;
}

.other > a {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 384px;
  height: 70px;
}

.other div.link-panel {
  border: 1px solid #0088d7;
  box-shadow: 0 0 6px rgba(0, 145, 255, .3);
  background: #fff;
  width: 1200px;
  z-index: 999;
  position: absolute;
  height: 434px;
  bottom: 70px;
  padding: 0 16px;
  display: none;
}

.other div.link-panel:hover {
  display: block;
}

.other .el-tabs__item.is-active {
  color: #333;
}

.other .el-tab-pane {
  display: flex;
  flex-wrap: wrap;
}
.other .el-tab-pane>a {
  width: calc(25% - 25px);
  margin-top: 10px;
  padding-left: 25px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
}

.other .el-tab-pane>a:hover {
  color: #666;
}

.other .el-tab-pane>span {
  width: calc(33.33% - 28px);
  background: #f6f6f6;
  display: inline-block;
  padding: 6px 8px;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
}

.other .el-tab-pane>span a:first-child {
  font-weight: bold;
}

.other .el-tab-pane>span a {
  color: #333;
  margin-right: 12px;
}
.other .el-tab-pane>span a:hover {
  color: #666;
  margin-right: 12px;
}

.other .el-tabs__item {
  width: 25%;
  text-align: center;
}
.other .el-tabs__nav {
  width: 100%;
}

.column-th div{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 36px;
  margin: 10px 0px 3px 0px;
  align-items: center;
  text-align: center;
  font-size: 14px;line-height: 150%;
  background-color: rgba(225, 235, 255, 1);
}

.column-th-selected{
  color: rgba(255, 255, 255, 1);
  background-color: rgba(63, 144, 229, 1) !important;
}

.home-link{
  display: flex;
  padding-bottom: 10px;
  align-items: center;
  justify-content: center;
  background-color: rgba(239, 239, 239, 1);
}
.home-slide-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
  background-color: rgba(239, 239, 239, 1);
}