.listDiv {
	width: 31.5% !important;
	border-radius: 5px;
	background-color: white;
	padding: 0 !important;
}

.listDiv .imgDiv {
        overflow: hidden;
}

.listDiv img {
        cursor: pointer;
        transition: all 0.6s;
}

.listDiv img:hover {
       transform: scale(1.2);
}

.listDiv-a {
	display: block;
	width: 100%;
	text-decoration-line: none !important;
	padding: 20px;
}

.listTitle {
	width: 100%;
	height: 72px;
	font-size: 20px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.listLinkDiv {
	width: 100%;
	height: 20px;
	margin-top: 15px;
	display: flex;
}

.listLinkMoreImg {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	line-height: 20px;
	margin-top: 0px;
}

.menuName {
    text-align: center;
    color: white !important;
        font-size: 32px;
    line-height: 120px;
    font-weight: 600;
    border-bottom: 1px solid;
    background-color: rgba(20, 89, 181, 0.9);
}

.listIndex-jianjie {
    width: 180px;
    line-height: 60px;
    background-color: #1b5eb2;
    color: white;
    margin-top: -30px;
    margin-left: 30px;
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
}