@charset "utf-8";
/* 首页轮播图右边列表 */
.changbox {
    background-color: #f2f2f2;
	width: 580px;
	float: right;
	height: 450px;
	overflow: hidden;
	margin-left: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: 20px;
	
}
.chang_clumn_title {
	width: 580px;
	height: 50px;
	color: #969696;
	border-bottom: solid #257DCC 3px;


}
.hodde{
	width: 580px;
	height: 360px;
	padding: 10px 0;
	overflow: hidden;
}
.chang_clumn_title li {
	float: left;
	font-size: 16px;
	height: 50px;
	width: calc((100% - 0px)/2);
	/* width: 149px; */
	text-align: center;
	overflow: hidden;
	line-height: 52px;
	text-align: center;
	color:#323232;
	font-family: "微软雅黑";
}
.chang_clumn_title li img{
	line-height: 52px;
	margin: 0 10px;
	vertical-align:middle;
	display: inline-block;
}
.chang_clumn_title li a {
	font-size: 20px;
	color: #323232;
	height: 52px;
	font-weight: bold;
}
.chang_clumn_title .on {
    height: 50px;
	font-weight: bold;
	color: #323232;
	background: #257DCC;
    /* background: url(../images/zwyw.jpg) no-repeat 20px center; */
}
.uispan{
	float: right;
	line-height: 52px;
	margin-right: 20px;
	color: #969696;
}
.uispan a{
	color: #969696;
}
.uispan:hover a{
	color: #257DCC;
}
.chang_clumn_title .on a {
    line-height: 50px;
	color: white;
    vertical-align: top;
}
.chang_clumn_content {
	width: 560px;}
.chang_clumn_content li {
	width: 560px;
	/* border-bottom: 1px dashed #dddddd; */
	/* margin-bottom: 4px; */
}
.chang_clumn_content li:after {
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.chang_clumn_content li a {
	display: block;
	width: 430px;
	padding-left: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #323232;
	line-height: 38px;
	float: left;
}
.chang_clumn_content li a:hover {
	color:#323232;
	font-weight: bold;
}
.chang_clumn_content li a:hover .date {
		color:#323232;
}

.chang_clumn_content li span {
	float: right;
	color: #969696;
	margin-right: 10px;
	font-size: 14px;
	line-height: 36px;
}
.botton{
	clear: both;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    margin-left: 20px;
    float: right;
	margin-bottom: 20px;
}
.botton div{
	float: left;
	margin-left: 10px;padding: 0 10px;
	color: #666666;border:1px solid #e5e5e5;
}
.botton div:first-child{border:none;}
.right-box .botton span{
	display: inline-block;
	
	border-radius: 2px;
	
	height: 26px;
	line-height: 26px;
	color: #666666;
}
.right-box .botton div:hover{
	border-color:#dc0002;

	color: #dc0002;
}
