#app .app-wrapper .main {
  background-color: #F1F4F7;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper {
  background-color: #fff;
  border: 0px 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 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(https:/creditxj.aksu.gov.cn/resources/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(https:/creditxj.aksu.gov.cn/resources/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(https:/creditxj.aksu.gov.cn/resources/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;
  flex-direction: column;
}
#app .app-wrapper .main .main-wrapper .left-part {
  position: relative;
  width: 131px;
  height: 168px;
  background: url(https:/creditxj.aksu.gov.cn/resources/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;
  flex: 1;
  overflow: hidden;
  padding: 25px 5px 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;
  margin-top: 20px;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column {
  width: 570px;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .top {
  display: flex;
  border-bottom: 1px solid #cfcfcf;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .top span {
  display: inline-block;
  vertical-align: top;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .top span.icon {
  width: 46px;
  height: 55px;
  background: url(https:/creditxj.aksu.gov.cn/resources/images/title-icon-column.jpg) no-repeat;
  background-size: 90%;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .top span.name {
  width: 73px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-top: 25px;
  padding-right: 5px;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .top span.line {
  flex: 1;
  height: 0px;
  margin-top: 26px;
  background-color: #a3392c;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .top span.more {
  width: 50px;
  text-align: right;
  padding-top: 30px
}
#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: 0px solid #e7e7e7;
  font-size: 16px;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column .news .item .list-style-circle{
  width: 6px;
  height: 6px;
  background-color: #ccc;
  display: block;
  margin: auto 2px;
  margin-right: 10px;
}
#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 90px;
  width: 90px;
  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;
}
#app .top_news_wrap{
  width: 1200px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  background-color: #FFFFFF;
}

#app .top_news_wrap .top-news {
  flex-direction: column;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}

#app .top_news_wrap .top-news .title {
  font-size: 34px;
  line-height: 49px;
  color: #D91818;
  font-weight: 700;
  text-align: center;
  font-family: syht-bold, sans-serif;
}

#app .top_news_wrap .top-news .summary {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(51, 51, 51, 1);
  margin-top: 10px;
}

#app .app-wrapper .main .el-tabs__item {
  font-size: 24px;
  font-family: 'syht-bold', sans-serif;
  color: #333333;
  margin-bottom: 7px;
}

#app .app-wrapper .third-level .el-tabs__item {
  font-size: 18px;
  margin-bottom: 0;
  font-family: 'syht-normal', sans-serif;
}

#app .app-wrapper .third-level .el-tabs__item.is-active {
  color: #e22323;
}

#app .app-wrapper .third-level .el-tabs__active-bar {
  background-color: #e22323;
}

#app .app-wrapper .third-level .el-tabs__item:hover {
  color: #e22323;
}
#app .app-wrapper .main .data .head-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

#app .app-wrapper .main .data .data-list .data-row .row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  height: 30px;
}

#app .app-wrapper .main .data .data-list .data-row .row .xdrmc {
  width: 40%;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#app .app-wrapper .main .icon-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#app .app-wrapper .main .icon-news .item {
  display: flex;
  width: 49%;
  border-bottom: 1px solid #ddd;
}

#app .app-wrapper .main .icon-news .item .content-detail {
  padding: 10px;
  width: 100%;
}

#app .app-wrapper .main .icon-news .item .content-detail .content-title {
  height: 70px;
}

#app .app-wrapper .main .icon-news .item .content-detail .content-title a {
  line-height: 24px;
  color: #333333;
}

#app .app-wrapper .main .icon-news .item .desc {
  color: #999;
  text-align: right;
}


#app .app-wrapper .main .el-tabs__active-bar {
  background-color: #BB2230;
  height: 4px;
}
#app .app-wrapper .main .third-level .el-tabs__active-bar{
  background-color: #BB2230;
  height: 2px;
}

#app .app-wrapper .main .top-title{
  background-color: #BC2332;
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  font-family: 'syht-bold', sans-serif;
  padding:12px 27px;
}
#app .app-wrapper .main .top-title-large{
  background: url(https:/creditxj.aksu.gov.cn/resources/images/banner-title-bg-large.png) center no-repeat;
  width:270px;
  height: 42px;
  background-size: 100%;
}
#app .app-wrapper .main .more .act {
  color: #e32232 !important;
}

.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;
}
.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;
}

