@charset "utf-8";/* CSS Document */
*{ margin:0; padding:0;}
body{ position: relative;font-family:"Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,"Hiragino Sans GB","STHeitiSC-Light",Arial,sans-serif; font-size:14px;
min-width: 1190px;
background: #f5f5f5;
}
ul,li,p,h1,h2,h3,h4,h5,h6{ list-style:none; margin:0;}
a{ color:#666; text-decoration:none; cursor:pointer;}
a:hover{  text-decoration:none;}
input { outline:none; }
.ml{
    margin-left: 0;
}
.mr{
    margin-right: 0;
}
.one{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.two{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.thr{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/*清除浮动*/
.clearfix{
    clear: both;
}
/*toubu*/
.nav{
    width: 100%;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.08);
    
}
.nav-cont{
    width: 1200px;
    margin: 0 auto;
}
.nav-cont .logo-info{
    height: 70px;
    padding-top: 20px;
    margin-right: 80px;
    float: left;
}
ul.meun{
    height:90px;
    line-height:90px;
    display: inline-block;
 }
ul.meun li{
    padding: 0 20px;
    color:#333;
    font-size:16px;
    display:inline-block;
 }
 a.post{
    width: 180px;
    height: 40px;
    line-height: 40px;
    float: right;
    display: inline-block;
    background-color: #ff8726;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    margin-top: 25px;
 }
 /* 内容 */
 .info-cont{
    width: 1200px;
    margin: 0 auto;
    display: flex;
 }
 .info-cont-left{
    width: 850px;
 }
 .info-cont-right{
    width: 326px;
    margin-left: auto;
 }
/* 热门文章 */
.info-right-list{
    width: 100%;
    background: #fff;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
h2.info-right-tit{
   height: 58px;
   line-height: 58px;
   padding: 0 16px;
   width: 294px;
   border-bottom: 1px solid #eee;
   color: #000;
   font-size: 18px;
   font-weight: bold;  
}
h2.info-right-tit i{
    width: 4px;
    height: 18px;
    background: #79C254;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.info-articel{
    padding: 16px 14px 0;
    overflow: hidden;
}
.info-articel img{
    width: 114px;
    height: 76px;
    margin-right: 8px;
}
a.info-art-img{
    float: left;
}
.info-articel-txt{
    padding: 4px 0;
    display: inline-block;
}
p.info-articel-tit{
    width: 168px;
    line-height: 20px;
    color: #333;
    margin-bottom: 8px;
}
span.info-articel-date{
    color: #999999;
    font-size: 12px;
}
/* 标签 */
.info-tag{
    padding: 0 14px;
    overflow: hidden;
}
p.info-tag-link{
    width: 138px;
    padding-right: 8px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #eee;
    display: inline-block;
}
p.info-tag-link a{
    color: #333;
    width: 120px;
    display: inline-block;
    vertical-align: middle;

}
/*翻页*/
.pageshot{
    text-align:center;
    margin:30px auto 10px;
    overflow:hidden;
}
.pageshot a.numb{
    width:36px;
    height:36px;
    line-height:36px;
    border:1px solid #ededed;
    color:#666;
    margin:0 5px;
    background:#fff;
    display:inline-block;
    text-decoration:none;
}
.pageshot a.unclickable{
    color: #bbb!important;
    pointer-events:none;
}
.pageshot a.numbSel{
    width:36px;
    height:36px;
    line-height:36px;
    border:1px solid #4A8EFF;
    color:#fff;
    margin:0 5px;
    background:#4A8EFF;
    display:inline-block;
    text-decoration:none;
    cursor:default;
  }
  .pageshot a.upPage, .pageshot a.nextPage{
   width:72px;
    height:36px;
    line-height:36px;
    border:1px solid #ededed;
    color:#666;
    margin:0 5px;
    background:#fff;
    display:inline-block;
    text-decoration:none;
}
.pageshot a.numb:hover,.pageshot a.upPage:hover,.pageshot a.nextPage:hover{
    background:#4A8EFF;
    color:#fff;
}
/* 友情链接 */
.info-link{
    padding:0 16px;
    width: 1168px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 20px;
}
p.info-link-tit{
    height: 58px;
   line-height: 58px;
   color: #000;
   font-size: 18px;
   font-weight: bold;
}
p.info-link-tit i{
    width: 4px;
    height: 18px;
    background: #79C254;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
a.info-link-txt{
    color: #999;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 14px;
}
/* 面包屑 */
.crumbs-cont{
    height: 40px;
    line-height: 40px;
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    color: #666;
}