@charset "utf-8";

.sanjinav{
    display: flex;
    justify-content: center;
}
.sanjinav .item a{
    font-size:20px;
    font-weight:bold;
    padding: 0px 5px;
    line-height: 45px;
    display: block;
    margin:0px 8px;
    text-align:center;
    border-bottom: 3px solid #fff;
}
.sanjinav .item a:hover,.sanjinav .item.active a{
    color: #ba9a59;
    border-bottom: 3px solid #ba9a59;
}
.sijinav{
    background: #f5f5f5;  
    padding: 30px;
    margin: 20px auto; 
}
.sijinav ul li{
    display: inline-block;
    margin:5px;  
}
.sijinav ul li a{
    font-size: 18px;
    font-weight: bold; 
    display: block;
    line-height: 32px;
    padding: 5px 15px;
}
.sijinav ul li a:hover,.sijinav ul li.on a{
    color: #fff;
    background: #ba9a59;
    border-radius: 5px;
}
.yjfxgk{
    margin-bottom: 10px;
}
.yjfxgk>h2{
    color: #ba9a59;
    font-weight: bold; 
    text-align: left;
    font-size: 22px;
    position: relative;
    padding-left: 25px;
    line-height: 50px;
}
.yjfxgk>h2::after{
    content:"";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #ba9a59;
}
.yjfxgk p{
    font-size: 16px;
    line-height: 180%;
    text-indent: 2rem;
}
.kytd{
    margin-bottom: 30px;
}
.kytd>h2{
    color: #ba9a59;
    font-weight: bold; 
    text-align: left;
    font-size: 22px;
    position: relative;
    padding-left: 25px;
    line-height: 50px;
}
.kytd>h2::after{
    content:"";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #ba9a59;
}
.kytd table{
    width: 90%;
    margin: 10px auto;
}
.kytd table tr{
    border: 1px solid #dfdfdf;
    background: #f5f5f5;
}
.kytd table tr:nth-child(2n){
    background: #fff;
}
.kytd table tr td{
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    padding: 5px 10px;
}
.kytd table tr.tit td{
    background: #ba9a59;
    color: #fff;
    font-weight: bold;
}
.xshd{
    margin-bottom: 10px;
}
.xshd>h2{
    color: #ba9a59;
    font-weight: bold; 
    text-align: left;
    font-size: 22px;
    position: relative;
    padding-left: 25px;
    line-height: 50px;
}
.xshd>h2::after{
    content:"";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #ba9a59;
}
.xshd>h2 a{
    float: right;
    color: #ba9a59;
    font-weight: normal;
    font-size: 16px;
}
.xshd .addcon-list ul li .add-data{
    margin-right: 25px;
}
.xshd .addcon-list ul li .add-info h3 .fujian{
    display: block;
    margin-right: 10px;
    float: left;
}
.xshd .addcon-list ul li .add-info h3 .fujian-hov{
    display: none;
}
.xshd .addcon-list ul li:hover .add-info h3 .fujian{
    display: none;
}
.xshd .addcon-list ul li:hover .add-info h3 .fujian-hov{
    display: block;
    margin-right: 10px;
    float: left;
}
.kctx>h2::after{
    content:"";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #ba9a59;
}
@media screen and (max-width: 800px){
    .kytd>h2,.xshd>h2,.yjfxgk>h2{
        font-size: 18px;
    }
    .yjfxgk p{
        font-size: 14px;
        line-height: 150%;
    }
    .sanjinav{
        display: block;
        overflow: hidden;
    }
    .sanjinav .item{
        width: 50%;
        float: left;
    }
    .sanjinav .item a {
        font-size: 16px;
        margin: 0;
    }
    .sijinav{
        padding: 15px 5px;
    }
    .sijinav ul li{
        margin: 0;
    }
    .sijinav ul li a{
        font-size: 16px;
        line-height: 32px;
        padding: 5px 10px;
    }
    .kytd table{
        width:100%;
    }
    .kytd table tr td{
        font-size: 14px;
        line-height: 28px;
        padding: 5px;
    }

}

@media screen and (max-width: 500px){

    .sanjinav .item{
        width: 100%;
        float: none;
    }
    .sijinav ul li a{
        font-size: 14px;
        line-height: 20px;
        padding:5px;
    }
    
}