/*  */

/* 公共 */
.p-35 {
  padding: 35px 0 35px 0;
}
.p-40 {
  padding: 40px 0 40px 0;
}
.title {
  font-size: 40px;
  font-weight: bold;
  color: #19435c;
}
.red-title {
  font-size: 24px;
  color: #e73652;
  /* padding: 10px 0 10px 0; */
  font-weight: bold;
}
.flexClass {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.font-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container {
  width:95%;
    margin:0 auto;
    max-width:1662px;
    min-width: 1268px;
}
/* 本科申請流程 */
.timeline{
  width:150px;
  height:150px;
  border-radius: 50%;
  background-color: #19435c;
  margin:0 auto;
  text-align: center;
  color:#fff;
  line-height: 150px;
  font-size: 36px;
}
.apply-for {
  /* background: url('../images/li-bg.png') no-repeat; */
  /* background-size: 1180px 1007px; */
  /* height:1288px;
  background-image: url(../images/benkeBg.png);
  background-size: 100% 100%; */
}
.apply-for img{
  width:100%;
  height: auto;
}
.apply-for ul {
  padding-top: 150px;
}
.apply-for ul li {
  width: 548px;
  height: 338px;
  padding: 20px;
}
.apply-for ul li:nth-child(2) {
  margin-top: 90px;
  margin-left: 88px;
}
.apply-for ul li:nth-child(4) {
  margin-top: 70px;
  margin-left: 88px;
}
.apply-for ul li .message p {
  padding: 0 6px 8px 15px;

}
/* 本科服務流程 */
.applicant {

}


/* 本科申請規劃 */
.course-outline {

}
.course-outline h3 {

}
.course-outline ul li img {
  width: 100%;
  height: 100%;
}
.course-outline ul li {
  width:25%;
  /* width: 300px; */
  height: 400px;
  padding: 15px 25px;
  box-sizing: border-box;
  border: 1px solid #efefef;
}
.course-outline ul li:nth-child(2) {
  color: #ffffff;
  background-color: #19435C;
}
.course-outline ul li:nth-child(5) {
  color: #ffffff;
  background-color: #19435C;
}
.course-outline ul li:nth-child(7) {
  background-color: #19435C;
  color: #ffffff;
}
.course-outline ul li:nth-child(10) {
  color: #ffffff;
  background-color: #19435C;
}
.course-outline ul li:nth-child(12) {
  color: #ffffff;
  background-color: #19435C;
}
.course-outline ul li:nth-child(15) {
  color: #ffffff;
  background-color: #19435C;
}
.course-outline ul li p {
  padding: 2px 0 2px 0;
}
.subTitle{
  color:#e63752;
  font-size: 30px;
}
.applicant img{
  width:100%;
   height:auto;
}
