.contbox{
    padding: 0 20px 20px 20px;
}
.titlebox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.background{
	background-image: url('../images/backgroungImg.jpg');
}
.title{
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
    color: #2456c8;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 3px solid #2456c8;
}
.more{
    color: #999999;
    width: 100%;
    text-align: center;
    cursor: pointer;
  margin-bottom:10px
}
.textlabel{
      height: 50px;
   font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #393939;
    letter-spacing: 0.27px;
    line-height: 50px;
    font-weight: 400;
    cursor: pointer;
      border-bottom: 1px dashed #D1D1D1;
  background-color: #a1b0c82e;
    padding: 0 20px 0 20px;
}
.textlabel p::before{
    content: '· ';
    font-weight: 600;
}
.textlabel p:hover{
    color: #2456c8;
}
.textlabel span{
    float: right;
    color: #dbdbdb;
}
.textlabel p{
    float: left;
}

.jslabel{
	background-image: url('../images/line02.png');
	font-family: PingFang-SC-Heavy;
    font-size: 37px;
    color: #3764C7;
    letter-spacing: -0.78px;
    font-weight: 400;
  	text-align: center;
     background-repeat: no-repeat;
    background-position: center;
 	margin-top:44px;
}