.second_banner {
	height: 400px;
	    margin-bottom: 20px;
}
.ListBac{
	background: url(../img/ListBac.png) no-repeat ;
	background-position: bottom;
	width: 100%;
background-size: 100%;
	padding-bottom: 50px;
}
.ListMain {
	display: flex;
	
}

.ListLeftNav {
	flex: 1;
	border-bottom: #e5e5e5 1px solid;
	margin: 0px 40px auto;
/* background: beige; */
background: url(../img/ListNavBac.png) bottom no-repeat;
    background-size: 100% 100%;
    width: 265px;
    padding: 0 5px 255px;
}

.ListMainList {
	flex: 4;
}

.NowColumn {
	background: url(../img/ListNameBac.png) no-repeat;
	background-size: cover;
	height: 100px;
	position: relative;
padding: 25px 30px;
}

.NowColumn span {
	color: white;
	/* padding: 20px 0; */
	margin: 20px 30px;
	line-height: 40px;
	font-size: 1.3rem;
color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
}

.line {
	margin: 0 30px;
	height: 2px;
	width: 40%;
	background: #fbc681;
}

.LeftNavItem {
	padding:20px;
	border-left: rgba(0, 0, 0, 0) 2px solid;
	line-height: 2rem;
    font-size: 1.1rem;
border-bottom: 1px solid #d8d8d8;
}

.LeftNavItem:hover {
	color: white;
	/* border-left: #1b438f 2px solid; */
background:#0080ca;
}

.ListLocation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 3px;
	border-bottom:#c7c7c7 1px solid ;
font-size: .9rem;
}
.ListLocation *{
	padding: 0 2px;
}
.ListItem{
	display: flex;
	padding: 20px 0;
	    align-items: center;
		margin: 0 10px;
		border-bottom: #dadada 1px solid;
}
.ListTime{
	flex: 1;
	background: #f6f2ea;
	border-left: #b38243 3px solid;
	padding: 10px 5px;
	color: #b38243;
    text-align: center;

}
.ListArticle{
	flex: 9;
	padding: 0 10px;
}
.ListBigTime{
	text-align: center;
	font-size: 1.5rem;
}
.ListArticleTitle{
	color: #2d5297;
	padding: 10px 0;
}
.ListArticleItem{
	font-size: .8rem;
	color: #949494;
}
.banner div{
height:300px;
margin-bottom: 20px;
}

.ListNavList{

}