@import url("common.css");
.con_l {
    width: 814px;
    padding: 0 30px 30px 30px;
    background: #fbfbfb;
    border-radius: 10px;
    box-shadow: 0 1px 10px #d1d1d1;
}
.position{
    font-size: 18px;
}
.position em{
    font-size: 24px;
}
.bar-box{
    width: 100%;
    height: 100%;
    margin: 15px 0;
}
.bar-1{
    height: 22px;
    line-height: 22px;
    margin-bottom: 5px;
}
.bar-1 a{
    font-size: 18px;
}
.bar-box:nth-child(3n+3) .bar-1 i{
    color: #008d3b;
}
.bar-box:nth-child(5n+2) .bar-1 i{
    color: #af0964;
}
.bar-1 i{
    font-size: 22px;
    margin-right: 5px;
    float: left;
    color: #083d8d;
}
.bar-2{
    width: 125px;
    margin-left: 15px;
}
.bar-2 a{
    font-size: 16px;
    display: block;
    width: 125px;
}
.bar-2 i{
    font-size: 18px;
    margin-right: 3px;
    color: #e2ad00;
}
.bar-2-box:nth-child(3n+1) .bar-2 i{
    color: #93c3eb;
}
.bar-2-box:nth-child(5n+3) .bar-2 i{
    color: #1b1b1b;
}
.bar-2-box:nth-child(5n+2) .bar-2 i{
    color: #98bd80;
}
.bar-2-box:nth-child(7n+2) .bar-2 i{
    color: #f17a7a;
}
.bar-2-box ul{
    max-width: 100%;
}
.bar-2-box{
    display: flex;
    padding: 2px 0;
    align-items: center;
    background-color: #f1f1f1;
    text-align: center;

}
.bar-2-box:nth-child(2n+1){
    background-color: #ffffff;

}
.bar-2-box:hover{background-color: #e5e5e5;}
.bar-3 {
    display: flex;
    flex-wrap: wrap;
}
.bar-3 a{
    padding: 1px 5px;
    display: block;
    background-color: #e9eeff;
    border-radius: 5px;
    margin: 5px;
}
.bar-3 a:hover{
    background-color: #c2cdf1;
    color: rgb(0, 0, 0);
}