*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: '微软雅黑'
}
@font-face{
    font-family: '腾祥伯当行楷简'; /* 字体的名称 腾祥伯当行楷简*/
    src : url('../fonts/腾祥伯当行楷.ttf');/*这里是字体文件的相对路径*/
}
li{
    list-style: none;
}
.contain{
    width: 100%;
    margin: 0 auto;
}
.header{
    width: 70%;
    height: 130px;
    margin: 70px auto 20px auto;
    text-align: left;
}
.welcom{
    margin-top: 20px;
    text-align: right;
    padding-right: 100px;
}
.school-bg{
    width: 100%;
    height: 360px;
    margin-top: 20px;
    background: url(../Images/school-bg.jpg) no-repeat;
}
.input-box{
    width: 400px;
    height: 300px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: right;
}
.input-list{
    margin: 40px auto;
}
.input-list label{
    color: #fff;
    font-size: 14px;
    text-align: right;

}
.input-list input{
    box-sizing: border-box;
    width: 310px;
    height: 34px;
    margin-left: 8px;
    padding: 0 8px;
    color: #333;
    border: none;
    border-radius: 4px;
    background: rgba(255,255,255,0.9)
}
.query-button{
    width: 310px;
    height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 20px;
    font-family: '微软雅黑';
    background-color: #ff5c03;
    border-radius: 4px;
    border: none;
}
.query-button:hover{
    background-color: #fb7830;
}
.illustrate{
    width: 70%;
    margin: 20px auto;
}
.illustrate-list{
    color: #3172b4;
}
.illustrate-list h3{
    font-weight: 600;
}
.illustrate-list li{
    margin: 15px 30px;
    font-size: 15px;
}
.illustrate-tel{
    margin-top: 30px;
    font-weight: 600;
    color: #ff5c03;
}

/* 查询详情 */
.contain-detail{
    width: 70%;
    margin: 0 auto;
    margin-top: -30px;
    min-width: 800px;
}
.matriculate{
    font-size: 20px;
    color: #3172b4;
}
.matriculate-orange{
    padding: 0 20px;
    color: #ff5c03;
    font-size: 22px;
    font-family: '腾祥伯当行楷简';
    text-decoration: underline;
}
.info{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 30px auto;
    border: 1px solid #4192e6;
    border-radius: 6px;
}
.info-list{
    box-sizing: border-box;
    /* width: 100%; */
    margin: 10px;
    color: #3172b4;
    font-size: 14px;
}
.info-list-title{
    position: relative;
    padding-left: 10px;
}
.info-list:last-child{
    margin-top: 30px;
}
.info-list-title::before{
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 3px;
    height: 14px;
    background-color: #3172b4;
    border-radius: 2px;
}
.info-list-con{
    padding-left: 10px;
}
.info-list-con li{
    display: inline-block;
    width: 49%;
    margin-top: 15px;
    text-align: left;
}
.sign{
    width: 100%;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    color: #3172b4;
}