a, a:hover, a:focus {
    text-decoration: none;
}
body,html {
}
img {
    width: 100%;
}

.breadcrumb {
    background-color: #fff;
    text-align: center;
    margin-bottom:0;
    padding: .19rem 15px;
}

.breadcrumb ul {
}

.breadcrumb > li + li:before {
    color: #8C8C8C;
    content: "/";
    padding: 0 .31rem;

}

.breadcrumb li a {
    color: #8C8C8C;
    font-size: .15rem;
}

.breadcrumb li.active a {
    color: #242424;
}

.tactic, .committee {
    background: #f1f2f4;
    padding-top: 5px;
}

.tacticContent,.committeeContent {
    background: #fff;
    padding:.6rem;
}


.tacticContent ul{
    padding:.36rem;
}
.tacticContent ul li{
    padding-bottom:.22rem;
}
.tacticContent .col-md-2 ,.describe {
    font-size: .14rem;
    color: #8C8C8C;
}
.describe{
    padding-right:.3rem;
    line-height:1.8;

}
.tacticContent span.title {
    font-size: .18rem;
    color: #242424;
    font-weight: bold;
    padding-right: 10px;
}


.fade.in {
    display: block;
}

.fade {
    display: none;
}

/*committeeContent*/

.committeeContent .list-group-item {
    display: flex;
    align-items:center;
    margin: 0;
    padding: .15rem 0 .2rem 0;
    border-bottom: 1px solid #d7d7d7;
    line-height: 1.8;
}
.committeeContent li>div:first-child p:first-child {
    font-size: .18rem;
}
.font-weight-bold {
    font-weight: 700!important;
}

p {
    line-height: 1.8;
}
.committeeContent li>div:first-child p:nth-child(2) {
    color: #a0a0a0;
    font-size: .14rem;
    line-height: 1.7;
}
.committeeContent .intro {
    font-size: .14rem;
    line-height: 1.7;
    color:#8C8C8C;
}
.list-group-item{
    border:transparent;
    border-bottom:1px solid #D7D7D7;
}
.committeeContent .header img {
    width: 100%;
}
.position{
    white-space : nowrap;
}
li{
    list-style: none;
}
.committeeContent .col-md-3 {
    background: url("../images/tank/pg_wisdom_adviser@2x.png")no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: .75rem .1rem 0 .1rem;
}
.committeeContent .col-md-3 img {
    width:1.3rem;
    margin-bottom:.6rem;
}
.committeeContent .committeeContentBg {
    background: rgba(199,58,61,0.75);
    border-radius: 8px;
    padding: .3rem .2rem 1.1rem .2rem;
    margin-bottom:.2rem;
    position: relative;
}
.committeeContent .committeeContentBg p {
    font-size: .14rem;
    color: #FFFFFF;
    text-align: justify;
    line-height: .24rem;
}
.committeeContent .committeeContentBg em {
    position: absolute;
    width:.3rem;
    height:4px;
    background: #fff;
    left:.2rem;
    bottom:.2rem;
}
.committeeContent .col-md-9 {
    padding-right:0;
}