#app .app-wrapper .main {
  background-color: #fff;
}

#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;
}

.top-news-bg {
  background: url("../images/top-news-bgimg.png") no-repeat;
  width: 100%;
}

.top-news {
  margin: 0 auto;
  background: url("../images/top-news-bgimg.png");
  padding: 20px 0;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.top-news > div:first-child {
  width: 230px;
}

#news-ttxw {
  margin-left:10px;
  position: relative;
  width: 398px;
  padding: 0 12px;
  height: 360px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.top-news-banner{
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 15px;
}
.top-news > div:nth-child(2) {
  width: calc(1200px - 230px - 420px - 10px);
  margin-left: 12px;
}

.top-news .el-tabs__nav.is-stretch {
  width: 85%;
}

.top-nav > div.top-nav-head {
  font-size: 17px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  background: #d9534f;
  margin-bottom: 12px;
}

.top-nav > div {
  height: 48px;
  line-height: 48px;
  position: relative;
  margin-bottom: 13px;
  background: #fafcff;
  border-radius: 2px;
}

.top-nav > div:not(:first-child) {
  border: 1px solid #79371f;
  border-left: 5px solid #79371f;
}

.top-nav > div:not(:first-child):after {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  padding-right: 4px;
  width: 0;
  height: 50px;
  box-sizing: initial;
  z-index: 1;
  transition: 0.3s;
}

.top-nav > div:hover:after {
  width: 100%;
  background-color: #79371f;
}

.top-nav > div a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 13px;
  overflow: hidden;
  color: #333;
  position: relative;
  z-index: 2;
  font-size: 16px;
}

.top-nav > div:hover i.iconsp {
  color: #fff;
  background-position-x: right;
}

.top-nav > div:hover a {
  color: #fff;
}

.iconsp {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  font-size: 22px;
  margin-right: 12px;
  transition: 0.3s;
  color: #427fcc;
}

.top-nav > div:nth-child(2) .iconsp {
  background-position: left -56px
}

.top-nav > div:nth-child(3) .iconsp {
  background-position: left -112px;
}

.top-nav > div:nth-child(4) .iconsp {
  background-position: left -56px;
}

.top-nav > div:nth-child(5) .iconsp {
  background-position: left -226px;
}

.top-nav > div:nth-child(6) .iconsp {
  background-position: left -168px;
}

