.classify-main {
  margin-bottom: 120px;
}
.classify-main h1 {
  font-size: 26px;
  color: #3E3A39;
  font-weight: bold;
  margin-bottom: 35px;
}
.classify-main .classify-main-describe {
  line-height: 26px;
  margin-bottom: 80px;
  text-indent: 28px;
}
.classify-main .classify-content .row .col-xs-12 {
  border-bottom: 20px solid #FFFFFF;
}
@media screen and (max-width: 1900px) {
  .classify-main .classify-content .row .col-xs-12 {
    width: 100%;
  }
}
.classify-main .classify-content .row .col-xs-12 h2 {
  font-size: 16px;
  font-weight: bold;
  color: #E99122;
}
.classify-main .classify-content .row .col-xs-12 .media {
  background-color: #F9FAFD;
  padding-left: 35px;
  border-top: 2px solid #dbdbdb;
}
.classify-main .classify-content .row .col-xs-12 .media .media-body {
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 10px;
}
.classify-main .classify-content .row .col-xs-12 .media .media-body .media-body-describe {
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
  margin-bottom: 20px;
}
.classify-main .classify-content .row .col-xs-12 .media .media-body .media-body-btn {
  display: inline-block;
  width: 150px;
  height: 42px;
  border: 1px solid #E99122;
  font-size: 14px;
  color: #E99122;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
}
.classify-main .classify-content .row .col-xs-12 .media .media-body .media-body-btn:hover {
  background-color: #E99122;
  color: #FFF;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+                                                       +
+                                                       +
+                                                       +
+                                                       +
+                        媒体查询                        +
+                                                       +
+                                                       +
+                                                       +
+                                                       +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 550px) {
  .media-right {
    display: none!important;
  }
}
