.leaderTitle{
	font-size: 16px;
	color: #999;
}
.title{
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	margin: 8px 0;
}
.subTitle{
	font-size: 16px;
	color: #888;
	line-height: 24px;
	text-align: center;
}
.detail{
	margin-bottom: 100px;
    margin: auto;
	min-height: 680px;
}
.layui-col-md8 {
    width: unset !important;
}

@media screen and (min-width: 1200px){
	.video-container .layui-col-md8 {
	width: 36% !important;
   float: unset;
}
}
.article_fuwenben_video{
	    position: static!important;
}
.editor-mobile{
	text-align: end;
}
.group_picture_content .video-text{
	text-align: justify;
}
.ui-categorys .bd {
    padding: 10px;
}
.ui-categorys .bd ul {
    border-bottom: 1px solid #d21a02;
    padding-bottom: 10px;
}
.content_footer {
    height: 77px;
	padding: 5px !important;
	bottom: 0;
}
.article_leader_title{
	text-align: center;
}

/* 图文直播 */
.twzb_top_pic img {
    max-width: 100%;
}
.twzb_pic_gongge img {
    max-width: 100%;
}
.twzb_pic img {
    max-width: 100%;
}
.twzb_pic_gongge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}
.twzb_pic_gongge img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
}
.twzb_pic-top {
    margin-top: 20px;
    margin-bottom: 5px;
}
.twzb_pic-top>img {
    width: 66px;
}
.twzb_content .twzb_title {
    margin-bottom: 10px;
}
.twzb_info {
    margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 17px;
	text-align: justify;
}
.twzb_content .twzb_title a {
    font-size: 18px;
    font-weight: bold;
}
.twzb_publish_date{
	color: #ff6666;
}
.twzb_source{
	color: rgb(103, 191, 98);
}
.live_tuwen_page nav img {
    width: 200px;
    vertical-align: middle;
}
.live_tuwen_page nav>.main {
   display: flex;
}
.live_tuwen_page .Live-now {
    line-height: 50px;
    color: #ee8b18;
    margin-right: 10px;
}
.live_tuwen_page ul li a {
    line-height: 50px;
	color: #fff;
}
.live_tuwen_page nav .main ul {
   flex: auto;
}
.twzb_tips h5 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.live_tuwen_page nav {
    background: #333;
}
.twzb_tips {
    padding: 20px 0;
    background-color: #ab2420;
}
.xgplayer:before {
    content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover; /* 图片铺满容器 */
      background-position: center; /* 图片居中显示 */
      filter: blur(5px); /* 高斯模糊程度（数值越大越模糊） */
      z-index: 1; /* 背景层在视频下方 */
}
.xgplayer video{
	z-index: 2 !important;
}