.section {
  padding: 20px 0px;
}


.title-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
}

.text-md-left {
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  font-size: 32px;
}

.recommend-news {
  padding: 48px 15px;
}

.recommend-news .news-list {
  display: flex;
  justify-content: space-between;
}

.recommend-news .news-list .news-list-left .news-list-left-item {
  height: 100%;
}

.recommend-news .news-list .news-list-left .news-list-left-item a {
	display: block;
	width: 570px;
	height: 100%;
	 border: 1px solid #fff;
	border-radius: 10px;
	box-shadow: 0px 7px 14px 0px #c7d4f2;
	overflow: hidden;
}

.recommend-news .news-list .news-list-left .news-list-left-item a .news-list-left-item-img {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
}

.recommend-news .news-list .news-list-left .news-list-left-item a .news-list-left-item-info {
  padding: 32px;
}

.recommend-news .news-list .news-list-left .news-list-left-item a .news-list-left-item-info .news-list-left-item-time {
     color: #666;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    font-family: DIN;
}

.recommend-news .news-list .news-list-left .news-list-left-item a .news-list-left-item-info .news-list-left-item-title {
      line-height: 30px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    overflow: hidden;
}
.recommend-news .news-list .news-list-left .news-list-left-item a .news-list-left-item-info .news-list-left-item-more{
	 width: 92px;
    height: 28px;
    border: 1px solid #333;
    border-radius: 4px;
    margin-top: 16px;
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}
.recommend-news .news-list .news-list-left .news-list-left-item a .news-list-left-item-info .news-list-left-item-more:hover{
	color: #fff;
	border: 1px solid #999999;
	background: #1472ff;
}
.recommend-news .news-list .news-list-right .news-list-right-item {
  margin-bottom: 16px;
}

.recommend-news .news-list .news-list-right .news-list-right-item a {
	display: block;
	width: 570px;
	min-height: 172px;
	overflow: hidden;
	display: flex;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 10px;
	box-shadow: 0px 7px 14px 0px #c7d4f2;
}

.recommend-news .news-list .news-list-right .news-list-right-item:last-child {
  margin-bottom: 0;
}

.recommend-news .news-list .news-list-right .news-list-right-item a .news-list-right-item-img {
  width: 248px;
  height: 172px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.recommend-news .news-list .news-list-right .news-list-right-item a .news-list-right-item-info {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 24px;
}

.recommend-news .news-list .news-list-right .news-list-right-item a .news-list-right-item-info .news-list-right-item-time {
	color: #666;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    font-family: DIN;
}

.recommend-news .news-list .news-list-right .news-list-right-item a .news-list-right-item-info .news-list-right-item-title {
  line-height: 30px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    overflow: hidden;
}


.all-news .title-box .all-news-title-tabs {
  display: flex;
  align-items: center;
}

.all-news .title-box .all-news-title-tabs .all-news-title-tabs-label {
  padding: 0 15px 12px;
  cursor: pointer;
  color: #333;
  font-size: 18px;
  line-height: 100%;
}

.all-news .title-box .all-news-title-tabs .all-news-title-tabs-label.actived {
  color: rgb(0, 109, 255);
  position: relative;
}

.all-news .title-box .all-news-title-tabs .all-news-title-tabs-label.actived::after {
  content: '';
  display: block;
  background: rgb(0, 109, 255);
  width: calc(100% - 30px);
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.all-news-list .all-news-list-tabs {
  display: none;
}

.all-news-list .all-news-list-tabs.actived {
  display: block;
}

.all-news-list .all-news-list-tabs .articles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.all-news-list .all-news-list-tabs .articles .article-li{
	width: 384px;
	border-radius: 10px;
	box-shadow: 0px 7px 14px 0px #c7d4f2;
	margin-top: 42px;
  border: 1px solid #fff;
  overflow: hidden;
}

.all-news-list .all-news-list-tabs .articles .article-li:hover{
	box-shadow: 0px 7px 14px 0px #dee5f7;
}
.all-news-list .all-news-list-tabs .articles .article-li:hover .more{
	background: #1472ff;
	color:#fff;
}

.all-news-list .all-news-list-tabs .articles .article-li a {
  display: block;
  width: 100%;
}

.all-news-list .all-news-list-tabs .articles .article-li .img-box {
  width: 382px;
  height: 214px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.all-news-list .all-news-list-tabs .articles .article-li .img-box .tag {
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  padding: 10px;
  background: rgba(0,0,0,.4);
  border-radius: 10px 0px;
}

.all-news-list .all-news-list-tabs .articles .article-li .img-box img {
  width: 100%;
  height: 100%;
}


.all-news-list .all-news-list-tabs .articles .article-li .text-box{
	
	padding:20px;
	background-color:#fff;
	border-radius: 10px;
}

.all-news-list .all-news-list-tabs .articles .article-li .datetime{
	
	font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    font-family: DIN;
}

.all-news-list .all-news-list-tabs .articles .article-li .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}

.all-news-list .all-news-list-tabs .articles .article-li .desc {
  font-size: 14px;
  line-height: 21px;
  color: #666;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.all-news-list .all-news-list-tabs .articles .more {
  width: 92px;
  height: 28px;
  border: 1px solid #333;
  border-radius: 4px;
  margin-top: 16px;
  font-size: 12px;
  color: #000;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}

.all-news-list .all-news-list-tabs .articles .more:hover{
	color: #fff;
	border: 1px solid #999999;
	background: #1472ff;
}


.all-news .news-more {
  padding-top: 24px;
  text-align: center;
}

.all-news .news-more a {
      display: inline-block;
    font-weight: 400;
    border-radius: 5px;
    border: solid rgb(0, 109, 255) 1px;
    font-size: 13px;
    line-height: 175%;
    margin: 0;
    padding: 3px 23px;
    color: rgb(14 90 192);
    margin-top: 50px;
}