.box{
    width: 100%;
    position: relative;
}
.box_content{
    width: 50%;
    height: 100%;
    background-color: rgba(255,255,255,.92);
    position: absolute;
    top: 0;
    right: 0;
}
.box_inner{
    margin-left: -40px;
    height: 80%;
    margin-top: 30px;
}
.box_inner .left{
    width: 40px;
    height: 100%;
    background-color: rgba(255,255,255,.92);
    float: left;
}
.box_inner ul{
    padding: 30px 0px 10px;
}
.box_inner li {
    display: inline-block;
    margin-right: 10px;
}
.rline {
    width: 16px;
    height: 2px;
    background-color: #e60012;
    margin: 0 auto;
    margin-top: 5px;
}
.cnTitle {
    font-size: 18px;
    color: #1d1d1d;
}
.enTitle {
    font-size: 16px;
    color: #7f7f7f;
    font-family: Arial;
}
h3{
    color: #1d1d1d;
    font-weight: normal;
    font-size: 12px;
}
.box_right p{
    color: #7f7f7f;
    line-height: 25px;
    font-size: 12px;
    cursor: pointer;
}
.box_right .content p::before{
    content: "";
    width: 2px;
    height: 20px;
    background-color: #e60012;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}