/******************************** 资讯list ********************************/
.newsBox .newsCon li{
    border-bottom: 1px solid #eaeaea;
    padding: 24px 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.newsBox .newsCon li:hover{
    padding:24px 20px;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.newsBox .newsCon li:hover h1 a{
    color: #ea5404;
}
.newsBox .newsCon li .time{
    background: #ea5404;
    padding: 10px 0;
    text-align: center;
    width:60px;
    color: #fff;
}
.newsBox .newsCon li .time h3{
    font-size: 16px;
}
.newsBox .newsCon li .time p{
    font-size: 14px;
    margin-top: 8px;
}
.newsBox .newsCon li .txt{
    width:720px;
    margin-left: 20px;
}
.newsBox .newsCon li .txt h1{
    font-size: 16px;
}
.newsBox .newsCon li .txt p{
    font-size: 14px;
    line-height: 20px;
    color: #999;
    margin-top: 20px;
}
.newsBox .pageBox p{
    margin-left: 0;
}

/*********************************************************资讯详情页 ******************************************************/
.newsDetaInfo{
    background: #fff;
    /*padding:24px 20px;*/
    /*border: 1px solid #eaeaea;*/
}
.newsDetaInfo >h1 {
    font-size: 20px;
    text-align: center;
    font-weight:normal;
}
.newsDetaInfo .article{
    border-bottom: 1px solid #eaeaea;
}
.newsDetaInfo .article span{
    color: #999;
    font-size: 14px;
}
.newsDetaInfo div.lab i.icon_pageView{
    width: 14px;
    height: 10px;
    display: inline-block;
    margin-right: 4px;
    background-position: -130px 0;
}

.newsDetaInfo .DetaCon p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.newsDetaInfo .DetaCon img{
    margin:10px 0;
    width: 100%;
}

.newsDetaInfo .article{
    padding-bottom: 20px;
    margin:20px 0;
}
/************** 分享 **************/
.shareBox{
    margin:20px 0;
}
.shareCon{
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
.shareCon span{
    line-height: 24px;
    display: block;
}
.shareBox .bdsharebuttonbox a{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block;
    width:25px  !important;
    height:25px !important;
    background: url("../images/share.png") no-repeat !important ;
    line-height: 24px;
}
.bdsharebuttonbox a:last-child{
    margin-right: 0;
}
.shareBox .bdsharebuttonbox a:nth-child(1){
    background-position: 0 0 !important;
}
.shareBox .bdsharebuttonbox a:nth-child(2){
    background-position: -30px 0 !important;
}
.shareBox .bdsharebuttonbox a:nth-child(3){
    background-position: -60px 0 !important;
}
.shareBox .bdsharebuttonbox a:nth-child(4){
    background-position: -90px 0 !important;
}
.shareBox .bdsharebuttonbox a:nth-child(5){
    background-position: -120px 0 !important;
}
/************** 上下篇文章 **************/
.pagesBox{
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
}
.pagesBox p{
    font-size: 14px;
    line-height: 14px;
    color: #999;
    margin-top: 20px;
}
.pagesBox p a:hover{
    color: #ea5404;
}