/* input(2,19): run-time error CSS1046: Expect comma, found '74'
input(2,24): run-time error CSS1046: Expect comma, found ')'
input(3,30): run-time error CSS1046: Expect comma, found '74'
input(3,35): run-time error CSS1046: Expect comma, found ')'
input(12,30): run-time error CSS1046: Expect comma, found '74'
input(12,35): run-time error CSS1046: Expect comma, found ')'
input(16,30): run-time error CSS1046: Expect comma, found '74'
input(16,35): run-time error CSS1046: Expect comma, found ')' */
.container .con_top .custom-pagination a .index_con_p {
    color: rgb(74 74 74);
    border: 2px solid rgb(74 74 74);
    line-height: 40px;
    width: 95%;
}
.container .con_top .custom-pagination a .con_img {
    display:none;
}
.container .con_top .custom-pagination li :hover .index_con_p {
    color: #fff;
    background-color: rgb(74 74 74)
}
.container .con_top .custom-pagination .active .index_con_p {
    color: #fff;
    background-color: rgb(74 74 74)
}
.tit_p_a {
   
    display: block;
    width: 90px;
    height: 30px;
    border: 1px solid #9a9a9a;
    border-radius: 16px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    margin-top: 10px;
    margin-left:46.5%;
}
