* {
  list-style: none;
}
html {
  background: #ffffff;
  font: normal 16px/1.5 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
  color: #555;
  background-color: #f7f7f7;
}
a {
  color: #555;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.header {
  height: 400px;
  position: relative;
  background: top left / auto 100% url(../img/header.jpg);
}
.top-logo img {
  margin-top: 20px;
  height: 64px;
}
.logo img {
  margin-top: 95px;
  height: 90px;
}
.main-section .container {
  background-color: #fff;
}
.breadcrumb {
  padding-top: 20px;
  background-color: #fff;
  border-bottom: 1px solid #cdcdcd;
}
.breadcrumb-item {
  color: #333;
}
.categories-list-wrapper {
  background: #f1f7ff;
}
.categories-list-wrapper .title {
  padding: 10px 10px 10px 20px;
  background-color: #0955c3;
  color: #fff;
  font-size: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.categories-list-wrapper .title .icon-wrapper {
  height: 60px;
  width: 60px;
  text-align: center;
  margin-right: 10px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #fff;
}
.categories-list-wrapper .title .iconfont {
  color: #0955c3;
  line-height: 60px;
  font-size: 32px;
}
.categories-list-wrapper .subtitle {
  padding: 12px;
}
.categories-list-wrapper .subtitle:not(:last-child) {
  border-bottom: 1px solid #dfe1e3;
}
.categories-list-wrapper .subtitle a {
  color: #333;
}
.subcate-wrapper {
  padding: 0 16px;
}
.entry-list-wrapper .title-wrapper {
  border-bottom: 2px solid #ddd;
  padding: 5px 0 0 5px;
  display: flex;
}
.entry-list-wrapper .title-wrapper .title {
  font-size: 24px;
  color: #0d71be;
  border-bottom: 2px solid #0d71be;
  padding: 8px;
  margin-bottom: -2px;
}
.entry-list-wrapper .title-wrapper .title::before {
  content: "";
  height: 20px;
  border-left: 5px solid #0d71be;
  margin-right: 10px;
}
.list-wrapper {
  padding: 10px 0px;
}
.entry-wrapper {
  line-height: 32px;
  display: flex;
  justify-content: space-between;
}
.entry-wrapper .bureau {
  color: #0955c3;
}
.entry-wrapper .date {
  color: #9f9f9f;
  flex: 0 0 6rem;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 767px) {
  .header {
    height: 150px;
  }
  .top-logo {
    text-align: center;
  }
  .top-logo img {
    margin-top: 10px;
    height: 40px;
  }
  .logo{
    padding: 10px;
  }
  .logo img {
    margin-top: 15px;
    height: auto;
    width: 95%;
  }
}
@media only screen and (max-width: 575px) {
}
@media only screen and (max-width: 350px) {
}
