.select-box {
  margin-top: 0.2rem;
}

.select-box select {
  height: 0.5rem;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

.select-box .category {
  width: 5rem;
  margin-right: 0.2rem;
}

.select-box .month {
  width: 4rem;
}

.select-box .year {
  width: 1.7rem;
}

.no-data {
  padding: 1.3rem 0 0.3rem;
  text-align: center;
  font-size: 0.3rem;
}

.news-list {
  padding-top: 1rem;
}

.news-list.event-list {
  padding-top: 0;
}

.news-list .item {
  border-bottom: 1px solid #eee;
  margin-bottom: 0.5rem;
}

.news-list .item .title {
  font-size: 0.3rem;
  position: relative;
  line-height: 1;
  padding: 0.2rem 0;
}

.news-list .item .title a {
  color: #333333;
}

.news-list .item .title::after,
.news-list .item .title::before {
  display: block;
  content: "";
  height: 0.04rem;
  position: absolute;
}

.news-list .item .title::after {
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eee;
  z-index: 1;
}

.news-list .item .title::before {
  left: 0;
  bottom: 0;
  width: 1.8rem;
  background-color: #85c023;
  z-index: 2;
}

.news-list .item .info {
  padding: 0.34rem 0;
}

.news-list .item .info .pic {
  width: 3.8rem;
  height: 2.14rem;
}

.news-list .item .info .pic a {
  width: 3.8rem;
  height: 2.14rem;
}

.news-list .item .info .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-list .item .info .con {
  flex-direction: column;
  padding: 0 0.5rem;
}

.news-list .item .info .con p {
  font-size: 0.2rem;
  color: #999;
  line-height: 1.4;
  flex: 1;
}

.news-list .item .info .con p a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  color: #999;
}

.news-list .item .info .con .bar {
  font-size: 0.2rem;
}

.news-list .item .info .con .bar .time {
  color: #ccc;
}

.news-list .item .info .con .bar a {
  color: #85c023;
}

.news-list .item .info .con .bar .btn {
  color: #85c023;
  cursor: pointer;
}

.news-list .item .right img {
  width: 0.25rem;
  height: 0.6rem;
}

.content img {
    max-width: 100%;
    height: auto;
}


.event-submit {
  font-size: 0.16rem;
  padding-top: 1.4rem;
  color: #666;
}

.event-submit .box {
  width: 14rem;
  margin: 0 auto;
}

.event-submit .box .title {
  font-size: 0.32rem;
}

.event-submit .box .time {
  margin-bottom: 0.3rem;
}

.event-submit .box .hit {
  color: #85c023;
  margin-bottom: 0.3rem;
}

.event-submit .box .pic img {
  max-width: 100%;
}

.event-submit .box .btn {
  width: 3rem;
  height: 0.6rem;
  background-color: #85c023;
  color: #fff;
  font-size: 0.24rem;
  border-radius: 0.05rem;
  display: block;
  margin: 0.5rem auto;
}

.event-submit .box .form-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.event-submit .box .form-box .label {
  display: flex;
  width: 46%;
  margin-bottom: 0.2rem;
  align-items: center;
}

.event-submit .box .form-box .label.t {
  width: 100%;
}

.event-submit .box .form-box .label span {
  width: 1.5rem;
  text-align: right;
  flex-shrink: 0;
  padding-right: 0.05rem;
}

.event-submit .box .form-box .label i {
  color: #f00;
}

.event-submit .box .form-box .label input,
.event-submit .box .form-box .label select {
  border: 1px solid #eee;
  flex: 1;
  height: 0.45rem;
  font-size: 0.18rem;
}

.event-submit .box .form-box .label textarea {
  border: 1px solid #eee;
  height: 1.5rem;
  flex: 1;
}

.detail .top {
  border-bottom: 1px solid #bfbfbf;
  padding-top: 1.8rem;
}

.detail .top .imgs img {
  width: 100%;
  display: block;
  margin-bottom: 0.5rem;
}

.detail .top h1 {
  font-size: 0.3rem;
  width: auto;
  margin-bottom: 0.2rem;
}

.detail .top .icons {
  margin-bottom: 0.3rem;
}

.detail .top .icons .icon-item {
  font-size: 0.18rem;
  color: #999;
  margin-right: 0.7rem;
}

.detail .top .icons .icon-item img {
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.14rem;
}

.detail .center {
  width: 14rem;
  margin: 0 auto;
}

.detail .center .content {
  font-size: 0.2rem;
  line-height: 1.6;
  width: 8.45rem;
  padding-top: 0.3rem;
}

