.breadcrumb{
    margin-top: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.detail-con {
    /*width: 848px;*/
    margin-top: 30px;
}
.detail-con .detail-top{
    padding: 15px;
    background: #fff;
    overflow: hidden;
}
.detail-con .detail-top .timeview{
    color: #bebebe;
}
.detail-con .detail-top h3{
    font-size: 18px;
    font-weight: bolder;
}
.detail-con .detail-top .detail-item{
    float: left;
    margin-right: 30px;
    width: 250px;
    line-height: 32px;
}
.detail-con .detail-top .detail-item:first-child {
    border-top: 1px dashed #ddd;
}
.detail-con .detail-top .detail-item:nth-child(3n){
    margin-right: 0;
}
.detail-con .detail-top .detail-item.right-0{
    width: 100%;
    margin-right: 0;
}
.detail-con .detail-top .intros{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail-con .detail-bot{
    background: #fff;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 40px;
}
.detail-bot .bot-con h3{
    font-size: 16px;
    font-weight: bolder;
}
.detail-bot .bot-con p{
    line-height: 36px;
    margin-bottom: 0;
}
.detail-bot .bot-con i{
    font-size: 24px;
    margin-right: 10px;
    float: left;
}
.detail-bot .bot-con a.files{
    color: #ff6801;
    line-height: 24px;
    cursor: pointer;
    display: block;
    margin-bottom: 12px;
}
.page-link {
    margin-top: 20px;
}
.page-link .prev {
    display: inline-block;
}
.page-link .next {
    float: right;
}

.detail-introtitl {
    height: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #3fa6e6;
    color: #fff;
}
.detail-introtitl h3 {
    font-size: 16px;
    font-weight: bolder;
    width: 178px;
    line-height: 30px;
    text-align: center;
    border-radius: 0 20px 0px 20px;
    background: #3fa6e6;
}

.form-group {
    padding: 0!important;
    overflow: hidden;
}
/*

.form-group .col-lg-4,
.form-group .col-lg-8,
.form-group .col-lg-2,
.form-group .col-lg-10{
    margin-bottom: 15px;
}*/
