@charset "utf-8";

#support{
  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, #spcourse .vipcon ul li{text-align: left; padding: 5px 4%; line-height:1.4em; font-size:1.4em; color:#313335; width:92%;}
.faqlist a, #spcourse .vipcon ul li a{text-decoration:none; color:#313335;}
.faqlist a:hover , #spcourse .vipcon ul li a:hover{text-decoration:none; color:#1ea0fa;}

/* 新添“最新”样式 by CM 180804 */
.faqlist span, #spcourse .vipcon ul li span{font-size: 0.8em; color: #E71A60; margin-left: 4px;font-weight:bold;}
/* end */

/* 第二种排版 by sure 240723 */
ul{
  padding: 0;
}

ul li{
  list-style: none;
}

#spcourse .oc_view{
  display: none;
}
/* end */

.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;
}

