@font-face {
  font-family: 'iconfont';
  /* Project id 274560 */
  src: url("//at.alicdn.com/t/font_274560_1791kwm7ecv.woff2?t=1642561054375") format("woff2"), url("//at.alicdn.com/t/font_274560_1791kwm7ecv.woff?t=1642561054375") format("woff"), url("//at.alicdn.com/t/font_274560_1791kwm7ecv.ttf?t=1642561054375") format("truetype");
}


.guess {
    width: 100%;
    padding: 16px 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .guess .guess-l {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .guess .guess-l img {
            display: block;
            width: 20px;
            height: 20px;
            margin-right: 4px;
        }

        .guess .guess-l span {
            display: block;
            margin-right: 4px;
            font-size: 16px;
            font-weight: bold;
            color: #1A8CFF;
            line-height: 22px;
        }

        .guess .guess-l > em {
            display: block;
            font-size: 16px;
            color: #FE5900;
            line-height: 22px;
        }

            .guess .guess-l > em em {
                font-weight: 600;
            }

    .guess a {
        font-size: 13px;
        font-weight: 400;
        color: #8C8C8C;
        line-height: 18px;
    }
.work-out > .work-list::after {
    padding-top: 0;
}

.hot-work .work-out .work-list:first-child {
    padding-top: 0;
}

.hot-work {
  width: 100%;
  border: 1px solid #1A8CFF;
  border-radius: 4px;
  position: relative;
  background: #fff;
}

.hot-work::after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: -14px;
  left: 0px;
  background: url(../image/pd_card_img@2x.png) center center no-repeat;
  background-size: 100% 100%;
}

.work-out {
  width: 100%;
  padding: 0 20px;
}

.work-out .work-list:last-child {
  border-bottom: 0;
}

.work-out .work-list:hover .work-l .work-tit a {
  display: block;
}
/*
.work-out .work-list:hover .work-l .work-tit span {
  color: #1A8CFF;
}
*/
.work-out .work-list {
  padding: 30px 0;
  border-bottom: 1px solid #EBEBEB;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.work-out .work-list .work-l {
  max-width: 400px;
}

.work-out .work-list .work-l .work-tit {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}

.work-out .work-list .work-l .work-tit > .title {
  display: block;
  max-width: 300px;
  font-size: 18px;
  font-weight: 400;
  color: #262626;
  line-height: 25px;
  margin-right: 12px;
}

.work-out .work-list .work-l .work-tit .abutton {
  width: 80px;
  height: 30px;
  background: #1A8CFF;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  display: none;
}

.work-out .work-list .work-l .work-label-price {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.work-out .work-list .work-l .work-label-price > span {
  display: block;
  margin-right: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #FE5900;
  line-height: 25px;
}

.work-out .work-list .work-l .work-label-price .work-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.work-out .work-list .work-l .work-label-price .work-label span {
  display: block;
  padding-right: 9px;
  padding-left: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #595959;
  line-height: 25px;
  position: relative;
}

.work-out .work-list .work-l .work-label-price .work-label span:last-child::after {
  display: none;
}

.work-out .work-list .work-l .work-label-price .work-label span::after {
  content: '';
  width: 1px;
  height: 12px;
  background: #D9D9DA;
  position: absolute;
  right: 0px;
  top: 4px;
}

.work-out .work-list .work-r {
  max-width: 400px;
}

.work-out .work-list .work-r > span {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #595959;
  text-align: right;
  line-height: 30px;
}

.work-out .work-list .work-r > div {
  display: inline-block;
 
  float:right;
}

.work-out .work-list .work-r > div span {
  font-size: 14px;
  font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
  font-weight: 400;
  color: #ABABAB;
  line-height: 25px;
  margin-left: 12px;
}

.work-outer {
  width: 100%;
  margin-top: 23px;
}

.work-outer-list {
  width: 100%;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EBEBEB;
  margin-top: 10px;
}

.work-outer-list .work-city {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.work-outer-list .work-city span {
  font-size: 16px;
  font-weight: bold;
  color: #595959;
  line-height: 22px;
}
    .work-outer-list .work-city span span {
        color: #FE5900;
        font-weight:400;
    }


    .work-outer-list .work-city a {
        font-size: 13px;
        font-weight: 400;
        color: #ABABAB;
        line-height: 18px;
    }

.work-outer-list .work-out .work-list:first-child {
  padding-top: 0px;
}

.basic-fcont dd {
  float: left;
  margin: 7px auto auto auto;
  position: relative;
  padding: 0px 10px 0px 0px;
  margin-right: 10px;
  width: auto;
}

.basic-fcont dd .separate {
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #666;
  position: absolute;
  top: 3px;
  right: 0px;
}

.office-r-ulist {
  width: 270px;
}
.office-ac-name {
font-weight:bold;
}


.office-lnav-left {
    margin-left: 0;
}

.banner-icon {
    font-size: 12px !important;
}
.tips {
    width: 100%;
    height: 40px;
    background: #FFFCF5;
    border-radius: 4px;
    border: 1px solid rgba(254, 89, 0, 0.2);
    padding: 11px 27px;
    position: relative;
}

    .tips::before {
        content: '';
        width: 3px;
        height: 3px;
        background: #FE5900;
        position: absolute;
        left: 16px;
        top: 19px;
    }
.location-info {
    display: none;
}

.office-gcourse-ul.like li {
    height: auto !important;
}

.main-right > div:first-child {
    margin-top: 10px;
}

.work-outer-list .work-city span span {
    color: #FE5900;
    font-weight: 400;
}

.guess span span {
    display: inline-block;
    color: #FE5900;
    font-weight: 400;
}

.group-list ul {
    overflow: initial !important;
}

    .group-list ul > li {
        position: relative;
    }

        .group-list ul > li:hover .office-category-moreB {
            display: block;
        }

.office-category-moreB {
    top: 26px;
    z-index: 3;
}

.office-cnow-child a {
    box-sizing: content-box;
}

.office-cnow-child a {
    margin-right: 15px;
}

.work-outer-list .work-city span span em {
    font-weight: 600;
}