@charset "utf-8";
/* CSS Document */
#page_div{
	display: block;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    border-top: 1px dotted #e3eef9;
    font-size: 14px;
    }
    
    
#page_div span{
    color: #0F0F0F;
    margin-right: 10px;

}

#page_div .pagination-index{
margin-right: 10px;
    background: #fff;
    color: #c8c8c8;
    text-align: center;
    padding: 0 8px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #c8c8c8;
    display: inline-block;
}

#page_div .pagination-num{

margin-right: 10px;
    background: #fff;
    color: #107ddc;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 24px;
    display: inline-block;
    border: 1px solid #107ddc;}

#page_div .active{
    margin-right: 10px;
    background: #107ddc;
    color: #fff;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
}

.tpsp-list li{float: left;padding: 5px;width: 260px;border: 1px solid #f2f2f2;margin: 30px 30px 10px 0;box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;}
.tpsp-pic{width: 260px;height: 157px;}
.tpsp-pic img{width: 100%;height: 100%;}
.tpsp-tit{font-size: 14px;line-height: 25px;margin-top: 7px;height: 50px;overflow:hidden;text-align:justify;}
.tpsp-tit a{color: #454545;}
.tpsp-time{font-size: 12px;color: #999999;padding:0 0 5px 0;}
.tpsp-list li:hover{box-shadow: 2px 5px 5px #e0e0e0;}

