* {
    box-sizing: border-box;
}

body {
    min-width: 1200px;
}

#header {
    height: 240px;
}

.main {
    background: #fff;
    padding: 21px 26px 44px 26px;
    box-shadow: 0px 0px 4px 0px #eeeeee;
    border-radius: 4px;
    margin-bottom: 24px;
}

.hdl-wrap {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 60px;
}

.hdl-wrap .hdl {
    display: inline-block;
    width: 180px;
    height: 60px;
    font-family: "SourceHanSansCN-Bold";
    font-size: 20px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #8890a7;
    text-align: center;
    background: url("../images/search_result/title_bg.png") center bottom 0px no-repeat;
    background-size: 180px 15px;
    cursor: pointer;
}

.hdl-wrap .hdl {
    margin-right: 34px;
}

.hdl-wrap .hdl:last-child {
    margin-right: 0;
}

.hdl-wrap .hdl.active {
    background: url("../images/search_result/title_active_bg.png") center bottom 0px no-repeat;
    background-size: 180px 15px;
    color: #2556d8;
}

.tabview-text {
    padding-top: 20px;
}

.text .title {
    width: 1148px;
    margin: 0 auto;
    border-bottom: 1px solid #eceef5;
}

.text .title span {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    line-height: 60px;
    font-family: "SourceHanSansCN-Bold";
    font-size: 20px;
    letter-spacing: 1px;
    color: #333;
    border-bottom: 3px solid #2556d8;
}

.form {
    padding-top: 67px;
}

.form-div {
    margin: 0 auto;
    width: 549px;
    position: relative;
    margin-bottom: 29px;
}

.form-div input {
    height: 30px;
    line-height: 30px;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border: solid 1px #e9ebed;
    padding: 0 49px;
}

.form-div::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 23px;
    background: url("../images/shouji1.png") center no-repeat;
    background-size: 16px 23px;
    left: 18px;
    top: 30%;
    /* transform: translateY(-50%); */
}

.yanzheng::before {
    width: 19px;
    height: 23px;
    background: url("../images/web_icon.png") center no-repeat;
    background-size: 19px 23px;
}

.yanzheng input {
    width: 398px;
}

.yanzheng a {
    display: inline-block;
    width: 131px;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #2c4fb1;
    vertical-align: top;
    font-family: "SourceHanSansCN-Regular";
    font-size: 18px;
    line-height: 48px;
    color: #2c4fb1;
    text-align: center;
    margin-left: 16px;
}

.wzdsyzm::before {
    width: 19px;
    height: 23px;
    background: url("../images/web_icon.png") center no-repeat;
    background-size: 19px 23px;
}
.wzdsyzm input {
    width: 398px;
}

.wzdsyzm a {
    display: inline-block;
    width: 131px;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #2c4fb1;
    vertical-align: top;
    font-family: "SourceHanSansCN-Regular";
    font-size: 18px;
    line-height: 48px;
    color: #2c4fb1;
    text-align: center;
    margin-left: 16px;
}

.form-div input:focus {
    border: solid 1px #2c4fb1;
}

.submit input {
    display: block;
    width: 160px;
    height: 50px;
    background: #2c4fb1;
    border-radius: 4px;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
}

.text-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #2556d8;
    border-radius: 6px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    margin-right: 7px;
}

.ask .text-icon {
    background: #feaa19;
}

.text {
    padding-top: 32px;
}

.text .question p,
.text .ask p {
    width: 1148px;
    margin: 0 auto;
    line-height: 30px;
    padding: 0 24px;
    color: #666;
    font-size: 16px;
}

.text .ask p {
    padding: 5px 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.question,
.ask {
    margin-bottom: 24px;
    border: 1px solid #f0f3fc;
    border-radius: 4px;
    padding-bottom: 24px;
}

.text .question p:first-child,
.text .ask p:first-child {
    background: #f0f3fc;
    height: 50px;
    padding-left: 12px;
    line-height: 50px;
    margin-bottom: 20px;
}

.text .ask p:first-child {
    padding: 0 12px;
    background: #fcf4e6;
}