.panel{
	margin-bottom:0;
}
.pd5t0{
	padding:5px;
	padding-top:0;
}
.pdlr20{
	padding:0 20px 0;
}
.bdr{
	border-right:1px solid 
}
.lm_active{
	background:#DDDDDD!important;
}
.news_list{
	overflow:hidden;
	padding: 10px 0;
}
.content .news_title{
	padding: 20px 0;
	color: black;
    text-align: center;
    border-bottom: 1px solid #d3d1d1;
    margin-right: 12px;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}
.news_list .list_item{
	margin: 15px 10px 0px 0;
    overflow: hidden;
    border-radius: 5px;
}
.news_list .news_list_img{
	height: 220px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.news_list .news_list_img img{
	width:100%;
}
.news_list_detail{
	overflow:hidden;
	padding: 20px 40px;
	text-align: center;
}
.news_list_detail .title{
	height: 50px;
}
.news_list .summary{
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    height: 57px;
 }
.time{font-size: 14px;color: #9A9A9A;}
@media (max-width:768px) {
	.news_list .news_list_img{
		padding:10px 10px;
		height: auto;
		overflow:hidden;
	}
	.news_list .news_list_img img{
		width:100%;
		height: auto
	}
	.news_list  .news_list_detail{
		height:auto
	}
	.news_list_detail{
		margin:10px 0 10px;
	}
}
.chanp_list-sm{
    height: auto
}
.chanp_list-sm .panel{
    background:#EEEEEE; 
}
.chanp_list-sm .list_item .panel:hover{
    background:#DDDDDD; 
    box-shadow: 1px 2px 3px #999;
}
.chanp_list-sm .list_item .panel img:hover{
     transform: scale(1.08);
}
.chanp_list-sm .panel-body{
    padding:10px;
    max-height:250px;
    overflow:hidden;
}
.chanp_list-sm .panel-body img{
    transition: all 0.5s;
}
.chanp_list-sm .panel-footer{
	padding:0 10px 5px;
    position:relative;
    border:none;
    background:none
} 
.chanp_list-sm .panel-footer .chanp_more{
	color:#C0C0C0;
	font-size:12px;
}