.banner {
    width: 100%;
    height: 175px;
    background-color: #0862ad;
}

.banner2 {
    width: 100%;
    height: 175px;
    background-color: #07479e;
}

.banner_top {
    width: 1200px;
    height: 175px;
    margin: 0 auto;
}

.main {
    width: 1170px;
    height: 100%;
    margin: 0 auto;
}

.main .row {
    position: relative;
    padding: 40px 0;
    border-bottom: 1px dotted #757574;
}

.main .col {
    width: 915px;
    float: right;
}

.col h3 {
    padding-bottom: 5px;
    color: red;
}

.hidden-xs {
    text-indent: 26px;
    line-height: 24px;
}

.jindu {
    line-height: 32px;
}

.main .row .pic {
    margin-bottom: 5px;
    width: 220px;
    height: 150px;
    float: left;
}

.text-muted {
    position: absolute;
    font-size: 12px;
    right: 0;
    bottom: 10px;
}

.text-muted a {
    color: #757574;
}