.tit{
    height:233px;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-more {
    color: #333;
    background-color: #f4f4f4;
    border: none;
}

.btn-more:hover,
.btn-more:focus,
.btn-more:active {
    color: #222;
    background-color: #f4f4f4;
}

.section {
    padding-left: 30px;
    padding-right: 30px;
}

.section:nth-of-type(2n -1) {
    border-right: 1px solid #ddd;
}

.section-head {
    margin-bottom: 6px;
}

.section-head .btn-more {
    margin-top: 24px;
}

.section-body .list {
    width: 100%;

    overflow: hidden;
}

.list-item {
    color: #666;
    line-height: 40px;
    cursor: pointer;
}

.list-item time,
.list-item span {
    display: inline-block;
    vertical-align: top;
}

.list-item time {
    width: 100px;
}

.list-item span {
    width: calc(100% - 104px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
}

@media screen and (max-width: 768px) {
    .section:nth-of-type(2n - 1) {
        border-right-width: 0;
    }
}

.section-body .shares-name {
    color: #666;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.section-body .shares-data {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #666;
    font-size: 18px;
    line-height: 50px;
}

.section-body .shares-data .money {
    vertical-align: top;
    color: #ff0b00;
    font-size: 42px;
}

.section-body .shares-data .label-danger {
    margin-left: 15px;
    font-size: 24px;
    border-radius: 0;
    background-color: #ff0b00;
}

.section-body .person-info {
    color: #666;
    line-height: 30px;
}

.section-body .person-info span:nth-of-type(1) {
    display: inline-block;
    width: 60px;
    margin-left: 10px;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.section-body .person-info span:nth-of-type(2) {
    margin-left: 15px;
}

.section-foot {
    width: 100%;
    height: 210px;
    margin-top: 42px;
    overflow: hidden;
}

.section-foot .block {
    display: inline-block;
    width: calc(50% - 2px);
    color: #666;
}

.section-foot .block .block-head {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
}

.section-foot .block .block-body {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
}

.webqq{
    display: inline-block;
    width: 110px;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.ivs section{
    padding:  40px 0;
    font-size: 14px;
}
.ivs section h3{
    font-size: 24px;
}
.glyphicon{
    /*display: none;*/
}
.section-foot{
    font-size: 0;
}

@media (max-width: 1023px){
    .ivs .section:nth-of-type(2n -1){
            border-right: none;
    }
    .ivs .section:nth-child(n+2){
        margin-top: 25px;
    }
    .ivs .section{
        padding-left: 5px;
        padding-right: 5px;
    }
    .ivs section{
        padding: 20px 0;
    }
}