
/*新闻博客 */
.news-blog {
    width: 70%;
    margin: 50px auto 70px auto;
}

.news-blog-title {
    display: flex;
    margin-bottom: 40px;
}

.news-blog-left-item,
.news-blog-right-item {
    width: 200px;
    height: 21px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;

    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-blog-left,
.news-blog-right {
    border: 1px solid #999;
    cursor: pointer
}

.news-blog-right,
.news-blog-left {
    margin-left: 20px;
}

.news-blog-xian {

    border-bottom: 1px #d3d3d3 solid;
    margin-bottom: 80px;
}

.news a {
    display: flex;
    margin-bottom: 60px;

}

.news-bg {
    background-color: #d3d3d3;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.22);
    background: #FFFFFF;
}

.news-img {
    width: 35%;

}

.news-content {
    width: 65%;
    margin-left: 40px;
}

.news-content-title {

    height: 70px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 38px;
    margin-top: 30px;
    overflow:hidden;
}

.news-content-desc {

    height: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin: 20px 0px 35px 0px;
}

.news-content-xian {
    width: 5%;
    border-bottom: 3px #1a7e67 solid;
    margin-bottom: 25px;
}

.news-time {
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.news-blog-tab {

    background-color: #008068;

}

.news-blog-tab .title-item {
    color: #fff;
}

/*新闻博客 end*/
/* 分页*/
.pagination {
    width: 100%;
    display: flex;
}

.pagination li {
    border: 1px solid #D3D3D3;
    margin-right: 2%;
    padding: 8px 12px 8px 12px;
}

.pagination .active {
    background: #008068;
}

.pagination .active span {
    color: #fff;
}

/* 分页 end*/
@media screen and (max-width: 1440px) {
    .news-content-title {
        margin-top:0px;
    }
    .news-content-xian{
        margin-bottom:25px
    }
    .news-content-title{
        font-size: 19px;
    }
}
@media screen and (max-width: 1280px) {
   
    .news-content-xian{
        margin-bottom:10px
    }
    .news-content-desc{
        font-size: 12px;
    }
    .news-content-title{
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
    .news-img img{
    height: 163px;
}
}
