.detail-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.detail-wrapper .dw-main {
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.detail-wrapper .dw-main .el-breadcrumb {
  margin: 2% 0;
}

.detail-wrapper .dw-main .dwm-content {
  background-color: #ffffff;
  padding: 3%;
  line-height: 2;
  font-size: 16px;
  color: #333333;
}

.detail-wrapper .dw-main .dwm-content img {
  max-width: 100%;
}

.detail-wrapper .dw-main .dwm-content .time {
  text-align: right;
  color: #999999;
}

/*2023.6.2 特色服务s*/
.detail-wrapper.tsfw .dw-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 3% 0;
}

.detail-wrapper.tsfw .dw-main .tsm-content {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.detail-wrapper.tsfw .dw-main .tsm-content .tsmc-left {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

.detail-wrapper.tsfw .dw-main .tsm-content .tsmc-left .tsmcl-item {
  font-size: 18px;
  color: #666666;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.detail-wrapper.tsfw .dw-main .tsm-content .tsmc-left .tsmcl-item:hover
,.detail-wrapper.tsfw .dw-main .tsm-content .tsmc-left .tsmcl-item a:hover {
  color: #cd1429;
}

.detail-wrapper.tsfw .dw-main .tsm-content .tsmc-left .tsmcl-item.act
,.detail-wrapper.tsfw .dw-main .tsm-content .tsmc-left .tsmcl-item.act a{
  color: #ffffff;
  background-color: #cd1429;
}

.detail-wrapper.tsfw .dw-main .tsm-content .tsmc-right {
  flex: 1;
  margin-left: 3%;
  display: flex;
  flex-direction: column;
}

.detail-wrapper.tsfw .dw-main .tsm-content .tsmc-left .tsmcl-item a {
  display: block;
  color: #666666;
  text-decoration: none;
}

.detail-wrapper.tsfw .dw-main .tsm-content .tsmc-right .content {
  line-height: 1.8;
  font-size: 13px;
}
.detail-wrapper.tsfw .dw-main .tsm-content .tsmc-right .content img {
  max-width: 100% !important;
}
/*2023.6.2 特色服务e*/

@media screen and (max-width: 1200px) {
  .detail-wrapper.tsfw .dw-main {
    width: calc(100% - 40px);
  }

  .detail-wrapper.tsfw .dw-main .el-breadcrumb {
    margin: 3% 0;
  }

  .detail-wrapper.tsfw .dw-main .tsm-content {
    width: 100%;
    line-height: 1.8;
    font-size: 13px;
    flex-direction: column;
  }

  .detail-wrapper.tsfw .dw-main .tsm-content .tsmc-left {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .detail-wrapper.tsfw .dw-main .tsm-content .tsmc-left .tsmcl-item {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    width: 50%;
    flex: 0 0 auto;
    padding: 0;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    box-sizing: border-box;
  }
}