.detail .center .content * {
  font-size: 0.18rem !important;
  font-family: manropeFine !important;
  /*text-decoration: none !important;*/
  /*color: #333 !important;*/border-radius: 4px;
            width: 600px;
            height: 255px;
            object-fit: cover;
            border: 1px solid #a7a6a6;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
            max-height: 255px;
}

.detail .center .content iframe {
  width: 100% !important;
}

.detail .center .content li {
  list-style: disc;
  margin-left: 0.25rem;
}

.detail .center .content img {
  max-width: 100%;
  display: block;
  margin: 0.2rem auto;
  height: auto;
}

.detail .center .content table {
  border-collapse: collapse;
  border: 1px solid #919191;
  width: 100%;
}

.detail .center .content th,
.detail .center .content td {
  border: 1px solid #919191;
}

.detail .center .content a {
  display: inline;
}

.detail .center .btn {
  width: 3rem;
  height: 0.6rem;
  background-color: #85c023;
  color: #fff;
  font-size: 0.24rem;
  border-radius: 0.05rem;
  display: block;
  margin: 0.5rem auto;
}

.detail .center .bot {
  font-size: 0.16rem;
  color: #999;
  margin-top: 0.4rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.1rem;
  margin-bottom: 1rem;
}

.detail .center .bot .like {
  background: url("./../imgs/like.png") no-repeat left center;
  cursor: pointer;
  text-indent: 0.33rem;
}

.detail .center .bot .like.liked {
  background-image: url("./../imgs/liked.png");
  color: #85c023;
}

.detail .center .bot .iShare img {
  width: 0.22rem;
  margin-left: 0.2rem;
  display: block;
}

.detail .center .right {
  width: 4.9rem;
}

.detail .center .right .title {
  font-size: 0.3rem;
  line-height: 1;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
}

.detail .center .right .frist {
  position: relative;
}

.detail .center .right .frist img {
  height: 3.2rem;
  width: 100%;
  display: block;
  object-fit: cover;
}

.detail .center .right .frist p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0.22rem;
  display: flex;
  align-items: flex-end;
  /* padding: 0.2rem; */
}

.detail .center .right .frist p a {
  color: #fff;
  padding: 0.2rem;
  background-color: rgba(0, 0, 0, 0.3);
}

.detail .center .right .list .item {
  padding: 0.15rem;
  background-color: #eee;
  margin-top: 0.2rem;
}

.detail .center .right .list .item a img {
  width: 1.8rem;
  height: 1.1rem;
  display: block;
  object-fit: cover;
}

.detail .center .right .list .item .info {
  font-size: 0.12rem;
  color: #999;
  padding-left: 0.2rem;
  width: 2.8rem;
}

