
.itbox {
    width: 98%;
    position: relative;
    height: 42px;
    line-height: 42px;
    margin: 0 0 15px;
    background: #FFF;
    border-radius: 10px;
    box-sizing: border-box;
    /*padding: 0 20px;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    color: #353535;
    box-shadow: 2px 1px 8px 1px rgb(228, 232, 235);
    margin: 4px auto;

    i {
        color: #ff6146;
        font-size: 20px;
        margin-right: 10px;
    }

}
.itbox_title {
    width: 64px;
    height: 42px;

}

/*.itbox_icon {*/
/*    width: 30px;*/
/*    height: 42px;*/
/*    margin-right: 6px;*/
/*}*/

/*.itscroll .con i {*/
/*    color: #ff6146;*/
/*    font-size: 20px;*/
/*    margin-right: 10px;*/
/*}*/

.itbox h3 {

    position: absolute;
    margin: 0 auto;
    top: 13px;
    /*right: 13px;*/
    left: -11px;
    width: 99px;
    text-align: center;
    /*color: #2984DE;*/
    color: #f7db61;
    font-size: 15px;

    /*background: #2984DE;*/
    box-shadow: 20px 0 30px #fff
}
.itscroll {
    margin-left: 60px;
    box-shadow: 2px 1px 8px 1px rgb(228, 232, 235);
    /*border: 0 #fff solid;*/
    border-width: 0 15px 0 20px;
    clear: both;
    overflow: hidden

}
.itscroll .con {
    width: 5000%
}
.itscroll .con ul {
    box-shadow: 2px 1px 8px 1px rgb(228, 232, 235);
    float: left
}
.itscroll li {

    float: left;
    margin: 0 1em;
}
.itscroll li i.fa {
    margin-right: 5px
}
.itscroll li span {
    margin-left: 4px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
.cmsbox {
    width: 996px;
    overflow: hidden
}