/* 资料下载 */
.ziliao {
	width: 915px;
	font-size: 16px;
	justify-content: space-between;
	margin-top: 18px;
	font-weight: 400;
	align-items: center;
	padding: 10px 30px;
	color: #505050;
	box-sizing: border-box;
	display: flex;
	background: #F5F5F5;
}

.ziliao-left>:nth-child(1) {
	margin-right: 10px;
}

.ziliao-left {
	margin-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 75%;
}

.icon1 {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url(../public/img/liulan.png);
	background-size: 20px 20px;
	background-position: center;
	margin-bottom: -4px;
}

.icon2 {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url(../public/img/xiazai.png);
	background-size: 20px 20px;
	background-position: center;
	margin-bottom: -4px;
}

.ziliao:hover {
	/* color: #FFFFFF; */
	background-color: #eeeeee;
}

/* .ziliao:hover .icon1 {
	background-image: url(../public/img/liulan02.png);
}

.ziliao:hover .icon2 {
	background-image: url(../public/img/xiazai02.png);
} */

/* .icon1,.icon2{
	color: #0E48EA;
}

.ziliao-right .icon1::before{
	font-family: "iconfont" !important;
	content: "\e7d0 ";
}

.ziliao-right .icon2::before{
	font-family: "iconfont" !important;
	content: "\e682";
} */

.ziliao-right>a {
	padding-right: 10px;
	color: #0E48EA;
}

.ziliao-right>a:hover {
	cursor: pointer;
	text-decoration: blink;
}

.ziliao-right>a>img {
	width: 22px;
	height: 14px;
}
