.detailbg .container {
  width        : 1300px;
  overflow     : hidden;
  box-sizing   : border-box;
  border-radius: 10px;
  padding      : 0 50px;
  background   : #fff;
}

@media (max-width: 767px) {
  .detailbg .container {
    width  : 90%;
    padding: 10px;
  }
}

.breadcrumb {
  margin   : 20px 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  .breadcrumb {
    margin: 20px 10px;
  }
}

.breadcrumb a {
  font-size         : 14px;
  -webkit-transition: color 0.3s;
  transition        : color 0.3s;
}

.breadcrumb a:hover {
  color: #2984d9;
}

.erjiMain {
  margin-bottom: 30px;
}

.erjiTab {
  border-bottom: 1px solid #dcdcdc;
  height       : 58px;
  line-height  : 56px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .erjiTab {
    padding    : 0;
    height     : 50px;
    line-height: 50px;
  }
}

.erjiTab a {
  float      : left;
  text-align : center;
  font-size  : 20px;
  font-weight: bold;
  cursor     : pointer;
}

.erjiTab a.active {
  position     : relative;
  color        : #2984d9;
  border-bottom: 2px solid #2984d9;
}

.erjiTab a.active::after {
  content          : "";
  position         : absolute;
  border-bottom    : 8px solid transparent;
  border-top       : 8px solid #2984d9;
  border-left      : 8px solid transparent;
  border-right     : 8px solid transparent;
  bottom           : -18px;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
}

@media (max-width: 767px) {
  .erjiTab a {
    font-size: 15px;
  }
}

.erjiTab .morea {
  float      : right;
  font-size  : 16px !important;
  font-weight: normal;
  color      : #2984d9;
  margin     : 0 8px;
  width      : auto;
}

@media (max-width: 767px) {
  .erjiTab .morea {
    font-size: 14px;
  }
}

.list {
  overflow: hidden;
}

.list li {
  margin     : 5px 0;
  height     : 30px;
  line-height: 30px;
  overflow   : hidden;
}

@media (max-width: 767px) {
  .list li {
    width        : 100%;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
  }
}

.list li a {
  font-size         : 16px;
  -webkit-transition: color 0.3s;
  transition        : color 0.3s;
  float             : left;
}

.list li a:hover {
  color: #2984d9;
}

@media (max-width: 767px) {
  .list li a {
    width        : 70%;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
  }
}

.list li .createDate {
  color    : #999;
  font-size: 14px;
  float    : right;
}

.listLeft li {
  width: 40%;
}

.listLeft li:nth-child(odd) {
  float: left;
}

@media (max-width: 767px) {
  .listLeft li:nth-child(odd) {
    float: none;
  }
}

.listLeft li:nth-child(even) {
  float: right;
}

@media (max-width: 767px) {
  .listLeft li:nth-child(even) {
    float: none;
  }
}

@media (max-width: 767px) {
  .listLeft li {
    width: 100%;
  }
}

.cxfwLink {
  overflow  : hidden;
  text-align: center;
}

.cxfwLink a {
  float: left;
}

.cxfwLink a:not(:last-child) {
  margin-right: 21px;
}

@media (max-width: 767px) {
  .cxfwLink a:not(:last-child) {
    float: none;
  }
}

.cxfwLink a img {
  width: 385px;
}

@media (max-width: 767px) {
  .cxfwLink a img {
    max-width    : 100%;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=cxfw.css.map */