@charset "utf-8";

#course{
  background-color: #1ea0fa;
  color:#fff;
  position: relative;
  z-index:9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}



.contents{padding:40px 0; position: relative; width:100%; margin:0 auto;}
.vipcon{margin-top:10px;}
.faqlist{text-align: left; padding: 5px 4%; line-height:1.4em; font-size:1.4em; color:#313335; width:92%;}
.faqlist a{text-decoration:none; color:#313335;}
.faqlist a:hover{text-decoration:none; color:#1ea0fa;}

.text-bottom{
  margin-top: 33px;
}
.text{
  text-align: left; 
  margin: 0 auto;
  width: 84%;
  padding: 9px 4%;
  font-size: 1.4em;
  line-height: 1.8em;
  color: #97999b; 
  border: 1px solid #dbdddf; 
  border-radius: 4px; 
  background-color: #fff;
}

.betitlewrap{
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 20px;
  margin-bottom: 15px;
  border-bottom: 2px solid #1ea0fa;
}
.betitle{
  display: block;
  width: 8em;
  height: 1.6em;
  font-size: 1.6em;
  line-height: 1.6em;
  overflow: hidden;
  background: #1ea0fa;
  color: #fff;
  text-align: center;
}
.subtitle{
  margin-left: 4%; 
  padding: 10px 0 5px; 
  font-size: 1.6em; 
  font-weight: bold; 
  color: #1ea0fa;
}

