@charset "utf-8";
/* CSS Document */
.content{
    padding:10px;
}
a:hover {
    color: #e4393c;
}
.maintop {
    height: 30px;
    border-bottom: 2px solid #ddd; }
.maintop h3 {
    float: left;
    padding-left: 20px;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-right: 5px;
    border-bottom: 2px solid #0161b2;
    background: url("../images/2014fjsgszz_icon1.jpg") center left no-repeat; }
.maintop span {
    float: right;
    line-height: 29px;
    padding-right: 5px;
}
.maintop span a {
    font-size:14px;
}
.main .tit h3{
    font-size:24px;
    font-family:"Microsoft YaHei";
    color:#036ac2;
    line-height:64px;
}
.main .tit p{
    color:#3970B3;
    line-height:30px;
}
.main .tit p span{
    color:#717171;
}
.formbox{
    width:920px;
    margin:0 auto;
    padding-top:50px;
}
.formbox .tabs{
    border-bottom:1px solid #ccc;
    line-height:40px;
}
.formbox .tabs ul li{
    float: left;
    width:130px;
    text-align: center;
    font-size:18px;
}
.formbox .tabs ul li a{
    color:#ccc;
}
/*.formbox .tabs ul li a.curr,.formbox .tabs ul li a:hover{
    display: block;
    color:blue;
    border-bottom:2px solid blue;
}*/
.formbox .form-group{
    line-height:40px;
}
.form-group .control-label{
    float: left;
    width:100px;
    height:40px;
    text-align: right;
    font-weight:bold;
}
.form-group .form-control{
    border:1px solid #dbdbdb;
    background: #f8f8f8;
    width:272px;
    height:28px;
}
.form-group input[type='button']{
    width:102px;
    height:39px;
    border:none;
    background: #015da8;
    color:#fff;
    font-size:14px;
    cursor:pointer;
    font-family:"Microsoft YaHei";
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.form-group input.bt-reset{
    background: #B5B5B5;
    margin-left:10px;
}
#vCode{
    width:100px;
}
#count{
    width:690px;
    height:100px;
    resize:none;
}
