* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
ul,
ol,
li {
    list-style: none;
}
.zt_box_new {
    width: 1200px;
    margin: 0 auto;
}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.list {
    margin-top: 20px;
    padding: 0 15px;
    background: #fff;
}

.list_wrap {
    margin-top: 10px;
}

.list_wrap li {
    float: left;
    width: 281px;
    height: 260px;
    background: #fff;
    margin: 0 12px 20px 0;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    transition: all 0.2s linear;
}

.list_wrap li:nth-child(4n) {
    margin-right: 0px;
}

.list_wrap li .l_Img {
    width: 280px;
    height: 140px;
}

.list_wrap li .l_Img a {
    display: block;
    width: 280px;
    height: 140px;
}

.list_wrap li .l_Img a img {
    display: block;
    width: 100%;
    height: 100%;
}

.list_wrap li .l_Text a {
    display: block;
    width: 250px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #404040;
    margin: 8px auto 0;
}

.list_wrap li .l_Text .l_time {
    font-size: 12px;
    color: #8ba8a3;
    width: 250px;
    height: 26px;
    line-height: 26px;
    margin: 5px auto;
}

.list_wrap li .l_Text p {
    width: 250px;
    height: 40px;
    line-height: 20px;
    color: #a6a6a6;
    overflow: hidden;
    margin: 0 auto;
}

.list_wrap li:hover {
    margin-top: -5px;
    margin-bottom: 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* 分页 */
.pagewrap {
    width: 100%;
    height: 102px;
    padding: 30px 0;
    line-height: 42px;
    text-align: center;
    color: #272a34;
    overflow: hidden;
}
.pagewrap li,
.pagewrap a {
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e9e9e9;
    background: #fff;
    border-radius: 3px;
    padding: 0 17px;
    margin: 0 2px;
    font-size: 14px;
    color: #999;
}
/*.pagewrap a{color: #999;}*/
.pagewrap li:hover,
.pagewrap a:hover {
    color: #ef841a;
    border: 1px solid #ef841a;
}
/*.pagewrap li:hover a{color: #2797ef;}*/
.pagewrap li.thisclass,
.pagewrap a.current {
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 17px;
    margin: 0 2px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #ef841a;
    background: #ef841a;
    display: inline-block;
    _zoom: 1;
}
.pagewrap li.thisclass a {
    color: #fff;
}
