ul{list-style: none}


.main-block {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F1F1;
}

.section {
  background: #d9f2f7;
}
.flex_passing{display: flex;flex-wrap: wrap;}
.flex_passing_box{width: 50%}
.passing {
  width: 100%;
 /* display: flex;*/
  padding: 30px 20px;
  box-sizing: border-box;
	position: relative;
}
.passing:nth-of-type(2n) {
  padding-top: 0;
}
.passing:nth-of-type(2n) .passing-block {
  order: 1;
}
.passing:nth-of-type(2n) .icon {
  order: 2;
}

/*.read-more {
  width: fit-content;
  line-height: 1;
  padding: 8px 24px;
  background: #6293ee;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 40px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all .3s;
}
.read-more:hover {
  background: #2c60c0;
}*/


.passing-block {
  /*width: calc(100% - 200px);*/
	width: 100%;
  background: #fbf2d7;
  border-radius: 16px;
	
}


.passing-block .passing-comment,
.passing-block .passing-head {
  padding: 24px;
}
.passing-block .passing-head {
  position: relative;
}
/*.passing-block .passing-head:after {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  right: 20px;
  width: 80px;
  height: 72px;
  right: 40px;
  width: 110px;
  height: 100px;
 background: url(../img/icon_p.png) no-repeat left top;
  background-size: cover;
}*/
.passing-block .passing-head .head_info .scholl-name {
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
}
.passing-block .passing-head .head_info .scholl-name-sub {
  font-size: 18px;
  color: #666;
  padding-left: 50px;
}
.passing-block .passing-head .head_info .student-info {
  margin-top: 16px;
  background: #FFF;
  border-radius: 16px;
  padding: 16px;
  margin-top: 16px;
/*}*/
position:relative;
   
   }
.passing-block .passing-head .head_info .student-info :after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width:32px;
    border-bottom-width:32px;
    border-left-width:15px;
    border-right-width:15px;
    margin-left: -15px;
    border-top-color:#fff;
    top:100%;
    left:12%;
}

.pt{padding-top: 30px!important;}










.passing-block .passing-head .head_info .student-info .name {
  font-size: 18px;
  font-weight: bold;
}
.passing-block .passing-head .head_info .student-info .student-read {
  font-size: 16px;
}
.passing-block .passing-comment {
  display: none;
}
.passing-block .passing-comment .comment-box {
  padding: 24px;
  background: #FFF;
  border-radius: 16px;
}
.passing-block .passing-comment .comment-text {
  font-size: 16px;
  line-height: 2;
}
.passing-block .passing-comment .comment-text + .comment-text {
  margin-top: 32px;
}
.passing-block .passing-comment .in-box {
  margin-top: 32px;
  padding: 24px;
  background: #FFF;
  border-radius: 16px;
}
.passing-block .passing-comment .in-box .in-box-title {
  font-size: 16px;
  font-weight: bold;
  color: #FF0000;
  margin-bottom: 8px;
}
.passing-block .passing-comment .in-box .in-box-title2 {
  font-size: 16px;
  font-weight: bold;
  color: #353FE9;
  margin-bottom: 8px;
}


.icon {
  width: 130px;
  padding: 0 25px;
  /*position: absolute;
    top: 55px;
    left: 350px;*/	
}
.icon img {
  width: 100%;
  display: block;
}
.icon2 {
  width: 180px;
  margin-top: 20px;
  
}


.passing-block .passing-head.no-sub .head_info .student-info {
  margin-top: 40px;
}

.for-top {
  width: 100%;
  height: 100px;
  position: relative;
}
.for-top-btn {
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #6293ee;
  border-radius: 100%;
  transition: all .3s;
}
.for-top-btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 25px;
  left: 19px;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
}
.for-top-btn:hover {
  background: #2c60c0;
}
.for-top.stop2 .for-top-btn, .for-top.stop .for-top-btn {
  position: absolute;
}

.scholl-list-wrapper {
  padding: 32px 0 0;
}

.scholl-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px 12px;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 16px;
}
.scholl-list .list {
  width: calc((100% - 40px)/3);
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.scholl-list .list:nth-of-type(3n) {
  margin-right: 0;
}
.scholl-list .list a {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 14px;
  margin-top: 12px;
}
.scholl-list .list a:after {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  transform: rotate(45deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 6px;
  height: 6px;
}

@media screen and (max-width: 767px) {
	.flex_passing{display: flex;flex-wrap: wrap;}
.flex_passing_box{width: 90%}
	
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section .container {
    width: 100%;
  }

  .scholl-list-wrapper {
    padding: 40px 0 0;
  }
  .passing {
  width: 100%;}
	
  .passing:nth-of-type(2n),
  .passing {
    padding: 40px 10px 10px;
    /*position: relative;*/
  }

  .icon {
    width: 100px;
    padding: 0 10px;
    /*position: absolute;
    top: 55px;
    left: 30px;*/
  }
  .icon2 {
    width: 150px;
    padding: 0 10px;
    
  }
  .passing-block {
    width: 100%;
  }

  .passing-block .passing-comment,
  .passing-block .passing-head {
    padding: 10px;
  }

  .passing-block .passing-head .head_info .scholl-name-sub,
  .passing-block .passing-head .head_info .scholl-name {
    padding-left: 10px;
    padding-right: 0;
  }

  .passing-block .passing-head .head_info .scholl-name-sub {
    /*padding-right: 80px;*/
	 padding-left: 30px;  
  }

  .passing-block .passing-head .head_info .scholl-name {
    font-size: 20px;
  }

  .passing-block .passing-head:after {
    content: "";
    position: absolute;
    display: block;
    /*top: 10px;
    right: 10px;
    width: 60px;
    height: 54px;*/
	top: 10px;
    right: 0px;
    width: 80px;
    height: 74px;
  }

  .passing-block .passing-head.no-sub .head_info .student-info {
    margin-top: 40px;
  }
  .passing-block .passing-head .head_info .student-info :after{
    
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:15px;
    border-right-width:15px;
    
   
}	
	
	
	
	
	
	

  .passing-block .passing-head .head_info .student-info .name {
    font-size: 16px;
  }

  .passing-block .passing-comment .comment-box {
    padding: 10px;
  }

  .passing-block .passing-comment .in-box {
    margin-top: 16px;
    padding: 10px;
  }

  .passing-block .passing-head .head_info .student-info .student-read,
  .passing-block .passing-comment .comment-text,
  .passing-block .passing-comment .comment-text {
    font-size: 14px;
    line-height: 1.75;
  }

  .passing-block .passing-comment .comment-text + .comment-text {
    margin-top: 16px;
  }

  .scholl-list {
    width: calc(100% - 20px);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 12px 12px;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 16px;
  }
  .scholl-list .list:nth-of-type(3n),
  .scholl-list .list {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    display: flex;
    align-items: center;
  }
  .scholl-list .list:nth-of-type(3n):nth-of-type(2n),
  .scholl-list .list:nth-of-type(2n) {
    margin-right: 0;
  }
}
.passing {
  /*opacity: 0;*/
}
.passing.start {
  animation: fade-in .5s ease-in-out 0.2s forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



