body{
    background: #F7F7F6;
}
.currentCol{
    display:none;
}
.con{
    width:1100px;
    margin:0 auto;
    min-height: 500px;
    padding:30px 25px;
    background: #FFFFFF;
}
.colTitle{
    font-size: 22px;
    color: #333333;
    text-align: center;
    font-weight: 700;
}
.citys{
    display:flex;
    justify-content: space-between;
    margin-top:24px;
}
.citys a{
    width:71px;
    height:36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid rgba(215,216,217);
    border-radius: 2px;
    color: #333333;
    font-size:16px;
}
.citys .active{
    color: #025DD0;
    border: 1px solid rgba(2,93,208);
}
.tb-con{
    margin-top:20px;
    
}
.tb-head{
    display:flex;
    border: 1px solid rgba(65,136,202);
    border-bottom:none;
}
.tb-head span{
    text-align: center;
    line-height: 42px;
    font-size:14px;
    color: #000;
    border-left: 1px solid rgba(65,136,202);
}
.tb-head span:first-child{
    width:40px;
    border-left:none;
}
.tb-head span:nth-child(2){
    width:170px;
}
.tb-head span:nth-child(3){
    width:525px;
}
.tb-head span:nth-child(4){
    width:195px;
}
.tb-head span:nth-child(5){
    width:120px;
}
.tb-list{
    border: 1px solid rgba(65,136,202);
    border-top:none;
}
.tb-tr{
    display:flex;
    border-top:1px solid rgba(65,136,202);
}
.tb-tr div{
    display:flex;
    justify-content: center;
    align-items: center;
    line-height: 42px;
    font-size:14px;
    color: #000;
    padding:10px;
    border-left: 1px solid rgba(65,136,202);
}
.tb-tr div:first-child{
    width:40px;
    border-left:none;
}
.tb-tr div:nth-child(2){
    width:170px;
}
.tb-tr div:nth-child(3){
    width:525px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.tb-tr div:nth-child(3) p{
    width:525px;
}
.tb-tr div:nth-child(4){
    width:195px;
}
.tb-tr div:nth-child(5){
    width:120px;
    word-break: break-all;
}