/*//////////////////////////////////////////////////////

News STYLE

//////////////////////////////////////////////////////*/
.clearfix {
 display: inline-block;
}
.clearfix::after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
.hidden {
 display: none;
}
/* for macIE \*/
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}
ul#newsList {
 margin: 0 0 15px;
 padding: 0;
}
ul#newsList li {
 font-size: 14px;
 color: #666;
 margin: 0 0 .5em 0;
 padding: 5px 0;
 margin-bottom: 3px;
 border-bottom: 1px dotted #ccc;
 line-height: 1.5;
 list-style-type: none;
}
ul#newsList li .title {
 margin-left: 1em;
}
a {
 color: #36F;
 text-decoration: underline;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -ms-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
a:hover {
 color: #039;
 text-decoration: none;
}
.catName {
 display: inline-block;
 padding: 3px 8px;
 border: 1px solid #ccc;
 border-radius: 6px;
 font-size: 11px;
 line-height: 100%;
 margin: 0 2px;
}
.newMark {
 display: inline-block;
 border: 1px solid #F00;
 padding: 1px 4px;
 font-size: 11px;
 line-height: 100%;
 background: #F00;
 color: #fff;
 box-shadow: 1px 1px 1px #999;
 border-radius: 8px;
 font-style: italic;
}
.comment {
 display: block;
 padding: 3px 0;
 float: left;
 overflow: hidden;
}
.thumbNailWrap {
 display: block;
 width: 110px;
 float: left;
 height: 80px;
 overflow: hidden;
}