/* 当前位置 */
.position{
    width: 100%;
    font-size: 16px;
    color: #5f5f5f;
}
.position a{
    font-size: 16px;
    color: #5f5f5f;
}
.position a:hover{
    color: #3295ff;
}
/* 电脑软件专题汇总 */
.ztSummary .layout{
    border-top: 1px solid #dcdcdc;
    margin-top: 47px;
    position: relative;
}
.ztSummary_title{
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -220px;
    background: #f8fafc;
}
.ztSummary_title hr{
    width: 80px;
    height: 3px;
    background: #77d4ef;
    border: none;
    float: left;
    margin-top: 20px;
}
.ztSummary_title h2{
    font-size: 30px;
    color: #24292f;
    font-weight: 500;
    padding: 0px 20px;
}
.ztSummary .zt_list_wrap{
    margin-top: 10px;
}
/* 分页 */
.pagingWrap {
    position: relative;
    left: 50%;
    float: left;
}
.paging {
    position: relative;
    left: -50%;
    margin-top: 30px;
}
.paging div{
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #edeeee;
    font-size: 20px;
    color: #666565;
    text-align: center;
    line-height: 45px;
    margin-left: 15px;
    cursor: pointer;
}
.paging .first,.paging .last{
    width: 50px;
    height: 25px;
}
.paging .prev{
    margin-right: 55px;
}
.paging .next{
    margin-left: 55px;
}
.paging .prev,.paging .next{
    width: 110px;
    border: none;
    font-size: 19px;
    color: #4f4e4e;
}
.paging .prev::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    background: url(/96kaifa/img/prev.png) no-repeat;
    margin-right: 15px;
}
.paging .next::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    background: url(/96kaifa/img/next.png) no-repeat;
    margin-left: 15px;
}
.paging div.disable {
    color: #cdcdcf;
    cursor: not-allowed;
}
.paging .prev.disable::before{
    background: url(/96kaifa/img/disableprev.png) no-repeat;
}
.paging .next.disable::after{
    background: url(/96kaifa/img/disablenext.png) no-repeat;
}
.paging div.active {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #3d8ef7;
    font-size: 20px;
    color: #3489f7;
    text-align: center;
    line-height: 45px;
    margin-left: 15px;
}
.paging .pagingDiv:hover {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #3d8ef7;
    font-size: 20px;
    color: #3489f7;
    text-align: center;
    line-height: 45px;
    margin-left: 15px;
}
/* 热门专题推荐 */
.hotZt{
    width: 100%;
    margin-top: 130px;
}
.hotZt .layout{
    border-top: 1px solid #dcdcdc;
    position: relative;
}
.hotZt .ztSummary_title{
    margin-left: -190px;
}
.hotZt .zt_list_wrap{
    margin-top: 10px;
}