
html,body{
	height: 100%;
	width:100%;
	font-family:MicroSoft YaHei;
	
	/*
	网页黑白
	filter:grayscale(100%);
	*/
　　

}

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image: url(/static/images/bg_nei.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  background-color: #FFFFFF;
}
.container {
  width: 1024px;
}
/*头部导航样式*/
.hover-padding-left{
   transition: all 0.2s ease; /*all为默认值，代表下方的padding-left属性。整个样式改变时间为0.2毫秒，ease表示缓慢移动 */
}

.hover-padding-left:hover{
   padding-left: 8px;
}
div.x12 a:hover,p a:hover,li a:hover {
  color: #0ae;
}
.top{
  width: 1002px;
  margin:0 auto;
}
#category li a{
  padding:5px 0;
}
.sfxzl .button {
  padding:15px 10px;
}

.panel-head {
  font-size: 18px;
  padding:9px 15px;
}
.sfxzl {
  height:250px;
}

.zhaoshengjiuye .tab-body  {
  padding:5px 0 0 10px;
}
.xxjj .panel-body{
  padding-bottom:8px;
}
.xxfj .panel-body {
  padding-bottom: 0px;
}
.xxfj .panel-body .banner {
  padding-bottom: 20px;
}
.xxfj .panel-body img{
  width:170px;
  height: 150px;
}

ul.list-unstyle li{
  
  padding-right: 10px;
}
ul.list-unstyle li {
  
}
ul.list-unstyle li a{
  display: block;
  overflow-x: hidden;
  word-break:keep-all;/* 不换行 */
  white-space:nowrap;
  text-overflow:ellipsis;
  width: 74%;
}
ul.list-unstyle li span.tag {
  height:22px;
  line-height: 20px;
  margin-top: 3px;
  margin-right: 5px;
}
.index_banner img {
  width: 100%;
  height: 254px;
}

#xbdt-sk ul li a {
  padding-left: 0;
}

.footer {
  background: url('/static/images/db.jpg');
}

.tab .tab-nav li a {
  background: #005825;
  color:#fff;
}
.tab .tab-nav li.active a {
  background: #fff;
  color: #005825;
}
.zhaoshengjiuye .tab .tab-body {
  height: 217px;
}

.szhxy .panel-body {
  height: 230px;
}


.category-panel-body {
  padding:5px 15px;
}
.category-panel-body p{
  margin-bottom: 10px;
}

.pagination li.active span {
  color:#fff;
  padding:8px 12px;
  line-height:18px;
  display:block;
  font-size: 16px;
  transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.pagination li{border: none;}

.pagination li span{
  font-size: 20px;
}

.content p {
  line-height: 30px;
}

.content p img{
  max-width: 720px;
}

/*飘窗*/
#roll {
	position: fixed; /*fixed实现绝对定位*/
	cursor:pointer;
	height: 200px;
}
