.container {
  position: relative;
  background: #f0ece8;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right_bg {
  position: absolute;
  top: 10.19rem;
  right: 0;
  width: 7.06rem;
  height: 15.49rem;
  z-index: 0;
  pointer-events: none;
}

.right_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left_bg {
  position: absolute;
  top: 2.28rem;
  left: 0;
  width: 7.06rem;
  height: 15.49rem;
  z-index: 0;
  pointer-events: none;
}

.left_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_new {
  margin: .92rem 0 0 0;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
  gap: .6rem;
}

.top_new .left {
  width: 7.6rem;
  height: 5.6rem;
  flex-shrink: 0;
  position: relative;
  border: 1px solid #c3a07c;
  padding: .12rem;
}

.top_new .left .t,
.top_new .left .r,
.top_new .left .b,
.top_new .left .l {
  position: absolute;
  width: .8rem;
  height: .8rem;
}

.top_new .left .t {
  top: .03rem;
  left: .03rem;
}

.top_new .left .r {
  top: .03rem;
  right: .03rem;
}

.top_new .left .b {
  bottom: .03rem;
  right: .03rem;
}

.top_new .left .l {
  bottom: .03rem;
  left: .03rem;
}

.top_new .top_line {
  position: absolute;
  top: .03rem;
  left: .12rem;
  right: .12rem;
  /* width: 100%; */
  height: 1px;
  background: rgba(195, 160, 124, 1);
}

.top_new .bottom_line {
  position: absolute;
  bottom: .03rem;
  left: .12rem;
  right: .12rem;
  /* width: 100%; */
  height: 1px;
  background: rgba(195, 160, 124, 1);
}

.top_new .right_line {
  position: absolute;
  top: .12rem;
  bottom: .12rem;
  right: .03rem;
  width: 1px;
  background: rgba(195, 160, 124, 1);
}

.top_new .left .left_line {
  position: absolute;
  top: .12rem;
  bottom: .12rem;
  left: .03rem;
  width: 1px;
  background: rgba(195, 160, 124, 1);
}



/* .top_new .left .b_t,
.top_new .left .b_r {
  position: absolute;
  width: .83rem;
  top: .1rem;
  right: .03rem;
  bottom: .12rem;
  overflow: hidden;
} */

.top_new .left .b_r img {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_new .left .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top_new .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.top_new .left .img:hover img {
  transform: scale(1.05);
}

.top_new .right {
  width: 6.2rem;
}

.top_new .right .desc {
  margin: .24rem 0 .6rem 0;
  font-weight: 300;
  font-family: 'LXGWWenKaiMonoTC-Light';
  color: rgba(51, 51, 51, 1);
  line-height: 1.5;
}

.top_new .right .btn {
  font-weight: 300;
  font-family: 'LXGWWenKaiMonoTC-Light';
  color: #fff;
  line-height: 1.5;
  border-radius: .09rem;

  padding: .2rem .59rem;
  background: rgba(125, 63, 0, 1);
}

.content {
  padding: 1rem 2.4rem 1.4rem 2.4rem;
}

.content .list {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin: .6rem 0 0 0;
  position: relative;
  z-index: 1;
}

.content .list .li {
  width: 4.38rem;
  padding: .66rem .46rem .44rem .46rem;
  border: 2px solid rgba(195, 160, 124, 1);
  transition: all .3s ease-in-out;
  position: relative;
}

.content .list .li:hover {
  background: #C3A07C;
}

.content .list .li .top_line {
  position: absolute;
  top: .03rem;
  left: .12rem;
  right: .12rem;
  /* width: 100%; */
  height: 1px;
  background: rgba(195, 160, 124, 1);
}

.content .list .li .bottom_line {
  position: absolute;
  bottom: .03rem;
  left: .12rem;
  right: .12rem;
  /* width: 100%; */
  height: 1px;
  background: rgba(195, 160, 124, 1);
}

.content .list .li .right_line {
  position: absolute;
  top: .12rem;
  bottom: .12rem;
  right: .03rem;
  width: 1px;
  background: rgba(195, 160, 124, 1);
}

.content .list .li .left_line {
  position: absolute;
  top: .12rem;
  bottom: .12rem;
  left: .03rem;
  width: 1px;
  background: rgba(195, 160, 124, 1);
}



.content .list .li .t,
.content .list .li .r,
.content .list .li .b,
.content .list .li .l {
  position: absolute;
  width: .8rem;
  height: .8rem;
}

.content .list .li .t {
  top: .03rem;
  left: .03rem;
}

.content .list .li .r {
  top: .03rem;
  right: .03rem;
}

.content .list .li .b {
  bottom: .03rem;
  right: .03rem;
}

.content .list .li .l {
  bottom: .03rem;
  left: .03rem;
}

.content .list .li .desc {
  font-weight: 300;
  font-family: 'LXGWWenKaiMonoTC-Light';
  color: rgba(51, 51, 51, 1);
  line-height: 1.5;
  /* height: 1.4rem; */

  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .2rem;
}

.content .list .li .img_box {
  width: 100%;
  height: 2.28rem;
  overflow: hidden;
}

.content .list .li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.content .list .li:hover .img_box img {
  transform: scale(1.05);
}

.content .list .li:hover .desc {
  color: #fff;
}

.content .pagination_box {
  margin: .6rem 0 0 0;
}


.news_detail {
  display: flex;
  padding: 1.4rem;
  gap: 1.35rem;
  background: rgba(240, 236, 232, 1);
}

.news_detail .left {
  width: 4.05rem;
  flex-shrink: 0;
}

.news_detail .left .label {
  font-family: 'prsxt';
  font-weight: 400;
  line-height: 1.71;
  color: rgba(125, 63, 0, 1);
  margin: 0 0 .25rem 0;
}

.news_detail .left .list {
  display: flex;
  flex-direction: column;
  gap: .24rem;
}

.news_detail .left .list .li {
  border-bottom: 1px solid rgba(229, 221, 212, 1);
  padding-bottom: .24rem;

}

.news_detail .left .list .li .title {
  font-weight: 300;
  font-family: 'LXGWWenKaiMonoTC-Light';
  color: rgba(51, 51, 51, 1);
  line-height: 1.5;
  margin-bottom: .12rem;

  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news_detail .left .list .li .time {
  font-weight: 300;
  font-family: 'LXGWWenKaiMonoTC-Light';
  color: rgba(66, 74, 72, 1);
  line-height: 1.5;
}

.news_detail .right {
  flex: 1;

  font-weight: 300;
  font-family: 'LXGWWenKaiMonoTC-Light';
  color: rgba(51, 51, 51, 1);
  line-height: 1.5;
}

.news_detail .right img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
    .top_new {
        margin: 30px 0 0 0;
        padding: 0 20px;
        flex-direction: column;
    }
    .top_new .left {
        width: 100%;
        padding: 6px;
    }
    
    .top_new .right .desc {
        font-size: 14px;
    }
    
    .top_new .right .btn {
        font-size: 13px;
    }
    
    .content  {
        padding: 60px 20px 80px 20px;
    }
    
    .content .list .li {
        width: 100%;
    }
    .content .list .li .img_box {
        height: 36vw;
    }
    
    .content .list .li .desc {
        font-size: 14px;
    }
    
}








