.box-title {
    height: 100px;
    line-height: 100px;
    padding-top: 34px;
    border-bottom: 1px solid #ddd !important;
    box-sizing: border-box;
}
.box-title p {
    width: 960px;
    margin: 0 auto;
    color: #333;
    padding-left: 11px;
    font-size: 30px;
    line-height: 32px;
    border-left: 10px solid #c1c1c1;
    position: relative;
}
.box-title .more{
    position: absolute;
    right: 0;
    font-size: 16px;
    bottom: 0;
    color: #0066b4;
    line-height: 1;
}