input, input:focus-visible, input:focus {
  border: 0;
  outline: none;
}
.main-container {
  width: 1200px;
  margin: 0 auto;
}
.crumbs {
  height: 16px;
  line-height: 16px;
  font-size: 15px;
  color: #186DAA;
  margin-bottom: 77px;
}
.search-bar {
  width: 856px;
  height: 42px;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
  background-color: #ffffff;
  box-sizing: border-box;
  padding-left: 16px;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #186DAA;
  margin: 0 auto 35px;
}
.search-bar img {
  width: 19px;
  height: 19px;
  margin-right: 14px;
}
.search-input {
  flex: 1;
}
.search-btn {
  width: 117px;
  height: 100%;
  background-color: #DBDEE0;
  text-align: center;
  font-size: 18px;
  color: #186DAA;
  border: 0;
  margin-left: 14px;
}
.keywords {
  height: 19px;
  font-size: 18px;
  color: #394E69;
  line-height: 19px;
  text-align: center;
  margin-bottom: 70px;
}
.keywords span {
  color: #FF7D0C;
}
.keywords span:first-child {
  border-bottom: 1px solid #FF7D0C;
}
.list {
  margin-bottom: 100px;
}
.li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.li .icon{
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #BBE2F7;
  position: relative;
  bottom: 10px;
}
.li-right {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 36px;
  border-bottom: 1px solid #3c9ce5;
  box-sizing: border-box;
  padding-bottom: 20px;
  padding-right: 50px;
  cursor: pointer;
}
.li-container {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  flex: 1;
  overflow: hidden;
}
.li-type {
  color: #3C9CE5;
}
.li-date {
  float: right;
}
.li-type,.li-date {
  font-size: 15px;
  margin-left: 95px;
  white-space: normal;
}
@media (max-width: 1220px) {
  .main-container {
    width: 800px;
  }
  .search-bar {
    width: 580px;
  }
  .li-type,.li-date {
    margin-left: 50px;
  }
}
@media (max-width: 1000px) {
  .main-container {
    width: 700px;
  }
  .search-bar {
    width: 540px;
  }
}
@media (max-width: 810px) {
  .main-container {
    width: 600px;
  }
  .search-bar {
    width: 500px;
  }
  .li-type,.li-date {
    margin-left: 30px;
  }
}
@media (max-width: 650px) {
  .main {
    padding-top: 80px;
  }
  .main-container {
    width: 100%;
  }
  .crumbs {
    margin-bottom: 40px;
  }
  .search-bar {
    width: 100%;
    height: 35px;
    padding-left: 8px;
    margin-bottom: 20px;
  }
  .search-bar img {
    margin-right: 10px;
  }
  .search-btn {
    width: 100px;
    font-size: 15px;
  }
  .keywords {
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 50px;
  }
  .li-type,.li-date {
    margin-left: 20px;
    font-size: 14px;
  }
  .li {
    margin-bottom: 20px;
  }
  .li .icon {
    bottom: 5px;
  }
  .li-right {
    margin-left: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
  }
  .li-container {
    font-size: 16px;
  }
  .list {
    margin-bottom: 50px;
  }
}<!--ºÄÊ±1775596388.1258Ãë-->