@charset "utf-8";

.zhaobiaoxiangqing {
    width: 1148px;
    overflow: hidden;
    margin: 15px auto;
    border: 1px solid #cccccc;
    padding: 20px;
}
.zhaobiaopic {
    float: left;
}
.zhaobiaopic img {
    width: 750px;
    height: 352px;
}
.zhaobiaodescrition {
    width: 340px;
    height: 310px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    float: right;
    padding: 20px;
}

.zhaobiaodescrition div {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #cccccc;
}
.zhaobiaodescrition div small{
    display: inline-block;
    width: 90px;
    font-size: 16px;
}
.zhaobiaodescrition div span {
    font-size: 20px;
    color: #F1592A;
}
.zhaobiaodescrition a {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    width: 120px;
    height: 40px;
    background-color: #F57A12;
    margin-left: 220px;
}
.zhaobiaoboxcontent {
    width: 1170px;
    overflow: hidden;
}
.zhaobiaoheader {
    border-bottom: 2px solid #F1592A;
    font-size: 20px;
    height: 40px;
    margin-top: 15px;
    color: #F1592A;
}
.zhaobiaomains {
    padding: 15px;
    border: 1px solid #cccccc;
}

.zhaobiaoinputheader{
    border-bottom: 2px solid #038002;
    font-size: 20px;
    height: 40px;
    margin-top: 15px;
    color: #038002;
}
.zhaobiaoinputmain {
    border: 1px solid #cccccc;
}
.zhaobiaoinputmainleft {
    width: 545px;
    padding: 15px;
    float: left;
}
.zhaobiaoinputbox {
    margin-bottom: 15px;
    font-size: 16px;
    width: 400px;
    overflow: hidden;
}
.zhaobiaoinputbox input {
    border: 1px solid #cccccc;
    width: 280px;
    height: 30px;
    float: right;
}
.zhaobiaoinputbox label {
    float: left;
    margin-top: 5px;
    color: #535353;
}

.zhaobiaoinputbox button{
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    width: 120px;
    height: 40px;
    background-color: #F57A12;
    margin-left: 280px;
    margin-top: 14px;
}
.zhaobiaoinputmainright {
    float: left;
    padding: 15px;
    width: 539px;
}
.zhaobiaoinputbox textarea {
    float: right;
}