@font-face {
    font-family: 'UTMAvoBold';
    font-style: normal;
    font-weight: normal;
    src: url('../font/utm-avobold.woff') format('woff');
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif', serif;
    color: #282b2d
}
header {
    min-height: 830px;
    background: url('../img/banner.jpg') no-repeat top center;
}
footer {
    min-height: 445px;
    background: url('../img/footer.jpg') no-repeat bottom center;
}
.main{
    width:1170px; margin: 0 auto;
}
.main-small {
    width: 662px;
    margin: 0 auto;
}
#sapo {
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    color: #282b2d;
    line-height: 28px;   
}
.question{
    margin-top: 30px;
}
.number {
    color: #888f94;
    font-weight: 700;
    display: inline-block;
    width: 55px;
    vertical-align: bottom;
    font-family: UTMAvoBold;
    font-size: 36px;
}
.qtitle {
    line-height: 42px;
    font-size: 28px;
    font-weight: 700;
    display: block;
    border-left: 6px solid #efca16;    
    padding-left: 20px;
    width: 295px;
}

.table {
    display: table;
    margin-left: 10px;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
}
.mb45{margin-bottom: 45px;}
.mb35 {
    margin-bottom: 35px;
}
.ml200{margin-left: 200px;}

.ask {
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    color: #282b2d;
    line-height: 26px;
    position:relative;
}
    .ask:before {
        content: ' ';
        background: url('../img/question-mark.png') no-repeat;
        width: 31px;
        height: 46px;
        display: block;
        position: absolute;
        top: 0;left: -21px;
        z-index: -1;
    }
.center{text-align: center;}
.mt40 {
    margin-top: -40px
}
.fb{font-weight: 700;}
.mb55{margin-bottom: 55px;}
.left {
    width: 50%;
    float: left;
    color: #414344;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    border-left: 2px solid #efca16;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 16px;
}
    .left span{font-weight: 700;}
.right {
    width: 50%;
    float: right;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    text-align: right;
    font-size: 16px;
    margin-top: 10px;
}
.clear{clear:both;}
.fcontent {
    position: relative;
    padding-top: 110px;
    line-height: 28px;
}
footer a {
    color: #0f67a2;
}
.fi{font-weight: 700;font-style:italic;}
.mt5{margin-top: 5px;}


@media(max-width:1350px) {

    .ml200 {
        text-align: center !important;
        margin: 0 !important;
    }

    img {
        max-width: 100% !important;
    }

    #sapo, .main, .main-small {
        width: 96% !important;
        line-height: 22px;
    }

    .qtitle {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .number {
        vertical-align: middle;
        font-size: 30px;
        text-align: center;
    }

    .ask {
        margin-left: 15px;
        font-size: 16px;
        line-height: 25px;
    }

    .mt40 {
        margin-top: -5px;
    }

    .fcontent{
        max-width: 666px;
    }
    .banner{display:block !important;}
    header{background:none; min-height: inherit; margin-bottom: 20px;}
}
@media(max-width:480px) {
    footer {
        background: #f1d02d;
        min-height: inherit;
    }
    .fcontent {
        font-size: 14px;
        padding: 20px 0 !important;
    }
}
/*@media(max-width:480px) {
    .fcontent {
        padding-top: 100px;
        font-size: 14px;
    }
}*/

