.banner {
  margin-bottom: 0;
}

.pos-nav {
  height: 54px;
  margin: 0;
  padding: 0;
  line-height: 54px;
  background-color: #f7f8fa;
}

/*--------------------list start--------------------*/
.list{
  width: 100%;
  min-width: 1200px;
  margin-bottom: 100px;
  background-color: #f7f8fa;
}
.list .wrapper{
  background-color: #fff;
}
.list .list-con{
  width: 870px;
  background-color: #fff;
  box-sizing: border-box;
}
.list .list-con .list-item{
  float: left;
  width: 50%;
  margin-bottom: 16px;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.list .list-con .list-item:nth-child(even){
  border-left: none;
}
.list .list-con .list-item .list-title{
  height: 49px;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  font-size: 16px;
  line-height: 49px;
  color: #333;
  letter-spacing: 2px;
}
.list .list-con .list-item .list-title .list-more{
  font-weight: normal;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.list .list-con .list-item .list-title .list-more:hover{
  color: #333;
}
.list .list-con .list-item .list-show{
  padding: 16px 20px;
}
.list .list-con .list-item .list-show ul{
  margin-top: -17px;
}
.list .list-con .list-item .list-show ul li {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  line-height: 13px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.list .list-con .list-item .list-show ul li a{
  color: inherit;
}

.list .list-con .list-item .list-show ul li span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  text-align: center;
  background-color: #89b5f5;
}

.list .list-con .list-item .list-show ul li:nth-child(1) span {
  background-color: #f64545;
}

.list .list-con .list-item .list-show ul li:nth-child(2) span {
  background-color: #ff8e55;
}
.list .list-con .list-item .list-show ul li:nth-child(3) span {
  background-color: #ffb54d;
}

.list .list-con .list-item .list-show ul li:hover a{
  color: #000;
  text-decoration: underline;
}
.list .side-bar{
  width: 328px;
}
.list .get-fresh {
  width: 328px;
  height: 490px;
  margin-bottom: 10px;
  padding: 30px 20px;
  background-color: #fff;
  box-sizing: border-box;
}

.list .get-fresh .fresh-title {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 32px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #3799ff;
}

.list .get-fresh .fresh-title i {
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 28px;
  margin-right: 10px;
}

.list .get-fresh .fresh-form {
  width: 288px;
  height: 380px;
  padding: 30px 30px 20px 28px;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.list .get-fresh .fresh-form .radio-box {
  display: inline-block;
  width: 98px;
  margin-right: 23px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}
.list .get-fresh .fresh-form .radio-box:nth-child(even){
  margin-right: 0;
}
.list .get-fresh .fresh-form .radio-box input {
  display: none;
}

.list .get-fresh .fresh-form .radio-box label {
  cursor: pointer;
}

.list .get-fresh .fresh-form .radio-box label i {
  display: inline-block;
  position: relative;
  top: -3px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
  box-sizing: border-box;
}

.list .get-fresh .fresh-form .radio-box.selected label i {
  border: none;
  background: url('../images/radio.png') no-repeat center #3799ff;
}
.list .get-fresh .fresh-form .inp{
  font-size: 0;
}
.list .get-fresh .fresh-form label{
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  color: #333;
}
.list .get-fresh .fresh-form select, input {
  display: inline-block;
  width: 186px;
  height: 42px;
  padding: 0 10px 0 12px;
  border: 1px solid #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 42px;
  color: #999;
  box-sizing: border-box;
}

.list .get-fresh .fresh-form select {
  margin-bottom: 14px;
  background: url('../images/fresh-select.png') no-repeat right;
  background-position: 157px;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.list .get-fresh .fresh-form .form-btn {
  display: block;
  width: 228px;
  height: 46px;
  margin-top: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  background-color: #3799ff;
}

.list .get-fresh .fresh-form .form-btn:hover {
  background-color: #3289e4;
}

.class-reco{
  width: 328px;
  height: 380px;
  padding: 30px 20px;
  margin-bottom: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.class-reco>p{
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 16px;
  color: #333;
}
.class-reco>p i{
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 2px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #cea5b3;
}
.class-reco>p span{
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.class-reco>p span:hover{
  color: #333;
}
.course-item {
  position: relative;
  width: 290px;
  height: 280px;
  margin:  0 auto;
  padding: 24px 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  box-sizing: border-box;
}

.course-item .co-tag {
  width: 73px;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #a6b0b8;
}

.course-item .co-name {
  padding-top: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #30404b;
  cursor: pointer;
}

.course-item .co-name span {
  font-weight: normal;
  font-size: 14px;
}

.course-item .co-type {
  font-size: 12px;
  line-height: 26px;
  color: #999;
}

.course-item .teacher-show {
  height: 83px;
  padding-top: 10px;
}

.course-item .teacher-show ul li{
  float: left;
  width: 40px;
  margin-right: 10px;
}
.course-item .teacher-show ul li img{
  width: 40px;
  height: 40px;
}
.course-item .teacher-show ul li p{
  width: 100%;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  text-align: center;
}

.course-item .co-price {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 40px);
  height: 50px;
  padding: 0 20px;
  line-height: 52px;
  background-color: #f9fcff;
}

.course-item .co-price .buyer {
  font-size: 12px;
  color: #333;
}

.course-item .co-price .price {
  font-size: 16px;
  color: #ff6b00;
}

.course-item .co-price i {
  font-style: normal;
  font-size: 12px;
}

/*--------------------list end----------------------*/