@charset "utf-8";
/* 首页轮播图右边列表 */
.changbox {
	background-color: #f2f2f2;
	  width: 580px;
	  float: right;
	  height: 450px;
	  overflow: hidden;
	  margin-left: 15px;
	  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: 60px;
	  color: #969696;
	  
  
  
  }
  .chang_clumn_title li {
	  float: left;
	  font-size: 16px;
	  height: 40px;
	  width: 100px;
	  line-height: 40px;
	  text-align: center;
	  color:#323232;
	  font-family: "微软雅黑";
	  background-color: #cccccc;
	  
  }
  .chang_clumn_title li img{
	  line-height: 50px;
	  margin: 0 10px;
	  vertical-align:middle;
	  display: inline-block;
  }
  .chang_clumn_title .on {
	height: 49px;
	  font-weight: bold;
	  color: #323232;
	  z-index: 10;
	background: url(../images/zwyw.png) no-repeat  center;
  }
  .chang_clumn_title li a {
	  font-size: 18px;
	  background-color: #cccccc;
	  z-index: 1;
	  color: #323232;
	  height: 40px;
	  width: 100px;
	  /* padding: 9px 15px; */
  }
 
  .chang_clumn_title .on a {
	line-height: 40px;
	  color: white;
	  background: none;
	vertical-align: top;
	  border: 0;
	  height: 40px;
  }
  .chang_clumn_content {
	  width: 580px;}
  .chang_clumn_content li {
	  width: 580px;
	  /* 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: 35px;
	  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: 35px;
  }
.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;
}
