
/* 技术资料列表页 */
.technicalList_box {
	background-color: #fff;
	padding: 15px 20px 20px 20px;
	box-sizing: border-box;
}
.flex_shack0 {
	flex-shrink: 0;
}

/* 筛选搜索nav */
.technicalList_searchInput_box {
    width: 300px;
    height: 32px;
    border-radius: 5px;
    background-color: #fff;
    padding-left: 15px;
    box-sizing: border-box;
	border: 1px solid #ddd;
	overflow: hidden;
}
.technicalList_searchInput,.technicalList_searchInput:hover {
    height: 30px;
    border: 0px;
    box-shadow:inherit !important;
}
.technicalList_searchBtn {
    width: 60px;
    height: 30px;
	background: #fff;
}
.technicalList_navTab_box {
	gap: 10px;
	line-height: 28px;
	color: #ddd;
}
.technicalList_navTab_box span {
	cursor: pointer;
	color: #777;
}
.technicalList_navTab_itemOn {
	height: 28px;
	padding: 0 15px;
	border-radius: 30px;
	border: 1px solid rgba(255, 90, 0, 0.25);
	color: #FF5A00 !important;
	background-color: rgba(255, 90, 0, 0.05);
}
/* 表格列表 */
.technicalList_tablebox {
	border-radius: 5px 5px 0 0 ;
	overflow: hidden;
	font-size: 13px;
}
.technicalList_tablebox thead th  {
	background-color: #EBEEF0;
	height: 38px;
	font-size: 14px;
	color: #333;
}
.jiatouUp {
	display: block;
	transform: scale(0.35) rotate(270deg);
    /* font-size: 4px !important; */
	width: 10px;
    margin-top: 10px;
    margin-left: 2px;
	color: #999;
}
.jiatouDown {
	display: block;
	transform: scale(0.35) rotate(90deg);
    /* font-size: 4px !important; */
	width: 3px;
    margin-top: -7px;
	color: #1D78FF;
}
.technicalList_tablebox tbody td {
	height: 72px;
}
.technicalList_tablebox tbody tr {
	border-bottom: 1px dashed #B5CFFF;
}
.borderNone {
	border: none !important;
}
.technicalList_tablebox tbody td .iconType {
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.technicalList_tablebox tr:hover .titles a {
	color: #FF5A00;
	text-decoration: underline; /* 下划线 */
}
/* 视频列表 */
.technicalList_videobox {
	gap: 20px;
}
.technicalList_videoItem {
	width: 350px;
	height: 332px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #F6F8FA;
}
.technicalList_videoItem:hover .technicalList_videoItem_text {
	color: #FF5A00;
}
.technicalList_videoItem_img {
	width: 350px;
	height: 221px;
	object-fit: cover;
}
.technicalList_videoItem_textbox {
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
	line-height: 22px;
}
.technicalList_videoItem_text {
	height: 51px;
}
/* 文章列表 */
.technicalList_articleItem {
	border-bottom: 1px solid rgba(221, 221, 221, 0.5);
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.technicalList_articleItem_img {
	width: 110px;
	height: 110px;
	border-radius: 5px;
	object-fit: cover;
	margin-right: 20px;
}
.technicalList_articleItem:hover .technicalList_articleItem_text {
	color: #FF5A00;
}

.technicalList_articleItem:hover .technicalList_articleItem_text::after {
	content: '\e728';
    margin-left:10px;
    font-family: 'iconfont';
    font-size:16px;
    color: #FF5A00;
}
.technicalList_articleItem_tap {
	background-color: #F0F2F7;
	border-radius: 4px;
	color: #777;
	height: 23px;
	padding: 0 10px;
	line-height: 23px;
	font-size: 12px;
}
/* 红色模板 */
.red_template_set .technicalList_navTab_itemOn {
	border-radius: 4px;
}
.red_template_set .jiatouDown {
	color: #FF872D;
}

/* 蓝色模板 */
.blue_template_set .technicalList_navTab_itemOn {
	border-radius: 4px;
	border-color: #19BAA7;
	background-color: rgba(99, 206, 193, 0.1);
	color: #19BAA7 !important;
}
.blue_template_set .jiatouDown {
	color: #19BAA7;
}
.blue_template_set .technicalList_tablebox tr:hover .titles a {
	color: #19BAA7;
}
.blue_template_set .technicalList_videoItem:hover .technicalList_videoItem_text,
.blue_template_set .technicalList_videoItem:hover .iconfont {
	color: #19BAA7;
}
.blue_template_set .technicalList_articleItem:hover .technicalList_articleItem_text {
	color: #19BAA7;
}
.blue_template_set .technicalList_articleItem:hover .technicalList_articleItem_text::after {
    color: #19BAA7;
}

/* 黑色模板 */
.black_template_set .technicalList_navTab_itemOn {
	border-radius: 4px;
	border-color: #3759E6;
	background-color: rgba(69, 105, 255, 0.1);
	color: #3759E6 !important;
}
.black_template_set .jiatouDown {
	color: #3759E6;
}
.black_template_set .technicalList_tablebox tr:hover .titles a {
	color: #3759E6;
}
.black_template_set .technicalList_videoItem:hover .technicalList_videoItem_text,
.black_template_set .technicalList_videoItem:hover .iconfont {
	color: #3759E6;
}
.black_template_set .technicalList_articleItem:hover .technicalList_articleItem_text {
	color: #3759E6;
}
.black_template_set .technicalList_articleItem:hover .technicalList_articleItem_text::after {
    color: #3759E6;
}