.news-list {
    width: 100%;
}

.news-list .case {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

@media screen and (max-width: 1440px){
  .news-list .case {
    max-width: 1024px;
    margin: 0 auto;
}
}

@media screen and (max-width: 1280px){
 .news-list .case {
    max-width: 1024px;
    margin: 0 auto;
}
}

@media (max-device-width: 750px){
    .news-list .case {
    max-width: 100%;
  
}
}


.news-list .lists {
    flex: 3;
    border-right: 1px solid #ddd;
}

.list-head {
    width: 100%;
    height: 0;
    padding-top: 20%;
    position: relative;
}

.list-head-po {
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 100%;
    display: flex;
    border-bottom: 1px dashed #ddd;
    padding: 1% 0;
    align-items: center;
}

.list-head-po .item {
    height: 100%;
    width: 303px;
}

.list-head-po .item:nth-child(2) {
    flex: 3;
    padding: 1% 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-head-po img {
    width: 100%;
    height: 100%;
}

.list-head-po .item:nth-child(2) h4 {
    line-height: 3rem;
}

.list-head-po .item:nth-child(2) p:nth-child(2) {
    -webkit-line-clamp: 3;
    font-size: 1.3rem;
    line-height: 2rem;
    min-height: 68px;
}

.news-list .navigator {
    flex: 1;
    margin-left: 1%;
}

.list-head-po .item:nth-child(2) p:nth-child(3) {
    line-height: 1.8rem;
}

.list-head-po .item:nth-child(2) p:nth-child(3) a {
    color: #c69635;
    font-size: 1.4rem;
}

.news-list-sequence {
    width: 100%;
}

.news-list-sequence ul {
    width: 98%;
    border-bottom: 1px solid #ddd;
}

.news-list-sequence ul li {
    position: relative;
    padding-left: 10px;
}

.news-list-sequence ul li:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #666666;
    display: block;
    content: "";
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.news-list-sequence ul li a {
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    color: #707070;
    display: flex;
    line-height: 3.6rem;
    justify-content: space-between;
}

.pages {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-top: 20px;
    padding-right: 10px;
}

.page-control {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.page-control .item {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333333;
}

.page-control p {
    margin: 0 4px;
}

.page-control p a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.starts,
.ends {
    background: #333333;
    padding: 0 6px;
}

.starts a,
.ends a {
    color: #fff;
}

.page-control p a:hover,
.page-control .item:hover {
    color: #a80017;
}

.page-control .item:hover {
    border: 1px solid #a80017;
}

.starts a:hover,
.ends a:hover {
    color: #fff !important;
}

.navigator {
    width: 100%;
    padding-top: 1%;
}

.navigator .box {
    width: 96%;
    height: 100%;
    margin: 0 auto;
}

.navigator .box .img {
    width: 100%;
}

.navigator .box img {
    width: 100%;
}

.lastest {
    width: 100%;
    margin: 20px 0 0 0;
}

.lastest dl {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
}

.lastest dl dt {
    width: 100%;
    height: 50px;
    background: #333;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-indent: 10px;
}

.lastest dl dd {
    padding: 0 10px;
    position: relative;
    margin-bottom: 8px;
    -webkit-line-clamp: 2;
}

.lastest dl dd:after {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #999;
    position: absolute;
    top: 10px;
    left: 4px;
}

.lastest dl dd a {
    color: #999;
    text-indent: 10px;
    font-size: 1.3rem;
    line-height: 2rem;
}

.news-details {
    width: 98%;
}

.news-details-title {
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.news-details-title h4 {
    color: #333;
    font-size: 2.4rem;
    line-height: 60px;
    margin-top: 30px;
}

.news-details-title p {
    color: #999;
    line-height: 40px;
}

.news-details .con {
    width: 98%;
    margin: 0 auto;
    padding-top: 20px;
}

.news-details p {
    color: #333333;
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin: 20px 0;
}

.news-details .img {
    width: 80%;
    margin: 0 auto;
}

.news-details .img img {
    width: 100%;
}

.pages {
    width: 100%;
    height: 110px;
    background: #f5f5f5;
    display: flex;
    padding: 0 10px;
    flex-direction: column;
    justify-content: center;
}

.pages span,
.pages a {
    font-size: 1.3rem;
    -webkit-line-clamp: 1;
}

.pages p {
    line-height: 30px;
}

.news-details .con img {
    width: 100%;
}
/*start*/
.pages{
    display: flex;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-direction: initial !important;
}
.pages .pagination{
    float: right !important;
}
.pages .pagination li a{
    color: #333 !important;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
    color: #333 !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background: #f5f5f5 !important;
    color: #333;
}
.pagination > li:last-child > a, .pagination > li:last-child > span{
    color: #666 !important;
}
.pagination>.active>span{
    border-color: #000 !important;
}