.newsTopBox{
  color: black;
	background: url(../img/news/b1.jpg) center;
	background-size: cover;
	position: relative;
	height: 700px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.27),0 0 60px rgba(0,0,0,0.1) inset;
}

.newsListT1{
  margin-top: 40%;
}

.newsListT2{
  font-size: 16px;
  margin-top: 20px;
  color: #616161;
}

.newsTop{
  background-color:#f5f4f9;
  margin: 10px 0;
  height: 55px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.27),0 0 60px rgba(0,0,0,0.1) inset;
}

.tit{
  line-height: 55px;
  width: 120px;
  font-size: 17px;
  cursor: pointer;
  text-align: center;
}

.tit.active{
  font-weight: bold;
  color: black;
  border-bottom: 2px solid #005cfd;
}

.listBox{
  min-height: 500px;
  padding: 40px 0;
  background: #f5f5f9;
}

.indexBox{
  min-height: 500px;
  padding: 100px 0 40px 0;
  background: #f5f5f9;
}

.newsListBox{
  padding: 20px 30px 30px 40px;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  border-radius: 4px;
}

.newsItem{
  height: 124px;
  padding: 20px;
  color: inherit;
  display: block;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.newsItem:hover {
  background-color: rgba(151, 185, 240, 0.2);
}

.newsItem:hover .itemRight h4{
  color: #005cfd;
}

.timeBox{
  width: 160px;
  height: 84px;
  padding: 22px 0;
  border-right: 1px solid #ddd;
  font-size: 14px;
  font-weight: 400;
  color: #6f6f6f;
  display: flex;
  vertical-align: top;
}

.timeBox b{
  font-weight: 600;
  font-size: 40px;
  line-height: 38px;
  color: #181818;
  width: 42px;
  display: inline-block;
  text-align: right;
}

.sep{
  display: inline-block;
  width: 1px;
  height: 28px;
  transform: rotate(15deg);
  background: #6f6f6f;
  margin: 0 8px;
}

.yearM{
  display: inline-block;
  vertical-align: bottom;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #6f6f6f;
}

.itemRight{
  width: calc(100% - 160px);
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

.itemTitle{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.itemContent{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #4c4c4c;
}

.rich_media_meta_list{
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .newsTopBox{
		height: 335px;
		background: url(../img/news/pb1.jpg) center;
	}

  .newsListT1{
    text-align: center;
  }

  .newsListBox{
    padding: 10px 15px;
  }

  .timeBox{
    width: 105px;
  }

  .itemRight {
    width: calc(100% - 100px);
    padding-left: 10px;
    padding-right: 10px;
  }

  img{
    max-width:100% !important;
  }
}