﻿.main{
    width: 1200px;
    margin: -80px auto 0;
}
.main .tit{
    height: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.main .tit h5 {
    color: #076fd0;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 3px solid #3868b6;
    padding-bottom: 10px;
}
.main .tit .more{
    font-size: 14px;
    color: #ccc;
    margin-top: 8px;
}
.main  .ztzl_list {
    margin-right: -24px;
    padding-top: 20px;
    margin-bottom: 70px;
}
.main .ztzl_list .item{
    float: left;
    width: 384px;
    margin-right: 24px;
    margin-bottom: 30px;
}
.main .ztzl_list .item:hover {
    color: #076fd0;
}
.main .ztzl_list .item img{
    width: 100%;
    height: 140px;
}
.main .ztzl_list .item p{
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
}
.pages {
    margin:20px auto 60px;
    text-align: center;
    padding-top: 25px;
}

.pages a {
    box-sizing: border-box;
    display: inline-block;
    padding: 7px 13px;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    background-color: #f6f7f8;
    border-radius: 6px;
    cursor: pointer;
}
.pages a.current, .pages a:hover {
    color: #fff;
    background-color: #549e4d;
    
}
.pages a.first, .pages a.prev, .pages a.next, .pages a.last {
    box-sizing: border-box;
    cursor: pointer;
}