.documentList .documentItem::before, .documentList .documentItem {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.note {
	padding: 10px;
	font-size: 15px;
	line-height: 1.6;
	background-color: #f1f1f1;
}
.note a {
	font-size: 18px;
	color: #09f;
}
@media (min-width: 1181px) {
	.note a:hover {
		text-decoration: underline;
	}
}

.documentList .documentItem {
	position: relative;
	padding: 15px 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.documentList .documentItem::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #ff0000;
}
@media (min-width: 1181px) {
	.documentList .documentItem:hover {
		padding: 15px;
	}
	.documentList .documentItem:hover::before {
		width: 100%;
	}
	.documentList .documentItem:hover .Txt .title {
		color: #ff0000;
	}
	.documentList .documentItem:hover .Txt .title a {
		color: #ff0000;
	}
}
.documentList .item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 768px) {
	.documentList .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		max-width: 100%;
		width: 100%;
	}
}
.documentList .Img {
	margin-right: 20px;
	max-width: 170px;
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.documentList .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.documentList .Txt .title {
	position: relative;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}
.documentList .Txt .title a {
	line-height: 1.5;
	color: #333;
}
.documentList .Txt .intro {
	font-size: 14px;
	line-height: 1.8;
	color: #333;
}
.documentList .linkWrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
}
.documentList .format .formatTitle {
	padding-right: 5px;
}
/*# sourceMappingURL=document.css.map */