﻿
.pm_pu_title{
    float: left;
    width: 100%;
    margin: 30px 0;
}
.pm_pu_title span{
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #247CBC;
    float: left;
    text-align: center;
    cursor: pointer;
}
.pm_pu_title span.active{
    background: #247CBC;
    color: #fff;
}




.pm_cms_list{
    float: left;
    width: 100%;
	margin-left:20px;
}
.pm_cms_list .p_item{
    float: left;
    width: 275px;

    margin-right: 10px;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
    box-shadow: 3px 3px 3px 3px #ddd;
}
.pm_cms_list .p_item .cover{
    float: left;
    width: 100%;
    height: 150px;
    background: url("../img/cm_4.jpg") center center no-repeat #ebebeb;
}
.pm_cms_list .p_item img{
    float: left;
    width: 245px;
    height: 150px;
}
.pm_cms_list .p_item h1{
    float: left;
    line-height: 30px;
    margin: 10px 0;
    font-size: 16px;
    color: #555;
    overflow: hidden;
    font-weight: bold;
	height:60px;
}
.pm_cms_list .p_item h2{
    float: left;
    line-height: 20px;
    font-size: 14px;
    color: #929292;
    overflow: hidden;
    height: 130px;
    margin-bottom: 10px;
}
.pm_cms_list .p_item .m_btm{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #004873;
    height: 30px;
    line-height: 30px;


}
.pm_cms_list .p_item label{
    float: left;

}
.pm_cms_list .p_item a{
    float: right;

}
.pm_cms_list .p_item a:hover{
    text-decoration: underline;

}


.list_pager{
    float: left;
    width: 100%;
    margin:50px 0;
    text-align: center;
}
.list_pager span{
    cursor: pointer;
    display: inline-block;
    border: 1px #ccc solid;
    font-size: 20px;
    text-align: center;
    width: 40px;
    line-height: 40px;
    height: 40px;
    background: #fff;
    margin: 0 5px;
    color: #555;
    font-family: simsun;
}
.list_pager span.active{
    background: #004873;
    color: #fff;
}
