@charset "utf-8";
/* 首页轮播图右边列表 */
.changbox {
    background-color: #f2f2f2;
	width: 560px;
	float: right;
	height: 465px;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 5px;
	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: 560px;
	height: 60px;
	color: #969696;


}
.chang_clumn_title li {
	float: left;
	font-size: 16px;
	height: 60px;
	width: 145px;
	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: 18px;
	color: #323232;
	height: 52px;
}
.chang_clumn_title .on {
    height: 60px;
	font-weight: bold;
	color: #323232;
    background: url(../images/zwyw.jpg) no-repeat 20px center;
}
.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: 39px;
	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: 39px;
}
.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;
}
