.m_top_banner {
  height: 75vh;
  position: relative;
}

.m_top_txt {
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #fff;
  width: 80%;
  transition: all 0.3s ease-in-out;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8), 0 0 10px rgba(16, 124, 201, 0.5);
}

.m_top_txt h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.m_top_txt p {
  font-size: 1rem;
  line-height: 1.5;
}

.m_news_main_con {
  padding: 2rem 1rem 0;
  background: #f4f4f4;
}

.m_news_main_con_tit {
  padding: 1rem 0;
  position: relative;
}

.m_news_main_con_tit h2 {
  position: relative;
  z-index: 2;
  font-weight: normal;
  color: #008cd6;
  font-size: 2.5rem;
}

.m_news_main_con_tit h3 {
  opacity: .8;
  margin-left: 1rem;
  margin-top: -1.5rem;
  font-size: 1.5rem;
  color: #e7e7e7;
  font-family: Georgia;
  text-transform: uppercase;
}

.m_news_hot {
  border-radius: 0.5rem;
  border-bottom-right-radius: 0;
  overflow: hidden;
  margin: 2rem 0;
  background: #ffffff;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
}

.m_news_hot_box {
  padding: 1rem;
}

.hot_img {
  width: 100%;
  height: 30vh;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.hot_txt h2 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0.5rem;
}

.hot_txt h4 {
  color: #666666;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.hot_txt p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5194ba;
}
.hot_time {
  display: flex;
  align-items: center;
}
.hot_time img {
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.2rem;
}

.m_news_list li {
  margin-bottom: 1.5rem;
  background: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  border-bottom-right-radius: 0;
}
.m_news_list li h3 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0.5rem;
}

.m_news_list li h4 {
  color: #666666;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.m_news_list li p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5194ba;
}
.m_news_time {
  display: flex;
  align-items: center;
}
.m_news_time img {
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.2rem;
}

.m_news_info {
  padding: 2rem 1rem;
}
.m_news_tit h2{
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #333333;
}
.m_news_tit_time{
  display: flex;
  align-items: center;
  color: #666666;
}
.m_news_tit_time img{
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.2rem;
}
.m_news_article{
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.m_news_related{
  line-height: 1.8;
}
.m_news_related p{
  color: #666666;
}
.m_news_m_list{
  padding: 0 1rem 2rem;
}
.m_news_m_list h2{
  font-size: 1.2rem;
}
.m_news_m_list li{
  margin-top: 1.5rem;
}
.m_news_m_tit{
  font-size: 1.2rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0.5rem;
}
.m_news_m_time{
  display: flex;
  align-items: center;
  color: #666666;
}
.m_news_page{
  padding-bottom: 3rem;
}
.m_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.3rem;
}

.m_pagination li {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    background: #eeeeee;
    border-radius: 5px;
    line-height: 2.5rem;
    cursor: pointer;
    overflow: hidden;
}
.m_pagination li:first-child,
.m_pagination li:last-child {
    width: 3rem;
}

.m_pagination li:hover,
.m_pagination li.active {
    background: #67b4db;
    color: #ffffff;
}

.m_pagination li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #333333;
    font-size: 0.9rem;
    z-index: 9;
}

.m_pagination li:hover a,
.m_pagination li.active a {
    color: #ffffff;
}

.m_pagination li:nth-of-type(2) a,
.m_pagination li:nth-last-of-type(2) a {
    opacity: 0;
}

.m_pagination li:nth-of-type(2)::after {
    content: '\e669';
    font-family: 'iconfont';
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.m_pagination li:nth-last-of-type(2)::after {
    content: '\e66a';
    font-family: 'iconfont';
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
