.policydetail-banner{

        background-image:url(./img/zhinan-bg.png);
        background-position:center center;
        background-repeat:no-repeat;
        height:100px;
        margin:0 auto;
   
}
.policydetail-lipper{
        height:48px;
        width:100%;
        background:#fff
}
.policydetail-lipper > div{
    width:1200px;
    margin:0 auto;
    height:48px;
    line-height: 48px;
}
.policydetail-content{
        width:1200px;
        margin:0 auto;
        background:#fff;
        min-height:700px;
        padding:40px;
        box-sizing: border-box;
        margin-top:16px
}
.policydetail-content h3{

        font-weight: bold;
        color: #202322;
        font-size: 30px;
}
.policytab{
        display:flex;
        justify-content: flex-start;
        margin-top:32px
        
}
.policytab-active{
width: 132px;
height: 44px;
line-height: 44px;
background: #08A478;
text-align: center;
font-size: 16px;
color:#fff;
cursor: pointer;
}
.policytab-default{
width: 132px;
height: 44px;
line-height: 44px;
background: #EDF3F5;
text-align: center;
font-size: 16px;
color:#202322;
cursor: pointer;

}
.policydetail-content .line{
 width:1120px;
 height:4px;
 background-color: #08A478;
}
.policytable{
        margin-top:22px
}
#policytable{
        
border: 2px solid #CACCCB;
}
#policytable tbody tr td{
        height:56px;
        padding:18px 20px;
        box-sizing: border-box;
        border: 2px solid #CACCCB;
        color:#202322
}
#policytable tbody tr th{
        background:#F7FBFC;
        height:56px;
        padding:18px 20px;
        box-sizing: border-box;
        width:200px;
        font-weight: bold;
        
color: #606664;
        border: 2px solid #CACCCB;
}
#policytable2 thead tr th{
        background:#F7FBFC;
        text-align:center;
        height:56px;
        font-weight: bold;
        border: 2px solid #CACCCB;  
color: #606664;
}
#policytable2 tbody tr td{
        color:#202322;
        text-align:center;
        height:56px;
        border: 2px solid #CACCCB;
}