.g-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-part {
  position: relative;
}

.top-part .aricle-titles {
  height: 166px;
  background: #f7f8fa;
  box-sizing: border-box;
  overflow: hidden;
}

.top-part .aricle-titles .titles {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-top: 40px;
}

.top-part .aricle-titles .aricle-titles-tips {
  justify-content: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.top-part .aricle-titles .aricle-titles-tips .laiyuan {
  margin: 0 20px;
}

.top-part .define {
  position: absolute;
  min-width: 346px;
  height: 52px;
  opacity: 1;
  border-radius: 100px;
  background: white;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  color: #ff6e00;
}

.top-part .define .sign {
  width: 18px;
  height: 22px;
  margin-right: 4px;
  margin-left: 16px;
}

.top-part .define .btns {
  margin-right: 10px;
  margin-left:20px;
  cursor: pointer;
  align-content: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 112px;
  height: 36px;
  border-radius: 100px;
  background: linear-gradient(180deg, #ff6e00 0%, #ffaa00 100%);
}

.top-part .define .btns img {
  width: 16px;
  height: 14.25px;
  margin: 6px 3px 0;
}

.tp {
  position: relative;
}

.tp .aricle-titles {
  height: 166px;
  background: #f7f8fa;
  box-sizing: border-box;
  overflow: hidden;
}
.tp .at {
  height: 166px;
  background: #f7f8fa;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.tp .at h1 {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 16px;
}
.tp .at span {
  color: #999999;
}
.tp .at .bj {
  margin-left: 10px;
}

.tp .at h1+ span{
  margin-right: 15px;
}



.tp .aricle-titles .titles {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-top: 40px;
}

.tp .aricle-titles .aricle-titles-tips {
  justify-content: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.tp .aricle-titles .aricle-titles-tips .laiyuan {
  margin: 0 20px;
}

.tp .define {
  display: flex;
  position: absolute;
  min-width: 346px;
  height: 52px;
  opacity: 1;
  border-radius: 100px;
  background: white;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  color: #ff6e00;
}

.tp .define .sign {
  width: 18px;
  height: 22px;
  margin-right: 4px;
  margin-left: 16px;
}

.tp .define .btns {
  display: flex;
  padding-left: 8px;
  /*align-content: center;
  justify-content: center;*/
  margin-right: 10px;
  margin-left: 20px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 112px;
  height: 36px;
  border-radius: 100px;
  background: linear-gradient(180deg, #ff6e00 0%, #ffaa00 100%);
  box-sizing: border-box;
  line-height: 36px;
}

.tp .define .btns img {
  width: 16px;
  height: 14.25px;
  margin: 13px 5px 0;
}

.ariclet-right-pagation {
  margin-top: 60px;
}

.ariclet-right-pagation .arrow {
  width: 14px;
  height: 7px;
  margin-right: 21px;
  margin-top: 20px;
}

.ariclet-right-pagation-prev {
  position: relative;
  box-sizing: border-box;
  padding: 15px 12px 0;
  height: 80px;
  border-radius: 4px;
  background: white;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
}

.ariclet-right-pagation-prev::before {
  content: "";
  width: 1px;
  height: 50px;
  opacity: 1;
  background: #eeeeee;
  position: absolute;
  left: 35px;
}

.ariclet-right-pagation-prev .title {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 4px;
}

.ariclet-right-pagation-prev .tips {
  font-size: 16px;
  color: #666666;
}

.ariclet-right-pagation-prev .tips span {
  color: #666666;
  display: block;
  max-width: 208px;
}

.ariclet-right-pagation-next {
  position: relative;
  box-sizing: border-box;
  padding: 15px 12px 0;
  height: 80px;
  border-radius: 4px;
  background: white;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
}

.ariclet-right-pagation-next::before {
  content: "";
  width: 1px;
  height: 50px;
  opacity: 1;
  background: #eeeeee;
  position: absolute;
  left: 35px;
}

.ariclet-right-pagation-next .title {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 4px;
}

.ariclet-right-pagation-next .tips {
  font-size: 16px;
  color: #666666;
}

.ariclet-right-pagation-next .tips span {
  color: #666666;
  display: block;
  max-width: 208px;
}

.sms {
  margin-bottom: 34px;
  text-align: center;
}
.sms div{
  text-align: left;
  border-radius: 4px;
  background: #f7f8fa;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  margin-bottom: 24px;
  padding: 10px 20px;
}

.sms .btns {
  display: inline-block;
  background: #edf5ff;
  border: 1px solid #d9e9ff;
  padding: 12px 16px 12px 16px;
  border-radius: 100px;
  color: #0f73ff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-right: 5px;
}
.sms .sm {
  overflow: hidden;
}
.sms .sm .sm-box{
  display: inline-block;
  white-space: nowrap;
  /* animation: scroll linear infinite; */
}
.scrolls{
  animation: scroll linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.sms .sm .sm-box p {
  display: inline-block;
      margin-right: 20px;
}

.ariclet-list-innonce .innonce-dowload {
  height: 62px;
  border-radius: 4px;
  background: #f7f8fa;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.ariclet-list-innonce .innonce-dowload .m-download {
  width: 18px;
  height: 18px;
  margin-top: 5px;
}

.ariclet-list-innonce .innonce-dowload .d-dowload {
  color: #0f73ff;
  margin-right: 19px;
  font-weight: 700;
}

.ariclet-list-innonce .innonce-btm {
  margin-top: 24px;
  align-items: center;
  justify-content: center;
}

.innonce-btm .btns {
  display: inline-block;
  background: #edf5ff;
  border: 1px solid #d9e9ff;
  padding: 12px 16px 12px 16px;
  border-radius: 100px;
  color: #0f73ff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-right: 5px;
}
.ariclet-list-innonce{
  margin-bottom: 25px;
}
.ariclet-list-innonce .innonce-btm .a-ten {
  margin: 0 10px;
}

.exam-tool .command {
  justify-content: space-between;
  flex-wrap: wrap;
}

.exam-tool .command-items {
 /*width: 360px;*/
  flex:1;
  align-items: center;
  margin-bottom: 30px;
  margin-right: 30px;
}

.exam-tool .command-items .dots {
  width: 4px;
  height: 4px;
  background: #cccccc;
}

.exam-tool .command-items-context {
  flex: 1;
  align-items: center;
  justify-content: space-between;
}

.exam-tool .command-items-context .context {
  margin: 0 20px 0 10px;
}

.exam-tool .command-items-context .context a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  max-width: 280px;
  width: 280px;
}

.exam-tool .command-items-context .times {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.exam-tool .command-items-context .c-red {
  color: #f63939;
}

.exam-tool .wrap-boxs {
  width: 100%;
}

.exam-tool .wrap-boxs .mySwiper {
  width: 100%;
  height: 100%;
}

.exam-tool .wrap-boxs .mySwiper .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 0;
  left: 50%;
}

.exam-tool .wrap-boxs .mySwiper .swiper-pagination span {
  margin: 0 5px;
  background: #ff6e00;
}

.ariclet-list-content .recomand {
  border-radius: 4px;
  background: #f7f8fa;
  margin-top: 34px;
  position: relative;
  padding: 1px;
}

.ariclet-list-content .recomand::before {
  content: "";
  position: absolute;
  width: 84px;
  height: 48px;
  /* background-image: url("/public_static_gk_list/images/d-tj.png"); */
  top: 0;
  left: -8px;
  background-size: contain;
}

.ariclet-list-content .recomand-top {
  flex-direction: row-reverse;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin: 4px 5px 10px 0;
}

.ariclet-list-content .recomand-top img {
  width: 16px;
  cursor: pointer;
  height: 16px;
}

.ariclet-list-content .recomand-top .sq {
  cursor: pointer;
}

.ariclet-list-content .recomand-content {
  width: 98%;
  margin: 10px auto 10px;
  padding: 5px;
  line-height: 32px;
  text-indent: 20px;
  color: #333333;
}

.ariclet-list-content .recomand-content .color {
  color: #ff6e00;
}

.ariclet-list-content .recomand .my-table {
  width: 98%;
  margin: 10px auto 10px;
  border-radius: 4px;
  background: white;
  text-align: center;
}

.ariclet-list-content .recomand .my-table tr {
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  font-weight: 700;
  color: #ff6e00;
}

.ariclet-list-content .recomand .my-table tr .mid .line {
  border-left: 1px solid #e8e8e8;
  padding-left: 5px;
}

.ariclet-list-content .recomand .my-table tr .lf {
  color: #333;
  border-left: 1px solid #e8e8e8;
}

.ariclet-list-content .zaiyao {
  position: relative;
  border-radius: 4px;
  background: #f7f8fa;
  margin-top: 28px;
  position: relative;
  padding: 1px;
}

.ariclet-list-content .zaiyao::before {
  content: "";
  position: absolute;
  width: 84px;
  height: 48px;
  background-image: url("/public_static_gk_list/images/d-zy.png");
  top: 0;
  left: -8px;
  background-size: contain;
}

.ariclet-list-content .zaiyao-top {
  flex-direction: row-reverse;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin: 4px 5px 10px 0;
}

.ariclet-list-content .zaiyao-top img {
  width: 16px;
  cursor: pointer;
  height: 16px;
}

.ariclet-list-content .zaiyao-top .sq {
  cursor: pointer;
}

.ariclet-list-content .zaiyao .zaiyao-content {
  align-items: center;
  width: 80%;
  margin: 30px auto 0;
}

.ariclet-list-content .zaiyao .zaiyao-content .lt,
.ariclet-list-content .zaiyao .zaiyao-content .rt {
  flex: 1;
}

.ariclet-list-content .zaiyao .zaiyao-content .lt .num,
.ariclet-list-content .zaiyao .zaiyao-content .rt .num {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  opacity: 1;
  border-radius: 4px;
  color: #999999;
  background: white;
  border: 1px solid #eeeeee;
}

.ariclet-list-content .zaiyao .zaiyao-content .lt .txt,
.ariclet-list-content .zaiyao .zaiyao-content .rt .txt {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-right: 16px;
}

.ariclet-list-content .zaiyao .zaiyao-content .lt .cour,
.ariclet-list-content .zaiyao .zaiyao-content .rt .cour {
  color: #333333;
  font-weight: 400;
}

.ariclet-list-content .zaiyao .items {
  margin-bottom: 20px;
}
.ariclet-list-content .showAnswer {
  text-align: center;
  user-select: none;
}
.ariclet-list-content .showAnswer img{
  cursor: pointer;
}
.ariclet-list-content .analysis-box {
  color: #333;
  padding: 20px;
  display: none;
}

@media screen and (min-width: 1600px) and (max-width: 1850px) {
  .yuyue-form-left .yuyue-input{
    margin-right: 5px !important;
    width: 190px !important;
  }
  .yuyue-form-right .yuyue-verticode, .submit-assess{
    font-size: 14px;
    width: 100px !important;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1600px) {
  .yuyue-form-left .yuyue-input{
    margin-right: 5px !important;
    width: 160px !important;
  }
  .yuyue-form-right .yuyue-verticode, .submit-assess{
    font-size: 14px;
    width: 90px !important;
  }
  .command .command-items {
    margin-right: 30px ;
  }
  .command .command-items .command-items-context .context a {
    font-size: 15px;
  }
  .top-part .aricle-titles .titles {
    font-size: 30px;
  }
  .top-part .aricle-titles .aricle-titles-tips {
    font-size: 15px  !important;
  }
  .top-part .define {
    font-size: 15px !important;
  }
  .top-part .define .btns {
    font-size: 15px !important;
  }
  .ariclet-list-innonce .innonce-dowload {
    font-size: 15px;
  }
  .ariclet-list-innonce .innonce-btm .btns {
    font-size: 15px;
  }
  .ariclet-right-pagation .title {
    font-size: 17px;
  }
  .ariclet-right-pagation .tips a {
    font-size: 15px;
  }
  .recomand-content {
    font-size: 15px;
  }
  .my-table tr {
    font-size: 15px !important;
  }
  .zaiyao-top {
    margin-bottom: 20px !important;
  }
  .zaiyao-content,
  .items {
    width: 95% !important;
    font-size: 15px;
    margin: 10px auto !important;
  }
  .zaiyao-content .txt,
  .items .txt {
    font-size: 15px !important;
    flex-shrink: 0;
  }
  .zaiyao-content .cour,
  .items .cour {
    flex-shrink: 0;
  }
}

@media screen and (max-width: 1367px) {
  .yuyue-form-left .yuyue-input{
    margin-right: 5px !important;
    width: 140px !important;
  }
  .yuyue-form-right .yuyue-verticode, .submit-assess{
    font-size: 14px;
    width: 90px !important;
  }
  
  .command .command-items {
    margin-right: 3px;
  }
  .command .command-items .command-items-context .context a {
    font-size: 14px;
  }
  .top-part .define {
    font-size: 14px !important;
  }
  .top-part .define .btns {
    font-size: 14px !important;
  }
  .top-part .aricle-titles .titles {
    font-size: 28px;
  }
  .top-part .aricle-titles .aricle-titles-tips {
    font-size: 14px  !important;
  }
  .ariclet-list-innonce .innonce-dowload {
    font-size: 14px;
  }
  .ariclet-list-innonce .innonce-btm .btns {
    font-size: 14px;
  }
  .ariclet-right-pagation .title {
    font-size: 18px;
  }
  .ariclet-right-pagation .tips a {
    font-size: 14px;
  }
  .recomand-content {
    font-size: 14px;
  }
  .my-table tr {
    font-size: 14px !important;
  }
  .zaiyao-top {
    margin-bottom: 20px !important;
  }
  .zaiyao-content,
  .items {
    width: 95% !important;
    font-size: 14px;
    margin: 10px auto !important;
  }
  .zaiyao-content .txt,
  .items .txt {
    font-size: 14px !important;
    flex-shrink: 0;
  }
  .zaiyao-content .cour,
  .items .cour {
    flex-shrink: 0;
  }
}

/* .container-layout .ariclet-list-content .ariclet-list-center .ariclet-list-content-right {
  width: initial
} */

 .ariclet-list-content-left{
  padding-top: 15px;
} 

.ariclet-list-content-left .el {
  padding-bottom: 6%;
  box-sizing: border-box;
}
.ariclet-list-content-left .el .atl{
  padding-left: 16px;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  color: #333333;
  margin-bottom: 30px;
  position: relative;
}

.ariclet-list-content-left .el .atl::before {
  content: "";
  width: 6px;
  height: 26px;
  opacity: 1;
  border-radius: 211px;
  display: block;
  position: absolute;
  left: 0px;
  background: linear-gradient(180deg, #ff6f00 0%, #ffbd8a 100%);
}

 .ariclet-list-content-left .el .wr{
  display: flex;
}
.ariclet-list-content-left .el .wr a img{
    width: 64px;
    height: 64px;
    margin-left: 24px
}
.ariclet-list-content-left .el .wr a{
  height: 120px;
  display: block;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  border-radius: 4px;
  background: linear-gradient(180deg, #ebe7fd 0%, #f5f3f9 100%);
  margin-right: 30px;
}

.ariclet-list-content-left .el .wr a:nth-child(1){
  background: linear-gradient(180deg, #ebe7fd 0%, #f5f3f9 100%);
  color: #5f4ea2;
}
.ariclet-list-content-left .el .wr a:nth-child(2){
  background: linear-gradient(180deg, #ebf8e9 0%, #f5fff3 100%);
  color: #507873;
}
.ariclet-list-content-left .el .wr a:nth-child(3){
  background: linear-gradient(180deg, #e2ecff 0%, #f7faff 100%);
  color: #4666a3;
}
.ariclet-list-content-left .el .wr a:nth-child(4){
  background: linear-gradient(180deg, #f2e8d0 0%, #fbf8f3 100%);
  color: #856331;
}

.tjs .min{
  display: flex;
  align-items: center;
  flex-wrap: wrap;

}

.tjs .min span{
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.tjs .min a{
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  max-width: 290px;
  width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 20px 0 10px;
  position: relative;
  padding-left: 14px;
}
.tjs .min a::before{
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #cccccc;
  left:0px;
  top: 50%;
  transform: translateY(-50%);

}
.tjs .min .mts{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-right: 30px;
}
.tjs .swiper{
  position: relative;
}
.tjs .swiper .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 0;
  left: 50%;
}


.tjs .swiper .swiper-pagination span {
  margin: 0 5px;
  background: #ff6e00;
}

.tjs .min .c-red{
  color: red;
}
.tjs .swiper .swiper-slide{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tjs .swiper .text{
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  max-width: 360px;
  width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 14px;
  margin-bottom: 30px;
  margin-right: 30px;
}
.tjs .swiper .text:hover{
  color: #ff6e00;
}
.tjs .swiper .text::before{
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #cccccc;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.nrtop_gkbox20{
  display: none;
}
.n-footer{
  text-align: center;
  height: 84px;
  background: rgba(28, 28, 28, 1);
  color: rgba(183, 183, 183, 1);
  font-size: 14px;
  line-height: 84px;
  user-select: none;
}
.n-footer img{
  vertical-align: middle;
}
.n-footer a{
  color: rgba(183, 183, 183, 1);
}


.yuyue-module{
  height: 197px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 2px rgba(187,187,187,0.28);
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 22px 17px 27px 20px;
}
.yuyue-module-top{
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 24px;
}
.yuyue-module-top img{
  display: block;
}
.yuyue-module-top .offer{
  color: #f96108;
}
.yuyue-form{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yuyue-form-left{
  flex:1;
  display: flex;
  align-items: center;
}
.yuyue-bottom .warms{
  margin-right:16px;
}
.yuyue-form-left .yuyue-input{
  display: block;
  width: 204px;
  border: none;
  outline: none;
  height: 42px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  padding-left: 12px;
  margin-right: 24px;
  color:#333;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type='number'] {
  -moz-appearance: textfield;
}
.yuyue-form-left .yuyue-input:last-child{
  margin: 0;
}
.yuyue-form-right{
  display: flex;
  align-items: center;

}
.yuyue-form-right .yuyue-verticode{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 40px;
  color:#FF6E00 ;
  background: #FFF8F1;
  border-radius: 4px;
  border: 1px solid #FF6E00;
  user-select: none;
  cursor: pointer;
  margin-right: 29px;
}

.yuyue-form-right .submit-assess{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 42px;
  background: #FF6E00;
  box-shadow: inset 0px 1px 3px 0px rgba(255,255,255,0.92);
  border-radius: 4px;
  color: #fff;
  user-select: none;
  cursor: pointer;
}

.yuyue-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top:27px;
}

.yuyue-bottom .yuyue-bottom-left{
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 14px;
}
.yuyue-bottom-right {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 14px;
}
.yuyue-bottom-right img{
  display: block;
  margin-right: 8px;
}
.yuyue-bottom-right a{
 color:#FF6E00;
}