﻿
.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%;
}
.pm_cms_list .p_item{
    float: left;
    width: 555px;
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fff;
}
.pm_cms_list .p_item .cover{
    float: left;
    width: 555px;
    height: 326px;
    background: url("../img/cm_4.jpg") center center no-repeat #ebebeb;
}
.pm_cms_list .p_item img{
    float: left;
    width: 555px;
    height: 100%;
}
.pm_cms_list .p_item h1{
    float: left;
    line-height: 30px;
    margin: 10px 0;
    font-size: 20px;
    color: #555;
    overflow: hidden;
    font-weight: bold;
}
.pm_cms_list .p_item h2{
    float: left;
    line-height: 30px;
    font-size: 16px;
    color: #929292;
    overflow: hidden;
    height: 120px;
    margin-bottom: 10px;
}
.pm_cms_list .p_item .m_btm{
    float: left;
    width: 100%;
    font-size: 16px;
    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;
}
