#slide3 {
    width:1000px;
    height:768px;
    margin: 0 auto;
    position:relative;
    background: url(../../images/bg.jpg);
    color:#fff;
}
#slide3 .block1{
    float: left;
    width: 100%;
    margin-top: 50px;
}
#slide3 .block1 table{
    width: 100%;
    font-family: "FiraSansRegular";
    font-size: 18px;
}
#slide3 .block1 table .yellow td{
    width: 390px;
    background: #ffb600;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #1c30ca;
}
#slide3 .block1 table .yellow td span{
    font-size: 14px;
}
#slide3 .block1 table .one-row td{
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}
#slide3 .block1 table .blue-row td{
    text-align: left;
    vertical-align: middle;
    padding: 20px;
    background: #3663be;
}
.blue-row li{
    line-height: 1.4;
    position: relative;
    font-size: 16px;
}
.blue-row li:before{
    content: '';
    width: 16px;
    height: 1px;
    background: #4893ed;
    position: absolute;
    top: calc(50% - 2px);
    left: -24px;
}
.two td{
    padding: 10px 0 0 30px;
    border-left: 1px solid #1c30ca;
}
.two p{
    line-height: 1.3;
}
.two ul{
    margin-left: 22px;
    margin-top: 10px;
}
.bold{
    font-family: "FiraSansBold";
}
