
.top{
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #DADADA;
  margin-top: 20px;
}
.top h3{
  float: left;
  line-height: 30px;
  height: 40px;
  width: auto;
  border-bottom: 2px solid #B71E21;
  font-size: 22px;
  color: #333;
}
.top .mbx{
  float: right;
  width: auto;
  height: 40px;
  color: #555;
  line-height: 40px;
}
.top .mbx a{
  color: #666;
}
.rczp-dt{
  width: 100%;
  margin-top: 30px;
}
.rczp-dt img{
  width: 100%;
}
.rczp-lb{
  margin-top: 30px;
}
.rczp-lb li{
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #ccc;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.rczp-lb li .lb-l{
  width: 200px;
  box-sizing: border-box;
  float: left;
  
}
.rczp-lb li .lb-l h1{
  text-align: center;
  margin-top: 40px;
  font-size: 28px;
  font-family: '微软雅黑';
}
.rczp-lb li .lb-r{
  width: 950px;
  float: right;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
  padding-left: 30px;

}
.rczp-lb li .lb-r .no1{
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}
.rczp-lb li .lb-r .no2{
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}
.rczp-lb li .lb-r .no2 p{
  float: left;
  width: 200px;
}
.rczp-lb li .lb-r .no3{
  width: 100%;
  line-height: 1.8;
  font-size: 16px;
}
.rczp-lb li .lb-r span{
  color: #333;
}
.rczp-lb li .lb-r p{
  color: #666;
}
.rczp-lb li .lb-r a{
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100px;
  height: 40px;
  background-color: #B71E21;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
