.main {
  margin-top: 49px;
  margin-bottom: 50px;
}
.main .breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 40px;
  font-size: 18px;
}
.main .breadcrumbs img {
  margin-right: 10px;
}
.main .breadcrumbs a {
  color: #333;
}
.main .breadcrumbs a:hover {
  color: #016bb5;
}
.main .top .head_nav {
  display: flex;
  align-items: center;
  height: 81px;
  border-bottom: 1px solid #dedede;
}
.main .top .head_nav li {
  width: auto;
  height: 100%;
  flex: 1;
}
.main .top .head_nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 26px;
  color: #666;
}
.main .top .head_nav li a img {
  margin-right: 49px;
}
.main .top .head_nav li.on {
  background: linear-gradient(180deg, #e4f2f9 0%, #ffffff 100%);
}
.main .top .head_nav li.on a {
  color: #016bb5;
  font-weight: 700;
}
.main .top .top_inner {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  background-color: #f8f8f8;
  margin-top: 46px;
}
.main .top .top_inner .pic {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.main .top .top_inner .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.main .top .top_inner .pic:hover img {
  transform: scale(1.03);
}
.main .top .top_inner .inner {
  flex: 1;
  padding: 30px 30px 0 30px;
}
.main .top .top_inner .inner .inner_item {
  display: flex;
  margin-bottom: 30px;
}
.main .top .top_inner .inner .inner_item .title {
  font-size: 18px;
  color: #015293;
  font-weight: 700;
}
.main .top .top_inner .inner .inner_item p {
  flex: 1;
  font-size: 18px;
  color: #333;
}
.main .top .top_inner .inner .inner_item p a {
  color: #333;
}
.main .top .top_inner .inner .inner_item p a:hover {
  color: #015293;
}
.main .past {
  margin-top: 40px;
}
.main .past .past_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
  border-bottom: 1px solid #dedede;
}
.main .past .past_head .title {
  display: flex;
  align-items: center;
  font-size: 26px;
  color: #015293;
  font-weight: 700;
  border-bottom: 3px solid #015293;
  height: 100%;
}
.main .past .past_head .past_nav {
  display: none;
  align-items: center;
}
.main .past .past_head .past_nav li {
  width: 81px;
  height: 37px;
  background-color: #ffffff;
  border-radius: 19px;
  border: solid 1px #bfbfbf;
  margin-left: 11px;
}
.main .past .past_head .past_nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #333;
}
.main .past .past_head .past_nav li:hover,
.main .past .past_head .past_nav li.active {
  background-color: #015293;
  border-color: #015293;
}
.main .past .past_head .past_nav li:hover a,
.main .past .past_head .past_nav li.active a {
  color: #ffffff;
  font-weight: 700;
}
.main .past .past_head .past_nav_m {
  display: block;
  position: relative;
  margin: 0 10px;
}
.main .past .past_head .past_nav_m .select {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 41px;
  background-color: #f7f8fd;
  border-radius: 20px;
  border: solid 1px #015293;
  font-size: 18px;
  color: #015293;
  cursor: pointer;
}
.main .past .past_head .past_nav_m .select img {
  margin-left: 5px;
}
.main .past .past_head .past_nav_m:hover .select_panel {
  display: block;
}
.main .past .past_head .past_nav_m .select_panel {
  display: none;
  position: absolute;
  top: 41px;
  width: 100%;
  height: 140px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 9999;
  border: solid 1px #015293;
  padding: 5px;
  overflow-y: scroll;
}
.main .past .past_head .past_nav_m .select_panel::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.main .past .past_head .past_nav_m .select_panel::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: content-box;
  background-color: #eeeeee;
}
.main .past .past_head .past_nav_m .select_panel li {
  font-size: 16px;
  text-align: center;
  line-height: 32px;
}
.main .past .past_head .past_nav_m .select_panel li a {
  color: #333;
}
.main .past .past_head .past_nav_m .select_panel li a:hover {
  color: #015293;
}
.main .past .past_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .past .past_list li {
  width: 290px;
  height: 327px;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(87, 108, 126, 0.13);
  border-radius: 10px;
  margin-right: 26px;
  margin-top: 50px;
  overflow: hidden;
}
.main .past .past_list li:nth-child(4n) {
  margin-right: 26px;
}
.main .past .past_list li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main .past .past_list li a .pic {
  width: 100%;
  height: 188px;
  overflow: hidden;
}
.main .past .past_list li a .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.main .past .past_list li a .content {
  flex: 1;
  padding: 14px;
}
.main .past .past_list li a .content .time {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #333;
  padding-bottom: 16px;
  border-bottom: 1px dashed #aebecb;
}
.main .past .past_list li a .content p {
  font-size: 18px;
  color: #015293;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .past .past_list li:hover .pic img {
  transform: scale(1.03);
}
.main .past .paging {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.main .past .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;
  border-radius: 4px;
}
.main .past .paging a:hover {
  background-color: #016bb5;
  color: #fff;
}
.main .past .paging .active {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #016bb5;
  color: #fff;
  font-size: 14px;
  border: 1px solid #016bb5;
  border-radius: 4px;
}
.main .past .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: #016bb5;
  font-size: 14px;
}
