/*子页面都用这个相同的图片*/
.commonPic{
    width:100%;
}
.commonPic img{
    width:100%;
    min-width: 1200px;
}
/*中间主体内容展示区*/
.body-wrapper{
    width:100%;
    height: 1102px;
}
.body-wrapper .body-content{
    width:1200px;
    height: 1102px;
    margin:0 auto;
    margin-top: -4px;
}
.body-wrapper .body-content .navgations{
    width:260px;
    height: 1102px;
    display: inline-block;
    background:#EEEEEE;
    text-align: center;
}
.body-wrapper .body-content .navgations .nav li img{
    margin-left:-38px;
}
.body-wrapper .body-content .navgations .big-title{
    width:260px;
    height: 116px;
    line-height: 116px;
    display: inline-block;
}
.body-wrapper .body-content .navgations .big-title{
    font-size:26px;
    font-weight:bold;
    color:#395ca8;
    border-bottom: solid;
}
.body-wrapper .body-content .navgations ul{
    display: inline-block;
    width:260px;
}
.body-wrapper .body-content .navgations ul li{
    display: inline-block;
    width:260px;
    height: 70px;
    font-size:18px;
    font-weight:400;
    color:#3a3a3a;
    line-height:70px;
    border-bottom:1px solid #E5E5E5;
}
/*导航右边内容区*/
.body-wrapper .body-content .nav-right{
    width:887px;
    height: 1102px;
    display: inline-block;
    margin-left:47px;
}
/*这里的title必须为.nav-right元素的直接子元素*/
.body-wrapper .body-content .nav-right > .title{
    width:887px;
    margin-top: 50px;
    margin-bottom: 40px;
    display: inline-block;
    text-align: right;
    font-size:26px;
    font-weight:bold;
    color:#395ca8;
}
.body-wrapper .body-content .nav-right .content{
    width:887px;
    display: inline-block;
    border-top:1px solid #B5B5B5;
}
/********************************************下面是新闻列表*/
.nav-right .content .news-lists{
    margin-top: 30px;
    width: 100%;
    display: inline-block;
    float: right;
}
.nav-right .content .news-lists .single-news{
    width: 100%;
    overflow: hidden;
}
/*从光辉新闻列表的第二条到最后一条，要加虚线，并且最后一个要加上底部虚线（这里选择偶数的孩子即可解决）*/
.nav-right .content .news-lists  .single-news{
    border-bottom: 1px dotted #BFBFBF;
}
/**********************************************/
.nav-right .content .news-lists .single-news .title{
    display: inline-block;
    width: 100%;
    position: relative;
    height: 67px;
    line-height: 67px;
    top: -3px;
    font-weight:400;
    font-size:15px;
    color:#3a3a3a;
}
.nav-right .content .news-lists .single-news .title .spot-words{
    margin: 0px 18px;
    color: #373737;
    font-weight: 400;
    vertical-align: middle;
}
.nav-right .content .news-lists .single-news .title .N{
    vertical-align: middle;
}
.nav-right .content .news-lists .single-news .title .news-time{
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    font-weight: 400;
    color: #373737;
}
/*鼠标移动到新闻标题上，要展示新闻图片的css代码*/
.nav-right .content .news-lists .single-news .single-news-show{
    width: 100%;
    height: 150px;!important;
}
.nav-right .content .news-lists .single-news .single-news-show img{
    height: 123px;
    vertical-align: middle;
}
.nav-right .content .news-lists .single-news .single-news-show .words{
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
    width:650px;
    font-size:15px;
    font-weight:400;
    color:#3a3a3a;
    line-height:26px;
    text-indent: 30px;
    text-align: left;
}
/* Pages 这里是展示分页栏的css*/
.Pagination{float: right;height: 55px;_height: 45px; line-height: 20px;margin-right: 15px;_margin-right: 5px; color:
        #565656;margin-top: 10px;_margin-top: 20px; clear:both;}
.Pagination span{margin-right: 5px;display: block;float: left;margin-left: 5px;}
.Pagination span b{padding: 0 2px;}
.Pagination div {float:left}
.Pagination a{ font-size: 12px;text-decoration: none;display: block;float: left;color: #565656;border: 1px solid #F05F00;height: 20px;line-height: 20px;padding: 0 10px;margin: 0 2px;}
.Pagination .Ellipsis {line-height: 32px;overflow: hidden; display:none;}
cite.FormNum{display: block;float: left;line-height: 20px;height: 20px; font-style:  normal; padding-left:10px;}
#PageNum{ color:#777;width: 30px;height: 20px;line-height: 20px; border: 1px solid #cacaca; margin:0 5px; text-align:center;}
.notPoint{ cursor: not-allowed; border:1px solid #F05F00}
.notPoint:hover {color: #F05F00 !important; }
.Pagination a.PageNumOK{border: 1px solid #F05F00;}
.pagesnum a, .homePage, .PagePrev, .PageNext, .lastPage, .PageNumOK {display: block !important;}
.Pagination a:hover,.Pagination a.PageCur{color: #F05F00;}
/*页数不要边框*/
.Pagination .pagesnum a{
    border:none;
}