﻿/****************************** ALLNEWS ************************************/
.allnews
{
   width:100%;
}
.allnews .title
{
   width:100%;
   height:30px;
   font-size:18px;
   color:Maroon;
   border-bottom: dashed 1px maroon;
}
.allnews .item .icn
{
   float:left;
   width:10%;
   background-image:url(i/icon-398.gif);
   background-repeat:no-repeat;
   padding-top:30px;
}
.allnews .item .cnt
{
   float:right;
   width:85%;
}
.allnews .item .cnt a
{
   color:gray;
   text-decoration:none;
}
.allnews .item .cnt a:hover
{
   text-decoration:underline;
}
.allnews .item .line
{
   width:100%;
   height:1px;
   background-color:#dedede;
   float:left;
   margin-top:10px;
   margin-bottom:10px;
}