@charset "utf-8";

.hd-yjzj-link{
	border-radius: 0.3125rem;
	background-color: #9c140b;
	/* height: 100%; */
	height: 7.5rem;
	position: relative;
}
.hd-yjzj-link-bg1{
	background: url(../../images/hdjl_skin/bg-1.png) 110% 0 no-repeat #9c140b;
}
.hd-yjzj-link-bg2{
	background: url(../../images/hdjl_skin/bg-2.png) right center no-repeat #9c140b;
	/* background-size: 100%; */
}
.hd-yjzj-link-bg2 a{
	background: url(../../images/hdjl_skin/bg-3.png) center no-repeat !important;
	/* text-indent: 9999px !important; */
	margin-left: 20% !important;
	position: static;
	padding-left: 20px !important;
	width: 70%;
	float: right !important;
}
.hd-yjzj-link-mobile{
	height: 5rem;
}
.hd-yjzj-link-mobile i{
	line-height: 5rem !important;
}
.hd-yjzj-link-mobile a{
	padding-top: 6% !important;
}
.hd-yjzj-link-mobile a.line-height80{
	padding-top: 0 !important;
	line-height: 5rem;
}
.hd-yjzj-link i{
	position: absolute;
	margin-left: 15%;
	display: inline-block;
	float: left;
	line-height: 7.5rem;
}

.hd-yjzj-link a{
	display: block;
	position: absolute;
	display: block;
	float: left;
	margin-left: 45%;
	padding-top: 10%;
}
.hd-yjzj-link a.line-height{
	padding: 0;
	line-height: 7.5rem;
}

.hd-yjzj-link a:hover{
	color: #FFFFFF;
}

.hd-yjzj-link::before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	content: "";
	/* background: url(../../images/hdjl_skin/bg-4.png) 100% 0 no-repeat #2F65CF; */
	background: linear-gradient(
 120deg,
 transparent,
 rgba(255, 255, 255, 0.4),
 transparent
 );
	border-radius: 0.3125rem;
	transition: all .3s;
	overflow: hidden;
}

.hd-yjzj-link:hover::before{
	/* left: 100%; */
	width: 100%;
}

.hd-title-box {
	border-bottom: 1px solid #E0E0E0;
	line-height: 3.125rem;
	/* position: relative; */
}

.hd-title {
	padding-left: 0.625rem;
	text-align: left;
	font-size: 1.125rem;
	color: #C5291B;
	font-weight: bold;
}

.hd-title-box a {
	float: right;
	display: block;
	font-size: 0.875rem;
}

.hd-mobile-item ul{
	padding: 0.3125rem 0.3125rem 0.625rem 0.3125rem;
}
.hd-mobile-item ul li{
	line-height: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hd-mobile-item ul li.color{
	color: #C5291B !important;
	font-weight: bold;
}
.hd-mobile-item ul li span{
	float: right;
	font-size: 0.875rem;
	color: #777;
}

.layui-table {
	border: none;
}

.layui-table th,
.layui-table td {
	font-size: 1rem;
}

.hd-zxft-row {
	padding: 0.9375rem 0.3125rem;
}

.hd-zxft-img {
	cursor: pointer;
	position: relative;
	border: 3px solid #E8E8E8;
}

.hd-zxft-img p {
	position: absolute;
	overflow: hidden;
	height: 0;
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	left: 0;
	width: 94%;
	transition: .3s;
	padding: 0 3%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.75rem;
	text-align: center;
	font-size: 1.125rem;
}

.hd-zxft-img:hover p {
	height: 100%;
	color: #FFFFFF;
}

.hd-zxft-img:hover p a {
	color: #FFFFFF;
}

.hd-zxft-item {
	padding-left: 1.25rem;
}

.hd-zxft-item p {
	padding-bottom: 0.75rem;
}

.hd-zxft-item p:nth-child(1) a {
	font-size: 1.25rem;
	color: #C5291B;
	line-height: 1.875rem;
}

.hd-zxft-item p:nth-child(4) {
	line-height: 180%;
	height: 100%;
	overflow-y: auto;
}

.hd-zxft-item-p::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

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

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

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

.hd-zxft-item-p::-webkit-scrollbar-thumb {
	background: #9c140b;
	border-radius: 0.5rem;
}

.hd-zxft-item-p {
	scrollbar-arrow-color: #c0c4cc;
	scrollbar-face-color: #9c140b;
	scrollbar-highlight-color: #9c140b;
	scrollbar-shadow-color: #9c140b;
	scrollbar-track-color: #f4f4f5;
	scrollbar-3dlight-color: #A2A2A3;
	scrollbar-darkshadow-color: #A2A2A3;
	scrollbar-base-color: #f4f4f5;
}
