html,body{width:100%;overflow-x:hidden;margin: 0;padding: 0;background: #eeeeee}
.wj_800{
    width: 800px;
    margin: 10px auto;
}
.header{
    width: 100%;
    height: 160px;
    background: url("/images/search_header_bg.png") no-repeat #eeeeee;
    background-size: 100% 100%;
}
.navigation{
    padding-top: 20px;
    position: absolute;
    right: 130px;
}
.navigation_item{
    display: inline-block;
    font-size: 14px;
    color: #333333;
    margin-right: 10px;
}
.footer{
    width: 100%;
    height:150px;
    background: url("/images/b.png") no-repeat #eeeeee;
    background-size: 100% 100%;
}
.left_fix{
    width: 220px;
    background-color: #ffffff;
    float: left;
}
.right_fix{
    width: 550px;
    background-color: #ffffff;
    float: right;
}
.public_header_title{
    width: 220px;
    height: 70px;
    font-size: 25px;
    font-weight: bold;
    color: #20377a;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a9c2e9;
    text-align: center;
    line-height: 70px;
}
.left_item{
    width: 220px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
}
.san_icon{
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #d9deec;
    position: absolute;
    right: -20px;
    display: inline-block;
    display: none;
    top: 15px;
}
.active{
    background-color: #d9deec;
    color: #20377a;
}

.right_item{
    width:550px;
    background-color: #ffffff;
    display: none;
    box-sizing: border-box;
    padding: 10px 20px 0px 20px;
}
.show{
    display: block;
}
.right_item_title{
    font-size: 16px;
    font-weight: bold;

}
.right_item_text{
    font-size: 16px;
  /*  color: #6f6f6f;*/
}