.NewSteeringControl {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        margin-bottom: 15px;
        text-align: left;
}
.NewSteeringControl .Header {
        height: 42px;
        background: #1f82c7;
}
.NewSteeringControl .Header > a {
        color: #0079c2;
        display: inline-block;
        font: bold 15px/28px "Segoe UI",Tahoma,Verdana;
        padding: 0 0 0 27px;
        white-space: nowrap;
        width: 88%;
}
.NewSteeringControl .Header > span {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        padding: 0 10px 0 15px;
        font-weight: 500;
        line-height: 42px;
        font-family: 'Roboto Slab';
}
.NewSteeringControl .Detail {
        height: 207px !important;
        margin: 10px 0;
        padding: 0 10px;
}
.NewSteeringControl .Detail .Title {
        cursor: pointer;
        font: bold 13px arial;
        margin-bottom: 6px;
}
.NewSteeringControl .Detail .Expand a {
        display: inline-block;
        font: italic 12px arial;
        padding: 5px 0 0;
}
.NewSteeringControl .download {
        color: #ae0002;
        display: inline-block;
        float: right;
        font: bold 12px arial;
        margin-bottom: 5px;
        text-decoration: underline;
        display: none;
}
.NewSteeringControl .DetailScroll {
        margin: 0;
        padding: 0;
        border: 1px solid #eeeeee;
        border-top: 0;
        padding-bottom: 10px;
}
.NewSteeringControl .DetailScroll .ListItem .item {
        display: inline-block;
        margin: 0;
        width: 50%;
        padding: 10px 10px 5px 20px;
        background-repeat: no-repeat;
        background-image: url(/themes/hagiangedu/images/lv1.png);
        background-position: 10px 17px;
}
.NewSteeringControl .DetailScroll .Title {
        cursor: pointer;
        color: #004f80;
        font-weight: 500;
        text-align: justify;
        font-size: 14px;
}
.NewSteeringControl .DetailScroll .Expand a, .DateIssued {
        color: #424242;
        display: inline-block;
        font: italic 12px arial;
        margin-bottom: 2px;
        padding: 6px 0 0;
        display: none;
}
.NewSteeringControl .DetailScroll ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.NewSteeringControl  .ListItem {
        display: flex;
        flex-wrap: wrap;
}
.NewSteeringControl  .ListItem a{
        text-decoration: none;
        font-size: 13px;
        line-height: 1.6;
        color: #333;
}
.NewSteeringControl .ListItem:after {
        content: '';
        border-left: 1px dotted #c0c0c0;
        height: 97%;
        position: absolute;
        left: 50%;
        top: 10px;
}
@media only screen and (max-width: 768px){
        .NewSteeringControl {
                margin: 0;
                margin-bottom: 10px;
                padding: 0 10px !important;
        }
        .NewSteeringControl div.DetailScroll{
                z-index: 9 !important;
        }
        .NewSteeringControl .ListItem:after {
        display: none !important;
}
        .NewSteeringControl .DetailScroll .ListItem .item {
                display: inline-block;
                margin: 0;
                width: 100%;
                padding: 10px 10px 5px 20px;
                background-repeat: no-repeat;
                background-image: url(/themes/hagiangedu/images/lv1.png);
                background-position: 10px 17px;
        }
}
