@charset "utf-8";

.padding15{
	padding: 15px;
}
.video-content{
	width: 100%;
	height: 200px;
	background: #E8E8E8;
}
.ftjb-title{
	line-height: 40px;
	font-weight: bold;
	border-bottom: #E8E8E8 1px solid;
}
.ft-title{
	line-height: 40px;
	/* border-bottom: #E8E8E8 1px solid; */
}
.ft-title-color{
	color: #C5291B;
}
.ft-title span{
	padding: 5px 6px;
	background-color: #9c140b;
	margin-right: 10px;
	color: #FFFFFF;
}
.zxft-box::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.zxft-box::-webkit-scrollbar-button {
	background: #74D334;
	display: none;
}

.zxft-box::-webkit-scrollbar-track {
	background: #E8E8E8;
	border-radius: 0.5rem;
}

.zxft-box::-webkit-scrollbar-track-piece {
	background: #E8E8E8;
	border-radius: 0.5rem;
}

.zxft-box::-webkit-scrollbar-thumb {
	background: #9c140b;
	border-radius: 0.5rem;
}
.jb-name-box{
	height: 100px;
	overflow-y: auto;
}
.jb-name{
	line-height: 32px;
	padding: 0 0.625rem;
}
.jb-name span{
	font-weight: bold;
	margin-right: 0.375rem;
}
.zy-content{
	height: 275px;
	overflow-y: auto;
	line-height: 220%;
	text-indent: 32px;
	text-align: justify;
	padding-right: 15px;
}
.zy-content p{
	line-height: 220%;
}
.wzsl-content{
	height: 500px;
	overflow-y: auto;
	line-height: 220%;
	text-indent: 32px;
	text-align: justify;
	padding: 5px 20px;
}
.wzsl-content p{
	line-height: 220%;
}
.ft-title em{font-style: normal;color: #C5291B;}