.detail .center .right .list .item .info h1 {
  font-size: 0.18rem;
  font-weight: normal;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail .center .right .list .item .info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.detail .center .right .list .item .info .bor img {
  width: 0.2rem;
  height: auto;
  cursor: pointer;
}

@media (max-width: 750px) {
  .event-submit {
    padding-top: 0.8rem;
  }

  .event-submit .box {
    width: 100%;
    padding: 0.15rem;
  }

  .event-submit .box .time,
  .event-submit .box .hit {
    margin-bottom: 0.1rem;
  }

  .event-submit .box .title {
    font-size: 0.21rem;
  }

  .event-submit .box .form-box .label {
    width: 100%;
    font-size: 0.14rem;
    display: block;
  }

  .event-submit .box .form-box .label span {
    display: block;
    text-align: left;
  }

  .event-submit .box .form-box .label input,
  .event-submit .box .form-box .label select,
  .event-submit .box .form-box .label textarea {
    width: 100%;
  }

  .detail,
  .news {
    padding: 0 0.15rem;
    padding-bottom: 0.2rem;
    position: relative;
  }

  .news .select-box select {
    width: 33%;
  }

  .news-list .item .title {
    font-size: 0.14rem;
  }

  .news-list .item .title a {
    font-size: 0.14rem;
  }

  .news-list .item .title::before {
    width: 0.8rem;
  }

  .detail .center {
    width: 100%;
    display: block;
  }

  .detail .center .content {
    width: 100%;
    font-size: 0.12rem;
  }

  .detail .center .content * {
    /*color: #333 !important;*/
    font-size: 0.12rem !important;
    /*text-decoration: none !important;*/
    font-family: manropeFine !important;
  }

  .detail .center .content iframe {
    width: 100% !important;
  }

  .detail .top .icons .icon-item img {
    width: 0.15rem;
    height: 0.15rem;
  }

  .detail .center .right .list .item .info h1 {
    font-size: 0.16rem;
  }

  .detail .center .right {
    width: 100%;
  }

  .detail .top .icons {
    margin-bottom: 0.1rem;
  }

  .detail .top .icons .icon-item {
    margin-right: 0.25rem;
    font-size: 0.12rem;
  }

  .detail .top h1 {
    font-size: 0.14rem;
    width: 100%;
  }

  .news-list .item .info .con .bar .time {
    font-size: 0.12rem;
  }

  .detail .top {
    padding-top: 0.8rem;
  }

  .detail .center .bot {
    font-size: 0.14rem;
    color: #999;
    margin-top: 0.2rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.1rem;
    margin-bottom: 0.3rem;
  }

  .detail .center .right .list .item a img {
    width: 1.5rem;
    height: 0.9rem;
    display: block;
    object-fit: cover;
  }

  .share span {
    display: none;
  }

  .detail .center .right .list .item .info {
    padding-left: 0.15rem;
    width: 1.7rem;
  }

  .news-list .item .info {
    display: block;
    padding: 0.2rem 0;
  }

  .news-list .item .info .pic {
    width: 100%;
  }

  .news-list .item .info .con {
    padding: 0;
  }

  .news-list .item .info .con p {
    font-size: 0.12rem;
    margin: 0.1rem 0;
  }

  .news-list .item .info .con .bar {
    font-size: 0.12rem;
    display: block;
  }

  .news-list .item .info .con .bar a {
    padding-right: 0.5rem;
  }

  .news-list .item .right img {
    position: absolute;
    right: 0.15rem;
    width: 0.24rem;
    height: 0.24rem;
    margin-top: -0.24rem;
  }

  .news-list .item .flex-shrink-0 img {
    width: 0.08rem;
    height: 0.2rem;
    object-fit: cover;
  }

  .select-box select {
    height: 0.4rem;
  }

  .news-list .item {
    margin-bottom: 0;
  }

  .news-list {
    padding-top: 0;
  }

  .detail .center .right .frist img {
    height: auto;
  }

  .detail .center .right .frist p {
    font-size: 1rem;
  }

  .detail .center .right .title {
    font-size: 0.21rem;
    margin-bottom: 0.1rem;
    margin-top: 0;
  }

  .news-list .item .info .pic a {
    width: 100%;
    object-fit: cover;
    text-decoration: none; /* Removes underline from links */
    color: black; /* Default color for inactive links */
  }

  .detail .center .content img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .detail .center .right .list .item .info .bor img {
    height: 0.2rem;
  }
}

.news-list-right .media-post-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.news-list-right .media-post-wrap .cat {
  position: absolute;
  left: 30px;
  top: 30px;
  background: #009ce1;
  color: #fff;
  z-index: 1;
  padding: 0 10px;
  border-radius: 4px;
}

.news-list-right .media-post-wrap .thumb {
  position: relative;
  border-radius: 5px 5px 0 0;
}

    .news-list-right .media-post-wrap .thumb img {
        width: 100%;
        border-radius: 5px 5px 0 0;
        max-height: 230px;
        object-fit: cover;
    }

.news-list-right .list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.news-list-right .media-body {
  background-color: #fff;
  box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
  border-radius: 0 0 5px 5px;
}

.news-list-right .custom-card {
  background-color: #f3fbff;
  color: white;
  border-radius: 5px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.news-list-right .img-section {
    background-color: white;
    width: 100%; /* 容器宽度为100% */
    height: 100px; /* 设置固定高度 */
    overflow: hidden; /* 超出部分隐藏 */
}

.news-list-right .img-section a {
  text-decoration: none; /* Removes underline from links */
  color: black;
}


.card-body {
    padding: 5px;
}

.news-list-right .img-section a:hover,
a:active {
  color: gray; /* Color for active links */
}

    .news-list-right .img-section a img {
        width: 100%; /* 图片宽度为100% */
        height: 100%; /* 图片高度也为100% */
        object-fit: cover; /* 裁剪图片以填满容器 */
    }

.news-list-right h5 {
    margin-top: 10px !important;
    font-size: 1rem;
}

.news-list-right p {
    margin-top: 10px !important;
    font-size: 0.8rem;
}

.new-title {
  font-size: 30px;
}

.newsfoot {
  margin-top: 150px;
}


li, ul {
    list-style: revert !important;
    padding-left:10px;
}
