.content{
    background: #1b1619;
}
.about_box img{
    width: 100%;
}
.p_h1{
    font-size: 20px;
    position: relative;
    padding-left: 10px;
    color: #fff;
    margin: 50px 0 30px;
}
.p_h1::after{
    content: '';
    width: 2px;
    height: 20px;
    background: #cea45a;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
}
.abouttj .left{
    width: 50%;
    color: #fff;
    float: left;
}
.abouttj .left p{
   line-height: 30px;
}
.abouttj .left h5{
   font-size: 15px;
   margin-top: 25px;
   margin-bottom: 3px;
}
.abouttj .right{
    width: 50%;
    color: #fff;
    float: left;
}
.abouttj .right img{
    width: 100%;
    padding-left: 50px;
    margin-top: 45px;
}


.num img{
}
.num_img{
    width: 100%;

}


.year{
    padding: 50px 0;
    color: #fff;
}
.year .list {
    float: left;
    /* width: 25%; */
    width: 33%;
    padding: 0 20px;
}
.year .list h6{
    padding-left: 20px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #3f3c36;
}
.year .list ul{
    margin-left: 5px;
}
.year .list ul li{
    padding-left: 15px;
    position: relative;
    line-height: 30px;
}
/* .year .list ul li::after{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #cea45a;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
} */

.year .list ul li span{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #cea45a;
    margin-right: 10px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}