*{
    margin: 0;
    padding: 0;
}

/*清除浮动*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    /**zoom: 1*/
}
.com-message{
    width: 100%;
    margin: 20px auto;
}
.com-message .list {
    margin: 20px auto;
    display:none;
}
.com-message h2{
    text-align: center;
    font-size: 24px;
    font-weight: bolder;
    color: #1C4B85;
}
.com-message .list ul{
    list-style: none;
    width: 80%;
    /*border: 1px solid #DCDFE6;*/
    border-radius: 5px;
    margin: 20px auto 4px;
    padding: 20px 0;
}
.com-message .list ul li{
    width: 100%;
    /*border-bottom: 1px dashed #959595;*/
    padding: 12px 0;
}
.com-message .list ul li a{
   display: block;
}
.com-message .list ul li a .tit{
    width: 80%;
    float: left;
    color: #111111;
    padding-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.com-message .list ul li a .date{
    width: 16%;
    float: right;
    color: #cccccc;
    font-size: 14px;
    text-align: right;
    padding-right: 12px;
}
.com-message .list .pager{
    width: 80%;
    margin: 0 auto 16px;
    text-align: right;
}
.com-message .list .pager span{
    display: inline-block;
    border: 1px solid #CCCCCC;
    background: #ffffff;
    color: #959595;
    border-radius: 4px;
    padding: 4px 2px;
    text-align: center;
}
.com-message .list .pager span.prev{
    padding-right: 10px;
}
.com-message .list .pager span.next{
    padding-left: 10px;
    margin-left: 12px;
}
.com-message form{
    margin-top: 30px;
}

.com-message form .item{
    width: 80%;
    margin: 20px auto;
    clear: both;
}
.com-message form .item span{
    display: inline-block;
    float: left;
    text-align: right;
    width: 14%;
    line-height: 32px;
    font-size: 16px;
}
.com-message form .item .input-text {
    display: inline-block;
    float: right;
    width: 83%;
    height: 30px;
    border: 1px solid #959595;
    outline: none;
    border-radius: 4px;
    padding-left: 8px;
}
.com-message form .item textarea{
    float: right;
    width: 83%;
    min-height: 100px;
    border: 1px solid #959595;
    outline: none;
    border-radius: 4px;
    padding-left: 8px;
    padding-top: 10px;
}
.com-message form .item .right{
    float: right;
    width: 84%;
    position: relative;
}
.com-message form .item .right input{
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 8px;
    border: 1px solid #959595;
    outline: none;
    border-radius: 4px;
    padding-left: 8px;
}
.com-message form .item .right em{
    display: inline-block;
    float: left;
    padding-right: 40px;
    padding-left: 5px;
    margin-top: 5px;
}
.com-message form .upload-item .right .upload{
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    z-index: 2;
    opacity: 0;
    height: 30px;
}
.com-message form .upload-item .right button{
    border: 1px solid #959595;
    border-radius: 4px;
    background: #ffffff;
    color: #727477;
    padding: 8px 58px;
}
.com-message form .item .right .rucaptcha-input{
    width: 220px;
    height: 30px;
    margin-top: 0;
    border: 1px solid #959595;
    outline: none;
    border-radius: 4px;
    padding-left: 8px;
}
.com-message form .item .right .rucaptcha-image{
    height: 36px;
    margin-left: 20px;
}
.com-message form .ctrls{
    text-align: center;
    margin-top: 52px;
}
.com-message form .ctrls button{
    border: 1px solid #959595;
    border-radius: 4px;
    background: #ffffff;
    color: #727477;
    padding: 8px 58px;
    margin-left: 30px;
}
