.csrl_title {
  font-size: 24px;
  font-weight: bold;
  color: #1d6dc6;
  margin-bottom: 40px;
  text-align: center;
}
.w-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.list_date li * {
  transition: all 0.3s;
  line-height: 1.5;
}
.list_date li + li {
  margin-top: 20px;
}
.list_date li a {
  box-sizing: border-box;
  width: 100%;
  padding: 26px 20px;
  background-color: #f6faff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_date .list_text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.list_date .tag {
  flex-shrink: 0;
  padding: 0 10px;
  height: 36px;
  border-radius: 4px;
  background: #dfeffd;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #1d6dc6;
  margin-right: 15px;
}
.list_date a:hover .list_text {
  color: #1d6dc6;
}
.list_date a:hover .tag {
  background: #1d6dc6;
  font-weight: bold;
  color: #fff;
}
.tab_box1 {
  margin-bottom: 30px;
  position: relative;
}
.tab_box1 .tab {
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.tab_box1 .tab li + li {
  margin-left: 40px;
}
.tab_box1 .tab li a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-bottom: 15px;
}
.tab_box1 .tab li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
}
.tab_box1 .tab li:hover a {
  color: #1d6dc6;
  font-weight: bold;
}
.tab_box1 .tab li.cur a {
  color: #1d6dc6;
  font-weight: bold;
}
.tab_box1 .tab li.cur a::after {
  background-color: #1d6dc6;
}
.tshd_ul {
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px;
}
.tshd_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tshd_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.tshd_ul > li:nth-child(n) {
  margin-top: 0;
}
.tshd_ul > li:nth-child(n)::after {
  display: block;
}
.tshd_ul > li:nth-child(n + 3) {
  margin-top: 20px;
}
.tshd_ul > li:nth-child(3) {
  margin-top: 0;
}
.tshd_ul > li:nth-child(3n)::after,
.tshd_ul > li:last-child::after {
  display: none;
}
.tshd_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tshd_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(42, 147, 236, 0.3);
}
.tshd_ul li .info h6 {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tshd_ul li .detail {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.tshd_ul li .detail .detail_left {
  font-size: 18px;
  font-weight: normal;
  color: #999999;
}
.tshd_ul li .detail .detail_right {
  font-size: 18px;
  font-weight: normal;
  color: #1d6dc6;
}
.tshd_ul li:hover .info h6 {
  font-weight: bold;
  color: #1d6dc6;
}
