.wrapper{
  padding:38px 60px;
  box-sizing: border-box;
}

.side .title{
  width:100%;
  height:50px;
  line-height:50px;
  background:url(./tbg_03.png) no-repeat;
  font-size:22px;
  color:#fff;
  font-weight: bold;
  text-indent: 20px;
  margin-bottom:40px;
}

.side .list li{
  font-size:20px;
  line-height:48px;
  background:url(./listIco2.png) 10px 20px no-repeat;
  text-indent:40px;
}
.side .list li a{
  color:#555;
}
.side .list li span{
  float:right;
}
.side .list li:nth-child(5n){
  border-bottom:1px solid #E0E0E1;
  padding-bottom:10px;
  margin-bottom:10px;
}



.crumbs{
  font-size:16px;
  margin-bottom:35px;
}
.crumbs img{
  position: relative;
  top:2px;
}
.content h2{
  text-align: center;
  font-size:36px;
  margin-bottom:30px;
}
.content .info{
  font-size:18px;
  color:#3B3B3B;
  border-bottom:1px solid #CDCDCE;
  text-align: center;
  padding-bottom:13px;
  margin-bottom:50px;
}
.content .box p{
  font-size:20px;
  line-height: 48px;
  color:#000;
  text-indent: 2em;
  text-align: justify;
}
