a {
  color: #323232;
  font-style: normal;
  /* font-size: .3rem; */
}

p {
  margin: 0;
}

a:hover {
  color: inherit;
  /* 保持与默认颜色一致 */
  text-decoration: none;
  /* 如果不需要下划线，可以移除下划线 */
}

.l-tit-image {
  width: 100%;
  height: 4.86rem;
  position: relative;
}

.l-tit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-tit-image .l-info {
  position: absolute;
  bottom: .95rem;
  left: .97rem;
  color: #fff;
  font-size: .7rem;
}

.l-tit-image .l-info::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.7rem;
  background-color: #E7B064;
  height: 4px;
}

.l-content {
  padding: .2rem 2rem;
  display: flex;
}

.l-content-left {
  margin-right: .9rem;
}

.l-content-left .side_li:hover>a {
  color: #E7B064;
}

.l-content-left .side_ul {
  width: 4rem;
}

.l-content-left .side_ul .sub_ul {
  padding-left: .2rem;
}

.l-content-left .side_li {
  padding: .2rem .12rem;
  border-bottom: 1px solid #EBEBEB;
}

.l-content-left .side_ul li.selected {
  border-left: 2px solid #E7B064;
}

.l-content-left .side_ul li.selected a {
  color: #E7B064;
}

.l-content-right {
  flex: 1;
}

.l-content-right .current-name h2 {
  font-weight: bold;
  font-size: .48rem;
  color: #E7B064;
  margin-bottom: .5rem;
}

.current-location {
  padding: .36rem 0;
  border-bottom: 2px solid #E7B064;
}

.current-location a {
  font-size: .18rem;
  font-weight: 500;
}

.current-location .possplit {
  font-size: .18rem;
  font-weight: 500;
}

.l-content-right .news-list .news_ul {
  width: 15.18rem;
}

.l-content-right .news-list .news_ul .news_ul_li {
  display: flex;
  background-color: #f4f7fa;
  padding: .1rem .16rem;
  margin-bottom: .3rem;
}

.l-content-right .news-list .news_ul .news_ul_li .l-news-left {
  width: 3.44rem;
  height: 2.5rem;
  margin-right: .36rem;
}

.l-content-right .news-list .news_ul .news_ul_li .l-news-left img {
  width: 3.44rem;
  height: 2.5rem;
  object-fit: cover;
}

.l-content-right .news-list .news_ul .news_ul_li .l-news-right {
  /* flex: 1; */
  width: calc(100% - 3.44rem - .36rem);
}

.l-content-right .news-list .news_ul .news_ul_li .l-news-right .title {
  font-weight: bold;
  font-size: .24rem;
  color: #323232;
  margin-bottom: .2rem;
}

.l-content-right .news-list .news_ul .news_ul_li .l-news-right .title a {
  display: block;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.l-content-right .news-list .news_ul .news_ul_li .l-news-right .info {
  font-size: .18rem;
  color: #202020;
  margin-bottom: .2rem;
}

.l-content-right .news-list .news_ul .news_ul_li .l-news-right .info a {
  display: block;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.l-content-right .news-list .news_ul .news_ul_li .l-news-right .date {
  font-size: .18rem;
  color: #C18C3A;
}

#wp_pager .pages {
  display: flex;
  justify-content: center;
}

#wp_pager .pages span {
  font-size: .24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: .5rem;
  height: .5rem;
  background-color: #f4f7fa;
  color: #0F3052;
  margin-right: .2rem;
  transition: all .3s;
}

#wp_pager .pages span:hover {
  background-color: #0F3052;
  color: #fff;
}

#wp_pager .pages .pgCurrent span {
  background: #0F3052;
  color: #fff;
}