.internBox  .project-box {
    width: 270px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0px 5px 13px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 12px 12px 20px 12px;
    box-sizing: border-box;

}

.internBox  .project-box .img-box{
    position: relative;
}

.internBox  .project-box .img-box .status {
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    height: 26px;
    color: white;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    border-radius: 10px 0 14px;
    background-color: #FFA44E;
}

.internBox  .showHighlight .notice-box{
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.internBox  .showHighlight .notice-box .notice-wrap{
    padding: 16px 24px;
    padding-right: 22px;
    background: #666;
    border-radius: 2px;
    overflow: hidden;
}
.internBox  .showHighlight.notice-box .notice-wrap .notice-title{
    display: flex;
    justify-content: space-between;

}
.internBox  .showHighlight .notice-box .notice-wrap .notice-title .notice-txt{
    font-size: 16px;
    color: white;
    letter-spacing: 0;
    line-height: 20px;
}

.internBox  .showHighlight .notice-box .notice-wrap .hot-item{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.internBox  .showHighlight .notice-box .notice-wrap .hot-item .item-left{
    display: flex;
    flex:1;
    align-items: center;
}

.internBox  .showHighlight .notice-box .notice-wrap .hot-item .item-left .point-cirle{
    width: 6px;
    height: 6px;
    background: #e7e7e7;
    border-radius: 50%;
    display: block;
}
.internBox  .showHighlight .notice-box .notice-wrap .hot-item .item-left p{
    margin-left: 8px;
    font-size: 14px;
    color: white;
    letter-spacing: 0;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.internBox  .showHighlight .notice-box .notice-wrap .hot-item .item-left .notice-tag{
    display: block;
    margin-left: 11px;
    font-size: 8px;
    letter-spacing: 0;
    text-align: left;
    line-height: 10px;
    width: 25px;
    height: 12px;
    color: #fff;
    border-radius: 2px;
}
.internBox  .showHighlight .notice-box .notice-wrap .hot-item .item-left .notice-tag img{
    width: 25px;
}

.internBox  .project-box .img-box .showHighlight{
    position: absolute;
    top: 0;
    left: 0;
    width: 248px;
    height: 125px;
    color: white;
    border-radius: 10px;
    background-color: #666;
    opacity:0.9;
}

.internBox  .project-box .img-box img {
    width: 248px;
    border-radius: 10px;
}
.internBox  .project-box .sec-box{
    box-sizing: border-box;
    height: 175px;
    width: 100%;
}
.internBox  .project-box .sec-box .program-desc{
    height: 22px;
    line-height: 22px;
    display: flex;
    margin: 15px 0;
}
.internBox  .project-box .sec-box .program-desc .tag1{
    background-color: #777777;
    width: 46px;
    border-radius:4px 4px 10px 4px;
    color: white;
    text-align: center;
    font-size: 14px;
    margin-right: 2px;
}

.internBox  .project-box .sec-box .program-desc .tag2{
    background-color: #FA9D1A;
    width: 46px;
    border-radius:10px 4px 4px 4px;
    color: white;
    text-align: center;
    font-size: 14px;
}

.internBox  .project-box .sec-box .program-desc .tag3{
    background-color: #777777;
    border-radius: 4px;
    padding: 0 10px;
    color: white;
    text-align: center;
    font-size: 14px;

}

.internBox  .project-box .sec-box .program-desc .tag4{
    background-color: #FA9D1A;
    padding: 0 10px;
    border-radius: 4px;
    color: white;
    text-align: center;
    font-size: 14px;
}

.internBox  .project-box .sec-box .program-desc .title{
   margin-left: 10px;
    color: #919191;
    font-size: 14px;
}

.internBox  .project-box .sec-box .name {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: break-spaces;
    line-height: 30px;
    height: 60px;
}

.internBox  .project-box .sec-box .module {
    margin: 10px 0;
    color: #8F8F8F;
    font-size: 14px;
}

.internBox  .project-box .sec-box .module span {
    display: inline-block;
    padding: 0 8px;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    width: 60px;
    border-radius: 14px;
    background: #f5f5f5;
    text-align: center;
}

.internBox  .project-box .sec-box  .item {
    display: flex;
    justify-content: flex-start;
    height: 25px;
    line-height: 15px;
    margin-left: 5px;
}
.internBox  .project-box .sec-box  .item .issue{
    color: #a5a5a5;
    font-size: 14px;
}

.internBox  .project-box .sec-box  .item .icon-time-clock{
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    color: #a5a5a5;
}

.internBox  .project-box .sec-box  .item1 {
    display: flex;
    justify-content: flex-start;
    height: 30px;
    line-height: 30px;

}
.internBox  .project-box .sec-box  .item1 .issue{
    color: #666;
    font-size: 12px;
}

.internBox  .project-box .sec-box  .item1 .icon-xiada-pc-shizhong{
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    color: #F2B25D;
}
.internBox  .project-box .sec-box .shoufa{
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    background-color: #f7f7f7;
    display: flex;
    opacity: 0.7;
    padding: 0 15px;
    margin: 5px 0 10px;
}
.internBox  .project-box .sec-box .shoufa .icon{
    width: 35px;
    height: 18px;
    line-height: 18px;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 10px;
    background-color: #4D4D4D;
    color: #fff;
}

.internBox  .project-box .sec-box .shoufa .content{
    align-items: center;
    font-size: 12px;
    letter-spacing: 1px;
    color: #666;
    margin-top: 2px;
}
.internBox  .project-box .sec-box   .bottom{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.internBox  .project-box .sec-box   .bottom .box{
    display: flex;
    justify-content: flex-start;
}

.internBox  .project-box .sec-box   .bottom .join{
    color: #4e4e4e;
    font-size: 14px;
}

.internBox  .project-box .sec-box   .bottom .phase{
    font-size: 13px;
    color: #4d4d4d;
    margin-right: 20px;
}
.internBox  .project-box .sec-box   .bottom .phase i{
    color:#F2B25D;
    font-size: 12px;
}

.internBox  .project-box .sec-box   .bottom .course-card-price{
    color: #FB772B;
    border: 1px solid #FB772B;
    border-radius: 10px;
    padding: 0px 10px;
}
.internBox  .project-box .sec-box   .bottom .price{
    color: #fb772b;
    font-size: 16px;
    font-weight: 700;
}
.internBox  .project-box .sec-box   .bottom .discount{
    color: #a5a5a5;
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 5px;
}

