
.list-tit{
    width: 100%;
    height: 45px;
    background: #840918;
    margin-bottom: 30px;
}
.list-tit span{
    display: inline-block;
    width: auto;
    height: 55px;
    line-height: 45px;
    background: url(../images/tit1-bg.png) no-repeat left top;
    background-size: 100% 100%;
    padding: 0px 50px;
    box-sizing: border-box;
    color: #333333;
    font-size: 20px;
}
.add-com{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.ui-row{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.ui-row i{
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #840918;
    margin-right: 15px;
    vertical-align: top;
    margin-top: 5px;
}
.ui-row label{
    display: inline-block;
    width: 95px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    vertical-align: top;
}
.ui-row input[type='text']{
    width: 470px;
    height: 30px;
    border: 1px solid #aaaaaa;
    vertical-align: top;
    padding: 0px 5px;
    box-sizing: border-box;
}
.ui-row textarea{
    width: 700px;
    height: 160px;
    border: 1px solid #aaaaaa;
    padding: 5px;
    box-sizing: border-box;
}
.yzhm{ 
    display: inline-block;
    width: 340px !important;
}
.yzhm-box{
    display: inline-block;
    width: 120px;
    height: 30px;
    border: 1px solid #aaaaaa;
    box-sizing: border-box;
}
.sub-btn{
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 40px;
}
.sub-btn button{
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    padding: 0px 30px;
    background: #f2b448;
    border-radius: 5px;
    border: 0px;
}

.com-list{
    width: 100%;
    height: auto;
}
.com-tit{
    width: 100%;
    height: 20px;
    margin: 25px 0px;
}
.com-tit i{
    display: inline-block;
    width: 6px;
    height: 20px;
    border-radius: 50px;
    background: #840918;
    margin-right: 5px;
}
.com-tit span{
    font-weight: bold;
    color: #232323;
    font-size: 20px;
}
.com-list ul{
    width: 100%;
    height: auto;
    padding: 0px 10px;
    box-sizing: border-box;
}
.com-list ul li{
    width: 100%;
    height: auto;
    background: url(../images/dot.png) no-repeat left 15px;
    background-size: 25px 25px;
    padding: 15px 0px;
    padding-left: 35px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}
.com-list ul li h3{
    width: 100%;
    height: auto;
    color: #333;
    font-size: 16px;
}
.com-list ul li span{
    display: inline-block;
    width: 100%;
    height: auto;
    color: #666;
    font-size: 16px;
    text-align: right;
}
.reply-con{
    width: 100%;
    height: auto;
    color: #840918;
    font-size: 14px;
}
