body{
	background-color: #fefefe;
    /*background-image:url(../image/bodybg.gif);*/
    background-repeat: repeat-x;
	background:#e5e5e5;
/*	opacity:0.5;*/
	
	
	font-size:15px;
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
	line-height:25px;
}

body a {
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  /*font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";*/
  color: #333333;
}

.category-title2 {
  margin-top: 20px;
  height: 32px;
  font-size: 20px;
  font-weight: 600;
  color: #f55402;
  line-height: 32px;
}


.list-title {
  margin-top: 20px;
  height: 32px;
  font-size: 24px;
  font-weight: 600;
  color: #f55402;
  line-height: 32px;
}

.change-content{
  margin-top: 52px;
  width: 100%;
  height: 394px;
  background: #fff;
  box-shadow: 0 6px 34px 0 rgba(95,110,129,.18);
  border-radius: 6px;
  display: -webkit-box;
  display: flex;
}

.change-title{
  text-align: center;
  height: 44px;
  font-size: 36px;
  font-weight: 600;
  color: #262626;
  line-height: 44px;
}

.change-list {
  border-right: 2px solid rgba(218,167,135,.16);
}
.change-list {
  width: 300px;
  height: 300px;
  margin-top: 43px;
  padding: 0 30px;
  text-align: center;
}
*, ::after, ::before {
  box-sizing: border-box;
}


.change-desc{
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #262626;
  line-height: 25px;
}