.technical {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}
.technical .tec-left {
  width: 1018px;
}
.technical .tec-left .ad-left {
  width: 1018px;
  height: 100px;
  margin: 0px 0 14px 0;
}
.technical .tec-body {
  background: #ffffff;
  padding: 14px 13px 20px;
}
.technical .classify {
  width: 100%;
  background: #fafafa;
  border-radius: 1px 1px 1px 1px;
  display: flex;
  align-items: center;
  padding: 18px 28px 24px;
  box-sizing: border-box;
}
.technical .classify .classify-title {
  font-weight: 600;
  font-size: 18px;
  color: #ff5c00;

  padding-right: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}

.technical .classify .classify-list {
  border-left: 1px solid #ffa776;
  padding-left: 18px;
  position: relative;
}
.technical .classify .classify-list::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 0px;
  height: 0px;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #ffa776;
  border-top: 3px solid transparent;
}
.classify-list .classifyCon {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.classify-list .classifyCon li {
  width: 146px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 28px;
  padding-right: 8px;
  box-sizing: border-box;
  font-size: 14px;
}
.classify-list .classifyCon li.active a {
  color: #ff8b0d;
  font-weight: 600;
}
.classify-list .more {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: -14px;
  color: #575757;
}
.classify-list .more i {
  display: inline-block;
  width: 17px;
  height: 17px;
}
.classify-list .more .icon_text_more {
  background: url(../../images/web/technical/more.png) no-repeat;
  background-size: 100% 100%;
}
.classify-list .more .icon_text_less {
  background: url(../../images/web/technical/up.png) no-repeat;
  background-size: 100% 100%;
  background-position-y: 1px;
}

.technical .tec-list .tec-item {
  background: #ffffff;
  padding: 12px 22px;
  margin-top: 12px;
  display: flex;
}
.technical .tec-list .tec-item:nth-child(even) {
  background: #fafafa;
}
.technical .tec-list .tec-item .coverImg {
  width: 124px;
  height: 90px;
  background: #ececec;
  object-fit: cover;
  margin-right: 18px;
  flex-shrink: 0;
}
.technical .tec-list .tec-item .item-con {
  flex: 1;
  overflow: hidden;
}
.technical .tec-list .tec-item .item-con h3 {
  font-size: 18px;
  line-height: 21px;
  margin-top: 3px;
}
.technical .tec-list .tec-item .item-con p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 15px 0 13px 0;
  line-height: 14px;
  color: #636363;
  font-size: 14px;
}
.technical .record {
  color: #636363;
  display: flex;
  align-items: center;
}
.technical .record .module {
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #ff8b0d;
  height: 22px;
  line-height: 22px;
  padding: 0 7px;
  display: inline-block;
  box-sizing: border-box;
  color: #636363;
}
.technical .record .module:hover {
  color: #ff8b0d;
}
.technical .record .module:hover i {
  background: url(../../images/web/technical/icon_module_hover.png) no-repeat;
  background-size: 100% 100%;
}
.technical .record .module:active {
  color: #ffc07c;
  border: 1px solid #ffc07c;
}
.technical .record .module:active i {
  background: url(../../images/web/technical/icon_module_active.png) no-repeat;
  background-size: 100% 100%;
}
.technical .record .module i,
.technical .record span i {
  display: inline-block;
  width: 12px;
  height: 13px;
  vertical-align: text-top;
}
.technical .record .module i {
  background: url(../../images/web/technical/icon_module.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 1px;
}
.technical .record span {
  margin-left: 22px;
}

.technical .record span.date i {
  background: url(../../images/web/technical/icon_time.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 2px;
}

.technical .record span.view i {
  background: url(../../images/web/technical/icon_eye.png) no-repeat;
  background-size: 100% 100%;
}
.technical .tec-right {
  width: 360px;
}
.technical .tec-right .ad-right {
  width: 360px;
  height: 180px;
  margin-bottom: 14px;
}
.technical .tec-right .side-list {
  width: 100%;
  padding: 18px 21px;
  box-sizing: border-box;
  background: #ffffff;
}
.technical .tec-right .side-list .side-title {
  height: 38px;
  line-height: 38px;
  background: #f3f3f3;
  font-weight: 600;
  padding: 0 9px 0 18px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.technical .tec-right .side-list .side-title h4 {
  font-size: 16px;
  color: #191919;
}

.technical .tec-right .side-list .side-title .more {
  font-size: 13px;
  color: #575757;
}
.technical .tec-right .side-list .side-title .more:hover {
  color: #ff8c10;
}
.technical .tec-right .side-list .side-title .more:active {
  color: #ffc07c;
}
.technical .tec-right .side-list .side-title .more i {
  background: url(../../images/common/more_black.png);
  background-size: 100% 100%;
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: text-bottom;
}
.technical .tec-right .side-list .side-title .more:hover i {
  background: url(../../images/common/more_hover.png);
  background-size: 100% 100%;
}

.technical .tec-right .side-list .side-title .more:active i {
  background: url(../../images/common/more_active.png);
  background-size: 100% 100%;
}

.technical .tec-right .side-list .side-con ul {
  padding-top: 12px;
}
.technical .tec-right .side-list .side-con ul li {
  line-height: 32px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  padding-left: 10px;
  box-sizing: border-box;
}
.technical .tec-right .side-list .side-con ul li::before {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  content: '';
  margin: 0 5px 0 0;
  background: #d9d9d9;
  vertical-align: super;
}
/* 详情页 */
.technicalDetail {
  padding-top: 0;
}
.technicalDetail .tec-right .side-list .side-con ul li {
  font-size: 16px;
}
.technicalDetail .detail-title {
  background: #f4f4f4;
  color: #191919;
  padding: 20px 36px;
  box-sizing: border-box;
}
.technicalDetail .detail-title h1 {
  font-size: 32px;
  line-height: 38px;
}
.technicalDetail .detail-title .record {
  margin-top: 14px;
  color: #191919;
}

.technicalDetail .record .keyWords a {
  color: #2f4cb1;
  text-decoration: underline;
  margin: 0 4px;
}
.technicalDetail .record .keyWords a:hover {
  color: #ff8b0d;
}
.technicalDetail .record .keyWords a:active {
  color: #ffc07c;
}
.technicalDetail .detail-content {
  border: 1px solid #f4f4f4;
  font-size: 16px;
  color: #191919;
  line-height: 30px;
  padding: 22px 26px;
  box-sizing: border-box;
  margin-top: 18px;
  word-break: break-all;
}
.technicalDetail .detail-content p {
  line-height: 30px;
  font-size: 16px;
  color: #191919;
  text-align: justify;
}
.technicalDetail .detail-content img, .technicalDetail .detail-content p img {
        max-width: 800px;
        max-height:500px;
        display: block;
        margin: 0 auto;
        padding:20px 0;

    }
.technicalDetail .detail-page {
  color: #191919;
  height: 62px;
  line-height: 62px;
  padding: 0 26px;
  box-sizing: border-box;
}
.technicalDetail .detail-page > div {
  display: flex;
}
.technicalDetail .detail-page b,
.technicalDetail .detail-page a {
  font-size: 14px;
  display: inline-block;
}
.technicalDetail .detail-page a {
  max-width: 362px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.technicalDetail .disclaimer {
  padding: 0 26px;
  box-sizing: border-box;
}
.technicalDetail .disclaimer h3 {
  font-size: 14px;
  color: #ff5520;
  line-height: 16px;
  margin: 8px 0;
}
.technicalDetail .disclaimer p {
  line-height: 30px;
  color: #191919;
  font-size: 13px;
  display: flex;
  align-items: baseline;
}
.technicalDetail .disclaimer p i {
  border: 1px solid #ff5520;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 8px;
  flex-shrink: 0;
}
.technicalDetail .related-recommend {
  padding: 0 26px;
  box-sizing: border-box;
  margin-top: 20px;
}
.technicalDetail .related-recommend h3 {
  font-size: 20px;
  color: #191919;
  line-height: 23px;
}
.technicalDetail .related-recommend ul {
  display: flex;
  flex-wrap: wrap;
}
.technicalDetail .related-recommend ul li {
  border: 1px solid #dfdfdf;
  background: #f8f8f8;
  width: 453px;
  padding: 20px 24px;
  margin: 18px 12px 0 0;
  box-sizing: border-box;
}
.technicalDetail .related-recommend ul li:nth-child(2n) {
  margin-right: 0;
}
.technicalDetail .related-recommend ul li h4 {
  font-size: 16px;
  color: #191919;
  margin-bottom: 8px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.technicalDetail .related-recommend .record .module {
  height: 18px;
  line-height: 18px;
  max-width: 232px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.technicalDetail .related-recommend .record > i {
  margin: 0 12px;
  height: 9px;
  display: inline-block;
  border-left: 1px solid #cfcfcf;
}
.technicalDetail .related-recommend .record span {
  margin-left: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;

  text-align: center;
}
.technicalDetail .related-recommend .record span.author {
  width: 72px;
  flex-shrink: 0;
}
.technicalDetail .related-recommend .record span.date {
  width: 64px;
  flex-shrink: 0;
}
.technicalDetail .related-recommend .record span.view {
  flex-shrink: 0;
  width: 58px;
}
.technicalDetail .tec-body {
  padding: 18px 24px 30px;
}
