.xinwen {
    width: 100%;
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
}

.xinwen_title {
    margin: 60px 0 20px;
    padding: 0 15px 20px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.xinwen_title h2 {
    font-size: 32px;
    margin: 0 30px 0 0;
    color: #36a390;
    text-transform: uppercase;
    transform: scale(1, 2);
    display: block;
    float: left;
    margin-right: 30px;
}

.xinwen_title h3 {
    font-size: 24px;
    display: inline-block;
    color: #333;
    color: #333;
    transform: scale(1, 1);
    line-height: 50px;
}

.xinwen_con {
    width: 100%;
    max-width: 1076px;
    height: auto;
    margin: 0 auto 40px;
}

.xinwen_con p {
    font-size: 16px;
    color: #777;
    line-height: 2;
}

@media screen and (max-width:1024px) {
    .xinwen {
        box-sizing: border-box;
        padding: 15px;
    }

    .xinwen_title {
        margin: 60px 0 10px;
        padding: 0;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
    }

    .xinwen_title h2 {
        margin: 0;
        clear: both;
        line-height: 1;
    }

    .xinwen_title h3 {
        padding: 15px 0;
        padding-top: 25px;
    }
}

.xinwen_gufen {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.xinwen_gufen>div:nth-of-type(3) {
    display: none;
}

.xinwen_gufen_pic {
    width: 100%;
}

.xinwen_gufen_pic img {
    max-width: 100%;
}

.xinwen_gufen_con h3 {
    font-size: 26px;
    color: #36a390;
    line-height: 1;
    font-weight: 666;
}

.xinwen_gufen_con span {
    font-size: 14px;
    color: #969696;
    margin: 20px 0;
}

.xinwen_gufen_con p {
    font-size: 14px;
    color: #333;
    line-height: 2;
    padding: 15px 0;
}

@media screen and (max-width:1024px) {
    .xinwen_gufen {
        box-sizing: border-box;
        padding: 15px;
    }

    .xinwen_gufen_con {
        box-sizing: border-box;
        padding: 15px;
    }

    .xinwen_gufen_con h3 {
        font-size: 26px;
        line-height: 2;
        font-weight: 444;
    }

    .xinwen_gufen_con span {
        font-size: 14px;
        color: #969696;
        margin: 20px 0;
        display: inline-block;
    }

    .xinwen_gufen_con p {
        line-height: 2;
    }
}

@media screen and (max-width:768px) {
    .xinwen_gufen_con p {
        display: none;
    }

    .xinwen_gufen>div:nth-of-type(3) {
        display: block;
        clear: both;
        font-size: 14px;
        color: #333;
        line-height: 2;
        padding: 15px 0;
    }
}

@media screen and (max-width:650px) {

    .xinwen_gufen>div:nth-of-type(1),
    .xinwen_gufen>div:nth-of-type(2) {
        width: 100%;
        padding: 0;
    }

    .xinwen_gufen_con {
        padding: 0;
    }
}

/* 新闻大纲 */
.xinwen_case {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.xinwen_case ul {
    width: 100%;
}

.xinwen_case_item {
    padding: 15px 0 15px 22px;

}

.xinwen_case_item a {
    display: flex;
}

.xinwen_case_item:nth-of-type(odd) {
    background-color: #f8f9f8;
}

.xinwen_case_item_pic {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.xinwen_case_item_pic img {
    max-width: 100%;
}

.xinwen_case_item_info {
    display: inline-block;
    flex: 1;
    padding-left: 20px;
    width: 100%;
}

.xinwen_case_item_info h3 {
    font-size: 14px;
    color: #333;
    display: inline-block;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xinwen_case_item_info span {
    font-size: 14px;
    color: #333;
    margin: 0 10px 0 0;
    display: inline-block;
    float: right;
}

.xinwen_case .pagebar .pagelist {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.xinwen_case .pagebar .pagelist li {
    border-radius: 7px;
    margin: 0 5px;
}

.xinwen_case .pagebar .pagelist li:hover {
    border: 1px solid #36a390;
}

.xinwen_case .pagebar .pagelist .thisclass {
    background-color: #36a390;
}

@media screen and (max-width:768px) {

    /* 新闻大纲 */
    .xinwen_case {
        padding: 30px 0px;
    }
}