@charset "utf-8";

/***** 内页 *****/
#container{width:992px; margin:10px auto 0 auto;}
#colL{width:228px; float:left; clear:left;}
#colR{width:754px; float:right; clear:right; border:1px #f7d6b3 solid; background-color:#FFF;}


/***** 左边导航 *****/
.nav dt   {height:34px; background:url(../images/qjrd_13.jpg) center no-repeat; text-align:center; font:bold 14px/34px "宋体"; color:#FFF; padding-top:3px;}
.nav dd   {padding:12px 0px 20px 0px; border:1px #f7d6b3 solid; border-top:none; background-color:#fff;}
.nav ul             {width:180px; margin:0 auto; }
.nav ul li          {height:28px; margin-bottom:2px; overflow:hidden; text-overflow:ellipsis; word-break:keep-all; white-space:nowrap;background:url(../images/page_02.jpg) no-repeat top left; }
.nav ul li:hover    {background:url(../images/page_02lj.jpg) no-repeat top left; }
.nav ul li:hover a  {color:#fff; }
.nav ul li a        {font:12px/28px "宋体"; color:#e43c02; padding-left:44px; }


/***** 热门信息 最新信息 *****/
.lastlist	 {margin-top:9px;}
.lastlist dt {height:34px; background:url(../images/qjrd_13.jpg) center no-repeat; text-align:center; font:bold 14px/34px "宋体"; color:#FFF; padding-top:3px;}
.lastlist dd {padding:10px 16px 22px 16px; border:1px #f7d6b3 solid; border-top:none; background-color:#fff;}
.lastlist ul li        { font:12px/22px "宋体"; background:url(../images/dian.jpg) left 8px no-repeat; text-indent:6px; overflow:hidden; text-overflow:ellipsis; word-break:keep-all; white-space:nowrap;}
.lastlist ul li a:hover{ color:#ff0000; }


/***** 当前位置 *****/
#position        { height:35px; text-align:right; padding-right:18px; background-color:#fff7e6; border-bottom:1px #f7d6b3 solid; font:12px/35px "宋体"; color:#e43c02;}
#position a      { font:12px/35px "宋体"; text-decoration:none; color:#e43c02;}
#position a:hover{ color:#ff0000; }  


/***** 内页列表 *****/
.sortlist        { margin:10px auto 5px auto; width:96%; }
.sortlist dl     { margin-bottom:10px; text-align:left; clear:both; }
.sortlist dl dt  { height:32px; padding-left:14px; color:#3d3d3d; background-color:#fff9ed; border-top:1px #f9dec2 solid; font:bold 14px/32px "宋体"; }
.sortlist dl dt a{ float:right; color:#3d3d3d; padding-right:10px; font:12px/32px "宋体"; text-decoration:none; }
	

/***** 文字新闻列表 *****/
.sortlist ul           { text-align:left; padding:6px 4px;}
.sortlist ul li        { font:12px "宋体"; height:30px; color:#4D4D4D; line-height:30px; border-bottom:1px #E3E3E3 solid; text-align:left; overflow:hidden; text-overflow:ellipsis; word-break:keep-all; white-space:nowrap; }
.sortlist ul li span   { float:right; font: 11px/30px "Helvetica"; color:#565656; padding-right:10px; }
.sortlist ul li a      { font:12px "宋体"; color:#4D4D4D; }
.sortlist ul li a:hover{ color:#ff0000; }


/***** 图片新闻列表 *****/
.sortlist ul.picture li             {width:160px; height:150px; float:left; margin:15px 8px 6px 8px; border:none; text-align:center; overflow:hidden; }
.sortlist ul.picture li img			{width:154px; height:114px; padding:2px; border: 1px solid #f7d6b3; }
.sortlist ul.picture li a           {display:block; line-height:30px; color:#4D4D4D; }
.sortlist ul.picture li a:hover     {color:#4D4D4D; }
	

/***** 内页列表分页 *****/
.page             { margin:8px 3px 12px 3px; padding:3px; text-align:center; clear:both;}
.page a           { font:12px/30px "Helvetica"; margin:2px; padding:5px 8px; border:1px solid #f7db8f; color:#e84c00; text-decoration:none; }
.page a:hover     { border:1px solid #ff0000; color:#ff0000; }
.page a:active    { border:1px solid #ff0000; color:#ff0000; }
.page span        { margin:2px; padding:5px 8px; border:1px solid #f7db8f; color:#e84c00; font-size:12px; }
.page span.strong { margin:2px; padding:5px 8px; border:1px solid #c71808; font-weight:bold; color:#fff; background-color:#c71808; }

.ssCon{
  width: 100% !important;
  float: none;
}
@media screen and (max-width: 768px) {
	/* 列表 */
	#container{
		width: 100%;
	}
	#colL,#colR{
		width: 100%;
    float: none;
	}
  .toolbar-line{
    display: none;
  }
  .detail #colL{
    display: none;
  }
  .detail #colR{
    width: 100%;
    float: none;
  }
}