


.newrec_item {
    padding: 8px;
    border-radius: 10px;
    background: url(../../assets/images/border_bg.png);
  margin-bottom: 1em;
}

.newrec_item_in{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1em;
  text-align: left;
  border-radius: 8px;
  background: #fff;
}


.newrec_item_t {
  font-weight: bold;
  display: block;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #d3492c;
  font-size: 2rem;
  font-size: 2rem;
  font-size: 2re;
  font-size: 2r;
  font-size: 2;
  font-size: 2rem;
}

.newrec_item_t::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../../assets/images/circle_brown.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  margin-right: 0.3em;
}





.newrec_item_con_name {
  display: inline-block;
  letter-spacing: 2px;
  font-size: 1.3rem;
  /* height: 25px; */
  padding: 3px 20px;
  margin-bottom: 0.5em;
  text-align: center;
  color: #fff;
  /* color: #000; */
  border-radius: 4px;
  background: url(../../assets/images/border_bg.png);
}

.newrec_item_con{display: flex;flex-wrap: wrap;justify-content: space-between;}
.newrec_item_full,.newrec_item_part {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  width: 47%;
}




.recruit_new_btn:hover{

  background-color: #d3492c;
}



.newrec_item_full,.newrec_item_part{
  flex-direction: column;
}

.newrec_item_con_h5{
      position: relative;
      display: inline-block;
      margin-bottom: 2em;
      text-align: center;
      
    span{
          font-size: 1.8rem;
    color: #231815;
    }
}

.newrec_item_con_h5::after{
      position: relative;
    bottom: -0.2em;
    display: block;
    width: 15em;
    height: 20px;
    content: '';
    background: url(../../assets/images/u_border_blue.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
}

.newrec_item_con_list{
  width: 100%;
}
.newrec_item_con_list li + li {
  margin-top: 20px;
}

.newrec_item_con_item{
  /* display: flex; */
  flex-direction: row;
  width: 100%;
  margin-bottom: 5px;
}
.newrec_item_con_item:last-child{
  margin-bottom: 0;
}

/* .newrec_item_con_item p + p {
  margin-bottom: 10px;
} */

.newrec_item_con_con {
  width: 100%;
  /* margin-bottom: 10px; */
  /* padding: 10px 0; */
}

a.newrec_item_con_btn{
  border-bottom: #6AC6DB solid 1px;
  margin-left: auto;
  padding: 2px 10px;
  background: #6AC6DB;
  width:  50px;
}

.newrec_item_con_live{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  padding-bottom: 10px;
}
.newrec_item_con_live > span {
  width: calc(100% - 60px)
}
.newrec_item_con_live > span > span {
  display: block;
  font-weight: 500;
}

.newrec_item_con_live:first-child{margin-top: 0;}
.newrec_item_con_live::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: url(../../assets/images/circle_brown.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 9px;
  margin-right: 5px;
  margin-bottom:auto;
}



@media screen and (max-width: 877px) {
.newrec_item_con li {
  width: 100%;
}

.newrec_item_full{
  margin-bottom: 50px;
}
.newrec_item_con_list{
  /* width: calc(100vw - 20vw); */
  width: auto;
  margin: 0 auto;

}


.newrec_pcbr{
display: none;
}
}
