@charset "UTF-8";
/*=======Version-1.o======*/
/*======Author-SdL=======*/
/*=====Tim09102o18======*/
/*====SiChaunService===*/

* {
    font-family: Microsoft YaHei, sans-serif;
}

.clearFix:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
}

.center {
    width: 1100px;
    margin: 0 auto;
}

header>img,
footer>img {
    width: 100%;
}

body {
    background: #f9f9f9;
}


/*banner文字开始*/
.center {
    width: 1100px;
    margin: 0 auto;
}

/*banner文字结束*/

/*查询框开始*/
.center .centerL {
    padding: 15px 30px 30px;
    border: solid 1px #e9e9e9;
    width: 700px;
    float: left;
    background-color: #ffffff;
}

.applicationNav {
    border-bottom: 1px solid #dcdcdc;
    height: 48px;

}

.applicationNav>span {
    border-bottom: 3px solid #c40311;
    font-size: 19px;
    height: 40px;
    line-height: 42px;
    display: inline-block;
}

.formBox {
    width: 455px;
    margin: 0 auto;
    padding: 30px 0 30px;
}

#form input {
    border: none;
    outline: none;
}

.formCode input {
    height: 100%;
    width: 213px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}

.formCode .code_icon {
    float: left;
    display: block;
    margin: 3px 0;
    height: 38px;
    width: 45px;
    border-right: 1px solid #dcdcdc;
    line-height: 33px;
    text-align: center;
}

.formButton li {
    height: 50px;
    width: 210px;
    line-height: 50px;
    text-align: center;
    background-color: #dfdfdf;
    font-size: 19px;
    border-radius: 4px;
    cursor: pointer;
}

.formButton li.subMit {
    float: left;
}

.formButton li.subRes {
    float: right;
}

.formButton li:hover {
    background-color: #c40311;
    color: #fff !important;
    transition: 0.2s;
}

.formCode {
    position: relative;
    margin: 20px 0;
    width: 260px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}

.formCodeImg {
    position: absolute;
    right: -160px;
    top: -1px;
    width: 140px;
    height: 45px;
}

.formCode input {
    height: 100%;
    width: 213px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}

/*查询框结束*/

.cenBg {
    overflow: hidden;
    background: #fff url(../images/bg.png) no-repeat center bottom;
}

/*//右边显示*/
.center .centerR {
    width: 380px;
    height: 537px;
    margin-left: 20px;
    float: left;
    background-color: #fff;
    border: solid 1px #e9e9e9;
    padding: 15px 30px 30px;
}

/*右边结束*/


/*//底部落款*/
.copyText {
    padding: 20px 0;
    clear: both;
}

.copyText>p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}


/* 软考查询便民服务css */
.forInput_div {
    position: relative;
    margin: 20px 0;
    width: 455px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}

.forInput_div .input_icon {
    float: left;
    display: block;
    margin: 3px 0;
    height: 38px;
    width: 45px;
    border-right: 1px solid #dcdcdc;
    line-height: 33px;
    text-align: center;
}

.forInput_div input {
    height: 100%;
    width: 408px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}

.error_query {
    margin-top: 30px;
    text-align: center;
    width: 638px;
    background: #fff;
    height: 50px;
    line-height: 50px;
    border: solid 1px #dcdcdc;
}

.success_query {
    width: 638px;
    margin-top: 30px;
    text-align: center;
    width: 638px;
    background: #fff;
}

.success_query tr td {
    border: solid 1px #dcdcdc;
    line-height: 50px;
}

.success_query tr td:nth-of-type(1),
.success_query tr td:nth-of-type(3) {
    text-align: center;
    background: #f7f7f7;
}

.result {
    margin-bottom: 20px;
}

.success {
    padding: 15px;
    display: none;
}

.success ul li {
    position: relative;
}

.success ul li .mail_box {
    display: inline-block;
    overflow: hidden;
}

.success ul li .addressTime {
    font-size: 12px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    padding-left: 18px;
    margin-bottom: 10px;
}

.success ul li .mailContent {
    width: 295px;
    height: 76px;
    padding: 5px 15px 5px 15px;
    background: url('../images/left.png') no-repeat;
    background-size: contain;
    font-size: 14px;
}

.success ul li:first-of-type .mailContent {
    background: url('../images/active.png') no-repeat;
    background-size: contain;
}

.success ul li span {
    width: 18px;
    height: 18px;
    background: url('../images/dian.png') no-repeat;
    background-size: contain;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 12px;
}

.success ul li span::before {
    content: "";
    position: absolute;
    height: 94px;
    width: 2px;
    background: rgba(242, 242, 243, 1);
    right: 50%;
    transform: translateX(50%);
    bottom: -94px;
}

.success ul li:last-of-type span::before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
}

.success ul li:nth-of-type(2n) {
    text-align: right;
}

.success ul li:nth-of-type(2n) .addressTime {
    text-align: left;
    padding-left: 25px;
}

.success ul li:nth-of-type(2n) .mailContent {
    text-align: left;
    background: url('../images/right.png') no-repeat;
    background-size: contain;
}

.success ul li:first-of-type span {
    width: 24px;
    height: 24px;
    background: url('../images/dianActive.png') no-repeat;
    background-size: contain;
}