﻿@charset "utf-8";

body{background-color:#ececec;}
/*banner图片,导航*/
.bannerbox {margin:0 0 24px 0;background-color:#fff;}
.bannerbox .imgbanner{width: 100%;height:200px;}
.bannerbox ul{padding:0 50px;}
.bannerbox ul li{width:33%;float:left;text-align:center;font-size:18px;}
.bannerbox ul li span{line-height: 72px;height: 72px;display:inline-block;}
.bannerbox ul li span.current{color:#C40001;}


/*路径导航条*/
.channelbox {height: 50px;line-height:50px;}
.channelbox span{color: #C40001;}

/*内容页文章*/
.contentbox {margin:0 0 24px 0;background-color:#fff;}

/*新闻列表项*/
.contentbox .newslist {padding: 30px 30px;}
.contentbox .newslist li {margin: 0 0px 28px;}
.contentbox .newslist .newsleft {float:left;}
.contentbox .newslist .newsleft img{border: 1px solid #DCDCDC;padding:8px;width:420px;height:300px;}
.contentbox .newslist .newsright {float:right;width:700px;}
.newsright .newsintro{border-top: #c3c3c3 1px solid;margin-bottom:16px;}
.newsright .newsintro .time{float:left;width:80px;text-align:center;padding-top:42px;font-weight: bold;}
.newsright .newsintro .time .riqi{font-size: 30px;margin:8px 0;}
.newsright .newsintro .time .nian{font-size: 14px;}
.newsright .newsintro .text{padding-left:90px;}
.newsright .newsintro .text .biaoti{font-size:18px;overflow: hidden;height: 56px;line-height: 56px;}
.newsright .newsintro .text .jianyao{height:80px;line-height: 26px;overflow: hidden;}
.newsright .newsintro:hover .time{color:#C40001;}
.newsright .newsintro:hover .biaoti{color:#C40001;}
.newsright .newsintro .hideimg{display:none;}

/*新闻详情页*/
.contentbox .articletitle{line-height: 22px;text-align: center;margin-bottom: 5px;border-bottom: 1px solid #DCDCDC;}
.articletitle .title {line-height: 36px;padding: 20px 0 5px 0;font-size: 20px;color: #303030;}
.articletitle .time { padding: 5px 0;font-size: 14px;color: #C8C8C8;}
.contentbox .articlebox{min-height: 500px;line-height: 24px;padding: 30px 30px;}
.contentbox .articlebox img{max-width: 1130px;}

/*分页*/
.pagebox{width:100%;  text-align:center;  margin:30px 0px 0px;}
.pagebox a, .pagebox span {
    display: inline-block;
    padding: 0 13px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    overflow: hidden;
    margin: 0 2px;
    border: #c3c3c3 1px solid;
    background: #fff;
}
.pagebox a:hover, .pagebox span.current {
    background: #C40001;
    color: #fff;
    border-color: #C40001;
}