#section {
  width: 100%;
}
#section .news-bulletin {
  margin-top: .65rem;
  padding: 0 1.8rem;
}
#section .news-bulletin .lis-title {
  margin-top: .4rem;
  padding: .15rem 0;
  border-bottom: 2px solid #F5F7F7;
}
#section .news-bulletin .lis-title h3 {
  font-size: .4rem;
  font-family: ArialMT;
  color: rgba(0, 0, 0, 0.1);
  position: relative;
}
#section .news-bulletin .lis-title h3 .triangle {
  width: .1rem;
  height: .1rem;
  min-width: 6px;
  min-height: 6px;
  position: absolute;
  top: .05rem;
}
#section .news-bulletin .lis-title h3 span {
  display: block;
}
#section .news-bulletin .lis-title p {
  font-size: .16rem;
  color: #000;
  text-indent: 2em;
  font-weight: bold;
}
#section .news-bulletin ul {
  width: 100%;
  box-sizing: border-box;
}
#section .news-bulletin ul li {
  padding: .4rem 0 .26rem;
  border-bottom: 1px dashed #EEEFEF;
  display: flex;
}
#section .news-bulletin ul li .time {
  color: #91A4A4;
}
#section .news-bulletin ul li .time .day {
  font-size: .54rem;
  font-weight: bold;
  color: #91A4A4;
  border-bottom: 1px solid #91A4A4;
}
#section .news-bulletin ul li .time .date {
  margin-top: .06rem;
  font-size: .14rem;
  color: #91A4A4;
}
#section .news-bulletin ul li .news-content {
  width: 100%;
}
#section .news-bulletin ul li .news-content .news-title {
  display: flex;
  align-items: center;
}
#section .news-bulletin ul li .news-content .news-title h3 {
  font-size: .18rem;
  font-weight: bold;
  letter-spacing: 1px;
}
#section .news-bulletin ul li .news-content .news-title .active-h3 {
  color: #E94738;
}
#section .news-bulletin ul li .news-content .news-title .icon {
  margin-left: .1rem;
  display: block;
  font-size: .5rem;
}
#section .news-bulletin ul li .news-content .news {
  margin-top: .2rem;
}
#section .news-bulletin ul li .news-content .news p {
  font-size: .16rem;
  color: #91A4A4;
  letter-spacing: 2px;
}
#section .news-bulletin ul li .news-content .news .more {
  margin-top: .3rem;
  display: flex;
  justify-content: flex-end;
}
#section .news-bulletin ul li .news-content .news .more a {
  display: block;
  font-size: .16rem;
}
#section .news-bulletin ul li .news-content .news .more a:hover {
  color: #FF7E00;
}
#section .news-bulletin .pagination {
  margin-top: .9rem;
  display: flex;
  justify-content: flex-end;
}
#section .news-bulletin .pagination .wrap-page {
  margin-left: 2rem;
}
#section .news-bulletin .pagination .wrap-page a {
  display: inline-block;
  padding: .04rem .12rem;
  font-size: .14rem;
  border-width: 1px;
  border-style: solid;
  border-color: #F5F7F7;
  transition: all .3s;
}
#section .news-bulletin .pagination .wrap-page a:hover{
  /* background-color: #49BCBD; */
  color: #fff;
  /* border-color: #49BCBD; */
}
#section .news-bulletin .pagination .wrap-page .active-a {
  color: #fff;
}
#section .news-bulletin .news-content .tit:hover{
  color: #e00;
}
.news-info-introduce{
  display: flex;
}
.news-info-introduce img{
  width: 1.9rem;
  height: 1rem;
  object-fit: contain;
  object-position: center;
  margin-right: .2rem;
}
.news-info-introduce p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
  line-height: .33rem;
}
.news-more{
  display: flex;
  justify-content: flex-end;
  margin-top: .1rem;
}
.news-more a{
  /* color: #49BCBD; */
}
.class-title{
  /* border: 1px solid #49BCBD; */
  border-radius: .04rem;
  /* color: #49BCBD; */
  padding: 0 .1rem;
  font-size: .12rem;
  margin:0 .15rem
}