.el-carousel__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.carousel-img {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slide-title {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  bottom: 0;
  text-indent: 20px;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  font-size: 16px;
}

.slide-title p {
  width: calc(100% - 130px);
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.top-news .el-carousel__indicators {
  width: 120px;
  left: calc(100% - 140px);
  right: 0;
  -webkit-transform: none;
  transform: none;
  height: 40px;
  line-height: 40px;
  text-align: right;
  margin: 0 10px;
}

.top-news .el-carousel__indicator {

}

.top-news .el-carousel__indicator .el-carousel__button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.top-news .el-tabs__active-bar {
  display: none;
}

.el-tabs__item.is-active {
  color: #d92328;
}

.el-tabs__item {
  font-size: 18px;
  color: #333;
  width: 135px;
  padding: 0 10px;
  position: relative;
}

.el-tabs__item:not(.is-active):hover {
  color: #333;
}

.el-tabs {
  padding-top: 12px;
}

.top-news .el-tabs__nav.is-stretch {
  min-width: auto;
  margin-left: 10px;
}

.top-news .el-tabs__item:nth-child(2) {
  width: 125px;
}

.top-news .el-tabs__nav-wrap::after {
  height: 1px;
}

.top-news .el-tabs__item:nth-child(3)::before, .top-news .el-tabs__item:nth-child(4)::before, .top-news .el-tabs__item:nth-child(5)::before {
  content: " ";
  background-color: #808080;
  width: 2px;
  position: absolute;
  left: 0;
  height: 20px;
  top: 10px;
}

.top-news .el-tabs__content .news {

}

.top-news .el-tabs__content .news > .item:first-child {

}

.top-news .el-tabs__content .news > .item:first-child a.title {
  text-decoration: none;
  color: #cc0000;
  text-align: center;
  font-size: 20px;
  padding: 10px 15px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
}

.top-news .el-tabs__content .news > .item:first-child p {
  line-height: 22px;
  text-indent: 20px;
  display: block;
  padding: 0 15px 0 15px;
  margin-bottom: 13px;
  color: #6e6566;
  height: 24px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

.top-news .el-tabs__content .news > .item:first-child p a {
  color: #2478c2;
}

.el-tabs__content .news > .item .news-list {
  line-height: 38px;
  height: 38px;
  padding-left: 15px;
  margin-left: 15px;
  display: flex;
  background: url("../images/nav-icon/newstitle.gif") no-repeat 0 55%;
}

.el-tabs__content .news .news-list a {
  color: #333;
  width: 85%;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  zoom: 1;
}

.el-tabs__content .news .news-list .time {
  width: 15%;
  text-align: right;
  color: #999;
  padding-right: 15px;
  line-height: 38px;
}

.main-wrapper {
  padding-top: 16px;
  display: flex;
}

.main-wrapper > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-wrapper > div:first-child .column-wrapper {
  width: calc(50% - 13px);
}

.main-wrapper > div:last-child .column-wrapper {
  width: 100%;
  padding-left: 26px;
}

.column-wrapper .title {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  line-height: 42px;
  font-weight: normal;
  background: transparent;
  color: #000;
  height: 42px;
  font-size: 18px;
}

.column-wrapper .el-tabs__nav-wrap::after {
  display: none;
}

.column-wrapper .el-tabs__active-bar {
  display: none;
}

.column-wrapper .el-tabs__item {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  display: block;
  background: #efebe8;
  height: 36px;
  color: #000;
  margin: 8px 0;
}

.column-wrapper .el-tabs__item.is-active {
  background: #79371f;
  color: #fff;
}

.column-imags {
  width: 100%;
  min-height: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column-imags > a {
  width: 290px;
  height: 120px;
  margin-top: 20px;

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.top-news .more {
  position: absolute;
  font-size: 12px;
  cursor: pointer;
  top: 20px;
  right: 12px;
  color: #aaa;
  text-decoration: none;
  z-index: 999;
}

.more {
  color: #bbb;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  float: right;
}

.more:hover {
  color: #aaa;
}

.xxgs {
  overflow: hidden;
  height: 454px;
}
._scrolly{
  overflow-y: auto;
}

.xxgs a {
  display: block;
  height: 65px;
  line-height: 65px;
  text-align: left;
  font-size: 16px;
  position: relative;
  padding-left: 76px;
  background-color: #efebe8;
  border: none;
  margin-top: 20px;
}
.xxgs .el-scrollbar__wrap{
  overflow-x: hidden;
}
.xxgs a div {
  position: absolute;
  left: 0;
  top: 0;
  background: #79371f;
  display: block;
  height: 66px;
  width: 60px;
  text-align: center;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
}

.xxgs span {
  color: #000;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 198px;
  word-break: break-all;
  display: block;
}

.xxgs a:hover span {
  color: #fff;
}

.xxgs a:after {
  content: '';
  width: 0;
  height: 66px;
  background: #79371f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s;
}

.xxgs a:hover:after {
  width: 100%;
}

.link-swiper {
  width: 100%;
  margin: 20px auto 0 auto;
  background-color: #e7e7e7;
  padding-top: 28px;
  padding-bottom: 28px;
  min-width: 1200px;
}

.link-swiper a {
  height: 66px;
  position: relative;
  background-color: #fff;
  border: 1px #c2c2c2 solid;
  width: 228px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.link-swiper img {
  width: 48px;
  height: 48px;
  padding-left: 17px;
  padding-right: 10px;
}

.link-swiper span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #797979;
  line-height: 24px;
  height: 48px;
  margin: 10px 0;
}

.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;
}

.el-carousel {
  overflow: hidden;
}

.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%;
}
.yy{
  flex-direction: row;
  justify-content: space-between;
}
.yy div{
  width:281px;
  cursor: pointer;
}
.yy div img{
  width:281px;
}
.yy .yy-span{
  display: block;
  position: absolute;
  height: 48px;
  line-height: 48px;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(121, 55, 31, 0.5);
  text-align: center;
  width: 281px;
  margin-top: 202px;
}
