a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
html,
body {
  height: 100%;
}
ul {
  list-style: none;
}
li {
  display: list-item;
}
.clear {
  clear: both;
  height:0;
  overflow:hidden;
}
body {
  font: 12px/150% Microsoft YaHei, Arial, Verdana;
  color: #231815;
  background: #FFF;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #ca0d0d;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.text-c {
  text-align: center;
}
.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.mt15{
  margin-top:15px;
}
.mt25{
  margin-top:25px;
}
.ml15{
  margin-left:15px;
}




.listmain {
  width: 1000px;
  border: 1px solid #dfdfdf;
  min-height: 640px;
  margin:20px auto;
  background: url(contentbg.jpg) center no-repeat; 
  background-size:cover;	
}

.listmain .info {
  width: 90%;
  padding: 0 30px;
}
.listmain .info .listtitle {
  padding-top: 30px;
  overflow: hidden;  
}
.listmain .info .listtitle .bigTitle {
  font-size: 24px;
  color: #b80000;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px; 
  background: url(titlebg2.jpg) center no-repeat;
}
.listmain .info .listtitle .nobg{
  background: none;
}

.listmain .info .txt {
  padding: 20px 0;
  line-height: 30px;
  font-size: 14px;
}
.listmain .info .listtitle .bigTitle.mb20 {
  margin-bottom: 20px;
}
.listmain .info .listtitle .postInfo {
  margin-bottom: 10px;
  text-align: center;
}
.listmain .info .listtitle .postInfo .txt {
  font-size: 12px;
  color: #888888;
}
.listmain .info .list {
  margin-bottom: 10px;
}
.listmain .info .list li {
    height: 35px;
    line-height: 35px;
    margin: 10px 0;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0 10px 2px;
}
.listmain .info .list li:first-child {
  margin-top: 5px;
}
.listmain .info .list li a {
  display: block;
}
.listmain .info .list li .newsName {
  background: url(star.jpg) 2px center no-repeat;
  padding-left: 27px;
  font-size: 16px;
  max-width: 670px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-right: 4px;
}

.listmain .info .list li .newsDate {
  background: #fff;
  width: 80px;
  float: right;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: right;
  padding-left: 2px;
}

.listmain .info .txt {
  padding: 20px 0;

}
