/*right,tag块*/
.right_tag_box {
	padding: 0 5px;
}

.right_tag_box ul {
	margin-top: 12px;
}

.right_tag_box li {
	float: left;
}

.right_tag_box li a {
	display: block;
	line-height: 22px;
	padding: 0 6px;
	font-size: 14px;
	color: #666;
	margin: 4px 0 0 3px;
}

.right_tag_box li a:hover {
	color: #DC2221;
}

.right_tag_box li a.active {
	background: #DDDDDD;
}

/* 热门视频 start */
.topic_name_video_box {
	margin-bottom: 30px;
	width: 800px;
	background-color: #fff;
	border-radius: 5px;
}

.tocname_list {
	overflow: hidden;
}

.time_show {
	text-align: center;
	height: 16px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 16px;
	color: #369ee6;
	padding-bottom: 10px;
}

.time_show_new {
	text-align: center;
	height: 16px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 16px;
	position: absolute;
	right: 20px;
	margin-top: 16px;
	font-size: 12px;
	color: #999;
}

.tocname_list>ul:first-child {
	/* margin-right: 40px; */
}

.tocname_list>ul {
	width: 50%;
	float: left;
	/* margin-left: 20px; */
}

.tocname_list>ul>li {
	margin-top: 16px;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0px;
	padding-bottom: 15px;
	display: flex;
	justify-content: left;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tocname_list>ul:first-child>li {
	margin-left: 20px;
	margin-right: 10px;
}

.tocname_list>ul:last-child>li {
	margin-left: 10px;
	margin-right: 20px;
}

.tocname_list>ul>li:last-child {
	border-bottom: none;
}

.tocname_list>ul>li>img {
	width: 20px;
	margin-right: 6px;
	filter: grayscale(100%);
}

.tocname_list>ul>li>a {
	font-size: 14px;
	line-height: 21px;
	display: block;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis
}

.tocname_list>ul>li:hover a {
	color: #F8B62A;
	font-weight: bold;
}

.tocname_list>ul>li:hover>img {
	filter: unset;
}

/* 热门视频 end */

/* 首页 时间 time 标签样式 */
.content_match_fixed {
	background: #fff;
	width: 80px;
	position: absolute;
	top: 190px;
	left: -52px;
	padding-bottom: 24px;
}

.content_match_fixed a {
	display: block;
	font: 16px/28px "microsoft yahei";
	color: #333;
	width: 80%;
	text-align: center;
	margin: 18px auto 0;
}

.content_match_fixed a.active {
	color: #fff;
	background: #dc2221;
}

.content_match_fixed a:hover {
	color: #fff;
	background: #dc2221;
}

/* 首页 时间 time 标签样式 end*/

/*=========right/left content=========*/

.content_box {
	height: auto;
	margin: 0 auto 0;
	position: relative;
}

.content_block_left {
	width: 800px;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

.articles_text_box {
	background: #fff;
	border-radius: 5px 5px 0px 0px;
}

.bread_crumb {
	font-size: 14px;
	color: #666;
	padding: 10px 0 0 20px;
}

.articles_text {
	padding: 0 40px 28px;
	font-size: 16px;
	color: #333;
}

.articles_text .title {
	margin-top: 20px;
}

.articles_text p span {
	font-size: 20px !important;
}

.articles_text p span:nth-child(2) {
	margin-right: 5px;
}

.articles_text .title h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #262626;
}

.articles_text .title time {
	display: block;
	height: 21px;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	color: #999999;
	margin-top: 20px;
}

.articles_text img {
	display: block;
	margin: 0 auto;
	width: 650px;
	/*height: 342px;*/
}

.articles_text p {
	text-align: left;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 36px;
	color: #262626;
}

.articles_text pre {
	font-size: 16px;
	color: #333;
	line-height: 32px;
	text-align: left;
	margin-top: 20px;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}

.articles_text strong {
	font-weight: bold;
}

/*tag*/
.articles_tag_text ul {
	display: flex;
	flex-wrap: wrap;
}

.articles_tag_text li {
	height: 44px;
	background: #f5f5f5;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px 20px 15px 0;
}

.articles_tag_text li:hover {
	background: #ccc;
	color: #333;
}

.articles_tag_text li a {
	display: block;
	padding: 0 20px;
	height: 21px;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
}

/*推荐阅读*/

.reading_box {
	width: 100%;
	height: auto;
	margin-top: 20px;
	background: #fff;
	float: right;
	border-radius: 5px;
}

.reading_box>div:nth-child(2) {
	padding: 0 20px 20px;
}

.reading_box .reading_title {
	height: 46px;
	padding: 8px 0 0 0;
}

.reading_title p {
	height: 21px;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	color: #000000;
}

/*翻页*/
.pagination-style {
	text-align: center;
	background: #fff;
	border-top: 1px solid #E1E1E1;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 25px 0;
}

.pagination>li {
	float: left;
	margin: 0 8px;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	text-decoration: none;
	color: #999999;
	border: 1px solid #CCCCCC;
	min-width: 32px;
	height: 32px;
	display: flex;
	font-size: 16px;
	justify-content: center;
	margin-left: -1px;
	box-sizing: border-box;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #262626;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	background-color: #262626;
	border-color: #262626;
	cursor: default
}

.topic_name_video_box div div {
	display: inline-flex;
	flex-direction: row;
	width: 100%;
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 1.313rem;
	color: #000000;
}

/* .topic_name_video_box div div::before{
	content: '';
	background-image: url('../fonts/basketball.svg');
	width: 20px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	padding-right: 3px;
} */
.topic_name_video_box .tocname_list li .icon {
	content: '';
	position: relative;
	top: 4px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('../fonts/hl-vid-inactive.svg');
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 5px;
}

.topic_name_video_box .tocname_list a:hover .icon {
	background-image: url('../fonts/hl-vid-active.svg');
}

.topic_name_video_box .tocname_list li .icon-news {
	content: '';
	position: relative;
	top: 4px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('../fonts/news-inactive.svg');
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 5px;
}

.topic_name_video_box .tocname_list a:hover .icon-news {
	background-image: url('../fonts/news-active.svg');
}

.topic_name_video_box .tocname_list a:hover {
	font-weight: bold;
	color: #F8B62A;
}

.record_video_box {
	margin-bottom: 30px;
	width: 800px;
	border-radius: 5px;
}

.record_video_date {
	text-align: left;
	display: inline-block;
	display: flex;
	padding-left: 20px;
	padding-top: 10px;
}

.record_video_box div div {
	display: inline-flex;
	flex-direction: row;
	width: 100%;
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 1.313rem;
	color: #000000;
}

.recordname_list {
	overflow: hidden;
	border-radius: 5px 5px 0px 0px;
	background-color: #fff;
	padding-bottom: 15px;
}

.recordname_list>ul {
	width: 100%;
}

.recordname_list>ul>li {
	margin-top: 16px;
	padding: 0 0px;
	display: flex;
	justify-content: left;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	width: 45%;
}

.noData {
	justify-content: center;
	font-weight: normal !important;
	padding-top: 10px !important;
	font-size: 14px !important;
	color: #959595 !important;
}

.recordname_list>ul:first-child>li {
	margin-left: 18px;
	margin-right: 10px;
}

.recordname_list>ul:last-child>li {
	margin-left: 10px;
	margin-right: 20px;
}

.recordname_list>ul>li:last-child {
	border-bottom: none;
}

.recordname_list>ul>li>img {
	width: 20px;
	margin-right: 6px;
	filter: grayscale(100%);
}

.recordname_list>ul>li>a {
	font-size: 14px;
	line-height: 21px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000000;
}

.recordname_list>ul>li:hover a {
	color: #F8B62A;
	font-weight: bold;
}

.recordname_list>ul>li:hover>img {
	filter: unset;
}

.daily-title {
	height: 34px;
	background-color: white;
	font-size: 16px;
	font-weight: bold;
	background-image: url('../images/awesome-play-circle.png');
	background-position: 20px 13px;
	background-repeat: no-repeat;
	padding-top: 11px;
	padding-left: 52px;
	border-radius: 5px 5px 0px 0px;
}

/* Saishi page */
.cctv_outer {
	border-radius: 5px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding-bottom: 24px;
}

.cctv_header {
	height: 50px;
	display: flex;
	align-items: center;
	column-gap: 8px;
	padding: 0 30px 0 20px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
}

.cctv_header .popular_img {
	position: relative;
	width: 27px;
	height: 27px;
	color: #FFFFFF;
	font-size: 6px;
	line-height: 37px;
	text-align: center;
	z-index: 1;
}

.cctv_header .popular_img>img {
	position: absolute;
	left: 0;
	z-index: -1;
}

.cctv_header .rect {
	border-radius: 5px;
	margin: 2.5px 10px 0 0;
}

.cctv_grid {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 30px 60px;
	justify-items: center;
	align-items: start;
	font-size: 14px;
	margin-top: 20px;
	padding: 0 20px;
}

.list_son p {
	text-align: center;
	font-size: 14px;
	color: #000000;
}

.list_son p:hover {
	color: #F8B62A;
}

.list_son img {
	width: 83px;
	height: 83px;
	object-fit: contain;
}

/*===========视频播放页面===========*/

.play_video_box {
	width: 1200px;
	background: #1d1d1d;
	/* padding-top: 10px; */
	margin: 5px auto 0;
}

.room_video_title {
	padding-left: 15px;
}

.play_video {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.room_video {
	height: auto !important;
}

.room_video_box {
	float: left;
	width: 900px;
	padding-bottom: 15px;
}

.play_video .room_video {
	position: relative;
	min-height: 540px;
	max-height: 540px;
}

.room_video>a {
	display: block;
}

.room_video_title h2 {
	font-size: 24px;
	color: #ffffff;
	margin-top: 30px;
}

.room_video_title time {
	font-size: 14px;
	color: #cccccc;
	display: block;
	margin-top: 10px;
}

.room_video_title .room_video_time {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 60px;
	margin-top: 8px;
}

.room_video_title .room_video_time>span {
	color: #999999;
}

.room_video_title ul li {
	float: left;
	margin: 10px 20px 0 0;
	padding: 5px 20px;
	border: 1px solid #666666;
	border-radius: 5px;
}

.room_video_title ul li:hover {
	background: #F8B62A;
	border-color: #F8B62A;
}

.room_video_title ul li a {
	font-size: 14px;
	color: #999999;
	line-height: 14px;
}

.room_video_title ul li:hover a {
	color: #262626;
}

.play_video .correlation_video {
	width: 300px;
	height: auto;
	float: left;
	background-color: #1D1D1D;
}

.correlation_video .correlation_video_tab {
	height: 55px;
	border-bottom: 1px solid #454545;
}

.correlation_video .correlation_video_tab li {
	/* float: left; */
	width: 100%;
	height: 54px;
	text-align: center;
	line-height: 54px;
	font-size: 20px;
	color: #cccccc;
	cursor: pointer;
}

.correlation_video .correlation_video_tab li.active {
	border-bottom: 2px solid #F8B62A;
	text-align: left;
	cursor: default;
	padding-left: 12px;
}

.scroll_video {
	height: 619px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-top: 5px;
}

.video_article_play_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

.video_article_play_box:hover {
	background: rgba(0, 0, 0, 0.2);
}

.video_article_play {
	display: block;
	background: url(../images/play-btn.png);
	background-repeat: no-repeat;
	margin: 240px auto;
	width: 60px;
	height: 60px;
}

.video_article_play:hover {
	background-position: 120px 0;
}

.scroll_video_block {
	height: 99px;
}

.scroll_video_block img {
	width: 100px;
	height: 75px;
	margin: 12px 0 0 10px;
	float: left;
}

.scroll_video_block p {
	font-size: 14px;
	color: #ffffff;
	line-height: 26px;
	width: 160px;
	float: left;
	margin: 10px 0 0 10px;
	height: 56px;
	overflow: hidden;
}

.scroll_video_block time {
	opacity: 0.66;
	font-size: 12px;
	color: #cccccc;
	float: left;
	margin-left: 10px;
}

.scroll_video_block:hover {
	background: #000000;
	transition: all 0.3s;
}

.scroll_video_block.active {
	background: #000000;
}

/*滚动条样式*/
.scroll_video::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
}

.scroll_video::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #555555;
	border-radius: 6px;
}

