


.footer{background:#f8f8f8;}
.inbox{padding:80px 0;}
.news-top{
  color: #959595;font-family: Georgia, "Times New Roman", Times, serif;
  line-height:1.5em;
  margin-bottom:5px;
}
.news-top b{
  font-size: 36px;
  font-style: italic;
  display: block;
  margin-bottom:10px;
}
.news-top i{
    font-style: italic;
    line-height: 16px;
}
.news-top big{
  font-size:15px;
  font-weight:bold;
  color:#555;
  margin-left:20px;
}
.news-bot{
  line-height:1em;
}
.news-bot b{
  float:right;
  
  transition:.4s;
}
.news-bot b:hover{
  color: #EE8C1B;
  text-transform:uppercase;
}
.news-main li{
  margin-bottom:15px;
  padding:15px;
  background:#FDF8F3;
  transition:.4s;
}
.news-main li:nth-child(even){
  background:#f9f9f9;
}
.news-main li:hover{
  background:#FDF4EA;  
}
.news-bot span{color:#999;}
.pos>div{background: url("../images/bg25.gif")/*tpa=http://www.czlm.biz/skin/default/images/bg25.gif*/ repeat-x center bottom;padding-bottom:25px;}
.pos{margin-bottom:25px;text-align:right;}

.imenu{
  text-align:center;
  background:#fff;
  position:relative;
}
.imenu li{
  font-size:15px;
  line-height:2em;
  padding:6px 18px;
}

.imenu-head{
  font-size: 18px;
  line-height: 1em;
  padding: 12px 0 18px;
  color:#fff;
  background:url("../images/menubg.png")/*tpa=http://www.czlm.biz/skin/default/images/menubg.png*/ no-repeat 46% 50%;
  background-size:contain;
  position: absolute;
  top: 15px;
  width: 100%;
}
.pageNavi { float:left; margin-top:20px; display:block; width: 100%; text-align: center; line-height:30px; font-size:12px; margin-bottom:10px;}
.wp-pagenavi { clear: both}
.wp-pagenavi a{
  border:#CCC solid 1px;
  padding:5px 10px; 
  border-radius:5px;
  margin:0 3px;
  }
.wp-pagenavi span,.wp-pagenavi b{ 
  border:#CCC solid 1px;
  padding:5px 10px;
  border-radius:5px;
  margin:0 3px;
}
.wp-pagenavi a:hover { background:#e8c261; color:#FFF; border:#e8c261 solid 1px;}
.wp-pagenavi span.current { background:#e8c261; color:#FFF; border:#e8c261 solid 1px;}
.pages cite{font-style:normal;margin-right:10px;}
.pages #destoon_pageno{
  width: 3em;outline:none;
    text-align: center;
}
.pages strong{display:inline-block;margin:0 5px;}
.pages input[type="text"]{
  line-height:28px;
  border-radius:5px 0 0 5px;
  outline: none;
  box-shadow:none;
  border: 1px solid #ccc;
}
.pages input[type="button"]{
  background: #e8c261;
    border: none;outline:none;
    padding: 0px 10px;
    color: #fff;
    margin-left: -5px;
    border-radius:0 5px 5px 0;
}
/* show */
.np li{padding:5px 15px;}
#content{}
#title{font-size:24px;}


@media (min-width: 992px){

  .imenu{width:263px;}
  .imenu>ul{
    padding-top: 60px;
    width: 62%;
    border-top: 1px solid #ccc;
    margin: 0 auto;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
  .imenu li a{
    display:block;
    border-bottom: 1px solid #e1e1e1;
    transition:.4s;
  }
  .imenu li a:hover,.imenu li.act a{
    color: #e8c261;
    border-color: #e8c261;
  }

}


@media (max-width: 992px){
  .inbox{padding:30px 0;}
  .news-main li{
    margin-bottom:5px;
  }
  .news-top big{font-size:14px;}
  .news-intro{font-size:12px;}

  .imenu-head{display:none;}
  .imenu li {
    float:left;
    padding: 3px 18px;
    background: #eee;
    border-radius: 3px;
    margin-right: 8px;
  }
  .imenu li.act{background: #EE8C1B;}
  .imenu li.act a{color:#fff;}

}


/* 图片战士 */
.photo-main a{
  display:block;
  cursor:pointer;
  position: relative;
  height: 200px;
  overflow:hidden;
  margin-bottom:20px;
  border-radius:4px;
  padding:6px;
  background:#eee;
  z-index: 9;
}
.photo-main a img{
  height:100%;
  width:100%;
}
.photo-main a:hover{
  transition: .3s;
  background:#e4c06a;
  box-shadow:3px 3px 10px #e4c06a;
}