@charset "utf-8";

.cnt-wrapper {
	padding-bottom: 40px;
}
.cf:after{content: ''; display: table; clear: both;}

/*面包屑*/

.sitemap{ margin: 25px auto; font-size: 14px;}

/*新闻列表*/
.newsArea{
	display: flex;
}
.newsList {
	flex-grow: 1; padding-right: 40px; box-sizing: border-box;
}
.list > li {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.list > li:hover { background-color: #f9f9f9; }
.newsPic {
	margin-right: 20px;
	overflow: hidden;
}
.newsPic img {
	display: block;
	width: 220px;
	transition: .3s transform ease-in;
}
.newsPic:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.newsTitle {
	margin-bottom: 20px;
}
.newsTitle a {
	font-size: 14px;
	font-weight: bold;
	color: #444;
}
.newsTitle a:hover {
	color: #235ca9;
}
.newsTitle .time {
	position: relative;
	top: 2px;
	font-size: 16px;
	color: #888;
	font-weight: normal;
}
.newsInfo {
	font-size: 14px;
	color: #666;
}

/*边栏推送*/
.sideBar { 
	width: 300px; min-width: 300px;
}
.push {
	margin-bottom: 16px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.pushTitle {
	margin-top: -1px;
	margin-left: -1px;
	margin-right: -1px;
	padding-left: 20px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #3aaae1;
}
.pushTitle img {
	position: relative;
	top: 3px;
	margin-right: 8px;
}
.pushList{
	margin-top: 10px; padding: 0 10px;
}
.pushList > li {
	width: 100%;
	line-height: 20px;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	box-sizing: border-box;
	 overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.pushList > li:last-child { border-bottom: none; }
.pushList > li img {
	width: 6px;
}
.pushList > li a {
	font-size: 14px;
	color: #444;
}
.pushList > li a:hover { color: #3aaae1; }

/*分页*/
.dede_pages {
    margin-top: 20px;
}
.dede_pages ul li {
    float: left;
    margin: 5px 3px;
    border-radius: 4px;
    overflow: hidden;
    line-height: 38px;
}
.dede_pages ul li select{
	height: 34px;
}
.dede_pages ul li a {
	display: block;
    line-height: 1em;
    padding: 12px 15px;
    color: #444;
    background: #eee;
    box-sizing: border-box;
}
.dede_pages ul li a:hover {
    color: #fff;
    background: #f80;
}
.dede_pages .pageinfo {
    line-height: 30px;
    padding: 0 12px;
    color: #999;
}
.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
    background-color: #f80;
    line-height: 1em;
    padding: 12px 15px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
}
.dede_pages ul li.active, .dede_pages ul li.active a, .pagebox ul li.active a:hover {
    background-color: #f80;
    line-height: 1em;
    padding: 6px 9px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
}
.dede_pages .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}