﻿@charset "utf-8";
body {
  background-color: #ececec;
}

.banner-top {
  position: relative;
}
.banner-top::before {
  display: block;
  content: "";
  padding-top: 28.125%;
}
.banner-top img {
  position: absolute;
  box-sizing: border-box;
  object-fit: cover;
  top: 0;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  height: 100%;
}
.banner-top .banner-bd {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-top .banner-bd .wp {
  height: 100%;
}
.banner-top .banner-bd .wp .banner-title {
  position: absolute;
  font-size: 0.44rem;
  font-weight: bold;
  color: #ffffff;
  top: 71.2962962963%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}

.container {
  margin-top: 0.02rem;
  border-radius: 0.1rem 0.1rem 0 0;
  padding: 1.16rem 0.52rem 1.42rem;
  justify-content: space-between;
}

/* 左侧新闻列表 */
.main-content {
  width: 10.47rem;
}

/* 右侧Recent News */
.sidebar {
  width: 4.2rem;
  /* 右侧Recent News标题 */
}
.sidebar .sidebar-title {
  font-size: 0.2rem;
  color: rgb(95, 17, 18);
  font-weight: bold;
  line-height: 0.26rem;
  height: 0.26rem;
  margin-bottom: 0.06rem;
}
.sidebar .sidebar-title::before {
  display: inline-block;
  content: "";
  width: 0.04rem;
  height: 100%;
  background-color: #ad0a00;
  margin-right: 0.15rem;
  float: left;
}