﻿
html, body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-family: "微软雅黑";
}


a {
    text-decoration: none; /* 移除下划线 */
    cursor: default; /* 移除手型指针 */
}

    a:hover {
        text-decoration: none; /* 防止hover时出现下划线 */
    }

ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.header {
    height: 70px;
    width: 100%;
    background: url(/images/banner.png) no-repeat top center;
    background-position: 50%;
    background-size: cover;
    position:relative;
}

.logo{
    padding:10px 0px;
}


.goback {
    position:absolute;
    top:15px;
    left:10px;
    width: 40px;
    height: 40px;
    cursor:pointer;
}
.goback>a {
    display:inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.logo-title{
    width:100%;
    text-align:center;
}
    .logo-title > a {
        color: #f3e998 !important;
        font-size: 42px;
        cursor: pointer;
        letter-spacing: 3px;
        width: 100%;
        text-align: center;
        line-height:52px;
    }

.content {
    background: linear-gradient(180deg, #DEE8EA, #C7D2E8);
    padding: 15px;
}

.que-box{
    margin-bottom:15px;
    background-color:white;
    padding:15px;
}

.subtitle {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}
.idx {
    background: #2A5DD0;
    padding: 0px 5px;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.que-title-text {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    margin-left: 15px;
}

.que-content {
    width: 100%;
    color: #000;
    background: #f7f8fa;
    padding: 10px;
    border-radius: 8px;
    font-family: "微软雅黑";
    font-size: 13px;
    border: 1px solid #ececec;
    line-height: 30px;
    
}
    .que-content > p {
        text-indent: 30px;
        margin-bottom:5px;
    }


    .foot {
        width: 100%;
        background-color: #333;
        color: #fff;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        height: 48px;
        line-height: 48px;
        text-align: center;
    }

