﻿/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-3-5, 13:44:51
    Author     : Administrator
*/
.pager{
    height:45px;
    /*line-height:45px;*/
    text-align:center;
    padding-left:17%;
    padding-bottom:44px;
    background:url(../images/nop_bg.png) no-repeat center top;
}
.pager a,.pager span{
    display:inline-block;
    font-size:14px;
    color:#000;
}
.pager span.current,.pager a.current{
    width:20px;
}
.pager span.current,.pager a.current:hover{
    font-weight:bold;
    font-size:15px;
    color:#CF1A05;
}
.pager .total_page{
    padding:0 15px;
}
.pager .prev_pager,.pager .next_pager{
    color:#FFF;
    height:30px;
    padding:0 10px;
    line-height:30px;
}
.pager .prev_pager{
    margin-right:20px;
    background:#0068D7;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.pager .next_pager{
    margin-left:10px;
    background:#D01A04;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.pager .next_article{
    color:#FFF;
    height:30px;
    padding:0 10px;
    line-height:30px;
    margin-right:20px;
    background:#0068D7;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.pager .next_article_title{
    font-size:15px;
	width:36%;
	/*单行溢出文本显示省略号 IE下的样式 */ 
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/*单行溢出文本显示省略号 FF 下的样式 */ 
	content: "...";
}


@media (min-width:320px) and (max-width:475px){
.pager { padding-left: 0;}
}
