
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;
    margin: 0 auto;
    min-width: 1180px;
    background-color: white;
    padding: 20px;
  }
  .body > * {
    /* margin-top: 40px; */
    padding: 10px;
  }
  .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 p a{
  color: #999;
 }
 .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%;
 }
 .text-style{
    text-indent:2em;
 }
 .foot{
     height: 80px;
     /* width: 1150px; */
     font-size: 15px;
     /* border-top: 1px solid #eee;
     display: flex;
     justify-content:space-between;
     align-items:center; */
     color: #666;
 } 
 .previous-posts{
     margin-bottom: 16px;   
 }
 a{
     text-decoration: none;
     font-size: 14px;
     color: #666;
 }

 /* .content{
  text-align: center;
 } */
 .foot .paging p a:hover{
  color: #0d6ed9
 }
 .foot .go-back span{
  cursor: pointer;
 }
 .foot .go-back span:hover{
  color: #0d6ed9;
 }
 .paging{
  line-height: 35px;
 }
 .foot-ll-box{
  display: flex;
  justify-content: space-between;
  align-items:center;
  border-top:1px solid #eee;
  width:100%;
  height: 100%;
 }
 .detailsA {
     display: inline-flex;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     max-width: 122px;
 }
 .originA {
     display:-webkit-box;
     -webkit-box-orient:vertical;
     -webkit-line-clamp:1;
     overflow:hidden;
     max-width: 590px;
 }