.page-list .menu {
	    float: left;
	    width: 256px;
	    text-align: center;
		min-height: 500px;
	}
	.page-list .menu .name {
	    line-height: 79px;
	    font-size: 24px;
	    color: #fff;
	    background: url(../images/left-nav-bg.jpg) center center no-repeat;
	    background-size: 100% 100%;
	}
	.page-list .menu li {
	    line-height: 70px;
	    font-size: 16px;
	    border-bottom: 1px dashed #bfbfbf;
	}
	.page-list .hd {
	    position: relative;
	    line-height: 28px;
	    border-left: 6px solid #f00;
	    margin-bottom: 20px;
		text-align: left;
	}
	.page-list .hd .name {
	    margin-left: 22px;
	    font-size: 24px;
	    font-weight: bold;
	}
	.page-list .hd .breadcrumb {
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    font-size: 12px;
	}
	.page-list .bd {
/* 	    padding-top: 20px; */
	    border-top: 1px solid #ddd;
	}
	.page-list .bd li {
		/*height: 185px;;*/
	}
	.news-tab .bd li .list a {
		/*padding-left: 0px;*/
	}
	.news-tab .bd li .list a:hover .titlespan {
		color: #da251e;
	}
	
	.page-list .bd li img {
	    float: left;
		width: 230px;
		height: 170px;
		object-fit: cover;
	}
	.titlespan{
		max-width: 600px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		color: #333333;
	}
	.page-list .menu .on a{
		color: #da251e;
		font-weight: bold;
	}
	.page-list .bd .textcont{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-indent:2em;
		color: #666;
		font-size: 15px;
		height: 85px;
	}
	.page-list .bd li .leftnews{
		margin-left: 245px;
		text-align: left;
	}
.page-list .bd li .leftnews.no-thumb{
	margin-left: 0px;
}
.displf{
	display: flex;
}

.leftlist{
	border-bottom: 1px dashed #cbcbcb;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
}
.leftlist a {
    position: relative;
    font-size: 16px;
    color: #333;
    line-height: 38px;
    overflow: hidden;
    padding-left: 20px;
}
.leftlist a .titlespan:hover{
	color: #da251e;
}
.leftlist a:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 2px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #f29a76;
}
.ArticleBigImg{
	color: #333;
	text-align: center;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	padding: 0;
	margin: 0;
	height: 310px;
	width: 100%;
}
.bg-full-page{
	color: #333;
	text-align: center;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	padding: 0;
	margin: 0;
	background: url("http://dj.xinghy56.com/pc/gwdj/images/big_banner.png") no-repeat;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	position: relative;
}
.imgConten{
	color: #333;
	text-align: center;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	padding: 0;
	width: 100%;
	position: absolute;
	top: 10%;
	margin: 0;
	animation: imgConten 2s;
}
@keyframes imgConten{
	from {transform:scale(0,0);}
	to {transform:scale(1,1);}
}
