@charset "utf-8";
/* CSS Document */
.topic{
    width: 673px;
    margin-bottom: 20px;
}
.topic thead tr{
    height: 40px;
   
}
.topic tr th{
    color: #fff;
    text-align: center;
    padding-left: 12px;
    background: #008fcc;
    line-height: 40px;
    height: 40px;
}
.topic tr:nth-of-type(2n){
  background:#e5f1f4;
}
.topic tr td{
    line-height: 40px;
    height: 40px;
    padding-left: 12px;
}
.topic td tr:nth-of-type(2n-1) td{
       background: #e5f1f4;
}
.news_title {
    font-size: 20px;
    text-align: center;
    margin: 30px auto;
    font-weight: normal;
}