@import "common.css";
.content_right>dl{
    border: 1px solid #ddd;
    padding: 19px 19px 29px 19px;
    margin-bottom: 20px;
}
.content_right>dl>dt{
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.content_right>dl>dt>em{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 24px;
}
.content_right>dl>dt>span{
    font-size: 24px;
    font-weight: bold;
    color: #17499e;
    line-height: 24px;
}
.content_right>dl>dd{
    padding-top: 10px;
}
.content_right>dl>dd>dl{
    padding-left: 40px;
    margin-top: 25px;
}
.content_right dd dt{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 36px;
}
.content_right dd dd p{
    font-size: 16px;
    line-height: 36px;
    color: #333;
}
.content_right .jbxx{
    background: url("../images/jbxx.png") no-repeat 0 7px;
}
.content_right .gwzz{
    background: url("../images/gwzz.png") no-repeat 0 7px;
}
.content_right .zwyq{
    background: url("../images/zzyq.png") no-repeat 0 7px;
}
.content_right .zprx{
    background: url("../images/zprx.png") no-repeat 0 7px;
}
.message{
    width: 100%;
    height: 303px;
    border: 1px solid #ddd;
    margin-top: 20px;
    padding:41px 19px 51px;
}
.message dl{
    height: 228px;
}
.message dd{
    border: 1px solid #ddd;
}
.message dt{
    font-size: 18px;
    color: #666;
    padding-bottom: 28px;
}
.message dd textarea{
    width: 100%;
    height: 108px;
    border: none;
    outline: none;
    border-bottom: 1px solid #ddd;
    line-height: 22px;
    padding: 10px 15px 15px 10px;
    overflow-y: auto;
}
.message dd span{
    display: block;
    float: left;
    font-size: 17px;
    color: #999;
    margin-top: 14px;
    margin-left: 11px;
}
.message dd button{
    width: 70px;
    height: 32px;
    float: right;
    border: none;
    outline: none;
    background: #17499e;
    color: #FFF;
    font-size: 16px;
    margin-top: 5px;
    margin-right: 11px;
    margin-bottom: 6px;
    cursor: pointer;
}