@CHARSET "UTF-8";
.ir-titBox {
    height:66px;
    padding:10px 10px 0 10px;
}
.ir-img {
    width:67px;
    float:left;
}
    .ir-img img {
        width: 65px;
        height: 65px;
        margin-left: 0px;
    }
.RankTitle_text {
    width:900px;
    float:left;
}
.ir-titleL {
    float:left;
}
.ir-titleR {
    float:right;
    text-align:right;
    padding-top: 10px;
}
.ir-time {
    height: 20px;
    color: #01516d;
    font-size: 16px;
    font-weight: bold;
}
.ir_sport_list {
    border-bottom: 2px solid #666666;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    font-size:14px;
}
.ir_sport_list_tr  td{
    height: 50px;
    line-height: 28px;
    border-bottom: 1px solid #c6c6c6;
}
.ir_sport_list_tile {
        height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #0066ab;
}
.IR-content {
    padding: 10px 30px 50px 30px;
}
.bg_gray {
    background: #E5E5E5;
}
.ir_sport_list_tr:hover,.ir_sport_list_tr:hover td {
    background-color: #e4dd68;
}
.ir-gray {
    background: rgb(246,246,246);
}
.Phase_font {
    font-size: 18px;
    margin: 20px 0 5px 5px;
    color: #005692;
    font-weight: bold;
}
.Rotation {
    text-align: center;
    font-size: 20px;
    /*font-weight: bold;*/
    margin-bottom: 10px;
    margin-top: 30px;
}
.LH_Delegation {
    margin-right:4px;
}
/*体操模板器械样式*/
.GA-Item {
    float: left;
    background: #9bd6ff; 
    color:#0967A7;
    width: 10%;
    text-align: center;
    cursor: pointer;
    line-height: 25px;
    margin-bottom: 20px;
}
.GA-Item.active {
    float: left;
    background: #0967A7;
    color: #fff;
}
.divRounds div:hover {
    background-color: #0967A7;
    color: #FFFFFF;
}
.divRounds div:first-child {
    border-radius: 5px 0px 0px 5px;
}
.divRounds div:last-child {
    border-radius: 0px 5px 5px 0px;
}