/* ­×¥¿footer ¨S¦³¸m©³  */
.news_list.custom-container {
	min-height: calc(100vh - 226px);
}

/*.news_list.custom-container {
	min-height: calc(100% - 226px);
}*/

.news_list-block {
  margin-top: 24px;
  margin-bottom: 32px;
}

.news_list-block-wrapper {
  background: #fff;
}

.news_list-block-body-single {
  width: 100%;
}

.news_list-block-body-single table{
  width: 100%;
}
.news_list-block-body-single-tr:nth-child(1) {
	background-color: #fff8ea;
}
.news_list-block-body-single tr:first-child {
	height: 48px;
}

.news_list-block-body-single tr:first-child:hover{
  background-color: #ceecff;
}

/*.news_list-block-body-single tr:first-child:hover span {
  border-bottom: 1px solid #0068b6;
}*/
.news_list-block-body-single tr:first-child:active{
  background-color: #e4e4e4;
}

.news_list-block-body-single-tr td:first-child {
	position: relative;
	width: 16px;
	height: 16px;
	padding: 0px 10px;
	padding-right: 0px;
}
.news_list-block-body-single-tr td:first-child div {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ff7e25;
	top: 50%;
	transform: translate(0%,-50%);
}
.news_list-block-body-single-tr td:nth-child(2) {
	width: 80px;
	vertical-align: middle;
	text-align: center;
	padding: 0px 15px;
	color: #00a64e;
}
.news_list-block-body-single-tr td:nth-child(3) {
	font-size: 15px;
	font-weight: 500;
	color: #555555;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 50px;
	vertical-align: middle;
	text-align: left;
}
.news_list-block-body-single-content {
	padding: 10px 0px;
	display: none;
	padding-right: 32px;
	text-align: justify;
}
.news_list-block-body-single-click img{
  transition: 0.4s;
}
.news_list-block-body-single ol {
    padding-left: 30px;
    padding-top:1px;
    padding-right:15px;
}
.news_list-block-body-single section {
    padding-left: 8px;
    padding-top: 2px;
    padding-right: 5px;
}

.show-more {
  height: 32px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #969696;
  padding: 4px;
}

.show-more:active {
  background-color: #e4e4e4;
}

.show-more:hover{
  background-color: #ceecff;
}

@media all and (max-width: 768px) {
body {
  background-color: #f2f2f2 !important;
}
.news_list-block-body-single-tr td:nth-child(3) {
	font-size: 14px;
	font-weight: 500;
	color: #555555;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 50px;
}
.news_list.custom-container {
	min-height: calc(100% - 238px);
}
}
/*IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.news_list-block-body-single-tr span, .news_list-block-body-single-tr div, .news_list-block-body-single-tr h4 {
    pointer-events:none;
  }
  
}
