.article-detail{
	
	padding-left: 30px;
	padding-right: 30px;
}

.sec-left{
	flex: 1;
}

.sec-right{
	width: 28.8%;
	padding-left: 30px;
}

.article-header{
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #BF2230;
	position: relative;
}



.articel-info{
	margin-top: 24px;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	margin-bottom: 20px;
}

.article-content{
	font-size: 14px;
    line-height:2;
}

.articel-info .datetime{
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
}

.articel-info .article-cat{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 12px;
	border: 1px solid #BF2230;
	color: #BF2230;
	height: 24px;
	font-size: 12px;
	margin-left: 48px;
}

.article-footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	padding-bottom: 100px;
}

.article-footer-left{
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	
}

.btn{
	height: 24px;
	line-height: 24px;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #999999;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #999999;
	margin-right: 16px;
}

.btn-disable{
	height: 24px;
	line-height: 24px;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #CCCCCC;
	margin-right: 16px;
}

.share-btn{
	width: 34px;
	height: 34px;
}



.swiper {
	text-align: center;
	width: 100%;
	padding-top: 21.979%;
	position: relative;
}

.swiper-img{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.article-list-header{
	display: flex;
	align-items: flex-end;
	height: 98px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.article-list-text{
	display: inline-block;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #BF2230;
	border-bottom: solid 3px #BF2230;
	padding-bottom: 24px;
}

.article-itemv{
	border-bottom: 1px solid rgba(51,51,51,0.1);
	padding-bottom: 20px;
}

.article-itemv .right-arrow{
	width: 11px;
	height: 9px;
	margin-top: 4px;
	margin-left: 20px;
}

.article-title{
	padding-top: 38px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	padding-bottom: 10px;
	position: relative;
	padding-left: 10px;
	
}

.article-itemv{
	cursor: pointer;
}

.article-itemv:hover .article-title,.article-itemv:hover .article-desc{
	color: #BF2230;
}



.red-block{
	display: inline-block;
	width: 4px;
	height: 10px;
	background-color: #BF2230;
	position: absolute;
	left: 0;
	top: 40px;
}
.article-desc{
	display: flex;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
}


.swiper .info {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 8;
	color: #fff;
	text-align: center;
}

.swiper .info .cont {
	max-width: 1440px;
	min-width: 1140px;
	margin: 0 auto;
	padding: 0 30px;
}

.swiper .info .title {
	font-size: 46px;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	font-weight: normal;
	letter-spacing: 5px;
}

.swiper .info .line {
	width: 34px;
	height: 2px;
	background: #fff;
	margin: 0 auto 35px;
}

.swiper .info .text {
	font-size: 24px;
	letter-spacing: 2px;
}
