@font-face {
    font-family: BoldCondensed;
    src: url('../font/Roboto-BoldCondensed.ttf');
}
/*container*/
.container{
    padding-top: 35px;
}
.container img{
    width: 100%;
    cursor: pointer;
}
.container .describe{
    height: 170px;
    background-color: #0B68D8;
    margin-top: -1px;
    color: #FFFFFF;
}
.container .describe p:first-child{
    font-family: Roboto-Condensed;
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
    height: 80px;
}
.container .describe p:last-child{
    font-family: Roboto-Light;
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
}

/*sponsors*/
.sponsors{
    padding-top:60px;
    font-family: BoldCondensed;
    font-size: 48px;
    color: #1A1A1A;
}
.sponsors .picture{
    padding: 40px 10px 100px 15px;
}
.sponsors .picture div{
    padding: 0 10px 0 0;
}
.sponsors .picture img{
    width: 100%;
    cursor: pointer;
}