.article-list-page .leftMenu ul li a{
    text-align: center !important;
}
table.feedtable{
    border: 1px solid #FC0;
    width: 100%;
    margin: 20px auto;
    font-size: 16px;
    border-collapse:collapse;
    
}
table.feedtable td,table.feedtable th{
    color: #333;
    padding:18px 15px;
    border: 1px solid #FC0;
}
table.feedtable th{
    color: #333;
    width: 120px;
    font-weight: normal;
    padding:10px 15px;
}
table.feedtable input.form-control{
    border: 1px solid #ccc;
    min-width: 70%;
    padding:5px;
    line-height: 25px;
}
table.feedtable input.VerifyCode{
    border: 1px solid #ccc;
    min-width: 100px !important;
    padding:5px;
    line-height: 25px;
    display: inline-block;
}
 
table.feedtable div.col{
    display: inline-block;
}
table.feedtable textarea{
    border: 1px solid #ccc;
    min-width: 90%;
    padding:5px;
    line-height: 25px;
    height: 150px;
}
.valmsg{ font-size: 14px;color: #f00;}

.subbtn{
    text-align:center;padding:15px;
}
.subbtn button{
    background: #2277cc;
    border-width: 0px;
    padding: 10px 20px;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
} 
.liuyanma{
    width: 100%;
    padding: 20px;
}
.liuyanma p{ color:#000}
.liuyanma p.code{
    text-align:center;font-weight:bold;font-size:18px;padding:15px;
    color: rgb(253, 142, 14);    
}


.searchBar{
    margin: 10px 0px;
    border: 1px solid rgb(255, 231, 133);
    background: rgb(255, 253, 243);
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
}
.searchBar td{
    padding: 0px 15px;
}
.searchBar input{
    border: 1px solid #ccc;
    line-height: 20px;
    padding: 7px;
}
.searchBar button{
    background: #2277cc;
    border-width: 0px;
    padding: 8px 25px;
    color: #FFF;
}
.liuyanList{
    padding: 15px 0px;
}
.liuyanList .item{
    margin-top:10px ;
    border: 1px solid #EEE;
}
.liuyanList .item h3{
    color: #000;
    background: rgb(203, 234, 255);
    font-weight: normal;
    font-size: 14PX;
    line-height: 22px;
    padding: 10PX 15PX; 
    margin: 3PX;
    border-bottom-width:0PX ;
    border-radius: 7px;
    
}
.liuyanList .item h3 span.date{
    float: right;
    font-size: 12px;
}
.liuyanList .item h3 i{
    color: #666;
}
.liuyanList .item p.content{
    font-size: 14px;
    padding: 10px 20PX;
    line-height: 28px;

}
.liuyanList .item p.info{
    font-size: 14px;
    padding: 5px 20PX;
    line-height: 22px;
    background: #FEFEFE;

}
.liuyanList .item p.info span{
    float: right;
}
.liuyanList .item p.info span a{
    color: #2277cc;
}
