.location {
    width: 100%;
    height: 85px;
    background: #ffffff;
}

.location img {
    margin-top: -4px;
    margin-left: 4px;
}

.location img:first-child {
    margin-left: 27px;
}

.location a {
    margin-top: 33px;
    display: inline-block;
}
.location a {
    margin-top: 33px;
    display: inline-block;
    color: #000000;
}
.location a:last-child{
    color: #c00000;
}
.list-nav{
    float: left;
    width: 280px;
    background: #ffffff;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}
.list-nav1{
    width: 280px;
    height: 873px;
    background: #ffffff;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}
.list-nav2{
    width: 280px;
    background: #ffffff;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.list-con{
    float: right;
    width: calc(100% - 300px);
    background: #ffffff;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    padding-bottom: 20px;
}
.list-con li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dotted #CA0202;
    margin: 10px 40px 0 30px;
}
.list-con li:hover{
    color: #CA0202;
}
.list-con li img {
    margin-right: 4px;
}

.list-con li span {
    float: right;
    color: #888888;
}
#iframe{
    margin-top: 30px;
}
.list-wrap{
}
.list-nav2-tit{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #bc1024;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}
.list-nav2-con{
    padding-bottom: 20px;
}
.list-nav2-con li{
    width: 250px;
    height: 40px;
    margin: 15px;
    line-height: 40px;
    padding-left: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list-nav2-con li:hover{
    background: #f7d9d9;
    color: #B41326;
}
.list-hover{
    background: #f7d9d9;
    color: #B41326;
}
.list-tit{
    width: 100%;
    height: 44px;
    margin-top: 20px;
    border-bottom: 2px solid #CA0202;
}
.list-tit span{
    display: inline-block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #CA0202;
    font-size: 18px;
    color: #ffffff;
}
    /* 机构服务-内容页 */
    .jg-content {
        width: calc(100% - 300px);
        margin-top: 30px;
        padding-bottom: 20px;
        float:right;
        background:#ffffff;
    }

    .jg-content-title {
        width: 100%;
        border-top: 4px solid #c7000a;
        border-bottom: 1px solid #b3b3b3;
        box-sizing: border-box;
        padding:0 20px;
        padding-left: 15px;
        line-height: 55px;
        font-size: 22px;
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .jg-content-subtitle {
        color: rgb(204, 51, 0);
        line-height: 60px;
        padding-left: 20px;
    }

    .jg-gsjj,
    .jg-lxfs {
        box-sizing: border-box;
        border-bottom: #b3b3b3 1px solid;
        border-left: #c7000a 3px solid;
        line-height: 36px;
        padding-left: 15px;
        width: 96%;
        display: block;
        height: 40px;
        font-weight: bold;
        margin-left: 20px;
    }
    .jg-gsjj-content{
        font-size: 16px;
        color: #333333;
        line-height: 22px;
        text-indent: 2rem;
        margin: 10px 0 30px 20px;
    }
    .jg-lxfs-content{
        min-height: 300px;
        margin-top: 20px;
        margin-left: 20px;
    }