.zlctt > hr {
  border: 0;
  border-bottom: 1px dotted #ddd;
}

.zlctt > div {
  display: flex;
  justify-content: start;
  height: 56px;
  padding: 10px 0;
  box-sizing: border-box;
}

.zlctt > a{
  display: block;
  width: 100%;
  height: 36px;
  border-radius: 30px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #2a88f9;
  margin-top: 10px;
  font-size: 14px;
  color: #0073fd;
}

.zlctt > a:hover{
  color: #fff;
  text-decoration: none;
  background-color: #2a88f9;
}

.zlctt > div a {
  line-height: 38px;
}

.zlctt img {
  width: 26px;
  height: 32px;
  margin-top: 4px;
  margin-right: 5px;
}

.zlctt span {
  width: 174px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.zlctt {
  box-sizing: border-box;
  padding: 0 18px;
}

.erweima {
  box-sizing: border-box;
}

.f_erweima_h li {
  width: 50%;
  float: left;
}

.nwidget .f_erweima_h .title-2 {
  color: #000;
  background: none;
}

.nwidget .f_erweima_h .f_erweima-active .title-2 {
  background-color: #0168b7 !important;
  color: #fff !important;
}

.f_erweima img {
  width: 65%;
}

.f_erweima_h .title-2 {
  font-size: 15px;
}

.main-content {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.main-leftbox {
  flex: 1;
  margin-right: 30px;
  position: relative;
}

.main-rightbox {
  width: 242px;
  box-sizing: border-box;
}

.topbox {
  width: 100%;
  margin-top: 5px;
  height: 100%;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 28px;
  box-sizing: border-box;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.topbox p {
  margin-right: 16px;
}

.topbox li {
  font-weight: normal;
  color: #666;
  margin-right: 16px;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 3px;
}

.topbox .lichecked {
  background-color: #0168b7;
  color: #fff;
}

.testpaper {
  padding-bottom: 0;
}

.testpaper ul {
  padding: 5px 15px;
}

.testpaper li {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #eee;
}

.testpaper li:last-child {
  border: 0;
}

.testpaper li img {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

.testpaper div {
  height: 42px;
}

.testpaper li div p {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  display: inline-block;
  width: 164px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}

.testpaper li div p:last-child {
  width: initial;
  display: inline-block;
  padding: 0 12px;
  height: 18px;
  background: #EFF5FF;
  font-size: 12px;
  color: #1E50A2;
  line-height: 18px;
  text-align: center;
}

.topic-item {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.topic-item a:last-child {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
  display: flex;
  align-items: center;
  width: 90px;
  height: 32px;
  background-color: #666;
  background-image: linear-gradient(0deg, #40A4F2, #1973FE);
  border-radius: 2px;
  font-size: 14px;
  color: #FFF;
  line-height: 32px;
  padding-left: 20px;
  box-sizing: border-box;
  text-decoration: none;
}

.topic-item a:last-child:before {
  content: "";
  display: block;
  width: 18px;
  height: 17px;
  background: url(/statics/yzb_exam/image/zuotiimg.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
}

.topic-item a:first-child {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}

.topic-item span {
  font-size: 12px;
  color: #999;
  line-height: 26px;
  margin-right: 20px;
}

.topic-item a:first-child::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  background: url(/statics/yzb_exam/image/hotimg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: 8px;
  bottom: 4px;
}

.topic-item:nth-child(n+4) a::after {
  content: none;
}

.text-c {
  padding-top: 30px !important;
}

.f_souti {
  position: relative;
}

.f_souti img {
  margin-bottom: 15px;
}

.f_souti #fname {
  width: 800px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #eeeeee;
  margin-left: 25px;
  margin-top: 14px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 150px;
  outline: medium;
}

.f_souti .select_question {
  width: 120px;
  height: 52px;
  background-color: #0088e6;
  border-radius: 0px 5px 5px 0px;
  border: none;
  font-size: 18px;
  position: absolute;
  top: 14px;
  right: 1px;
  cursor: pointer;
}

.f_souti .select_question a {
  color: #fff;
  font-size: 16px;

}

.f_souti .select_question a:hover {
  text-decoration: none;

}

.notopictxt {
  width: 100%;
  display: none;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 98px;
}

.notopictxt a {
  color: #DF3838;
}
