/* Start of CMSMS style sheet 'News' */
.news-summary-big-wrapper,
.news-detail-big-wrapper {
   padding: 0 0 30px 0;
}
.news-summary-big-title,
.news-detail-big-title {
   font-size: 24px;
   margin: 5px 0 10px;
   color: #ca1921;
}
.news-summary-big-content,
.news-detail-big-content {

}
.news-summary-small-wrapper {
   font-size: 14px;
   float: left;
   width: 500px;
   padding: 10px 0;
   border-bottom: 1px dotted #999;
}
.news-summary-small-wrapper-wide {
   font-size: 12px;
   float: left;
   width: 680px;
   padding: 10px 0;
   border-bottom: 1px dotted #999;
}
.news-summary-small-date {
   float: left;
   width: 80px;
   color: #666;
}
.news-summary-small-title {
   float: left;
   width: 550px;
   font-weight: bold;
   color: #333;
}
.news-summary-small-title-wide {
   float: left;
   width: 600px;
}
news-summary-small-link {
   float: right;
   width: 100px;
}
.news-summary-small-details {
   display: none;
   margin: 10px 0 0 80px;
}
.news-summary-small-details .show {
   display: block;
}
.news-summary-small-open a.aclose{
   display: none;
}
/* End of 'News' */

