 @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;
}

/*****************查询输入样式******************/

/*职称政治考试成绩查询*/
#formSelectyear{
    width:455px;
    height:45px;
    color: #898989;
    border: none;
    background:url('zczz_selectyear.png');
    padding-left:50px;
    /*默认样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
#formName{
    width:455px;
    height:45px;
    background:url('zczz_name.png');
    padding-left:50px;
    margin-top: 20px;
    color: #000000;
}
#formId{
    width:455px;
    height:45px;
    background:url('zczz_id.png');
    padding-left:50px;
    margin-top: 20px;
    color: #000000;
}




/*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;
    background-repeat: no-repeat;
    background-position: 0 40px;

}

.applicationNav > span {
    border-bottom: 4px solid #c40311;
    font-size: 19px;
    height: 50px;
    line-height: 42px;
    display: inline-block;
}

.formBox {
    width: 450px;
    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(bg.png) no-repeat center bottom;
}

/*//右边显示*/
.center .centerR {
    width: 380px;
    margin-left: 20px;
    float: left;
    background-color: #fff;
    border: solid 1px #e9e9e9;
    padding: 15px 30px 30px;
}
/*右边结束*/

/*查询结果展示*/
.result{
    margin-left: -30px;
    margin-bottom: -30px;
    width:700px;
    padding: 35px;
}
.result span{
    border-bottom: 4px solid #c40311;
    font-size: 19px;
    line-height: 42px;
    display: inline-block;

}
.resultList{
    margin-bottom: 20px;
}
.result div{
    margin: 10px auto;
}
.result div a{
    word-wrap:break-word;
}
/*//底部落款*/
.copyText {
    padding: 20px 0;
    clear: both;
}

.copyText > p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}