@charset "utf-8";
/* 项目列表 */
.list-xm {
	margin-top: 40px;
	margin-bottom: -20px;
}

.list-xm li {
	float: left;
	width: 580px;
	margin-bottom: 40px;
	border: 1px dashed #444;
	border-radius: 4px;
	transition: linear .2s;
}

.list-xm li:nth-child(2n) {
	float: right;
}

.list-xm li:hover {
	background: #F5F9FF;
	border-color: #4A87F5;
}

.list-xm a {
	display: block;
	box-sizing: border-box;
	padding: 20px 30px;
	height: 170px;
	overflow: hidden;
}

.list-xm * {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #010101;
}

.list-xm h3 {
	height: 28px;
	font-size: 18px;
	color: #4A87F5;
	line-height: 28px;
}

.list-xm .department {
	float: left;
	width: 330px;
	height: 60px;
	line-height: 60px;
}

.list-xm .time {
	float: left;
	height: 30px;
	padding-top: 12px;
	border-top: 1px solid #CCCCCC;
	line-height: 30px;
}

.list-xm .amount {
	float: right;
	width: 190px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.list-xm .amount span {
	font-size: 18px;
	font-weight: 600;
	color: #FFA200;
}

.list-xm .more-btn {
	float: right;
	margin-top: 12px;
	margin-right: 35px;
	color: #FFFFFF;
}

.index-title {
	margin-bottom: 30px;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 32px;
	color: #232e44;
	text-align: center;
}

.index-title a {
	color: #232e44;
}

.list-tit {
	position: relative;
}

.list-tit ul {
	display: flex;
	justify-content: center;
}

.list-tit li {
	position: relative;
	height: 30px;
	padding: 0 20px;
	line-height: 30px;
	cursor: pointer;
}

.list-tit li.active {
	color: #FFF;
	background: #4A87F5;
	border-radius: 4px;
}

.list-tit li.active::after {
	content: " ";
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -6px;
	display: block;
	width: 0;
	height: 0;
	border-top: 9px solid #4A87F5;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.list-tit .more-btn {
	position: absolute;
	right: 0;
	top: 0;
}

.list-con {
	margin-top: 20px;
	margin-bottom: 60px;
}

.list-con .row {
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #F0F0F0;
}

.list-con .row:first-child {
	border-top: 1px solid #F0F0F0;
}

.list-con .row {
	clear: both;
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #F0F0F0;
}

.list-con .row p {
	float: left;
	width: 1000px;
	height: 40px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-con .time {
	float: right;
	color: #010101;
}

/* 小屏幕 */
@media screen and (max-width: 1366px) {
	.list-xm li {
		width: 490px;
		margin-bottom: 20px;
	}
	
	.list-xm a {
		padding: 15px;
		height: 150px;
	}
	
	.list-xm .department {
		width: 280px;
		height: 48px;
		line-height: 48px;
	}
	
	.list-xm .amount {
		width: 160px;
		height: 48px;
		line-height: 48px;
	}
	
	.list-xm .more-btn {
		margin-right: 25px;
	}
	
	.list-con .row p {
		width: 800px;
	}
}

/* 移动端 */
@media screen and (orientation:portrait) and (max-width: 1080px) {
	.list-xm {
		margin-top: 5vw;
		margin-bottom: -2vw;
	}
	
	.list-xm li {
		float: none;
		width: 100%;
		margin-bottom: 2vw;
	}
	
	.list-xm li:nth-child(2n) {
		float: none;
	}
	
	.list-xm a {
		padding: 3vw;
		height: auto;
	}
	
	.list-xm h3 {
		height: 8vw;
		font-size: 4.2vw;
		line-height: 8vw;
	}
	
	.list-xm .department {
		width: 55vw;
		height: 12vw;
		font-size: 3.8vw;
		line-height: 12vw;
	}
	
	.list-xm .time {
		float: none;
		clear: both;
		height: 10vw;
		padding-top: 0;
		font-size: 3.8vw;
		line-height: 10vw;
	}
	
	.list-xm .amount {
		width: 34vw;
		height: 12vw;
		font-size: 3.8vw;
		line-height: 12vw;
		text-align: right;
	}
	
	.list-xm .amount span {
		font-size: 4.2vw;
	}
	
	.list-xm .more-btn {
		float: none;
		margin: 2vw auto 0;
		font-size: 3.8vw;
	}
	
	.index-title {
		margin: 8vw 0 4vw;
		font-size: 6vw;
		letter-spacing: 0;
		line-height: 8vw;
	}
	
	.list-tit li {
		height: 8vw;
		padding: 0 5vw;
		line-height: 8vw;
	}
	
	.list-tit li.active::after {
		bottom: -2.2vw;
		margin-left: -3vw;
		border-top: 2.5vw solid #4A87F5;
		border-left: 3vw solid transparent;
		border-right: 3vw solid transparent;
	}
	
	.list-tit .more-btn {
		width: 100%;
		top: 100vw;
		background: #FFFFFF;
		border: 1px solid #4A87F5;
		color: #4A87F5;
	}
	
	.list-tit .more-btn:hover {
		background: #f5f9ff;
	}
	
	.list-con {
		margin-top: 5vw;
		margin-bottom: 20vw;
	}
	
	.list-con .row {
		height: 8vw;
		line-height: 8vw;
	}
	
	.list-con .row p {
		width: 100%;
		height: 8vw;
		font-size: 3.8vw;
	}
	
	.list-con .row p::before {
		content: "· ";
		color: #999;
	}
	
	.list-con .time {
		display: none;
	}
}
