* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

.programme {
    width: 70%;
    height: 5vh;
    margin: 1.5vh auto;
    background: #f2f2f2;
    color: #000;
}

.programme .type {
    width: 100%;
    height: 5vh;
    padding: 0 2vh;
    box-sizing: border-box;
}

.programme .type .typeLeft {
    display: inline-block;
    width: 8%;
    line-height: 5vh;
    vertical-align: top;
}

.programme .type .typeRight {
    display: inline-block;
    width: 90%;
}

.nav-order {
    margin: 10px 10% 0 10%;
    color: #333;
    font-size: 16px;
}

.programme .type .typeRight li {
    list-style: none;
    width: 14%;
    height: 3vh;
    margin-top: 1vh;
    border: 1px solid #000;
    border-radius: 1.5vh;
    line-height: 3vh;
    color: #000;
    float: left;
    margin-left: 2vh;
    text-align: center;
}

.programme .type .typeRight li:hover {
    border: 1px solid red !important;
    color: #fff !important;
}

.programme .type .typeRight li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.current-cat {
    border: 1px solid red !important;
    color: #fff !important;
    background: red;
    color: #fff !important;
}

.programme .type .typeRight li a:hover {
    background: red;
    border-radius: 1.5vh;
    color: #fff !important
}

.action {
    width: 80%;
    margin: 2vh auto;
}

.newsItem {
    width: 100%;
    margin-top: 12px;
    border-bottom: 1px solid #804d0052;
    padding: 10px 0 25px 0;
}

.newsItem img {
    width: 20%;
    vertical-align: top;
}

.newsItem .newItemContent {
    display: inline-block;
    width: 70%;
    margin-left: 2vh;
}

.newsItemLink {
    font-size: 18px;
}

.newsItemLink1 {
    display: inline-block;
    width: 70px;
    height: 20px;
    font-size: 12px;
    border: 1px solid #3A6CAD;
    border-radius: 12px;
    color: #3A6CAD;
    text-align: center;
    line-height: 20px;
    margin-top: 12px;
    padding: 2px 0;
    box-sizing: content-box;
}

.newsContentMsg {
    margin-top: 6px;
    font-size: 14px;
    color: #333;
}

/*
[aria-current=page]{
    color: #fff!important;
}
*/


/* 	 头*/
.boxCenterImg {
    width: 100%;
    position: relative;
}

.boxCenterImg img {
    width: 100%;
}

.boxCenterTitle {
    position: absolute;
    left: 10%;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    color: #fff;
}

.boxCenterTitle > h4 {
    color: #fff;
}

.boxCenterTitle > p {
}

.newsItemName {
    line-height: normal
}

@media (max-width: 900px) {
    .boxCenterTitle {
        left: 10%;
        top: 20px;
        margin-top: 0;
    }

    .boxCenterTitle > h4 {

    }

    .boxCenterTitle > p {

        margin-top: 8px;
    }
}

@media (max-width: 650px) {
    .newsItemLink {

    }

    .newsContentMsg {
        font-size: 12px;
    }
}

@media (max-width: 499px) {
    .boxCenterTitle {
        top: 14px;
    }

    .boxCenterTitle > h4 {
        font-size: 24px;
    }

    .boxCenterTitle > p {
        font-size: 12px;
        margin-top: 0px;
    }
}

@media (max-width: 600px) {
    .nav-order {
        font-size: 12px;
    }
}

.nav-order a {
    display: inline;
}

.nav-order a:hover {
    color: #777;
}

@media (max-width: 730px) {
    .action {
        width: 80%;
    }
}

@media (max-width: 600px) {
    .newsItem {
        display: flex;
        flex-direction: column;
    }

    .newsItem img {
        width: auto;
        height: auto;
    }

    .newsItem .newItemContent {
        width: 100%;
        margin-left: 0 !important;
    }
}

.pagination > ul > li {
    margin: 0 10px 0 0;
}

.newsItemLink.ftSize18:hover {
    color: #468de9;
}

.box-list {
    display: none;
}

.layui-laypage a:hover {
    background-color: #d9e4f6;
}

.layui-laypage a:hover {
    color: #4688f6;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #6597ea;
}

.newsItem img {
    max-height: 20vh;
}

img {
    object-fit: cover;
    object-position: top left;
}

.solution-box img {
    width: 100%;
}