.list_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto 30px;
}
.list_main {
  margin-right: 15px;
  padding-bottom: 20px;
  width: 861px;
}
.list_main_box {
  padding: 10px 0 0 20px;
}
.list_main_item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.list_main_item:hover .list_main_title {
  color: #4a97ff;
}
.list_main_pic {
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 263px;
  height: 147px;
}
.list_main_pic .pic {
  width: 100%;
}
.list_main_des {
  padding-top: 4px;
  width: 555px;
}
.list_main_title {
  font-size: 18px;
  color: #010101;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.list_main_txt {
  font-size: 14px;
  line-height: 26px;
  color: #5d5e5d;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list_main_time {
  margin-top: 22px;
  font-size: 14px;
  color: #9e9e9e;
}
.list_main_page {
  height: 30px;
  text-align: center;
}
.list_aside {
  margin-top: 20px;
  width: 303px;
}
.list_aside .aside_form {
  margin: 19px 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  height: 283px;
  background: url(../img/yuyue_bgc.png) center no-repeat;
}
.list_aside .aside_form_box {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 8px;
  width: 271px;
  height: 246px;
  background-color: #fff;
}
.list_aside .aside_form_title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 18px;
  text-align: center;
  color: #262626;
}
.list_aside .aside_form .red_word {
  color: #ff3737;
}
.list_aside .aside_form_inp {
  display: block;
  margin: 0 auto 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  width: 211px;
  height: 24px;
  border: 1px solid #e4e4e4;
  outline: 0;
  border-radius: 5px;
  font-size: 14px;
  color: #888;
}
.list_aside .aside_form_inp.name {
  background: url(../img/name_icon.png) 8px 4px no-repeat;
}
.list_aside .aside_form_inp.phone {
  background: url(../img/phone_icon.png) 8px 4px no-repeat;
}
.list_aside .aside_form_inp.city {
  position: relative;
  background: url(../img/city_icon.png) 8px 2px no-repeat;
}
.list_aside .aside_form_inp.city::before {
  content: '';
  position: absolute;
  top: 8px;
  right: 11px;
  width: 7px;
  height: 6px;
  background: url(../img/down_icon.png) center no-repeat;
}
.list_aside .aside_form_select {
  position: relative;
  padding: 0;
}
.list_aside .aside_form_txt {
  padding-left: 25px;
}
.list_aside .aside_form_selectBox {
  position: absolute;
  display: none;
  width: 100%;
  max-height: 180px;
  overflow: auto;
  z-index: 3;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  top: 26px;
}
.list_aside .aside_form_selectItem {
  line-height: 26px;
  font-size: 14px;
  padding-left: 10px;
  height: 26px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.list_aside .aside_form_selectItem:hover {
  background-color: #fef0ef;
}
.list_aside .aside_form_btn {
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  border: solid 1px #e4e4e4;
  width: 213px;
  height: 26px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background-color: #ff7f71;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.list_aside .aside_form_btn:hover {
  background-color: #fd5744;
}
.list_aside .aside_form_des {
  margin-top: 13px;
  font-size: 14px;
  line-height: 14px;
  color: #747474;
  text-align: center;
}
.hotActivity_title {
  padding-left: 10px;
  border-bottom: 1px solid #f6f6f6;
  height: 55px;
  font-size: 18px;
  font-weight: 700;
  color: #050505;
  line-height: 55px;
  background-color: #f5f5f5;
}
.hotActivity_title::before {
  content: '';
  display: inline-block;
  margin-right: 6px;
  width: 4px;
  height: 27px;
  background-color: #4a97ff;
  vertical-align: middle;
}
.hotActivity_container {
  padding-top: 7px;
}
.hotActivity_list {
  display: block;
  margin-bottom: 17px;
  padding-bottom: 17px;
  border-bottom: 1px dashed #e4e4e4;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hotActivity_list:hover .hotCourse_list_txt {
  color: #4a97ff;
}
.hotActivity_list:hover .hotActivity_list_pic {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}
.hotActivity_list_pic {
  overflow: hidden;
  margin-left: -3px;
  padding: 3px;
  width: 302px;
  height: 146px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hotActivity_list_pic .pic {
  width: 100%;
  height: 100%;
}
.listDetail_main {
  padding: 18px 0 20px;
}
.listDetail_main_title {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #010101;
}
.listDetail_main_info {
  margin: 7px 0 20px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #5d5e5d;
  opacity: 0.73;
}
.listDetail_main_txt {
  overflow: hidden;
  color: #5d5e5d;
  font-size: 14px;
  margin-bottom: 70px;
  padding-left: 15px;
}
.listDetail_footer {
  overflow: hidden;
  padding-left: 20px;
  font-size: 14px;
  color: #5d5e5d;
}
.listDetail_footer_txt {
  float: left;
  width: 340px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.listDetail_footer_txt:hover {
  color: #4a97ff;
}
.listDetail_footer_txt:first-child {
  margin-right: 98px;
}
.listDetail_main_txt img {
  max-width: 100%;
}
.list_book_pic {
  width: 164px;
  height: 217px;
}
.list_book_des {
  padding-top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.dialog_box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.dialog_box .video-play {
  width: 100%;
  height: 450px;
}

.dialog_box .guanbi {
  position: absolute;
  top: -30px;
  right: -45px;
  width: 40px;
  height: 40px;
  background: url(../img/sprite/close.png) center no-repeat;
  background-size: 100% 100%;
}

.dialog_container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 450px;
  background-size: 100% 100%;
  margin-left: -400px;
  margin-top: -220px;
  text-align: center;
  padding: 0;
}

.listDetail_main_pic {
  position: relative;
  display: block;
  width: 650px;
  height: 366px;
  margin: 0 auto 20px;
  cursor: pointer;
}
.listDetail_main_pic img {
  width: 100%;
}
.yynl {
  display: block;
  width: 303px;
  height: 282px;
  background-color: #fff;
  margin-left: -1px;
}
.yynl img {
  width: 100%;
}
.listDetail_main_pic:before {
  content: '';
  width: 80px;
  height: 80px;
  background: url(../img/sprite/play.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.hotTuijian_list {
  display: block;
  font-size: 14px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 28px;
}

.hotTuijian_list:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 3px;
  height: 3px;
  background-color: #888;
  vertical-align: middle;
}

.hotTuijian_list:hover {
  color: #4a97ff;
}

.hotTuijian_container {
  margin: 15px 0 20px;
}

.list_aside_pic {
  display: block;
  width: 303px;
  height: 236px;
  background-size: 100% auto;
}

.list_path {
  text-align: center;
  padding-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}
.list_path a {
  color: #2073fb;
  padding: 2px 8px;
  font-size: 14px;
  background-color: #e8f1ff;
  border: solid 1px #8fb9fd;
  margin: 0 6px 12px 6px;
}
.list_path a:hover {
  color: #ffffff;
  background-color: #2073fb;
}
/*# sourceMappingURL=map/list.css.map */
