.content>.content-item{padding: 0 60px;}
.content>.content-item>.content-item-header{margin-top:40px;padding-right: 10px;}
.content>.content-item>.content-item-header,.content>.content-item>.content-item-header>ul{display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.content>.content-item>.content-item-header>ul>li>a{width: 24px;height: 24px;line-height: 24px;text-align: center;border-radius: 100%;}
.content>.content-item>.content-item-header>ul>li>a:hover{background-color: #999;color: white;}
.content>.content-item>.content-item-header>ul>li.selected>a{background-color: black;color: white;}
.content>.content-item .title{width: 152px;color: black;height: 52px;line-height: 50px;background: url("../../images/index/bar.png") no-repeat center center;font-weight: bold;letter-spacing:1px;text-align: center;}
.content>.content-item>.text{text-indent: 2em;text-align:justify;color: black;}
.content>.content-item>.children{padding: 30px 0 30px 20px;}
.content>.content-item>.scroll{height:400px;overflow-y: auto;overflow-x: hidden;margin: 30px 0 30px 20px;}
.content>.content-item>.scroll>li{width: 205px;height: 105px;margin: 0 55px 30px 0;border-radius: 10px!important;border: 1px solid #aaa;overflow: hidden;float: left;}
.content>.content-item>.scroll>li>a{width: 100%;height: 100%;display: flex;flex-direction: row;align-items: center;justify-content: center;}
.content>.content-item>.scroll>li>a>span{font-size: 28px;width: 140px;line-height: 30px;text-align: center;color:#999;}
.content>.content-item>.scroll>li>a>i{height: 50%;width: 1px;background: #aaa;margin: 0 8px 0 0 ;}
.content>.content-item>.scroll>li>a>strong{display: flex;flex-direction: row;align-items: flex-end;font-size: 18px;line-height: 20px;width: 66px;color:#999;}
.content>.content-item>.scroll>li>a>strong>em{padding-left: 3px;color:#999;}
/*.content>.content-item>.scroll>li:hover{background-color: #f1f1f1;border: 1px solid #f1f1f1;}*/
.content>.content-item>.scroll>li.selected{background-color: #1f1f1f;border: 1px solid #1f1f1f;}
.content>.content-item>.scroll>li.selected *{color: white;}
.content>.content-item>.scroll>li.selected>a>i{background-color: white;}
.content>.content-item>.address ul{border-bottom: 1px #999 dashed;display: flex;flex-direction: row;align-items: center;flex-wrap:wrap;padding: 15px 0;}
.content>.content-item>.address ul:last-child{border-bottom: 0;}
.content>.content-item>.address>ul>li{margin-right: 15px;}
.content>.content-item>.address>ul>li>a{line-height: 26px;}

.scroll::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}
.scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #1f1f1f;
}
.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    background: #a4a4a4;
}