.sidebar {
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 315px;
	padding-left: 15px;
	border-left: 1px dotted #b4b2b2;
}

.sidebar img {
	width: 100%;
}

.sidebar a, .sidebar a:visited {
	color: #000;
}

.sidebar .one_post .img {
	line-height: 0;
}

.sidebar .text {
	font-size: 15px;
	line-height: 21px;
}

.sidebar>div {
	margin-bottom: 12px;
	border-bottom: 1px dotted #b4b2b2;
	padding-bottom: 10px;
}

.sidebar>div:last-child {
	border-bottom: none;
}

.sidebar .live .block_title {
	color: #fff;
	font-weight: bold;
	padding: 4px 10px;
	background: rgb(18, 115, 222);
	background: -moz-linear-gradient(180deg, rgba(18, 115, 222, 1) 0%, rgba(10, 69, 189, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(18, 115, 222, 1) 0%, rgba(10, 69, 189, 1) 100%);
	background: linear-gradient(180deg, rgba(18, 115, 222, 1) 0%, rgba(10, 69, 189, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1273de", endColorstr="#0a45bd", GradientType=1);
}

.sidebar .live .block_title:before {
	content: '';
	display: inline-block;
	background: url(/assets/themes/ntd/images/logo/logo_ntd_small.png) no-repeat;
	background-size: 100%;
	width: 26px;
	height: 26px;
	vertical-align: middle;
	margin-right: 7px;
}

.sidebar .live .block_title a {
	color: #fff;
	float: right;
	font-size: 14px;
	margin-top: 3px;
}

#livestream_player video {
	object-fit: fill;
}

.sidebar .live iframe {
	width: 100%;
	height: 168.75px;
}

.sidebar .live ul {
	text-align: center;
}

.sidebar .live ul li {
	display: inline-block;
	width: 28%;
	font-size: 16px;
}

.sidebar .live .active a {
	color: #ec0000;
	border-bottom: 3px solid #ec0000;
}

.sidebar .block_title span {
	position: relative;
	color: #1662d0;
	font-size: 18px;
}

.sidebar .block_title span:after {
	content: '';
	position: absolute;
	bottom: 6px;
	right: -17px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #007bff transparent transparent transparent;
}

.sidebar .shenyun_news .block_title {
	padding: 8px 0;
}

.sidebar .shenyun_news .block_title .more {
	color: #666;
	float: right;
	font-size: 14px;
	font-weight: 300;
}

.sidebar .shenyun_news .block_title span a {
	color: #1662d0;
}

.sidebar .shenyun_news .block_title .img {
	line-heigth: 0;
}

.sidebar .ranking .img span {
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #E00000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.sidebar .ranking .one_post .text {
	padding: 5px 0;
}

.sidebar .pickup_prog .one_post {
	box-shadow: 3px 3px 11px 3px #e7e7e7;
	margin-bottom: 20px;
	line-height: 0;
}

.sidebar .topics .block_title {
	font-weight: bold;
    background: #1054c1;
    padding: 4px;
    color: #fff;
    text-align: center;
}

.sidebar .topics .sub_block_title {
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	padding: 10px 0 5px;
}

.sidebar .topics .sub_block_title a {
	color: #1662d0;
}

.sidebar .one_post {
	display: inline-block;
	width: 100%;
}

.sidebar .one_post .text {
	display: inline-block;
	float: left;
	width: 60%;
	margin-left: 3%;
}

.sidebar .one_post .text.full_width {
	width: 100%;
}

.sidebar .one_post .title {
	font-size: 15px;
	line-height: 21px;
}

.sidebar .one_post .date {
	color: #666;
	font-size: 13px;
	padding-top: 6px;
}

.sidebar .one_post .img {
	position: relative;
	display: inline-block;
	float: left;
	width: 37%;
	line-height: 0;
	font-size: 0;
}

.sidebar .one_post .img img {
	width: 100%;
}

.sidebar .one_post .img .length {
	position: absolute;
	bottom: 5px;
	left: 5px;
	display: inline-block;
	line-height: 15px;
	color: #fff;
	padding-right: 7px;
	font-size: 12px;
	font-weight: 400;
	background-color: rgba(0, 0, 0, .5);
}

.sidebar .one_post .img .triangle {
	width: 0;
	height: 0;
	display: inline-block;
	margin: 5px 3px 0 5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff;
}

.sidebar .jingwen img {
	display: block;
	margin: 5px 0;
}

