body {
    background-color: #fff;
}

.cnt-banner {
    height: 200px;
    text-align: center;
    background: url("../images/banner.png") center center no-repeat;
    background-size: 100% 100%;
}

.cnt-banner > h2 {
    padding: 45px 0 16px;
    color: #ffffff;
    font-size: 40px;
    font-weight: normal;
}

.cnt-banner > p {
    font-size: 20px;
    color: #ffffff;
}

.cnt-nav {
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #fcfcfc;
    box-shadow: 0px 2px 6px 0px rgba(169, 169, 169, 0.29);
}

.cnt-nav > a {
    display: inline-block;
    padding: 0 25px;
    color: #333;
    font-size: 18px;
    cursor: pointer;
}

.cnt-nav > a:first-of-type {
    margin-right: 124px;
}

.cnt-nav .cnt-nav-active {
    color: var(--main-color);
    border-bottom: 3px solid var(--main-color);
}

.cnt-news {
    background-color: #fcfcfc;
    /* opacity: 0; */
}

.cnt-news {
    margin-top: 5px;
    padding-top: 82px;
}

.news-item {
    width: 385px;
    height: 273px;
    margin: 0 22px 60px 0;
    background-color: #ffffff;
    border: solid 1px #f4f4f4;
    box-sizing: border-box;
}

.news-item:hover {
    border: none;
    box-shadow: 0 0 10px 0 rgba(237, 237, 237, 0.7);

}

.news-item.last {
    margin-right: 0;
}

.news-item > a > img {
    width: 100%;
    height: 164px;
}

.news-item-tit {
    padding: 20px 20px 35px;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-item-date {
    padding-left: 20px;
    color: #666666;
}

.cnt-page {
    padding-bottom: 60px;
    height: 35px;
    text-align: center;
    color: #666666;
}

.laypage_main * {
    font-size: 16px;
}

.laypage_main a,
.laypage_main span {
    line-height: 35px !important;
    /* background-color: transparent; */
}

.laypageskin_molv a,
.laypageskin_molv span {
    width: 35px !important;
    height: 35px !important;
    margin: 0 14px 0 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    /* background-color: transparent; */
}

.laypageskin_molv a {
    /* background-color: unset; */
}

.laypageskin_molv .laypage_prev,
.laypageskin_molv .laypage_next {
    width: 22px !important;
    height: 22px !important;
    margin-top: 6px !important;
    background-repeat: no-repeat;
}

.laypageskin_molv .laypage_prev {
    background-image: url(../images/left.png);
}

.laypageskin_molv .laypage_next {
    background-image: url(../images/right.png);
}

.info-list {
    margin-bottom: 45px;
}

.info-item {
    margin-bottom: 23px;
}

.info-item:hover {
    background-color: #fcfcfc;
    box-shadow: 0px 0px 13px 0px rgba(169, 169, 169, 0.26);
}

.info-item > a {
    display: block;
    padding: 23px 24px;
}

.info-item .info-img {
    width: 222px;
    height: 168px;
    display: block;
    margin-right: 28px;
}

.info-item .info-font {
    width: 902px;
}

.info-item .info-tit {
    padding-top: 15px;
    color: #333;
    font-size: 20px;
}

.info-item .info-time {
    padding: 15px 0 35px;
    color: #999;
    font-size: 18px;
}

.info-item .info-intro {
    line-height: 26px;
    font-size: 16px;
    color: #777;
    display: -webkit-box;
    overflow: hidden;

    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}