body {
  min-height: 100%;
  background: #f9f9f9; }

.wrapper {
  width: 100%; }
  .wrapper:after {
    content: "";
    clear: both;
    display: block; }

.header {
  height: 65px; }

.position {
  width: 1162px;
  margin: 0 auto;
  margin-top: 35px; }
  .position ul:after {
    content: "";
    clear: both;
    display: block; }
  .position li {
    float: left;
    font-size: 12px;
    color: #444;
    margin-right: 15px;
    padding-left: 27px; }
  .position a {
    color: #444;
    margin-right: 6px; }
  .position .position-ed {
    background-position: left bottom 2px; }
    .position .position-ed a {
      color: #4d60c4; }

.zhibo-course {
  background: url(../images/zhibo_course.png) no-repeat left top 2px; }

.vip-course {
  background: url(../images/vip_course.png) no-repeat left top 2px; }

.position-course {
  background: url(../images/position_course.png) no-repeat left top 1px; }

.main {
  width: 1162px;
  margin: 0 auto;
  margin-top: 16px; }
  .main:after {
    content: "";
    clear: both;
    display: block; }

.main-left {
  float: left;
  width: 880px; }

.main-right {
  float: right;
  width: 273px; }

.filter {
  width: 100%;
  height: 124px;
  border: 1px solid #ededed;
  padding-top: 38px;
  background: #fff; }
  .filter ul {
    padding-left: 30px;
    line-height: 24px;
    margin-top: 28px; }
    .filter ul:after {
      content: "";
      clear: both;
      display: block; }
    .filter ul span {
      float: left;
      margin-right: 12px; }
  .filter ul:nth-child(1) {
    margin: 0; }
  .filter li {
    float: left;
    padding: 0 12px;
    margin-right: 14px;
    border-radius: 12px;
    line-height: 24px; }
    .filter li a {
      font-size: 16px;
      color: #444; }
    .filter li img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
  .filter .filter-ed {
    background: #495bb8; }
    .filter .filter-ed a {
      color: #fff; }

.wrap {
  width: 100%;
  border: 1px solid #ededed;
  margin-top: 10px;
  background: #fff; }

.tit {
  margin: 0 30px;
  padding-top: 30px;
  border-bottom: 1px solid #f0f0f0; }
  .tit:after {
    content: "";
    clear: both;
    display: block; }
  .tit ul {
    float: left; }
    .tit ul:after {
      content: "";
      clear: both;
      display: block; }
    .tit ul li {
      margin-right: 57px;
      padding-bottom: 12px;
      float: left; }
      .tit ul li a {
        font-size: 16px;
        color: #444; }
  .tit span {
    float: right;
    color: #aaaaaa;
    font-size: 12px; }
    .tit span a {
      color: #aaaaaa;
      font-size: 12px; }
  .tit .tit-ed1 {
    border-bottom: 2px solid #495bb8; }
    .tit .tit-ed1 a {
      color: #495bb8; }
  .tit .tit-ed2 {
    color: #495bb8; }

.wrap-list {
  width: 100%;
  padding-bottom: 30px; }
  .wrap-list:after {
    content: "";
    clear: both;
    display: block; }

.list-item {
  width: 250px;
  height: 238px;
  border: 1px solid #f3f3f3;
  float: left;
  margin-left: 30px;
  overflow: hidden;
  margin-top: 30px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  position: relative; }
  .list-item:hover {
    border-color: #e0e0e0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    .list-item:hover .list-item-wrap {
      bottom: 0; }
  .list-item > img {
    display: inline-block;
    width: 100%; }
  .list-item > a > img {
    display: inline-block;
    width: 100%; }

.list-item-wrap {
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 158px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.timer {
  line-height: 26px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  padding-left: 10px; }
  .timer span {
    color: #ff9a1f;
    margin-right: 18px; }
  .timer img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }

.list-item-content {
  background: #fff;
  height: 92px;
  position: relative; }
  .list-item-content h3 {
    color: #444;
    font-size: 14px;
    padding: 0 10px;
    padding-top: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .list-item-content h3 a {
      color: #444;
      font-size: 14px; }
  .list-item-content p {
    padding-left: 34px;
    font-size: 12px;
    color: #888;
    padding-top: 12px;
    background: url(../images/numpeople.png) no-repeat 10px bottom; }

.vipCourse {
  position: absolute;
  display: inline-block;
  right: 10px;
  bottom: 10px; }

.jinru-btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #495bb8;
  color: #fff;
  text-align: center;
  font-size: 14px; }

.personaldata {
  width: calc(100% - 54px);
  height: 387px;
  border: 1px solid #ededed;
  background: #fff;
  padding: 0 27px; }
  .personaldata > h5 {
    font-size: 16px;
    color: #444;
    margin-top: 22px; }
  .personaldata > p {
    font-size: 12px;
    color: #888888;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 16px; }

.jixuxuexi-btn {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: #495bb8;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 3px;
  margin-top: 20px; }

.personalxinxi {
  width: 100%;
  padding-top: 38px; }
  .personalxinxi:after {
    content: "";
    clear: both;
    display: block; }
  .personalxinxi dt {
    width: 70px;
    height: 70px;
    float: left;
    border-radius: 50%;
    overflow: hidden; }
    .personalxinxi dt img {
      display: inline-block;
      width: 100%;
      height: 100%; }
  .personalxinxi dd {
    float: left;
    width: calc(100% - 86px);
    padding-left: 16px; }

.username {
  font-size: 16px;
  color: #444;
  padding-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.usertxt {
  font-size: 12px;
  color: #888;
  padding-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.coursedata {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 27px;
  border-bottom: 1px solid #ececec; }
  .coursedata:after {
    content: "";
    clear: both;
    display: block; }
  .coursedata li {
    width: 30%;
    float: left;
    height: 54px;
    border-right: 1px solid #ececec; }
    .coursedata li p:nth-child(1) {
      font-size: 22px;
      color: #aaaaaa; }
    .coursedata li p:nth-child(2) {
      font-size: 14px;
      color: #444; }
  .coursedata li:last-child {
    border: none; }
  .coursedata p {
    text-align: center; }

.addxiaozu {
  width: 100%;
  height: 197px;
  margin-top: 10px; }
  .addxiaozu h2 {
    width: calc(100% - 76px);
    font-size: 16px;
    color: #444444;
    padding-left: 76px;
    line-height: 85px;
    border: 1px solid #ededed;
    border-bottom: none;
    background: #fff url(../images/addxiaozu.png) no-repeat 18px center; }
    .addxiaozu h2 a {
      font-size: 16px;
      color: #444444; }

.addxiaozu-wrap {
  width: 100%;
  height: 111px;
  border: 1px solid #e5e6f2;
  background: #f4f5fa; }
  .addxiaozu-wrap p {
    font-size: 14px;
    color: #444;
    padding-top: 30px;
    text-align: center; }
    .addxiaozu-wrap p span {
      color: #495bb8; }

.addxiaozu-btn {
  display: block;
  width: 101px;
  height: 29px;
  border: 1px solid #c2c6e0;
  background: #fff;
  font-size: 12px;
  color: #5b6abd;
  line-height: 29px;
  text-align: center;
  margin: 0 auto;
  margin-top: 13px; }

.subscription {
  width: 100%;
  height: 254px;
  border: 1px solid #ededed;
  background: #fff;
  text-align: center;
  margin-top: 10px; }
  .subscription img {
    display: inline-block;
    width: 147px;
    height: 147px;
    margin-top: 38px; }
  .subscription p {
    font-size: 14px;
    color: #444444; }

.list-login {
  width: calc(100% - 54px);
  height: 212px;
  border: 1px solid #ededed;
  background: #fff;
  padding: 0 27px; }

.list-login-btns {
  width: 100%;
  margin-top: 17px;
  padding-top: 18px;
  border-top: 1px solid #ededed; }
  .list-login-btns a {
    display: inline-block;
    text-align: center;
    border-radius: 3px; }

.list-login-btn {
  width: 104px;
  height: 40px;
  background: #495bb8;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  margin-right: 10px;
  float: left; }

.list-register-btn {
  width: 102px;
  height: 38px;
  background: #fff;
  font-size: 16px;
  color: #495bb8;
  line-height: 38px;
  border: 1px solid #495bb8;
  float: right; }

.course-list-item {
  width: 250px;
  height: 238px;
  border: 1px solid #f3f3f3;
  float: left;
  margin-left: 30px;
  overflow: hidden;
  margin-top: 30px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  position: relative; }
  .course-list-item > a > img {
    width: 100%;
    display: inline-block; }
  .course-list-item:hover {
    border-color: #e0e0e0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    .course-list-item:hover .course-list-item-wrap {
      bottom: 0; }

.course-list-item-wrap {
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 132px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.course-sprice {
  color: #fe5f11;
  float: right;
  margin-right: 16px; }

.shiting {
  position: absolute;
  right: 7px;
  top: -28px;
  width: 30px;
  height: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.9) url(../images/shiting.png) no-repeat 4px center;
  font-size: 12px;
  color: #fe5f11;
  line-height: 20px;
  border-radius: 10px;
  padding-left: 20px; }

.goumai-btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fe5f11;
  color: #fff;
  text-align: center;
  font-size: 14px; }

.learningPaths-list {
  width: 100%;
  height: 218px;
  border: 1px solid #f0f0f0;
  background: #fff;
  margin-bottom: 15px;
  border-bottom: 3px solid #f0f0f0; }
  .learningPaths-list dl {
    width: 100%;
    height: 100%; }
    .learningPaths-list dl:after {
      content: "";
      clear: both;
      display: block; }
  .learningPaths-list dt {
    width: 241px;
    height: 100%;
    float: left; }
    .learningPaths-list dt img {
      display: inline-block;
      width: 100%;
      height: 100%; }
  .learningPaths-list dd {
    width: calc(100% - 297px);
    padding: 0 28px;
    height: 100%;
    float: left; }

.major-tit {
  font-size: 20px;
  color: #444444;
  padding-top: 30px;
  padding-bottom: 22px; }

.major-content {
  font-size: 14px;
  color: #444444;
  line-height: 24px;
  height: 48px; }

.major-details {
  line-height: 42px;
  font-size: 14px;
  color: #444444;
  margin-top: 22px; }
  .major-details span {
    margin-right: 20px; }

.startstudy-btn {
  display: inline-block;
  float: right;
  width: 159px;
  height: 42px;
  color: #495bb8;
  border-radius: 3px;
  line-height: 42px;
  background: #e8f3ff;
  text-align: center;
  border: 1px solid #495bb8; }
  .startstudy-btn:hover {
    border-color: #32439a;
    background: #dae6ff;
    color: #32439a; }

.zanwu {
  width: 100%;
  height: 347px;
  background: #f7f7f7;
  padding-top: 185px;
  margin-top: 25px; }
  .zanwu p {
    font-size: 16px;
    color: #8088b3;
    padding-top: 122px;
    text-align: center;
    background: url(../images/zanwu.png) no-repeat center top; }

/*# sourceMappingURL=newplayLive_list.css.map */
