/*a{
    font-size: 14px;
    color:#333;
}
a:hover{
    color:#d11120;
}

#only{
    height:126px;
    text-align: center;
    border-top:2px solid #ddd;
    margin-top:30px;
    padding-top:30px;
    background-color: #eee;
}
#only .b1 b,#only .b2 b{
    display:inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    border-radius: 50%;
    color:#fff;
    background-color: #dd4536;
    text-align: center;
    margin-right:10px;
}
#only .b2 b{
    background-color: #ddd;
}
#only p{
    padding-top:20px;
}
#only p span{
    padding-right:50px;
}

#pub_header{
    border:1px solid #ddd;
}
#pub_header .header ul li{
    width:199px;
    height:60px;
    line-height:60px;
    text-align: center;
    float:left;
    background-color:#5c5c5c;
}
#pub_header .header ul li a{
    display: block;
    width:100%;
    height:100%;
    color:#fff;
}
#pub_header .header ul li.active>a{
    background-color: #fff;
    color:#dd4536;
}
#pub_header .pub_zhuc{
    text-align: center;
    height:60px;
}
#pub_header .pub_zhuc p{
    width:80%;
    margin:0 auto;
    padding:30px 0 30px 0;
    font-size: 16px;
    border-bottom:1px solid #ddd;
}
#pub_header .pub_zhuc p span{
    padding-left:10px;
}
#pub_header .pub_zhuc p span button{
    width:70px;
    height:35px;
    line-height:35px;
    background-color: #f89120;
    color:#fff;
    border:none;

}
.danger{
    display: inline-block;
    width:20px;
    height:20px;
    line-height: 20px;
    font-size:12px;
    border-radius:50%;
    border:1px solid #dd4536;
    color:#f89120;
}
#pub_body{
    width:1088px;
    margin:65px auto;

}
#pub_body li{
    margin-top:20px;
    margin-bottom:20px;
}
#pub_body form{
    margin-top:30px;
    margin-left:15px;
}

#pub_body form ul li:first-child input{
    vertical-align: text-top;
}
#pub_body form ul li button{
    width:96px;
    height:30px;
    line-height: 30px;
    color:#dd4536;
    background-color:#fbefd7 ;
    border:1px solid #efdbc3;
    margin-right:5px;
}

#pub_body form ul li button:nth-child(2){
    color:#666;
    background-color:#fff;
    border:1px solid #ddd;
}
#pub_body form ul li span.title1{
    display: inline-block;
    width:120px;
    text-align: right;
}
#pub_body form ul li .i1{
    width:358px;
    text-align: left;
}
textarea{
    vertical-align: middle;
}
.vvip{
    display:none;
}
.show{
    display:block;
}
.hide{
    display:none;
}*/
#pub_body form ul li b{
    color:#dd4536;
}
.tishi,.tishi_error,.tishi_success{
    margin-left:15px;
    display:none;
}
.tishi{
    color:#999;
}
.tishi_error{
    padding-left:20px;
    background:url(../images/err.png) no-repeat;
    color:#e22 !important;
}
.tishi_success{
    padding-left:25px;
    background: url(../images/ok.png) no-repeat;
}
