.lx-intro {
    margin-top: 7.2%;
    font-size: .18rem;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 2.25;
}

.lx-item {
    position: relative;
    overflow: hidden;
    margin-top: 4.78%;
    font-size: 0;
    display:table;
    width: 100%;
}

.lx-item .pic,
.lx-item .txt {
    display:table-cell;
}

.lx-item .pic {
    width:40%;
    background-size: cover;
}

.lx-item .pic img {
    width: 100%;
    height: 100%;
}

.lx-item .txt {
    padding:4%;
    width: 42%;
    vertical-align:top;
    font-size: .16rem;
    background: #f5f5f5;
}

.lx-item .txt p {
    color: rgb(51, 51, 51);
    position: relative;
}

.lx-item .txt .p1 {
    font-size: .24rem;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.5;
}

.lx-item .txt .p2 {
    font-size: .18rem;
    line-height: 2.25;
    margin-bottom: 1.5%;
}


.lx-tit-en {
    margin-top: 7.2%;
    text-align: center;
    font-size: .3rem;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.2;
}

.lx-item .p1 span {
    font-weight: bold;
    display: inline-block;
    height: .3rem;
    line-height: .3rem;
    vertical-align: top;
}

.lx-item p a.v {
    display: inline-block;
    background-color: #bfbfbf;
    height: .3rem;
    line-height: .3rem;
    width: 1rem;
    border-radius: .15rem;
    text-align: center;
    font-size: .14rem;
    margin-left: .3rem;
    color: rgb(51, 51, 51);
    vertical-align: top;
}

.lx-tit-cn {
    text-align: center;
    font-size: .24rem;
    color: rgb(136, 136, 136);
    line-height: 1.2;
}

@media all and (max-width: 960px) {

    .lx-item .pic,
    .lx-item .txt {
        display:block;
        width: 100%;
        height: 50%;
    }
    .lx-item .txt {
        left: 0;
        right: 0;
    }
}
.av {
    border: #666 solid 3px;
    border-radius: 5px;
    display: table;
    line-height: 25px;
    padding: 20px 25px;
    font-size: 20px;
    word-wrap: break-word;
    word-break: normal;
    text-align: center;
    font-weight: 600;
    top: -10px;
    right: 113px;
    position: absolute;
}