@charset "UTF-8";
/*bootstrap 面包屑样式修改*/
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(51, 51, 51, 0.6);
  content: " >> "; }

.breadcrumb {
  margin-bottom: 56px;
  padding: 0;
  color: rgba(51, 51, 51, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  background-color: #fff; }
  .breadcrumb .breadcrumb-item.active {
    color: rgba(51, 51, 51, 0.6); }
  .breadcrumb .breadcrumb-item a {
    color: rgba(51, 51, 51, 0.6);
    text-decoration: none;
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none; }
  .breadcrumb .breadcrumb-item a:hover, .breadcrumb .breadcrumb-item a:focus {
    color: #008cff;
    text-decoration: none;
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none; }

/*页面主体样式*/
.newsBanner img {
  width: 100%; }

.text-title {
  font-size: 28px;
  color: #333333;
  text-align: center;
  margin: 0; }

.text-subTitle {
  line-height: 24px;
  margin-bottom: 15px;
  color: #666666;
  text-align: center; }

.text-con {
  padding: 41px 0 151px;
  color: #333333;
  line-height: 36px;
  text-align: left;
  letter-spacing: 1px;
  text-indent: 32px;
  border-top: 1px solid rgba(207, 207, 207, 0.4);
  border-bottom: 1px solid rgba(207, 207, 207, 0.4); }

.textFoot {
  max-width: 919px;
  margin: 48px auto 54px;
  text-align: left;
  color: #333333; }
  .textFoot .foot-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .textFoot a {
    color: #333333;
    text-decoration: none;
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none; }
    .textFoot a:hover, .textFoot a:focus {
      color: #008CFF;
      text-decoration: underline;
      -webkit-text-decoration: underline;
      -moz-text-decoration: underline;
      -ms-text-decoration: underline; }

/*媒体查询*/
@media (min-width: 769px) {
  .newDetailWraper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 0; } }

@media (max-width: 768px) {
  .breadcrumb {
    display: none; }
  .newDetailWraper {
    max-width: 92%;
    margin: 0 auto;
    padding: 1.25rem 0 0; }
    .newDetailWraper .text-title {
      font-size: 20px; }
    .newDetailWraper .text-subTitle {
      font-size: 16px; }
    .newDetailWraper .text-con {
      padding: .6875rem 0 3.8125rem; }
      .newDetailWraper .text-con * {
        overflow: hidden;
        max-width: 100% !important;
        height: auto; }
  .textFoot {
    max-width: 33.6875rem;
    margin: 1.75rem auto 2.125rem;
    font-size: 16px; } }
