
.arpNum{
z-index: 3;
color: white;
display: inline-block;
position: absolute;
text-align: center;
margin-left: 18%;
margin-top: 5%;
font-size: 8rem;
font-weight: 900;
opacity: 40%;
font-family: "Verdana";
}

.arpPoint {
color: white;
background-color: #0f254d;
font-size: 2rem;
line-height: 300%;
padding-top: 16%;
padding-bottom: 16%;
padding-left: 8%;
padding-right: 8%;
  border: 4px solid white;
  border-radius:50%;
z-index: 2;
display: inline-block;
font-weight: 900;

}
@media only screen and (max-width: 991px) {
  .arpPoint{
    font-size: 2rem;
  }
  .arpNum{
    font-size: 5rem;
    margin-left: 30%;
    margin-top: 22%;
  }
}

.arpContent{
line-height: 180%;
color: #000;
font-size: 1.3rem;
}

.arpContent h2{

line-height: 150%;
}

.arpTitle{
font-size: 2rem;
line-height: 100%;
padding-top:5%;
color: #0f254d;
font-weight: 900;
}
@media only  screen and (max-width:991px) {
  .arpTitle{
    font-size: 3rem;
  }
  .arpContent{
    font-size: 2.3rem;
    line-height: 200%;
  }
}

.normalList{
list-style-type: square;
padding-left: 5%;
}

.arpButton a{
  
  background-color: #09B83E;
  border: 4px solid #09B83E;
  border-radius:10px;
  display: inline-block;
  padding:1%;
  padding-left: 3%;
  padding-right: 3%;
  margin:1px;
  font-size: 120%;
  font-weight: 900;
  line-height: 100%;
  color: white;
}

.arpButton a:hover {
background-color: white;
font-weight: 900;
color: #09B83E;}

.circle-pos{
  width: calc(1/5*100%);
  float: left;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .circle-pos{
    left: 50%;
}
  .arpCircle{
  position: relative;
  left: -50%;
  }
}


/*
Below are forum's css
*/

.forumButton-center a{
  
  background-color: #09B83E;
  border: 4px solid white;
  border-radius:10px;
  display: inline-block;
  font-size:120%;
  padding: 3%;
  padding-left: 2%;
  padding-right: 2%;
  margin:10px;
  font-size: 100%;
  color: white;
}

.forumButton-center a:hover {
background-color: white;
font-weight: bold;
color: #09B83E;
border: 4px solid #09B83E;
}

@media only screen and (max-width:600px) {
  .forumButton-center{
    margin-top: 5%;
  }
  .forumButton-center a{
    font-size: 2rem;
    font-weight: 600;
  }
}
.forumButton-Arrow a{
color: #00a4df;
}

.forumButton-Arrow a:hover{
color: #09B83E;
}

.forumList li{
font-size: 80%;}

.forumBlock{
color:#7a161c;
  text-align:center;
}


.forumStrong{

  color:#7a161c;
  border: 4px solid white;
  border-radius:20px;
  text-align:center;
  font-size:280%;
  padding-top: 10%;
  padding-bottom: 10%;
  line-height: 100%;
}

.forumStrong:hover{
background-color: #7a161c;
color: white;

}

.forumTitle{
font-size: 2rem;
padding-top:0;
margin-top: 2%;
color: #7a161c;
}

.forumContent{
line-height: 180%;
font-size:1.3rem;
color: #000;
}

@media only screen and (max-width: 991px) {
  
  .forumTitle{
    font-size: 3rem;
  }
  .forumContent {
    font-size: 2.3rem;
    color: #000;
    line-height: 200%;
  }
  .forumButton-center a{
    font-size:2rem;
    
  }
  .forum-h{
    font-size: 2.3rem;
  }
  .forumStrong{
    font-size: 3rem;
  }
}

/* report页面 */
.report-body-width{
  width:1100px;
  margin: 0 auto;
  vertical-align:middle;
  position: relative;
  /*使外面的div高度fit with 里面的*/
  display: inline-block;
}

.reportWidth{
  margin:2% 0;
	width: 50%;
  float: left;
}

.reportTitle{
  font-size: 2rem;
  padding-left: 10px;
  color: #000;
}
.reportContent{
  line-height:180%;
  font-size: 1.3rem;
}

.report-h{
  float: left; 
  text-align: left;
  font-size: 1.5rem;
}

.report-img{
  float: left;
  width:90%;
}
.message-position{
  text-align: left;
  margin:0 40%;

}
@media only screen and (max-width:991px) {
  .report-body-width{
    width:100%;
    padding: 2% 5%;
  }
  .reportWidth{
    margin: 2% auto;
    width: 100%;
    float: left;
  }
  .reportTitle{
    font-size: 3rem;
    padding-left: 10px;
    color: #000;
  }
  .reportContent{
    line-height:200%;
    padding-left: 10px;
    font-size: 2.3rem;
  }
  
  .report-h{
    float: left; 
    text-align: left;
    font-size: 2.5rem;
    font-weight: 600;
  }
  
  .report-img{
    float: left;
    width:100%;
  }
  .message-position{
    margin:0 10%;
    width: 70%;
  }
}
.aboutContent{
  font-size: 1.3rem;
  line-height: 180%;
}
.aboutWidth{
  width:60%;
  margin:0 auto;
  text-align:center;
}

@media only screen and (max-width:991px) {
  .aboutContent{
    font-size: 2.3rem;
  }
  .aboutWidth{
    width:90%;
  }
}


.school-imgWidth{
  width:40%;
}

@media only screen and (max-width:991px) {
  .school-imgWidth{
    width:90%;
  }
}