.head-bg {
	height: 95px;
	width: 100%;
	/*background-image: linear-gradient(#EB0000, #FF480F);*/
	background: #ff0f0f;
	position: fixed;
	z-index:999;
	transition:height .2s;
}
.logo-box {
	height: 32px;
	line-height: 32px;
	padding-top: 16px;
}

.logo-box .logo {
	margin-left: 11px;
	height: 36px;
}
.logo-box .me-btn {
	margin-right: 11px;
	float: right;
	height: 25px;
	width: 26px;
	background: url('https://res1.bjd.com.cn/35/37/images/me-btn.png') no-repeat;
	background-size: 100%;
	border-radius: 50%;
	border:0;
}
.logo-box .search-btn.fa{
	float: right;
	height: 25px;
	width: 25px;
	line-height: 25px;
	color:#FFF;
	border-radius: 50%;
	border:0;
	background: none;
	font-size: 25px;
}

.top-nav {
	width:100%;
	height:28px;
	line-height: 28px;
	position: absolute;
	top:55px;
}
.top-nav li{
	list-style: none;
	font-size: 18px;
	font-weight: Normal;
	text-align: center;
	float: left;
	padding: 0 15px;
	cursor: pointer;
}


.top-nav li:first-child {
	/*margin-left: 5%;*/
}
.top-nav li a {
	color: #ffffff;
}
.top-nav .line {
	width: 36px;
	height: 3px;
	background: #ffffff;
	border-radius: 2px;
	position: absolute;
	top:30px;
	left:0;
	transition: all .2s;
}

