* {
    margin: 0;
    padding: 0;
}

#alxq {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

#alxq img {
    width: 100%;
    vertical-align: middle;
}

.sjs {
    width: 95%;
    margin: 0 auto;
    border-radius: 4px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
    position: relative;
    bottom: 48px;
}

.sjs_title {
    text-align: center;
    color: #d2b674;
    font-size: 20px;
    box-sizing: border-box;
    padding: 3% 0;
}

.sjs_title>span {
    border-bottom: 2px solid #d2b674;
}

.sjs_cont {
    box-sizing: border-box;
    padding: 3%;
}

.sjs_cont::after {
    content: '';
    display: block;
    clear: both;
}

.sjs_left {
    width: 30%;
    float: left;
}

.sjs_right {
    float: right;
    width: 65%;
    font-size: 10px;
}

.sjs_right>div {
    border-bottom: 1px solid #ccc;
    margin-bottom: 4%;
}

.sjs_right .xm {
    font-size: 16px;
    margin-right: 5%;
}

.sjs_right .zw {
    font-size: 14px;
}

.sjs_right .jy {
    display: block;
    margin: 2% 0 3%;
}

.sjs_right>a {
    margin-bottom: 4%;
}

.sjs_right .zt {
    display: inline-block;
    box-sizing: border-box;
    padding: .15% 4%;
    border: 1px solid #d2b674;
    border-radius: 4px;
    text-decoration: none;
    color: #d2b674;
    margin-right: 5%;
}

.sjs_right .yy {
    display: inline-block;
    box-sizing: border-box;
    padding: .15% 4%;
    background: #d2b674;
    border-radius: 4px;
    border: 1px solid #d2b674;
    text-decoration: none;
    color: #fff;
}

.sjs_right .lj {
    display: block;
}

.alxq_ms {
    width: 95%;
    margin: 0 auto;
    position: relative;
    top: -32px;
}

.alxq_ms em {
    font-style: initial;
    font-size: 11px;
    display: block;
    margin-bottom: 10px;
    text-align: justify;
}

.alxq_ms strong {
    font-weight: initial;
    font-size: 11px;
    margin-bottom: 10px;
    display: block;
    text-align: justify;
}

.alxq_ms strong span {
    width: 2px;
    height: 10px;
    display: inline-block;
    background-color: rgba(0, 0, 0, .75);
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.alxq_ms img {
    margin-bottom: 2%;
}

.alxq_ms>p {
    font-size: 12px;
    text-indent: .7rem;
}

.alxq_form {
    width: 100%;
    background: #212121;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding: 1.1% 0 2%;
}

.alxq_form .top {
    font-size: 18px;
    box-sizing: border-box;
    padding: 2% 0;
    display: block;
}

.alxq_form input {
    width: 66%;
    box-sizing: border-box;
    padding: 1.1% 3%;
    font-size: 12px;
    margin-bottom: 3.5%;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.alxq_form input[type="button"] {
    border: none;
    background: #d2b674;
    color: #fff;
    letter-spacing: 2px;
}

.alxq_form .bm {
    font-size: 8px;
    color: #d90000;
    position: relative;
    bottom: 8px;
    display: block;
    width: 66%;
    margin: 0 auto;
    text-align: left;
}

.alxq_tj {
    text-align: center;
    margin-top: 4%;
}

.alxq_tj>.tj {
    font-size: 20px;
    line-height: 50px;
    color: #333;
}

.tj_cont::after {
    content: '';
    display: block;
    clear: both;
}

.tj_cont_dg {
    width: 47%;
    float: left;
    margin-left: 2%;
    margin-bottom: 3.5%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
    border-radius: 4px;
    overflow: hidden;
}

.tj_cont_dg .xx {
    font-size: 12px;
    text-align: left;
    box-sizing: border-box;
    padding: 3% 1% 3% 6%;
}

.tj_cont_dg:nth-child(2) {
    float: right;
    margin-right: 2%;
    margin-left: 0%;
}

.tj_cont_dg:nth-child(4) {
    float: right;
    margin-right: 2%;
    margin-left: 0%;
}

.alxq_tj>a {
    display: block;
    width: 100%;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
    padding: 2% 0;
    background: rgba(0, 0, 0, .1);
    margin: 1% 0 .5%;
}

.alxq_btm {
    font-size: 10px;
    text-align: center;
    color: #333;
    background: rgba(0, 0, 0, .1);
    margin-top: 3%;
    box-sizing: border-box;
    padding: 3% 0 5%;
}

.alxq_btm>span>b {
    font-size: 14px;
}