/* 清除浮动 */
/* 圆角 */
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #f30;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*常用字号*/
/*常用颜色*/
/* 圆角  */
/*边框圆角*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #cccccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* clicked color */
.clcikActive {
  color: #ffffff;
  background: #33b0c4;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
/*阴影*/
body {
  background-color: #f4f4f4;
}
.pointQue {
  margin-top: 30px;
  *zoom: 1;
  zoom: 1;
}
.pointQue:after {
  content: " ";
  clear: both;
  display: table;
}
.pointQue .leftmain {
  width: 73%;
  float: left;
}
.rightside {
  float: right;
  width: 25%;
  background: #fbfbfb;
}
.rightside .aboutcourse .h3 {
  font-size: 16px;
  line-height: 16px;
  text-indent: 15px;
  border-left: 3px solid #d55;
  margin: 20px 16px 5px;
}
.rightside .aboutcourse ul {
  overflow: hidden;
}
.rightside .aboutcourse ul li {
  *zoom: 1;
  zoom: 1;
  padding: 0 16px;
  margin: 15px 0;
}
.rightside .aboutcourse ul li:after {
  content: " ";
  clear: both;
  display: table;
}
.rightside .aboutcourse ul li .img {
  float: left;
  margin-right: 12px;
}
.rightside .aboutcourse ul li .img img {
  width: 90px;
  height: 60px;
}
.rightside .aboutcourse ul li h3 {
  font-size: 14px;
  color: #666666;
}
.rightside .aboutcourse ul li p {
  color: #f26a2f;
}
.popBtnR {
  display: block;
  width: 300px;
  height: 40px;
  margin: auto;
  background: #dd5555;
  border: none;
  outline: 0;
  color: #fff;
  margin: 20px auto;
}
.popBtnR:hover {
  background-color: #c94141;
}
.freeque {
  width: 400px;
}
.freeque .mes {
  font-size: 18px;
}
.freeque .main {
  margin: 30px 20px 28px 20px;
}
.freeque .main > ul {
  *zoom: 1;
  zoom: 1;
  margin: 20px -1% 0;
}
.freeque .main > ul:after {
  content: " ";
  clear: both;
  display: table;
}
.freeque .main > ul > li {
  float: left;
  width: 47%;
  margin: 10px 1%;
  border: 1px solid #eee;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #ffcc99;
  box-sizing: border-box;
}
.freeque .main > ul > li a {
  display: block;
  padding: 5px 10px;
}
.freeque .main > ul > li em {
  color: #999;
}
.freeque .main > ul > li p {
  color: #666;
  height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.freeque .main > ul > li:hover,
.freeque .main > ul > li.on {
  background-color: #ffd6a3;
}
.freeque .main > ul > li:first-child {
  background-color: #ffcccc;
}
.freeque .main > ul > li:first-child:hover,
.freeque .main > ul > li:first-child.on {
  background-color: #ffd6d6;
}
