*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: MicrosoftYaHei;
    font-family: 微软雅黑;
}
body{
    min-width: 1200px;
	/* -webkit-filter: grayscale(100%); */
}
img {
    width: 100%;
}
.clearboth {
    zoom: 1;
}
.clearboth:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.f_left{
    float: left;
}
.f_right{
    float: right;
}

/* ---------------分页----------------*/
.paging{
    padding-top: 42px;
    text-align: center;
}
.paging span,.paging i{
    display: inline-block;
    height: 30px;
    line-height: 28px;
    color: #333;
    font-size: 12px;
    padding: 0 15px;
    border: 1px solid #e2e2e2;
    border-radius: 1px;
    cursor: pointer;
}
.paging .cur{
    background: #028B7B;
    color: #fff;
    border:none;
    position: relative;
    top: -1px;
}
.paging span:hover,.paging i:hover{
    color: #028B7B;
}
.paging .cur:hover{
    color: #ffffff!important;
    cursor: inherit;
}
.paging i{
    font-style: normal;
    border-left: none;
}
.paging .dis{
    color: #d2d2d2!important;
    cursor: not-allowed!important;
}
.paging .dis:hover{
    color: #d2d2d2!important;
    cursor: not-allowed!important;
}
.hidden4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.hidden1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.hidden2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.hidden12{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 12;-webkit-box-orient: vertical;}

.pagination{display: flex; align-items: center; justify-content: center; margin-top: 35px; flex-wrap: wrap;color: #333;}
.pagination a, .pagination span{padding:5px 10px; font-size: 14px; margin-left: 10px; border-radius: 3px; margin-bottom: 10px;text-decoration: none;display: flex;align-items: center;justify-content: center;height: 31px;color: #333;}
.pagination span{background-color: #028B7B; color: #fff !important; border-color: #e0e0e0; cursor: default;}
.pagination a, .pagination .dot{border: 1px solid #e0e0e0;}
.pagination a:hover{background-color: #028B7B; color: #fff !important; border-color: #e0e0e0}