@charset "UTF-8";
.toggle .tabs{
    padding: 0 15px 7px;
    flex-wrap: wrap;
}
.toggle .tabs .tab{
    width: calc(167 / 345 * 100%);
    padding: 14px 0;
    margin-bottom: 10px;
}
.toggle .tabs .tab:nth-child(n+4){
    margin-top: 0;
}
.listStyle03 li{
    padding: 17px 0 13px;
}
.listStyle03{
    margin-bottom: 10px;
}
#newsList .newsItem .hd{
    margin-bottom: 10px;
}
#newsList .newsItem .cont p{
    display: inline;
}
#newsList .newsItem .cont p:first-child{
    margin-right: 12px;
}
#newsList .newsItem .cont p.br{
    display: inline-block;
}