.fwdt-wrapper{
  display: flex;
  justify-content: space-between;
}
.fwdt-wrapper .item{
  width: 154px;
  height: 120px;
  color: rgba(80, 80, 80, 1);
  background-color: rgba(250, 250, 250, 1);
  border-radius: 22px;
  font-size: 14px;
  border: rgba(223, 223, 223, 1) solid 1px;
  text-align: center;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fwdt-wrapper .item .href{
  display: flex;
  flex-direction: column;
  align-items: center
}
.fwdt-wrapper .item .href img{
  width: 64px;
  height: 64px;
}

.fwdt-wrapper .item .href .col-name{
  color:#000;
  margin-top: 7px;
}
.third-level{
  min-height: 345px;
}
.third-level .left-panel{
  width: 70%;
  background-color: #FFFFFF;
  padding: 12px;
}
.third-level .left-panel .left-content {
  display: flex;
  flex-direction: row;
  height: 300px;
}
.third-level .left-panel .left-content .col-name-wrapper{
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.third-level .left-panel .left-content .col-name-wrapper .item{
  width: 195px;
  height: 48px;
  font-size: 14px;
  text-align: left;
  color: rgba(80, 80, 80, 1);
  background-color: rgba(241, 242, 246, 1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  position: relative; /* 为伪元素定位提供参考 */
  transition: all 0.3s; /* 可选：添加过渡效果 */
}

/* 选中状态的箭头效果 */
/*.third-level .left-panel .left-content .col-name-wrapper .item-active:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 12px solid rgba(255, 239, 239, 1);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}*/

.third-level .left-panel .left-content .col-name-wrapper .item .icon{
  margin: 0 10px;
}
.third-level .left-panel .left-content .col-name-wrapper .item-active{
  color: rgba(209, 56, 46, 1);
  background-color: rgba(255, 239, 239, 1);
}

.third-level .left-panel .left-content .col-data-wrapper{
  width: 70%;
  margin-left: 20px;
  /*border: rgba(217, 217, 217, 1) solid 1px;*/
  padding: 0 5px 10px 5px;
}
.fourth-level .el-table::before,.third-level .el-table::before{
  height: 0;
}
.third-level .right-panel{
  width: 300px;
  margin-left: 2%;
  background-color: #FFFFFF;
  padding: 12px;
}
.third-level .right-panel .right-content{
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.third-level .right-panel .right-content .item{
  width: 295px;
  height: 65px;
  color: rgba(80, 80, 80, 1);
  background-color: rgba(253, 252, 250, 1);
  font-size: 14px;
  line-height: 150%;
  border: rgba(214, 214, 216, 1) solid 1px;
  text-align: center;
  display: flex;
}
.third-level .right-panel .right-content .item .line{
  width: 10px;
  height: 65px;
  color: rgba(80, 80, 80, 1);
  background-color: rgba(209, 56, 48, 1);
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
.third-level .right-panel .right-content .item .icon{
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.third-level .right-panel .right-content .item .title{
  width: 150px;
  text-align: center;
  margin-left: 38px;
  height: 100%;
  line-height: 23px;
  letter-spacing: 10px;
  display: flex  ;
  align-items: center;
  justify-content: center;
}
.fourth-level .panel{
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 12px 12px 0 12px;
}

.fourth-level .panel .data-container {
  background-color: #fff;
  margin: 10px 0;
}
.link-wrapper{
  width: 100%;
  height: 90px;
  background-color: rgba(245, 248, 250, 1);
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 15px;
}
.link-wrapper .link-column-wrapper{
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.link-wrapper .link-column-wrapper .link-item{
  width: 224px;
  height: 48px;
  background-color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #000;
  justify-content: center;
}
.right-fix-col{
  position: fixed;
  z-index: 99999;
  right: 20px;
  bottom: 100px;
  width: 108px;
  height: 481px;
  color: rgba(80, 80, 80, 1);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  font-size: 14px;
  line-height: 150%;
  border: rgba(246, 246, 246, 1) solid 1px;
  box-shadow: 0px 9px 9px 0px rgba(231, 231, 231, 0.5);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.right-fix-col .fix-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #505050;
}
.right-fix-col .fix-item .text{
  margin-top: 15px;
}

.want-to {
  width: 288px;
  background-color: #FFFFFF;
}
.want-to .title-box{
  width: 100%;
  height: 100px;
  background-size: 288px 100px;
}
.title-box-wyb{
  background: url(https:/creditxj.aksu.gov.cn/resources/images/home_page/wyb.png) no-repeat center center;
}
.title-box-wyc{
  background: url(https:/creditxj.aksu.gov.cn/resources/images/home_page/wyc.png) no-repeat center center;
}
.title-box-wyk{
  background: url(https:/creditxj.aksu.gov.cn/resources/images/home_page/wyk.png) no-repeat center center;
}
.title-box-wyd{
  background: url(https:/creditxj.aksu.gov.cn/resources/images/home_page/wyd.png) no-repeat center center;
}



.want-to .title-box .title-box-more{
  display: block;
  width: 56px;
  height: 24px;
  position: relative;
  top: 58px;
  left: 22px;
}
.want-to .column-box{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 5px;
}
.want-to .column-box .column-item{
  margin: 7px auto;
}
.want-to .column-box .column-item a{
  display: flex;
  width: 250px;
  height: 37px;
  opacity: 1;
  border-radius: 20px;
  border: 1px solid rgba(227, 227, 227, 1);
  justify-content: center;
  align-items: center;
}

.want-to .column-box .column-item a .col-name{
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: rgba(51, 51, 51, 1);
  margin-left: 15px;
  font-family: 'syht-normal', sans-serif;
}
.active-wyb{
  background:  linear-gradient(135deg, #0266E7 0%, #40C0FE 100%);
}
.active-wyc{
  background:  linear-gradient(135deg, #3CABA5 0%, #7AE6E2 100%);
}
.active-wyk{
  background:  linear-gradient(135deg, #FA8602 0%, #ECBF65 100%);
}
.active-wyd{
  background:   linear-gradient(90deg, #BB2332 0%, #EB5766 100%);
}
.want-color-active{
  color: #FFFFFF !important;
}
.publish-wrapper{
  width: 100%;
  height: 210px;
  background-color: #EDF1F7;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.info-publish{
  display: flex;
}
.index-information-content-arrow{
  width: 30px;
  height: 56px;
  transform: rotate(180deg);
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 75px 22px;
  cursor: pointer;
}
.index-information-content-arrow.information-button-disabled{
  background: rgb(237 236 236);
}
.index-information-2{
  width: 1100px;
}
.index-information-list-container{
  margin-top: 30px;
  overflow: hidden;
}
.index-information-item .col-name{
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  font-family: 'syht-normal', sans-serif;
}
.index-information-item{
  height: 150px;
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
}

.index-information-item:nth-child(6n + 2),
.index-information-item:nth-child(6n + 3),
.index-information-item:nth-child(6n + 4),
.index-information-item:nth-child(6n + 5),
.index-information-item:nth-child(6n + 6) {
  margin-left: 20px;
}
.xydh-wrapper{
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
