#top {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#top img {
    width: 100%;
}

/*侧边栏*/
#main {
    margin-top: 33px;
    font-family: "Microsoft yahei";
}

/*头部标题*/
#main .head {
    display: block;
    background: url(../images/head-bg.png) no-repeat;
    font-size: 16px;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 17px;
}

/*选项卡*/
#main .little-title {
    font-size: 15px;
    margin-top: 20px;
    max-width: 221px;
    margin-bottom: 20px;
}

#main .little-title .nav-tabs {
    border: none;

}

#main .little-title .nav-tabs li {
    border-bottom: 2px solid #707070;
}

#main .little-title .nav-tabs li a {
    color: #666;
    padding-top: 8px;
    padding-bottom: 8px;
}

#main .little-title .nav-tabs > li a:hover,
#main .little-title .nav-tabs > li a:focus {
    background: none;
    border-color: transparent;
    color: #2f318b;
}

#main .little-title .nav-tabs .active a {
    color: #2f318b;
    border-top: none;
    border-right: none;
    border-left: none;
}

/*内容*/
#main .tab-content .title {
    font-size: 16px;
    color: #2d2d2d;
}

#main .tab-content .title .name {
    margin-top: 5px;
}

#main .tab-content .title .img-line {
    height: 2px;
    background-color: #666;
    max-width: 100%;
    margin-left: 100px;
    margin-top: -5px;
}

#main .tab-content .media {
    margin-top: 42px;
    font-size: 14px;
}

#main .tab-content .media .media-body {
    padding-left: 0;

}

#main .tab-content .media .media-body p {
    line-height: 2.0;
    padding-top: -14px;
    color: #353535;
}

#main .tab-content .media span {
    font-size: 15px;
    color: #3e3a8e;
}

.tab-content .service-img {
    margin-top: 75px;
    margin-bottom: 65px;
}


