.nwidget .title-2{
  font-size: 15px;
  background-position: 0 -308px !important;
}

.f_souti{
  width: 100%;
  display: flex;
  align-items: center;
}

.toptle{
  width: 100%;
  height: 40px;
  background-color: #0982a1;
  font-size: 13px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toptle>div{
  width: 310px;
  height: 24px;
  border-radius: 24px;
  background-color: #fff;
  color: #333;
  display: flex;
  align-items: center;
  line-break: initial;
  line-height: 24px;
  font-size: 12px;
  margin-right: 14px;
  padding: 1px;
  box-sizing: border-box;
  font-weight: normal;
}

.toptle p{
  width: 69px;
  height: 100%;
  font-size: 12px;
  line-height: 69px;
  border-radius: 24px;
  text-align: center;
  background-color: #fa1829;
  color: #fff;
  margin-right: 10px;
}

.toptle span{
  font-weight: bold;
}

.toptle>div *{
  line-height: 24px;
}

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

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

.zlctt>div a {
  line-height: 20px;
  position: relative;
  height:20px;
}

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

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

.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: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

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

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

.topbox {
  width: 100%;
  height: 100%;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 28px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
  border: 1px solid #f4f7f9;
  max-height: 180px;
  overflow-y: scroll;
}

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

.topbox li {
  font-weight: normal;
  color: #666;
  margin-right: 8px;
  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;

}
.data_download {
  line-height: 38px;
  margin-top: 5px;
}
.data_download div{
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  background-color: #cc0000;

}