.hotline_bg_header {
  height: 882px;
  background: url(../images/hotline_bg_header.png) no-repeat;
  background-size: 100% 100%;
}
.hotline_bg_header .hotline_top {
  display: flex;
  justify-content: space-between;
  padding-top: 37px;
}
.hotline_bg_header .hotline_top .back {
  width: 157px;
  height: 42px;
  background-color: #e6f5ff;
  border-radius: 21px;
  border: solid 1px #8bc5e6;
  transition: all 0.3s;
}
.hotline_bg_header .hotline_top .back a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #015293;
}
.hotline_bg_header .hotline_top .back a img {
  margin-right: 10px;
}
.hotline_bg_header .hotline_top .back:hover {
  transform: translateX(5px);
}
.hotline_bg_header .hot_title {
  display: flex;
  justify-content: center;
  margin-top: 140px;
}
.hotline_bg_header .hot_other {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.main {
  margin-top: -280px;
  margin-bottom: 50px;
}
.main .video_box {
  display: flex;
  justify-content: center;
}
.main .video_box .video {
  width: 915px;
  height: 582px;
  background-color: #abd7fd;
  border-radius: 21px;
  border: solid 1px #d4f2f5;
  padding: 40px;
}
.main .video_box .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .pub_title {
  display: flex;
  justify-content: center;
  background: url(../images/hotline_bg_title.png) no-repeat;
  background-size: 100% 10px;
  background-position: bottom;
  padding-bottom: 25px;
  font-size: 40px;
  font-weight: 700;
  color: #004d93;
  margin-bottom: 50px;
}
.main .news {
  margin-top: 80px;
}
.main .news .news_inner {
  display: flex;
}
.main .news .news_inner .cover {
  width: 549px;
  height: 353px;
}
.main .news .news_inner .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .news .news_inner .cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .news .news_inner .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin-left: 80px;
}
.main .news .news_inner .inner .name {
  font-size: 32px;
  color: #333;
}
.main .news .news_inner .inner p {
  font-size: 24px;
  color: #333;
  margin-top: 20px;
  line-height: 36px;
}
.main .news .news_inner .inner .check {
  display: flex;
  justify-content: flex-end;
}
.main .news .news_inner .inner .check .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #0068b7;
  font-size: 18px;
  color: #004d93;
}
.main .unit {
  margin-top: 80px;
}
.main .unit .unit_table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.main .unit .unit_table th {
  background-color: #ddedfe;
  color: #0066cc;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  border: 1px solid #b3d9f0;
}
.main .unit .unit_table td {
  padding: 12px;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.main .unit .unit_table tr {
  background-color: #fff;
}
.main .unit .unit_table tr:nth-child(even) {
  background-color: #f8f8f8;
}
.main .past {
  margin-top: 80px;
}
.main .past .list li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  height: 70px;
  border-bottom: 1px dashed #c2c2c2;
  padding-left: 30px;
}
.main .past .list li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #1467bb;
  border-radius: 50%;
  transform: translateY(-50%);
}
.main .past .list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #333;
}
.main .past .list li a:hover {
  color: #1467bb;
}