.ct-box {
	width:94%;
	margin-left: 3%;
	position: relative;
}
.nav-bar {
	width: 100%;
	height: 82px;
	background: #ffffff;
	box-shadow: 0px 0px 8px 0px rgba(54,0,0,0.13);
	position: relative;
	margin-top: -41px;
	z-index: 1000;
	border-radius: 6px;
}
.nav-bar ul {
	width: 90%;
	padding-top: 11px;
	overflow:hidden;
	clear:both;
}
.nav-bar ul li {
	height: 30px;
	line-height: 30px;
	list-style: none;
	float: left;
	width: 19%;
	text-align: center;
}
.nav-bar ul:first-child {
	margin-left: 5%;
}
.nav-bar ul li a {
	color:#363636;
	font-size: 16px;
}
.top-h1 {
	padding-top:4px;
}
.top-h1 ul li h1 {
	font-size: 18px;
	font-weight: 500;
}
.top-h1 ul li h2 {
	font-size: 18px;
	font-weight: 500;
}
.top-h1 .mui-table-view-cell {
	padding-left: 0;
	padding-right: 0;
}
.top-h1 .mui-table-view-cell p{
	font-size: 14px;
}
.top-h1 p .tag {
	margin-right:17px;
	color:#F31E06;
	font-weight: 400;
}
.top-h1 .mui-table-view-cell.sm h1{
	font-size: 16px;
}
.top-slider {
	width: 100%;
	border-radius: 6px;
	height: 12.375rem;
	margin-top: 4px;
	margin-bottom: 4px;
}
.top-slider img{
	width: 100%;
	margin-bottom: -4px;
}
.top-slider .slider-text {
	padding:3px 15px;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	margin: 0;
	z-index: 998;
	line-height: 30px;
}
.top-slider .swiper-pagination {
	text-align: right;
    font-size: 12px;
    color: #FFF;
    display: block;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 15px;
}
.top-slider .swiper-pagination .swiper-pagination-current {
	font-size: 17px;
	font-weight: 700;
	color: #eb0000;
}
.text-img-list {
	width: 100%;
	border-radius: 6px;
	box-shadow: 0px 0px 9px 0px rgba(144,144,144,0.17);
}
.mui-table-view:before,.mui-table-view:after  {
	background-color:#FFF;
}
.text-img-list ul li h1 {
	font-size: 16px;
    font-weight: 400;
    color: #464646;
    line-height: 20px;
}
.text-img-list ul li h2 {
	font-size: 16px;
	font-weight: 400;
	color: #464646;
	line-height: 20px;
}
.text-img-list ul li h1 .tag{
	background-image: linear-gradient(#EB0000, #FF480F);
	color:#FFF;
	font-size: 12px;
	padding:2px 8px;
	border-radius: 10px;
	position: relative;
	top:-2px;
}
.text-img-list .color-red{
	color:#ec0401;
	margin-right: 15px;
}
.text-img-list .mui-pull-left {
	width: calc(100% - 105px);
}
.text-img-list .mui-pull-right {
	width: 104px;
	border-radius: 3px;
	height: 60px;
	padding: 0;
}
.mui-table-view-cell>a:not(.mui-btn) {
	margin:0;padding:0;
}
.channel-title {
	font-size: 17px;
	font-weight: 700;
	color: #363636;
	height: 20px;
	line-height: 20px;
	margin-top: 20px;
        margin-bottom:12px;
}
.channel-title .text .fa {
	color:#EB0000;
	font-size: 24px;
	margin-right:5px;
	vertical-align: middle;
}
.channel-title .text,.channel-title .more {
	height: 20px;
	line-height: 20px;
	float: left;
	margin-right: 2px;
}
.channel-title .more {
	float:right;
	color:#FFF;
	font-size: 12px;
	font-weight: 400;
	background-image: linear-gradient(#EB0000, #FF480F);
	padding:0 15px;
	border-radius: 10px;
}
.channel-title .more img{
	width: 10px;
}
.video-slider {
	width: 96%;
	margin-left: 4%;
	overflow: hidden;
}
.video-slider .swiper-slide .thumb {
	width: 100%;
	border-radius: 6px;
}
.video-slider .swiper-slide .text {
	margin-bottom: 0;
	position: absolute;
	bottom:10px;
	left: 10px;
	color:#FFF;
}
.video-slider .swiper-slide .play-btn{
	width: 30px;
	height: 30px;
	position: absolute;
	top:calc(50% - 15px);
	left:calc(50% - 15px);
}
.transparent-card .title {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #222222;
	line-height: 1.5rem;
}
.transparent-card img {
	width: 100%;
	border-radius: 6px;
}
.transparent-card .source{
	color:#7d7d7d;
        margin-top:10px;
}
.center-red-title {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.center-red-title *{
	vertical-align:middle;
}
.center-red-title .fa{
	color:#EB0000;
	font-size: 16px;
}
.center-red-title .text{
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #eb0000;
}
.bottom-ad-box {
	margin:15px 0;
}
.bottom-ad-box .text {
	font-size: 16px;
	font-weight: 400;
	color: #222222;
}
.bottom-ad-box>img {
	margin-top:10px;
	border-radius: 6px;
}
.bottom-ad-box .footer * {
	vertical-align:middle;
}
.bottom-ad-box .footer .text,.bottom-ad-box .footer .icon {
	display: inline-block;
    margin-bottom: 0px;
}
.bottom-ad-box .footer .text,.bottom-ad-box .footer .fa {
	color:#EB0000;
	font-size: 14px;
}

.bottom-ad-box .footer .mui-pull-left .text {
	font-size: 12px;
	font-weight: 400;
	color: #959595;
}
.bottom-ad-box .footer .mui-pull-right .text {
	font-size: 10px;
	font-weight: 400;
	color: #ec0201;
}
.text-img-list .mui-table-view-cell p,.text-img-list .mui-table-view-cell span{
	font-size: 14px;
}
.text-img-list .center-red-title {
	padding-bottom: 38px;
}

.nav-bar ul li .fa-plus-circle{
	font-size: 22px;
	color:#FF480F;
	font-weight: 600;
}
#index-margin-div {
	height: 95px;
	transition: height .2s;
}
.runk {display: flex;flex-wrap: wrap}
.runk a{padding:10px 24px;display: block}