* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.h::before {
  display: block;
  content: '';
  background-color: #016bd5;
  width: 100%;
  height: 10px;
}
.bold {
  font-size: 17px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #333;
}
.normal {
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  line-height: 30px;
  color: #444;
}
.normal::before {
  width: 3px;
  height: 3px;
  background-color: #444444;
  display: inline-block;
  content: '';
  margin-right: 5px;
  border-radius: 50%;
  line-height: 1;
  transform: translateY(-2px);
}
.common_view {
  width: 1200px;
  margin: 0 auto;
}
#footer_view {
  background-color: #0066cc;
  margin-top: 20px;
  padding: 20px 0;
  width: 100%;
}
#footer_view .common_view,
#footer_view a {
  font-size: 13px;
  color: #fff;
}
#footer_view .common_view {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 30px;
}
#footer_view .common_view .company {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#footer_view .common_view .company > p + p {
  margin-left: 10px;
}
#main .out_link {
  margin-top: 20px;
}
#main .out_link .list {
  display: flex;
  flex-wrap: wrap;
}
#main .out_link .list .item {
  display: block;
  width: calc((100% - 10px * 3 - 1px) / 4);
  height: 100px;
  margin: 10px 10px 0 0;
}
#main .out_link .list .item:nth-of-type(4n) {
  margin-right: 0;
}
#main .out_link .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .link_box {
  display: flex;
  flex-wrap: wrap;
}
#main .link_box .text_skip {
  width: calc((100% - 20px * 2 - 1px) / 3);
  margin: 20px 20px 0 0;
}
#main .link_box .text_skip:nth-of-type(4),
#main .link_box .text_skip:nth-of-type(3n + 8) {
  margin-right: 0;
}
#main .link_box .text_skip .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main .link_box .text_skip .list .item .text {
  width: calc(100% - 35px);
}
#main .link_box .text_skip .list .item .date {
  width: 40px;
  text-align: right;
}
#main .link_box .text_skip .list .item .date::before {
  display: none;
}
#main .link_box .text_skip .bold_title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#main .link_box .text_skip .bold_title .bold {
  margin-left: auto;
}
#main .link_box .text_skip .bold_title .bold:only-child {
  margin-left: 0;
}
#main .link_box .text_skip .bold_title .bold:first-child {
  margin-left: 0;
}
#main .link_box .text_skip .bold_title .title_icon {
  width: calc(100% - 120px);
  height: 10px;
  object-fit: cover;
  margin-left: auto;
}
#main .link_box .text_skip .bold_title .more {
  font-size: 13px;
  color: #444444;
  white-space: nowrap;
  margin-left: auto;
}
#main .link_box .text_skip.banner {
  width: 100%;
  margin-right: 0;
}
#main .link_box .text_skip.banner .bold_title .title_icon {
  width: calc(100% - 50px);
}
#main .link_box .link_skip {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
}
#main .link_box .link_skip > a {
  width: calc((100% - 20px * 2 - 1px) / 3);
  display: block;
  margin-right: 20px;
}
#main .link_box .link_skip > a:nth-of-type(3n) {
  margin-right: 0;
}
#main .link_box .link_skip > a img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}
#main .link_box .link_skip > a:only-child {
  width: 100%;
  margin-right: 0;
}
#main .link_box .theme_banner {
  width: 100%;
  margin-right: 0;
}
#main .link_box .theme_banner .bold_title .title_icon {
  width: calc(100% - 50px);
}
#main .link_box .theme_banner .swiper .swiper-button-prev,
#main .link_box .theme_banner .swiper .swiper-button-next {
  color: #666;
  height: 100%;
  top: 0;
  transform: translateY(0);
  background-color: #fff;
  z-index: 10;
  margin-top: 0;
  left: 0;
  opacity: 1;
  padding: 0 10px 0 0 ;
  box-sizing: border-box;
  width: 35px;
}
#main .link_box .theme_banner .swiper .swiper-button-prev.swiper-button-next,
#main .link_box .theme_banner .swiper .swiper-button-next.swiper-button-next {
  left: initial;
  right: 0;
  padding: 0 0 0 10px;
}
#main .link_box .theme_banner .swiper .swiper-button-prev.swiper-button-disabled::after,
#main .link_box .theme_banner .swiper .swiper-button-next.swiper-button-disabled::after {
  opacity: 0.5;
}
#main .link_box .theme_banner .swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
}
#main .link_box .theme_banner .swiper .swiper-slide > a {
  display: block;
  width: calc((100% - 10px * 2 - 1px) / 3);
  height: 115px;
  margin: 10px 10px 0 0;
}
#main .link_box .theme_banner .swiper .swiper-slide > a:nth-of-type(3n) {
  margin-right: 0;
}
#main .link_box .theme_banner .swiper .swiper-slide > a:nth-of-type(-n+3) {
  margin-top: 5px;
}
#main .link_box .theme_banner .swiper .swiper-slide > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
#main .top_information {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
#main .top_information .swiper {
  height: 385px;
  width: calc(50% - 15px);
  margin-right: 30px;
}
#main .top_information .swiper .swiper-pagination {
  width: 70px;
  left: initial;
  right: 10px;
  bottom: 0;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#main .top_information .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  margin: 0 0 0 5px !important;
  transform: none !important;
  background-color: rgba(255, 255, 255, 0.6);
}
#main .top_information .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
#main .top_information .swiper .swiper-slide {
  position: relative;
  z-index: 10;
}
#main .top_information .swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .top_information .swiper .swiper-slide .text {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 80px 0 10px;
  letter-spacing: 0.5px;
  background-color: #4d4948;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .top_information .information {
  width: calc(50% - 15px);
  letter-spacing: 1px;
}
#main .top_information .information .bold {
  width: 100%;
  line-height: 40px;
  margin-top: 10px;
}
#main .top_information .information .bold:first-child {
  margin-top: 0;
}
#main .head_line,
#main .hot_line {
  display: block;
  margin-top: 20px;
}
#main .head_line img,
#main .hot_line img {
  width: 100%;
}
#main .head_line.hot_line,
#main .hot_line.hot_line {
  position: relative;
  overflow: hidden;
}
#main .head_line.hot_line .hot_placeholder,
#main .hot_line.hot_line .hot_placeholder {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e6281a;
  color: #fff;
  font-size: 14px;
  padding: 2px 45px;
  transform: rotate(320deg) translate(-33px, -8px);
}
#main .header_view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
#main .header_view .menu a {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
}
#main .header_view .menu a.active {
  color: #273675;
  font-weight: 600;
}
#main .header_view .logo {
  display: block;
}
#main .header_view .logo img {
  width: 200px;
}
