/*.site-header{*/
    /*width:100%;*/
    /*height: 90px;*/
    /*background: #fff;*/
/*}*/

/*.header-logo{*/
    /*float: left;*/
    /*width:auto;*/
    /*height: 90px;*/
    /*line-height: 90px;*/
/*}*/
.protocol-box{
    width: 1166px;
    height: auto;
    clear: both;
    overflow: hidden;
    margin: 20px auto 0 auto;
}
/*å·¦ä¾§*/
.protocol-box-left{
    width: 250px;
    height: auto;
    overflow: hidden;
    float: left;
    background: #fff;
    padding: 20px 0;
}
.protocol-box-left ol li{
    width: 100%;
    min-height: 42px;
    height: auto;
    cursor: pointer;
    margin-bottom: 10px;
}
.protocol-box-left ol li span{
    display: inline-block;
    font-size: 13px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: left;
    text-indent: 90px;
    color: #333;
    font-weight: bold;
    background: url(../images/stop.svg) no-repeat 70px 14px;
}
.protocol-box-left ul{
    display: none;
    width: 100%;
    height: auto;
}
.protocol-box-left ul li{
    width: 100%;
    height: 32px;
    line-height: 32px;
    min-height: 32px;
    cursor: pointer;
    text-align: left;
    text-indent: 90px;
    font-size: 12px;
    color: #666;
    margin-bottom: 0px;
}
.protocol-box-left ul li.active-nav-text{
    background: #f0eded;
}
.protocol-box-left ol li.active-nav ul{
    display: block;
}
.protocol-box-left ol li.active-nav span{
    background: url(../images/unfold.svg) no-repeat 70px 14px;
}

/*å³ä¾§*/
.protocol-box-right{
    width: 880px;
    height: auto;
    min-height: 500px;
    float: right;
    background: #fff;
}
.protocol-box-right .protocol-text-title{
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
}
.protocol-text-info{
    padding: 20px 30px;
}
.protocol-text-info h1{
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}
.protocol-text-info h2{
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.protocol-text-info p{
    font-size: 14px;
    margin-bottom: 10px;
    text-indent: 1.5em;
}