/*  #region content start*/

.container .nav{
    margin-top: 15px;
    height: 30px;
    font-size: 16px;
    line-height: 16px;
}
.container .content {
    /* font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333; */
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 10px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    
}
h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #444;
}
.article-list{
    line-height: 1.6;
}
.breadcrumb {
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #777;
}
.breadcrumb a {
    color: #333;
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
h1 {
    text-align: center;
    color: #444;
}
.article-list {
    list-style: none;
    padding: 0;
}
.article-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.article-item:last-child {
    border-bottom: none;
}
.article-title {
    /* font-size: 1.5em; */
    font-size: 25px;
    margin: 0 0 10px;
   
}

.article-meta {
    padding: 10px 0;
    font-size: 1em;
    color: #777;
    
}
.text-center {
   
    text-align: center;
}
.article-summary {
    padding: 10px 0;
    font-size: 1.2em;
    color: #555;
}
.pagination {
    text-align: center;
    margin-top: 20px;
}
.pagination a {
    margin: 0 5px;
    text-decoration: none;
    color: #333;
}
.pagination a.active {
    font-weight: bold;
    color: #000;
}
.article-content {
  
    color: #555;
    line-height: 1.8;
}
.article-content p{
    font-size: 1.6rem;
}
.article-content img{
    /* width: 100%; */
    /* height: auto; */
    width: 50rem;
    height: 50rem;
}
.back-link {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
}
.back-link:hover {
    text-decoration: underline;
}

/*  #endregion content end*/

/*  #region content end*/
.latestposts .container .posts-hd{
    height: 53px;
    padding: 0 30px;
    border-bottom: 1px solid #E9ECF0;
}
.latestposts .container .posts-hd h4{
    float: left;
    font-size: 20px;
    line-height: 52px;
    font-weight: bold;
    color:#232628 ;
}
.latestposts .container .posts-hd a{
    float: right;
    font-size: 14px;
    line-height: 52px;
    color:#71797F ;
}
.latestposts .container .posts-bd{
    padding: 10px 0;
    
}
.latestposts .container .posts-bd .posts-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.latestposts .container .posts-bd .posts-list .posts-item{
    flex: 0 1 29%;
    position: relative;
    width: 38rem;
    font-size: 1.3rem;
    line-height: 2.8rem;
    padding-left: 4.2rem
    
}
.latestposts .container .posts-bd .posts-list .posts-item a{
    color: #232628;
}
.latestposts .container .posts-bd .posts-list .posts-item::before{
    position:absolute;
    content: "";
    left: 32px;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #B4BABF;
}

/*  #endregion content end*/

/* #region 媒体查询 start*/
@media (max-width:1200px){
    .flower-list  li{
        flex: 0 1 48%;
    }
    .article-content img{
        width: 100%;
        height: auto;
    }
}

@media(max-width:992px){
   
    .latestposts .container .posts-bd .posts-list .posts-item{
        flex: 0 1 45%;
    }
     
}
@media(max-width:768px){
    .latestposts .container .posts-bd .posts-list .posts-item{
        flex: 0 1 80%;
    }
    
}
/* #endregion 媒体查询 end*/
