#content>li.text {
    width: 980px;
    overflow: hidden;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#content>li.text>p:first-child{
    width: 940px;
    height: 23px;
    margin: 50px auto;
}
#content>li.text>p:first-child>span.line{
    width: 400px;
    height: 1px;
    float: left;
    margin-top: 10px;
}
#content>li.text>p:first-child>span.left {
    background: linear-gradient(right, #b3261f, #fff);
    background: -webkit-linear-gradient(right, #b3261f, #fff);
    background: -moz-linear-gradient(right, #b3261f, #fff);
    background: -ms-linear-gradient(right, #b3261f, #fff);
    background: -o-linear-gradient(right, #b3261f, #fff);   
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#b3261f, endColorstr=#ffffff);
}
#content>li.text>p:first-child>span.right {
    background: linear-gradient(left, #b3261f, #fff);
    background: -webkit-linear-gradient(left, #b3261f, #fff);
    background: -moz-linear-gradient(left, #b3261f, #fff);
    background: -ms-linear-gradient(left, #b3261f, #fff);
    background: -o-linear-gradient(left, #b3261f, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#b3261f, endColorstr=#ffffff);
}
#content>li.text>p:first-child>span.txt {
    font-size: 16px;
    font-weight: bold;
    float: left;
    color: #333333;
    width: 140px;
    text-align: center;
}


/*liuwei*/
.firstp {
    font-size: 16px;
    color: #666;
    width: 940px;
    margin: 0 auto;
}
.secondp {
    width: 940px;
    font-size: 14px;
    color: #666;
    margin: 0 auto;
    line-height: 36px;
    font-weight: bold;
}
.thirdp {
    width: 940px;
    font-size: 12px;
    color: #666;
    margin: 0 auto;
}
.text:nth-of-type(2)>.firstp {
    text-align: center;
}
.left_div {
    float: left;
    margin-top: 30px;
    margin-left: 20px;
    width: 322px;
}

.right_div {
    float: left;
    margin-top: 120px;
    margin-left: 200px;
}

.pic {
    width: 155px;
    height: 155px;
}

.forthp {
    font-size: 16px;
    font-weight: bold;
    width: 155px;
    text-align: center;
    letter-spacing: 4px;
    margin-top: 10px
}
@media screen and (max-width:1366px){
    #content>li.text{
        width: 785px;
    }
    #content>li.text>p:first-child{
        width: 740px;
        margin: 30px auto;
    }
    #content>li.text>p:first-child>span.line{
        width: 315px;
    }
    #content>li.text>p:first-child>span.txt{
        width: 110px;
        font-size: 16px;
    }
    
/*    liuwei*/
    .firstp{
        width: 740px;
    }
    .secondp{
        width: 740px;
    }
    .thirdp{
        width: 740px;
    }
}

