.footer {
	padding-top: 15px;
	border-top: 1px solid #e9e9e9;
}
.main_con {
	padding: 0 15px;
	margin-bottom: 20px;
}
.title h2 {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #c62828;
	margin-bottom: 10px;
}
.main_link {
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 15px;
}
.main_link a {
	display: inline-block;
	width: 31%;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	border-right: 1px solid #666
}
.main_link a.cur {
    display: inline-block;
    width: 31%;
    margin-bottom: 8px;
    color: #c62828;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    border-right: 1px solid #666;
}
.main_link a:nth-child(4),
.main_link a:nth-child(5) {
	margin-bottom: 0;
}

/*content begin*/
.content a {
		display: block;
	}
	.content a > div {
		border-bottom: 1px solid #dbdbdb;
	}
	.content a > div::before,
	.content a > div::after{
	    content:"";
	    height:0;
	    line-height:0;
	    display:block;
	    visibility:hidden;
	    clear:both;
	}
	.tab_title {
		background: #f8f8f8;
		border-bottom: 1px solid #e9e9e9;
	}
	.tab_title a {
		width: 100%;
		color: #666;
		display: block;
		font-size: 18px;
		text-align: center;
		line-height: 40px;
	}
	.tab_title li.current a {
		color: #c62828;
		margin-bottom: -2px;
		border-bottom: 2px solid #c62828;
	}
	.con_title {
		padding: 15px 0;
		padding-bottom: 0;
	}
	.con_title h2 {
		font-size: 16px;
		font-weight: 400;
		line-height: 25px;
	}
	.con_detail {
		padding: 5px 0;
		padding-bottom: 0;
	}
	.con_detail p {
		font-size: 13px;
		color: #999;
		line-height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.con_detail span {
		color: #666;
		margin: 10px 0;
		font-size: 12px;
		margin-bottom: 0;
		margin-right: 15px;
		padding-bottom: 10px;
		display: inline-block;
	}
	.content a:active {
		background: #e5e5e5;
	}
	.con_title span {
		color: #f88426;
	}
	.tab_left {
		width: 60%;
	}
	.tab_img {
		width: 40%;
	}
	.tab_img img {
		display: block;
		width: 100%;
		padding: 15px;
	}
/*content end*/

/*con_page begin*/
	.con_page {
		margin-top: 20px;
		text-align: center;
	}
	.con_page a {
		height: 35px;
		width: 100px;
		margin: 0 5px;
		line-height: 35px;
		border-radius: 5px;
		text-align: center;
		background: #fafafa;
		display: inline-block;
		border: 1px solid #d23535;
	}
	.con_page a:active {
		background: #e0e0e0;
	}
/*con_page end*/
.lmtree ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.lmtree li{width: 48%; margin: 15px 0; background: #fff;     box-shadow: 0 0 1rem rgb(9 41 77 / 12%);}
.lmtree li .pic img{display: block; width: 100%; height: 12rem;}
.lmtree li .text-con{padding: 15px;}
.lmtree li .text-con .gjbt{color: #0d1c28; font-size: 18px; margin-bottom: 10px; text-align: center;}
.lmtree li .text-con .gjbt a{display: block; /*white-space: nowrap; overflow: hidden; text-overflow: ellipsis;*/ color: #0d1c28; font-size:18px; font-weight: bold; }
.lmtree li .text-con .gjzy{line-height: 1.2;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden; text-overflow: ellipsis; color: #727475; height: 33px;}
.lmtree li:hover{background: #d90102; box-sizing: border - box; color: #fff;}
.lmtree li:hover a{color: #fff}	
.lmtree li:hover .text-con .gjbt a{color: #fff;}
.lmtree li:hover .text-con .gjzy{color: #fff}

@media (max-width: 429px) {
	.lmtree li .pic img{height: 6rem}
	.lmtree li .text-con .gjbt a{font-size: 16px;}
}

@media (max-width: 380px) {
	.lmtree li .pic img{height: 5rem}
}
@media (max-width: 360px) {
	.lmtree li .text-con .gjbt a{font-size: 14px;}
}

