
body{
    background-color: #f4f4f4;
}
.head {
    min-width: 1920px;
    height: 290px;
    background: #d8d8d8;
  }
  .navigation>ul>li {
    list-style: none;
    float: left;
    padding: 0 49px;
    line-height: 50px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    border-left: 1px solid white;
  }
  .navigation>ul>li:last-child {
    border-right: 1px solid white;
  }
  .el-breadcrumb__separator{
    color: #666 !important;
}
.el-breadcrumb__inner {
    color: #666 !important;
}
  .navigation>ul {
    margin: 0 auto;
    max-width: 1180px;
  }
  .title {
    font-size: 50px;
    color: #ffffff;
  }
  .text {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 290px;
  }
  .ipt {
    width: 400px;
    height: 40px;
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 50px;
    text-indent: 5%;
  }
  * {
    padding: 0;
    margin: 0;
    font-family:"Microsoft YaHei",微软雅黑;
  }
  .body {
    max-width: 1180px;
    /* border: 1px solid black; */
    margin: 0 auto;
    min-width: 1180px;
    background-color: white;
    padding: 30px;
  }
  /* .body > * {
    margin-top: 40px;
  } */
  .breadcrumb{
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .breadcrumb .current-position{
    font-size: 15px;
    font-weight: 600;
  }
  .breadcrumb a:hover{
    color: #0d6ed9;
  }
  .Global-style {
    display: flex;
    justify-content: space-between;
  }
 .title-info{
    display: flex;
    justify-content:space-between;
    font-size: 14px;
    color: #999;
   width: 100%;
   padding: 15px 0;
   border-bottom: 1px solid #eee;
 }

.title-info .detailsA {
    display: inline-flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 122px;
}
.title-info .originA {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: 590px;
}
 .el-breadcrumb{
     max-width: 1180px;
     margin: 0 auto;
     padding: 10px 0;
 }
 .img-box{
     height: 400px;
     width: 100%;
     display: flex;
     justify-content:center

 }
 .img-box>img{
     width: 680px;
     height: 100%;
 }
 .foot{
     height: 80px;
     width: 100%;
     border-top: 1px solid #eee;
     display: flex;
     justify-content:space-between;
     align-items:center;
     color: #666;
     padding: 18px 0;
     margin-top: 40px;
 } 
 a{
     text-decoration: none;
     font-size: 14px;
     color: #666;
 }
 .content{
  /* text-align: center; */
  margin-top: 40px;
 }
 .foot .paging p a:hover{
  color: #0d6ed9;
 }
 .foot .go-back span{
  cursor: pointer;
 }
 .foot .go-back span:hover{
  color: #0d6ed9;
 }
 .paging{
  line-height: 35px;
 }
