
.Newslistbox{display: table;width: 100%; height: auto;background-color: #cdcdcd;border-top: solid 4px #e83746;}
.Newslistbox li{display: block; width: 790px; height: 90px;margin-left: 27px;border-bottom: dotted 1px #494949;}
.Newslistbox li:last-child{border-bottom: none;}

.Newslistbox li a{display: block;float: left; width: 100%; height: 100%;text-decoration: none;}
.Newslistbox li a p:nth-child(1){font-size: 14px; line-height: 25px;color: #666666;margin-top: 20px;}
.Newslistbox li a p:nth-child(2){font-size: 12px;line-height: 25px; color: #666666;}


.Newslistbox li a:hover p:nth-child(2){color: #e83746;}

.Page{width: 100%; height: 50px; margin-top: 20px;margin-bottom: 50px;}
