.content {
    width: 1160px;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
    background-color: #ffffff;
}
.content-img {
  margin: 15px auto;
  width: 998px;
}
.bg-img {
  height: 150px;
  width: 998px;
}
.content-search {
  width: 500px;
  margin: 15px auto;
}
.container {
  width: 1160px;
  margin: 30px auto;
  padding: 0 20px 0 20px;
  background-color: #ffffff;
  display: flex;
  height: 240px;
  
}

.container1 {
  flex: 1;
  margin-right: 60px;
  width: 550px;
  height: 240px;
}
.container1-top {
  width:100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  background: #ece8e6;
  border-bottom: 3px #3b94ee solid;
}
.title-left {
  width: 150px;
  height: 30px;

  text-align: center;
  background: #3b94ee;
  color: white;
}
.title-left span {
  display: block;
  padding-top: 3px;
}
.title-right {
  width: 50px;
  height: 30px;

  text-align: center;
}

.container1-bottom ul li {
  
  padding: 10px;
  overflow: hidden;
  width: 510px;
  height: 20px;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.container1-bottom ul li a {
  width: 510px;
}
.container2 {
  flex: 1;
  width: 550px;
  height: 240px;
}
.container2-bottom ul li {
  
  padding: 10px;
  overflow: hidden;
  width: 510px;
  height: 20px;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}