body{
    background-color: #f4f4f4;
}

  .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%;
  } 
  .el-breadcrumb{
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px 0;
}
  *{
    padding: 0;
    margin: 0;
    font-family:"Microsoft YaHei",微软雅黑;
  }
  #app a{
      text-decoration: none;
     /* display: block; */
  }
  .body {
    max-width: 1180px;
    /* border: 1px solid black; */
    margin: 0 auto;
    min-width: 1180px;
    padding: 1px 0;
  }
  .Global-style {
    display: flex;
    justify-content: space-between;
  }
  .el-breadcrumb__separator{
    color: #666 !important;
  }
  .el-breadcrumb__inner {
    color: #666 !important;
  }
.journalism-list-box{
    background-color: white;
    width: 860px;
}
.title-info{
    display: flex;
    justify-content:space-between;
    font-size: 14px;
    color: #999;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
 }
.text-style{
    text-indent: 2em;
    padding: 15px;
    line-height: 30px;
    font-size: 16px;
}
.padding-style{
    padding: 30px;
}
.image-box{
    margin:30px auto;
    width: 750px;
    height: 385px;
}
.image{
    width:100% ;
    height: 100%;
}
.console{
    width: 100%;
    height: 196px;
    background-color: white;
    margin-bottom: 20px;
}
.console a{
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #eee;
    display: block;
    color: #666;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
}
.QR-code{
    width: 175px;
    height: 175px;
    position: relative;
    left: 63px;
    top: 36px;
}
.latest-news{
    width: 300px;
    height: 370px;
    background-color: white;
    margin-bottom: 8%;
}
.latest-news-title{
    font-size: 18px;
    padding: 15px 20px;
    text-align: center;
    color: #666;
    border-bottom: 1px solid #eee;
}
.latest-news-name{
    position: relative;
    top: 50px;
    font-size: 18px;
    color: #666;
    text-align: center;
}
.breadcrumb{
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
}
.breadcrumb .current-position{
  font-size: 15px;
  font-weight: 600;
}
.breadcrumb a:hover{
  color: #0d6ed9;
}
.console-tab{
  background-color: #0d6ed9;
  color: white !important;
}
.map-box {
  /* display: none; */
  margin: 30px auto;
  width: 820px;
  height: 460px;
}
.content{
  padding: 0 20px;
  padding-bottom: 20px;
}
.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;
}