@charset "utf-8";
body{
    background: #eee;
}

.title h2{
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    color: #222;
}
.title h2 i{
    display: inline-block;
    width: 5px;
    height: 30px;
    background: #30af53;
    vertical-align: middle;
    margin-right: 5px;
}
.title h2 a{
    float: right;
    display: block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #30af53;
    text-align: center;
    border-radius: 15px;
    color: #30af53;
    font-weight: normal;
    margin: 3px 10px 0;
}

/*company start*/
.company{
    margin-top: 10px;
    padding: 20px 10px;
    background: #fff;
    overflow: hidden;
}
.company img{
    width: 50%;
    float: left;
    margin: 0 10px 0 0;
    display: block;
}
.company a{
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    display: block;
}
.company hr{
    width: 40px;
    height: 2px;
    background: #30af53;
    margin: 5px 0;
    border: none;
}
.company p{
    font-size: 12px;
    color: #666;
    line-height: 20px;
}
/*company end*/