/*大广告*/
.mainbanner{
    width: 100%;
  overflow: hidden;
  clear: both;
  margin: auto;
  text-align: center;
}
/*页面地图*/
.nav_guide{
  margin-top: 5px;
  height: 29px;
  overflow: hidden;
  line-height: 38px;
  padding-left: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #777;
  background: url(/html/class/template/images/guide.gif) center top no-repeat;
  background-size: 100%;
}
.nav_guide a:link,.nav_guide a:visited,.nav_guide a:hover{
  color:#777;
}
/*页面定位*/
.MainContainer{
  margin-top:10px;
}

.MainContainer .main{
  width:1200px;
  margin:auto;
}
/*栏目样式*/
.sortcont{
  padding-bottom:10px;
  background:url(/html/class/template/images/sortbg.gif) center bottom no-repeat;
}
.sortcont .head{
  height:40px;
  line-height:40px;
  padding-left:15px;
  background:url(/html/class/template/images/sortbg.gif) center top no-repeat;
  font-size:16px;
  font-weight:bold;
  color:#FFF;
}
.sortcont .cont dl dt{
  height:32px;
  overflow:hidden;
  line-height:35px;
  padding-left:20px;
  background:url(/html/class/template/images/sortbg.gif) center -68px no-repeat;
}
.sortcont .cont dl dt a{
  font-size:14px;
  font-weight:bold;
}
.sortcont .cont dl dd{
  height:30px;
  overflow:hidden;
  line-height:33px;
  padding-left:20px;
  padding-right:20px;
  background:url(/html/class/template/images/sortbg.gif) center -38px no-repeat;
}
.sortcont .cont dl dd a{
  display:block;
  background:url(/html/class/template/images/array.gif) 5px 14px no-repeat;
  padding-left:15px;
  color:#666;
}
/*
最新报道
*/
.thenewest{
  margin-top:5px;
  display:none;
}
.thenewest .head{
  height:48px;
  overflow:hidden;
  line-height:56px;
  background:url(/html/class/template/images/thenewest.gif) left top no-repeat;
  padding-left:15px;
  font-size:14px;
  font-weight:bold;
}
.thenewest .cont{
  padding-bottom:15px;
  background:url(/html/class/template/images/thenewest.gif) left bottom no-repeat;
}
.thenewest .cont dl{
  height:80px;
  overflow:hidden;
  background:url(/html/class/template/images/thenewest.gif) left -51px no-repeat;
}
.thenewest .cont dl dt{
  width:100px;
  height:80px;
  float:left;
}
.thenewest .cont dl dt div{
  width:70px;
  height:60px;
  border:#DDD solid 1px;
  padding:2px;
  margin:6px auto 0 auto;
}
.thenewest .cont dl dt div a{
  display:block;
  width:70px;
  height:60px;
  overflow:hidden;
}
.thenewest .cont dl dd{
  width:110px;
  height:70px;
  float:left;
  padding-top:6px;
  line-height:16px;
}
.thenewest .cont dl dd .t{
  height:16px;
  overflow:hidden;
}
.thenewest .cont dl dd .t a{
  color:#378DE4;
}
.thenewest .cont dl dd .c{
  color:#666;
  height:48px;
  overflow:hidden;
}
/*
*文章显示
*/
.listtitle .head{
  height:55px;
  overflow:hidden;
  line-height:80px;
  background:url(/html/class/template/images/head1.gif) left top no-repeat;
  padding-left:45px;
  color:#378DE4;
  font-size:20px;
  font-weight:bold;
  background-size:100%;
}
.listtitle .cont{
  border-top:0;
  padding:5px 20px 25px 20px;
  font-family: Microsoft YaHei;
}
.listtitle .cont .title{
  line-height:30px;
  text-align:center;
  font-size:20px;
  font-weight:bold;
}
.listtitle .cont .info{
  line-height:30px;
  text-align:center;
  color:#666;
  margin-bottom:20px;
}
.content_word img { 
  max-width:700px;    
  height:auto;            
  zoom:expression( function(elm) {    
      if (elm.width>560) {    
            var oldVW = elm.width; elm.width=700;                  
            elm.height = elm.height*(700 /oldVW);            
      }      
  }(this));  
} 
.content_word{
  font-size:14px;
  line-height:25px;
}
.listtitle .cont .updown{
  margin-top:20px;
  height:50px;
  line-height:25px;
  padding-left:5px;
  font-size:14px;
}
.listtitle .cont .updown .b{
  font-weight:bold;
  padding-right:10px;
}
.listtitle .cont .moreaction{
  padding:20px;
  text-align:center;
}