/*  */

/* 公共 */
.p-35 {
  padding: 35px 0 35px 0;
}
.p-40 {
  padding: 40px 0 40px 0;
}
.title {
  font-size: 50px;
  font-weight: bold;
  color: #19435c;
  /* color:#fff; */
  padding-top:30px;
  line-height:118px;
}
.flexClass {
  display: flex;
  justify-content: flex-start;
}
.dot:before {
  content: "● ";
  color: #e41d3c;
}
.font-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  font-size: 16px;
  color: #606060;
  font-family: "微软雅黑";
}

/* 美国中学申请 */
.apply-for {
  width:95%;
  margin:0 auto;
  max-width:1662px;
  min-width: 1268px;
}

/* 打造3D申请人 */
.applicant {
  width:95%;
  margin:0 auto;
  max-width:1662px;
  min-width: 1268px;
  margin-bottom: 20px;
  margin-top:20px;
  justify-content: space-between;
}
.text-details{
  margin-right:20px;
}
.applicant .text-details ul li {
  padding: 8px 0 8px 0;
  font-size: 20px;
}
.applicant .text-details img {
  width: 450px;
  height: 200px;
  margin-top: 35px;
}
.applicant .pic img {
  width: 650px;
}

/* 深度发掘与背景提升 */
.course-outline {
  padding-bottom: 50px;
  background: #19435c;
}
.course-outline h3 {
  width:95%;
    margin:0 auto;
    max-width:1662px;
    min-width: 1268px;
}
.course-outline .table {
  width:95%;
    margin:0 auto;
    max-width:1662px;
    min-width: 1268px;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.course-outline .table tbody tr {
  font-size: 14px;
  text-align: center;
}
.course-outline .table thead tr {
  height: 50px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  background: #e63651;
}
.course-outline .table th,td {
  text-align: center;
  padding: 6px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  vertical-align: top;
  padding-top:12px;
}
.course-outline .table td p{
  text-align: center;
}
/* 留学申请 */
.study-abroad {
  width:95%;
    margin:0 auto;
    max-width:1662px;
    min-width: 1268px;
}

.study-abroad h3 {
  padding: 50px 0 80px 0;
}
.study-abroad h3 span {

}
.study-abroad .row-box ul li p {
  padding-left: 26px;
  margin: 10px 0 10px 0;
  background: url('../images/gou.png') no-repeat;
}
.study-abroad .row-box ul li img {
  width: 100px;
}
.study-abroad .row-box ul li {
  /* width: 380px; */
  width:33%;
  font-size: 14px;
  margin-left: 26px;
  position: relative;
  padding: 75px 20px 20px 20px;
  box-shadow:1px 1px 2px 4px #e5e5e5;
}
.study-abroad .row-box ul li:hover {
  color: #ffffff;
  background: #19435c;
}
.study-abroad .row-box ul li:nth-child(1) {
  margin: 0;
}
.study-abroad .row-box ul li img {
  position: absolute;
  top: -49px;
  left: 60px;
}
.study-abroad .row-box ul li h4 {
  font-size: 40px;
  color: #e63651;
  font-weight: bold;
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
  padding: 25px 0 25px 0;
  margin-bottom: 25px;
}
.subTitle{
  color:#e63752;
  font-size: 30px;
}
