.w {
  width: 100%;
  padding: 0 20px;
}
.layout {
  margin-top: 20px;
}
.layout .breadcrumbs {
  display: flex;
  align-items: center;
  height: 75px;
}
.layout .breadcrumbs .title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #999;
}
.layout .breadcrumbs .title img {
  width: 14px;
  height: 18px;
  margin-right: 11px;
}
.layout .breadcrumbs .path {
  font-size: 20px;
}
.layout .breadcrumbs .path a {
  color: #333;
}
.layout .breadcrumbs .path a:hover {
  color: #366fca;
}
.layout .inner {
  display: flex;
}
.layout .inner .side {
  display: none;
  width: 362px;
  margin-right: 30px;
}
.layout .inner .side .side_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 102px;
  background-color: #366fca;
}
.layout .inner .side .side_title .right {
  margin-left: 10px;
  color: #fff;
}
.layout .inner .side .side_title .right .name {
  font-size: 32px;
  font-weight: 700;
}
.layout .inner .side .side_title .right .en {
  font-size: 12px;
}
.layout .inner .side .side_list li {
  position: relative;
  height: 102px;
  border-bottom: 2px solid #e5e5e6;
  background-color: #f8f8f8;
}
.layout .inner .side .side_list li:last-child {
  border-bottom: none;
}
.layout .inner .side .side_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 30px;
  background-color: transparent;
  transform: translateY(-50%);
}
.layout .inner .side .side_list li.active::before {
  background-color: #366fca;
}
.layout .inner .side .side_list li.active a {
  color: #366fca;
}
.layout .inner .side .side_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #333;
  font-weight: 400;
}
.layout .inner .main {
  flex: 1;
  background-color: #fff;
  box-shadow: 0 0 20px 0 #2d2d2d0f;
  padding-bottom: 40px;
}
.layout .inner .main .head {
  font-size: 30px;
  color: #366fca;
  font-weight: 700;
  padding: 40px 30px 10px 30px;
  background: url(../images/bg_list_title.png) no-repeat;
  background-size: 100% 26px;
  background-position: center;
}
.layout .inner .main .list {
  padding: 0 30px;
}
.layout .inner .main .list li {
  display: flex;
  align-items: center;
  height: 140px;
  border-bottom: 1px solid #ddd;
}
.layout .inner .main .list li:last-child {
  border-bottom: none;
}
.layout .inner .main .list li .con {
  flex: 1;
}
.layout .inner .main .list li .con .title {
  font-size: 24px;
}
.layout .inner .main .list li .con .title a {
  color: #333;
}
.layout .inner .main .list li .con .title a:hover {
  color: #366fca;
}
.layout .inner .main .list li .con .desc {
  font-size: 20px;
  color: #666;
  margin-top: 10px;
}
.layout .inner .main .list li .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  font-size: 20px;
  color: #666;
}
.layout .inner .main .list li .date .year {
  margin-top: 10px;
}
.layout .inner .main .paging {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.layout .inner .main .paging a {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #bdbdbd;
  font-size: 14px;
}
.layout .inner .main .paging a:hover {
  background-color: #366fca;
  color: #fff;
}
.layout .inner .main .paging .active {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #366fca;
  color: #fff;
  font-size: 14px;
  border: 1px solid #366fca;
}
.layout .inner .main .paging .jump-ipt {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  outline: none;
  color: #366fca;
  font-size: 14px;
}
