.news{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5%;
}
.list-4{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 2%;
}
.list-4 li{
    width: 48%;
    height: auto;
    display: inline-block;
    float: left;
    margin-right: 2%;
}
.list-4 li a{
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.list-4 li .text {
    margin: 0 0 0 0px;
    position: relative;
    padding-right: 180px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.list-4 li .text h4 {
    margin: 0;
    font-weight: normal;
    font-size: 20px;
    position: relative;
    white-space: nowrap;
    padding-top: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.list-4 li .date {
    position: absolute;
    right: 30px;
    top: 16px;
}
.list-4 li .date span {
    display: block;
    font-family: Impact;
    color: #ccc;
    font-size: 28px;
    margin-bottom: 20px;
}
.list-4 li .date i {
    border-left: 1px solid #e5e5e5;
    text-align: right;
    line-height: 20px;
    font-size: 0;
    display: block;
}
.list-4 li .text p {
    line-height: 2;
    height: 52px;
    margin: 10px 0 0;
    color: #999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-4 li .date i:before {
    content: '→';
    color: #999;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 28px;
    display: block;
    text-align: center;
}

.list-4 li a:hover {
    padding-left: 30px;
}

.list-4 li a:hover .text {
    padding-right: 150px;
}

.list-4 li a:hover .date i:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}


.pagess{
    margin-top: 40px;
    width: 100%;
    height: auto;
    display: inline-block;
}
ul, ol, dl {
    list-style-type: none;
}
.page-start{
    background: none;
    border: 1px solid #aaa;
    color: #aaa;
    display: inline-block;
    line-height: 32px;
    margin: 0 2px;
    margin-right: 2px;
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    vertical-align: middle;
}
.page-this{
    background: none;
    border: 1px solid #aaa;
    color: #aaa;
    display: inline-block;
    line-height: 32px;
    margin: 0 2px;
    margin-right: 2px;
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    vertical-align: middle;
}
.paginator a {
    background: none;
    border: 1px solid #aaa;
    color: #aaa;
    display: inline-block;
    line-height: 32px;
    margin: 0 2px;
    margin-right: 2px;
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    vertical-align: middle;
}
.paginator {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.page-end{
    background: none;
    border: 1px solid #aaa;
    color: #aaa;
    display: inline-block;
    line-height: 32px;
    margin: 0 2px;
    margin-right: 2px;
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    vertical-align: middle;
}
.title{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-top: 4%;
}
.title h3{
    text-align: center;
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: bold;
}
.title p{
    font-size: 18px;
    color: #3a3a3a;
    cursor: pointer;
    padding: 10px 27px;
    border-radius: 8px;
    transition: background-color 0.3s;
    letter-spacing: 1px;
    margin-right: 2%;
}