.scroll_video::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 0;
	background: #333333;
}

.video_other_content {
	width: 1200px;
	display: flex;
	margin: 20px auto 0 auto;
}

.video_other_content .reading_padding {
	background-color: #FFFFFF;
	border-radius: 5px;
}

.video_other_content .reading_padding .reading_title {
	height: 55px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #EAEAEA;
	padding-left: 20px;
}

.video_other_content .reading_padding .reading_title>img {
	width: 28px;
	margin-right: 12px;
}

/*视频推荐*/
.video_recommend_block {
	width: 810px;
	height: 147px;
	box-sizing: border-box;
	border-bottom: 1px solid #e2e2e2;
	margin-top: 20px;
}

.video_recommend_block>a {
	float: left;
	display: inline-block;
	position: relative;
}

.video_recommend_block img {
	width: 168px;
	height: 126px;
}

.video_recommend_block .video_tag {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	background: url(../images/video_play.png) no-repeat;
	left: 66px;
	top: 45px;
}

.video_recommend_block h3 {
	font-size: 20px;
	width: 622px;
	height: 32px;
	color: #333333;
	line-height: 32px;
	float: left;
	margin: -6px 0 0 20px;
	overflow: hidden;
}

.video_recommend_block h3 a:hover {
	color: #dc2221;
}

.video_recommend_block p {
	width: 622px;
	float: left;
	margin: 10px 0 0 20px;
}

.video_recommend_block p a {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.video_recommend_block time {
	float: right;
	font-size: 14px;
	color: #666666;
	margin-top: 12px;
}


.tagcontainer {
	padding: 15px;
}

.tagcontainer h2 {
	margin-top: 20px;
}

.tagcontainer a {
	padding-right: 14px;
	display: inline-block;
	line-height: 2
}