.details-main-box{
    /*background: #e5e5e5;*/
}
.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    background: none;
    /* margin-bottom: 0;
    border-radius: 0;*/
    line-height: 28px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    margin-left: 15px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb li a{
    color: #337ab7;
    text-decoration: none;
}
.breadcrumb>.active {
    color: #777;
}
#resource_news .col-md-3 {
    /*border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 50px;*/
    padding: 0;
}
#resource_news .col-md-3 h4 {
    /*padding: 10px 0;*/
    margin-top: 0;
    font-size: 18px;
    color:#2d4c9c;
    line-height: 23px;
    font-weight: bold;
}
#resource_news .col-md-3 .list-title-text{
    position: relative;
    border-left: 4px solid #2d4c9c;
    padding-left: 5%;
}
#resource_news .col-md-3 .list-title-text p{
    line-height: 13px;
    font-family: Arial;
    color: #999;
}
#resource_news .col-md-3 .list-title-text a {
    width: 20px;
    height: 20px;
    background: url(../images/news_15.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    background-size: cover;
    margin-top: -10px;
    display: block;
}

.list-group {
    margin-bottom:0px;
}
.list-group-item {
    margin-bottom: 0;
    border: none;
    padding: 10px 0;
    height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* color: #000 !important; */
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.details-guanj-txt{
    font-size: 14px;
    /* color: #337ab7; */
    /* font-weight: bold; */
    padding-bottom: 10px;
    line-height: 22px;
    margin-top: 20px;
}
.details-guanj-txt a{
    /* color: #337ab7; */
    display: inline-block;
    margin-right: 5px;
    border-bottom: 1px solid transparent;
}
.details-guanj-txt a:hover{
    border-bottom: 1px solid #337ab7;
}
.details-news-content{
    padding: 0 25px;
    background-color: #fff;
    margin-bottom: 20px;
}
.list-group-box{
    background-color: #fff;
    margin-bottom: 20px;
    /*border: 1px solid #ddd;*/
    border-radius: 3px;
    padding:15px 15px;
}
/**/
/*case*/
.list-group-pic{
    padding:10px 0;
    border-bottom: 1px dashed #ddd;
}
.list-group-pic .pic-list{
    width: 33%;
    float: left;
}
.list-group-text{
    width: 65%;
    padding-left:2%;
    float: left;
}
.list-group-text h6{
    font-size: 14px;
    /* color: #000; */
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-group-text p{
    line-height: 22px;
}
.list-group-text p a{
    /* color: #337ab7; */
}
.list-group-text .timer{
    font-family: arial, Arial Narrow, serif;
}
/*case end*/