.listpage {
  width: 1200px;
  margin: 0 auto 20px auto;
}
.listpage .listbanner {
  background-color: #FF937A;
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  margin-top: 10px;
}
.listpage .listbanner img {
  width: 1200px;
  height: 50px;
  display: block;
}
.listpage .crumbs-plane {
  height: 54px;
  display: flex;
  align-items: center;
  color: #999;
  font-size: 14px;
}
.listpage .crumbs-plane .current {
  color: #333;
}
.listpage .crumbs-plane li {
  color: #999;
  font-size: 14px;
}
.listpage .crumbs-plane li a {
  color: #999;
}
.listpage .crumbs-plane li::after {
  content: ">";
  display: inline-block;
  padding: 0 10px;
}
.listpage .crumbs-plane li:last-child::after {
  content: "";
}
.listpage .listMain {
  display: flex;
  justify-content: space-between;
}
.listpage .listMain .main-left {
  width: 830px;
}
.listpage .listMain .main-left .filter {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 20px;
  font-size: 14px;
}
.listpage .listMain .main-left .filter .title {
  line-height: 28px;
  font-size: 26px;
  color: #222222;
  padding: 0 0 20px 0;
  font-weight: 700;
}
.listpage .listMain .main-left .filter .category {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.listpage .listMain .main-left .filter .category .category-list {
  display: block;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: 10px 20px 0 0;
}
.listpage .listMain .main-left .filter .category .category-list a {
  color: #333;
}
.listpage .listMain .main-left .filter .category .active {
  color: #008bfc;
  background: #f2f8ff;
  border-radius: 14px;
}
.listpage .listMain .main-left .filter .category .active a {
  color: #008bfc;
}
.listpage .listMain .main-left .filter .type {
  display: flex;
  flex-wrap: wrap;
}
.listpage .listMain .main-left .filter .type .type-list {
  display: block;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: 10px 20px 0 0;
}
.listpage .listMain .main-left .filter .type .type-list a {
  color: #333;
}
.listpage .listMain .main-left .filter .type .active {
  color: #008bfc;
  background: #f2f8ff;
  border-radius: 14px;
}
.listpage .listMain .main-left .filter .type .active a {
  color: #008bfc;
}
.listpage .listMain .main-left .list-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.listpage .listMain .main-left .list-content .list-item {
  padding: 25px;
  border-bottom: 1px solid #EFEFEF;
}
.listpage .listMain .main-left .list-content .list-item:last-child {
  border: none;
}
.listpage .listMain .main-left .list-content .list-item:hover {
  background: #f7f7f7;
}
.listpage .listMain .main-left .list-content .list-item h2 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.listpage .listMain .main-left .list-content .list-item h2 a {
  color: #333;
}
.listpage .listMain .main-left .list-content .list-item h2 a:hover {
  color: #3075FF;
}
.listpage .listMain .main-left .list-content .list-item .text {
  font-size: 14px;
  color: #666;
  margin: 25px 0 20px 0;
  line-height: 22px;
}
.listpage .listMain .main-left .list-content .list-item .text a {
  color: #1B428F;
}
.listpage .listMain .main-left .list-content .list-item .time {
  font-size: 14px;
  color: #666;
}
.listpage .listMain .main-left .list-content .loadMore {
  display: block;
  width: 180px;
  height: 35px;
  border: 1px solid #d9d9d9;
  color: #666;
  text-align: center;
  line-height: 35px;
  margin: 50px auto;
  border-radius: 50px;
  font-size: 14px;
}
.listpage .listMain .rightSidebar {
  width: 350px;
}
.listpage .listMain .rightSidebar .djs {
  height: 380px;
  background: url(../image/kaoshidaojishi.png) top center no-repeat;
  background-size: 100%;
}
.listpage .listMain .rightSidebar .djs h2 {
  font-weight: 700;
  text-align: center;
  color: #333333;
  font-size: 23px;
  padding-top: 33px;
}
.listpage .listMain .rightSidebar .djs .n-djs {
  color: #000;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 20px auto 28px auto;
}
.listpage .listMain .rightSidebar .djs .n-djs .time {
  background: url(../image/daojishi.png) no-repeat center;
  height: 40px;
  width: 133px;
  box-sizing: border-box;
  padding-left: 12px;
  margin-right: 10px;
  display: block;
  color: #F51E29;
  font-size: 30px;
  letter-spacing: 28px;
}
.listpage .listMain .rightSidebar .djs .receive {
  width: 309px;
  background: #fff;
  margin: 0 auto;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding-top: 20px;
}
.listpage .listMain .rightSidebar .djs .receive .ewm {
  display: flex;
  align-items: center;
  width: 260px;
  margin: 0 auto 20px auto;
}
.listpage .listMain .rightSidebar .djs .receive .ewm .img {
  width: 96px;
  height: 96px;
  border: 1px solid #308DFF;
  padding: 8px;
  margin-right: 15px;
}
.listpage .listMain .rightSidebar .djs .receive .ewm p {
  color: #333;
  font-size: 14px;
  line-height: 22px;
}
.listpage .listMain .rightSidebar .djs .receive .joinBtn {
  width: 260px;
  margin: 0 auto;
}
.listpage .listMain .rightSidebar .djs .receive .joinBtn a {
  display: block;
  height: 36px;
  line-height: 36px;
  border-radius: 100px;
  border: 1px solid #5988DF;
  text-align: center;
}
.listpage .listMain .rightSidebar .djs .receive .joinBtn a .joinBtn-tx {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  margin-top: -4px;
  margin-right: 6px;
}
.listpage .listMain .rightSidebar .djs .receive .joinBtn a .joinBtn-tx p {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #5988DF;
  margin-left: -10px;
}
.listpage .listMain .rightSidebar .djs .receive .joinBtn a .joinBtn-tx p:first-child {
  margin-left: 0;
}
.listpage .listMain .rightSidebar .djs .receive .joinBtn a .joinBtn-tx p img {
  display: block;
  width: 100%;
}
.listpage .listMain .rightSidebar .djs .receive .joinBtn a .joinBtn-wz {
  display: inline;
  font-size: 13px;
  color: #308DFF;
}
.listpage .listMain .rightSidebar .hotCourse {
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 0 20px;
}
.listpage .listMain .rightSidebar .hotCourse h2 {
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  height: 55px;
  font-weight: 600;
}
.listpage .listMain .rightSidebar .hotCourse h2 img {
  padding-right: 10px;
}
.listpage .listMain .rightSidebar .hotCourse .item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.listpage .listMain .rightSidebar .hotCourse .item .img {
  width: 128px;
  height: 120px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 5px;
}
.listpage .listMain .rightSidebar .hotCourse .item .img img {
  width: 128px;
  min-height: 120px;
}
.listpage .listMain .rightSidebar .hotCourse .item .content {
  flex: 1;
}
.listpage .listMain .rightSidebar .hotCourse .item .content h3 {
  color: #333;
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
}
.listpage .listMain .rightSidebar .hotCourse .item .content .price {
  color: #F72836;
  font-weight: 700;
  padding: 8px 0 12px 0;
}
.listpage .listMain .rightSidebar .hotCourse .item .content .but {
  width: 100%;
  height: 34px;
  background-color: #E8F3FF;
  color: #3075FF;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  display: block;
  border-radius: 17px;
}
.listpage .listMain .rightSidebar .questionBank {
  margin-top: 20px;
}
.listpage .listMain .rightSidebar .questionBank img {
  min-width: 350px;
  display: block;
}
.listpage .listMain .rightSidebar .sticky {
  position: fixed;
  top: 0;
}
.listpage .listMain .rightSidebar .rightbanner {
  margin-top: 20px;
}
.listpage .listMain .rightSidebar .rightbanner img {
  min-width: 350px;
}
.listpage .listMain .rightSidebar .information-item {
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 0 20px;
}
.listpage .listMain .rightSidebar .information-item h2 {
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  height: 70px;
  font-weight: 500;
}
.listpage .listMain .rightSidebar .information-item li {
  display: flex;
  padding-bottom: 28px;
}
.listpage .listMain .rightSidebar .information-item li .icon-pdf {
  background: url(../image/xiangguanziliao_.png) top center no-repeat;
  width: 39px;
  height: 46px;
  background-size: 100%;
}
.listpage .listMain .rightSidebar .information-item li .info {
  width: 260px;
  padding-left: 10px;
}
.listpage .listMain .rightSidebar .information-item li .info .h3 {
  font-size: 14px;
  color: #333;
  display: block;
  padding-bottom: 5px;
  word-break: break-all;
}
.listpage .listMain .rightSidebar .information-item li .info .down {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.listpage .listMain .rightSidebar .information-item li .info .down span {
  color: #999;
  font-size: 12px;
}
.listpage .listMain .rightSidebar .information-item li .info .down .but {
  display: block;
  width: 54px;
  height: 23px;
  background: #3075FF;
  line-height: 23px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
}
.listpage .listMain .rightSidebar .hotarticle {
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 0 20px;
}
.listpage .listMain .rightSidebar .hotarticle h2 {
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  height: 70px;
  font-weight: 500;
}
.listpage .listMain .rightSidebar .hotarticle h2 img {
  padding-right: 10px;
}
.listpage .listMain .rightSidebar .hotarticle ul {
  counter-reset: section;
  list-style: none;
  padding-left: 0;
}
.listpage .listMain .rightSidebar .hotarticle ul li {
  counter-increment: section;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  padding-bottom: 28px;
}
.listpage .listMain .rightSidebar .hotarticle ul li a {
  color: #333;
}
.listpage .listMain .rightSidebar .hotarticle ul li::before {
  content: counters(section, ".");
  width: 20px;
  height: 20px;
  background-color: #FFEDEB;
  display: block;
  color: #FB4747;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}
