.fl {
  float: left;
}
.cut {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fr {
  float: right;
}
.new-article-arrow {
  padding-top: 8px;
}
.new-article-arrow a {
  color: #919191;
}
.new-article-arrow a:hover {
  color: #cf010e;
}
.details-course-wrap.details-panel .details-panel-heading {
  padding: 20px 0 22px;
}
.details-panel .details-panel-title {
  color: #666666;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  margin: 0;
  border-bottom: 3px solid #f5606c;
}
.details-panel ul {
  margin: 0;
  padding: 0;
}
.details-panel li {
  padding: 0;
  float: left;
}
.details-panel a {
  color: #666;
}
.details-panel .details-rela {
  padding-top: 16px;
}
.details-panel .details-rela li {
  width: 50%;
}
.details-panel .details-rela a {
  display: block;
  width: 90%;
  color: #666666;
  position: relative;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 34px;
}
.details-panel .details-rela a::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #c9c9c9;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.details-panel .details-rela a:hover {
  color: #cf010e;
}
.details-panel .details-rela a:hover::after {
  background: #cf010e;
}
.details-panel .details-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.details-panel .details-course li {
  width: 30.2%;
  overflow: hidden;
}
.details-panel .details-course li img {
  width: 100%;
}
.details-panel .details-course li p {
  color: #333333;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .details-panel .details-rela li {
    float: initial;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .details-panel .details-course {
    display: block;
  }
  .details-panel .details-course li {
    width: 318px;
    float: initial;
    max-width: 100%;
    margin: 0 auto;
  }
}
.details-wrap input {
  outline: none;
}
.details-wrap ul {
  padding: 0;
  margin: 0;
}
.details-wrap a {
  color: #666666;
}
.details-wrap .panel-body {
  margin-top: 0;
}
.details-wrap .panel-title img {
  margin-right: 10px;
}
.exam-guide li {
  float: left;
  margin-bottom: 14px;
  margin-right: 6px;
}
.exam-guide li a {
  font-size: 14px;
  width: 108px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #f4f2f2;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.exam-guide li a:hover {
  background-color: #f5606c;
  color: #fff;
}
.exam-guide li:nth-child(3n) {
  margin-right: 0;
}
.details-coupon .coupon-img img {
  width: 100%;
}
.details-coupon ul {
  padding: 20px 0 10px;
}
.details-coupon input[type='text'] {
  width: 100%;
  height: 40px;
  background-color: #f4f2f2;
  margin-bottom: 10px;
  border: none;
  padding-left: 14px;
}
.details-coupon .submit-btn {
  width: 100%;
  border: none;
  height: 40px;
  background-color: #f5606c;
  color: #fff;
}
.exam-live .panel-body img {
  width: 100%;
}
.exam-live .panel-title {
  position: relative;
}
.exam-live .panel-title img {
  position: relative;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.exam-live .swiper-arrow {
  position: absolute;
  width: 70px;
  right: 12px;
  top: 16px;
}
.exam-live .swiper-arrow div {
  width: 17px;
  height: 16px;
  cursor: pointer;
}
.exam-live .swiper-arrow .swiper-arrow-l {
  background: url(/assets/img/article/detail/arr-l.png) no-repeat center;
}
.exam-live .swiper-arrow .swiper-arrow-l:hover {
  background-image: url(/assets/img/article/detail/arr-l-hover.png);
}
.exam-live .swiper-arrow .swiper-arrow-r {
  background: url(/assets/img/article/detail/arr-r.png) no-repeat center;
}
.exam-live .swiper-arrow .swiper-arrow-r:hover {
  background-image: url(/assets/img/article/detail/arr-r-hover.png);
}
.exam-live p {
  color: #333333;
  font-size: 16px;
  padding: 26px 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.test-dynamics li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  line-height: 46px;
  padding-left: 28px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.test-dynamics li a:hover {
  color: #cf010e;
}
.test-dynamics li a:hover::after {
  background: #cf010e;
}
.test-dynamics li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c6c6c6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zeji-guide li {
  float: left;
  margin-bottom: 20px;
  margin-right: 16px;
}
.zeji-guide li a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #f4f2f2;
  font-size: 16px;
  letter-spacing: 2px;
  color: #666666;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zeji-guide li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -72%);
  transform: translate(-50%, -72%);
}
.zeji-guide li a p {
  margin-top: 70px;
}
.zeji-guide li a:hover {
  color: #f5606c;
}
.zeji-guide li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .zeji-guide li {
    margin-right: 10px;
  }
  .zeji-guide li:nth-child(3n) {
    margin-right: 10px;
  }
  .exam-guide li:nth-child(3n) {
    margin-right: 6px;
  }
}
@media (max-width: 400px) {
  .zeji-guide li {
    margin-right: 3%;
    width: 31%;
  }
  .zeji-guide li a {
    width: 100%;
  }
  .zeji-guide li:nth-child(3n) {
    margin-right: 0%;
  }
}
.slide-tit{ border-bottom:1px solid #f0f0f0; color:#34ad2a; line-height:1em; font-size:16px; font-weight:normal; }
    .slide-tit strong{ padding:10px 0; float:right; color:#999; font-size:12px; font-weight:normal; }
	.slide-tit span{ position:relative; top:1px; display:inline-block; padding:10px 0; border-bottom:1px solid #34ad2a; }
/*附件列表样式*/
.attach-list{ margin:0; padding:10px 0 0 0;}
	.attach-list ul{ margin:0 0 0 -15px; list-style:none; }
	.attach-list ul:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	.attach-list ul li{ position:relative; float:left; margin:0 0 15px 15px; padding:5px 18px 8px 18px; border:1px solid #eee; box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.1); width:215px; }
	.attach-list ul li i.icon-attachment{ position:absolute; display:block; top:8px; left:4px; width:12px; height:12px; line-height:14px; color:#535353; font-size:12px; }
    .attach-list ul li a:hover{ text-decoration:none; }
	.attach-list ul li .del{ position:absolute; display:block; top:0; right:0; width:20px; height:20px; line-height:20px; text-align:center; cursor:pointer; overflow:hidden; }
    .attach-list ul li .del i{ color:#535353; font-size:10px; -webkit-transform:scale(0.833); }
	.attach-list ul li .edit{ position:absolute; display:block; bottom:6px; right:5px; width:20px; height:20px; line-height:20px; text-align:center; cursor:pointer; overflow:hidden; }
    .attach-list ul li .edit i{ color:#535353; font-size:14px; }
	.attach-list ul li .title{ display:block; margin-bottom:3px; border-bottom:1px solid #ccc; line-height:24px; height:26px; font-weight:bold; white-space:nowrap; word-break:break-all; overflow:hidden; }
	.attach-list ul li .info,.attach-list ul li .btns{ display:block; line-height:24px; }
	.attach-list ul li .btns input{ display:inline-block; padding:0 3px; border:1px solid #d7d7d7; width:40px; height:20px; line-height:18px; color:#666; font-size:12px; background:#fff; vertical-align:middle; }
