.courseWrapper {
    background-color: #fbe9ed;
    border-top: solid 1px #fff;
}
.courseContainer {
    margin: 0 auto;
    width: 980px;
    padding: 15px 0;
}

h2.headCourse {
  background-color: #fc7b97;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  border-radius: 4px 4px;
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
  position: relative;
  margin: 0 0 15px 0;
}

h2.headCourse span.bgCourse {
  display: block;
  position: absolute;
  right: 10px;
  top: -5px;
}

.listCourse .borderRadius {
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-right: 15px;
  background-color: #fff;
  padding: 22px 12px 20px;
  width: 290px;
  height: 330px;
  float: left;
  
}

.listCourse .borderRadius:last-child {
  margin-right: 0
}
#main.top {
  margin-bottom: 50px;
}
.secNews {
  margin-bottom: 35px;
}
.secNews h2.headNews {
  border-bottom: 2px solid #eb486c;
  padding-bottom: 10px;
}
.secNews .listNews .rows {
  border-bottom: 1px dotted #333;
  padding: 10px 0;
}
.secNews .listNews .rows span {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}
.listNews .rows a {
  display: inline-block;
  padding-left: 10px;
  color: #595959;
  vertical-align: middle;
  text-decoration: none;
}
.listNews .rows a:hover {
	color: #f5486d;
}
.listCate .cate {
  float: left;
  height: 230px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 6px;
  width: 230px;
}
.listCate .left {
  width: 230px;
}
.listCate .right {
  width: 500px;
}
.listCate .cate a.title {
  background: url("../img/top/ico_arrow.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
  display: block;
  margin: 9px 0 0;
  padding-left: 20px;
}
.listCate .left .cate {
  margin-left: 0;
}

.listCate .cate.faq {
  width: 480px;
  border: none;
  background: url("../img/top/contact_bg.png") no-repeat center;
}
.listCate .cate.faq h3.head {
  height: 70px;
  line-height: 70px;
  margin: 0 10px;
  border-bottom: #fb476e solid 1px;
  padding-left: 15px;
}
.listCate .cate .listFaq {
  height: 106px;
  padding: 20px 10px;
}
.listCate ul.listFaq li {
  float: left;
  width: 50%;
}
.listCate ul.listFaq li a {
  background: url("../img/common/ico_arrow_menu.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
  color: #4e4c4b;
  display: block;
  float: left;
  padding-left: 20px;
  text-decoration: none;
}
.listCate ul.listFaq li a:hover {
  text-decoration: underline;
}

.listCate .cate.experience {
  position: relative;
}
.listCate .cate.experience .message, 
.listCate .cate a.detail {
  position: absolute;
  display: block;
}
.listCate .cate.experience a.detail {
  bottom: 20px;
  left: 50px;
}
.listCate .cate.experience .message {
  left: 50px;
  top: -15px;
}
.listCate .cate.teach a.detail {
  bottom: 15px;
  left: 15px;
}
.listCate .cate.large a.detail {
  right: 10px;
  bottom: 10px;
}
