.body-container{
    width: 1280px;
    height: auto;
    /*padding: 20px 0 40px 0;*/
    margin: 0 auto;
    box-sizing: border-box;
}
.body-container .body-container-item{
    width: 100%;
    /*height: auto;*/
    margin: 0 auto;
    background-color: white;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0px 20px 40px 20px;
    overflow: hidden;
}
.item-tag{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    color: #333;
    text-align: center;
}
.item-tag span.to-left{
    float: left;
}
.item-tag span.centers{
    text-align: center;
    font-size: 24px;
    font-family: "Times New Roman";
    letter-spacing: 1.5px;
    margin-left: 0px;
}
a.down{
    color: blue;
}
div.item-subtitle{
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-family: "Times New Roman";
    text-align: center;
    margin-top: 10px;
    padding-left: 50px;
}
.item-mark, .item-mark-right{
    width: 45%;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1.5px solid #eee;
    box-sizing: border-box;
    font-family: "Times New Roman";
    margin-top: 30px;
}
.item-mark-right{
    width: 55%;
    text-align: left;
    border-bottom: 1.5px solid white;
    padding-left: 30px;
}

.item-target{
    width: 614px;
    height: 124px;
    margin: 20px 0;
}
div.div-container{
    width: 100%;
    /*height: 300px;*/
    overflow: hidden;
}
.item-content{
    width: 45%;
    float: left;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    overflow: hidden;
}
div.item-content-right{
    float: right;
    width: 55%;
    box-sizing: border-box;
    /*border: 1px solid red;*/
    padding-left: 30px;
    /*height: 300px;*/
    line-height: 30px;
    letter-spacing: 1.2px;
    font-family: "Times New Roman";
    font-size: 16px;
}
.item-content ul>li{
    width: 50%;
    float: left;
    text-align: center;
    line-height: 150px;
    font-size: 18px;
}
.input-label{
    height: 20px;
    width: 20px;
}
.input-text{
    margin-left: 10px;
    height: 30px;
    width: 170px;
    padding: 0 5px 0 5px;
    font-size: 16px;
}
.item-btn{
    float: left;
    width: 100%;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
}
.item-btn input{
    height: 30px;
    width: 150px;
    text-align: center;
    font-size: 14px;
}
.item-btn p{
    width: 100px;
    display: inline-block;
}