

.page2{
  margin-top: 60px
}
.page2 .introduce{
  margin-left: 37%;

}
.page2 .introduceImg{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 60px;
}

.page2 .content{
  width: 30%;
  float:left;
}
.page2 .content .contentLeft{
  height: 520px;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  float: left;
  padding-top: 10px;
  width: 25px;
  line-height: 26px;
  font-size: 16px;
  letter-spacing: 6px;
  color: #333333;
  border-top: 3px solid #C63535;
  font-family: MicrosoftYaHei;
}
.page2 .content .contentLeft span{
  width: 15px;
  margin: 0 auto;
  line-height: 24px;
  color: #333;
  font-size: 13px;
  word-wrap: break-word;
  writing-mode: horizontal-tb;
}
.page2 .content .contentCenter{
  background: #D8D8D8;
  height: 520px;
  float: left;
  margin: 0 25px;
  width: 1px;
}
.page2 .content .contentRight{
  float: left;
  width: 100px;
}
.page2 .content .contentRight .txt{
  margin: 0 auto;
  height: 520px;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  display: inline-block;
  font-size: 16px;
  color: #666;
  letter-spacing: 5px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 300
}
.page2  .h2{
  text-align: center;
  padding: 60px 0 51px;
  font-size: 20px;
  color: #333333;
  font-family: MicrosoftYaHei;
}
.develop .developContent{
  text-align: center;
}
.develop .developContent .developTime{
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 50px;
  border-right: 1px solid #D8D8D8;
  padding-right: 50px;
  margin-right: 50px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 300
}
.develop .developContent .developTime .developTimeList{
  position: relative;
}
.develop .developContent .developTime .developTimeList .listCircle{
  width: 7px;
  height: 7px;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  position: absolute;
  top: 21px;
  right: -55px;
  z-index: 99;
  background: #fff;
}
.develop .developContent .developEvent{
  display: inline-block;
  text-align: left;
  font-size: 14px;
  color: #333333;
  line-height: 50px;
}
.page2 .artwareList { width: 100%; position: relative; top: 8%; }
.page2 .artwareList .hd a { display: block; width: 60px; height: 60px; position: absolute; top: 50%; margin-top: -30px; cursor: pointer; z-index: 9; }
.page2 .artwareList .hd a.prev { background: url("../images/left.png") no-repeat; background-size: 100% auto;     left: 8%; width: 40px;height: 40px}
.page2 .artwareList .hd a.next { background: url("../images/right.png") no-repeat; background-size: 100% auto; right: 8%; width: 40px;height: 40px}
.page2 .artwareList .bd {width: 75%; margin: 0 auto; }
.page2 .artwareList .bd li {
  width:100%;
  float: left;
  margin: 1%;
  height: 280px;
 }
.page2 .artwareList .bd li img {
  width: 35%;
  border-radius: 20px 0px 0px 20px;
}
.page2 .artwareList .bd li .picListContent{
  display: inline-block;
  box-shadow: 0 4px 29px 0 rgba(0,0,0,0.07);
  border-radius: 0px 20px 20px 0px;
  height: 219px;
  width: 57%;
  padding: 13px 30px;
}
.page2 .artwareList .bd li .picListContent .title{
  font-size: 16px;
  color: #333333;
  line-height: 29px;
  margin-bottom: 10px;
}
.page2 .artwareList .bd li .picListContent .txt{
  font-size: 13px;
  color: #888888;
  line-height: 22px;
  margin-bottom: 15px;
}
.page2 .artwareList .bd li .picListContent .skip{
  font-size: 14px;
  color: #C63535;
  line-height: 19px;
  float: right;
}
.page2 .artwareList .bd li .picListContent .source{
  font-size: 12px;
  color: #888888;
  line-height: 16px;
  margin-bottom: 15px
}
.page2 .artwareList .bd li .picListContent .source .sourceRight{
  float: right;
}
.page2 .report{
  margin-bottom: 120px
}
