﻿pre {
  overflow:hidden;   
  word-break:break-all; 
  white-space:pre-wrap;       /* css-3 */
  white-space:-moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space:-pre-wrap;      /* Opera 4-6 */
  white-space:-o-pre-wrap;    /* Opera 7 */
  word-wrap:break-word;       /* Internet Explorer 5.5+ */
}
.elementcontent {
  margin:0 auto;
  padding:5px;
  text-align:left;
  line-height:22px;
}

.elementcontent a { 
  text-decoration:none;
}
.elementcontent a:hover {
  text-decoration:underline;
}
/*内容区*/
.newspic {
  float:left;
  width:100px;
  height:70px;
  overflow:hidden;
  border:1px solid #ccc;
  margin-right:13px;
}
.havepic {
  padding-bottom:9px;
  border-bottom:1px dashed #565656;
  margin-bottom:9px;
}
.news2 ul {
  width:96%;
  margin:0 auto;
}
.news2 ul li {
  width:100%;
  white-space:nowrap;      
  text-overflow:ellipsis; 
  overflow: hidden;
  font-family:"宋体";
}
