div.sc_nav_tabs {}
div.sc_nav_tabs_list {}
div.sc_nav_tabs_list>.sc_tab_btn		{display:inline-block;margin:3px;padding:5px 10px;}
div.sc_nav_tabs_list>.sc_tab_btn:hover 	{background:#E8EEF4;}
div.sc_nav_tabs_list>.sc_tab_btn.hl 	{background:#E8EEF4;}




.sc_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #a9a9a9;
}

.tab_blk {
  width: 33.33%;
  border-right: 1px solid #a9a9a9;
}

.tab_blk:nth-child(2) {
  padding-right: 4%;
  padding-left: 4%;
  width: 36%;
}

.tab_blk:last-child {
  padding-right: 0;
  padding-left: 60px;
  width: 360px;
  border-right: 0;
}

.tab_title {
  margin-bottom: 30px;
  color: #000;
  font-weight: 700;
  font-size: 20px;
}

.tab_content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab_content1 .img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 127px;
  height: 127px;
}

.tab_content1 .article {
  position: relative;
  -webkit-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  padding-right: 30px;
  padding-left: 30px;
}

.tab_content1 .art_title {
  margin-bottom: 10px;
  color: #515151;
  font-size: 15px;
  line-height: 1.6em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.tab_content1 .art_date {
  font-weight: 700;
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.tab_content1 .art_more {
  position: absolute;
  bottom: 20px;
  color: #333;
  font-size: 16px;
}

.tab_content2 {
  margin-bottom: 20px;
  padding-right: 50px;
  height: 50px;
  color: #515151;
  font-size: 15px;
  line-height: 1.6em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

