.brief_right_text{
    padding:30px 0;
    font-size:16px;
    color:#333;
}
.exist_p1{
    font-size:16px;
    color:#fff;
    font-weight:bold;
    background-color:#f8f8f8;
    position: relative;
    /*height:50px;*/
    margin-bottom:25px;
}
.exist_p1 span{

    width:271px;

    display: block;
    background: url(../images/exist_bg01.png) 50% 50%no-repeat;
    padding:15px 25px;
    box-sizing:border-box;
    overflow: hidden;
    background-size: 100% 100%;
}
.exist_liist li{
    margin-bottom:25px;
}
.exist_liist li i{
    display:inline-block;
    vertical-align:middle;
    width:6px;
    height:6px;
    transform:rotate(-45deg);
    background-color:#ba2126;
    margin-right:10px;
}
.exist_liist{
    margin-bottom:20px;
    padding-bottom:1px;
}
.exist_liist li.gary{
    color:#999;
}
.exist_liist li.gary i{
    background-color:#999;
}
