.news-list {
    padding-bottom: 30px;
}
.breadcrumb {
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: #666;
}
.breadcrumb img {
    width: 12px;
    height: 12px;
}
.breadcrumb a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
    margin: 0 10px;
}
.news-items {
    display: flex;
    flex-direction: column;
    gap: 25px;
    /*margin-top: 30px;*/
}
.news-item {
    display: flex;
    gap: 20px;
    padding: 20px;
    background-color: #eee;
}
.news-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.item-content {
    flex: 1;
}
.item-content h3 {
    margin: 0 0 10px;
    line-height: 4rem;
    font-weight: 400;
}
.item-content p {
    margin: 5px 0;
    font-size: 0.8rem;
    color: #666;
}
.btn-details {
    display: inline-block;
    padding: 6px 24px;
    background-color: var(--accent-color);
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-size: 1rem;
}
.item-status {
    position: relative;
    width: 125px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-status img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.status-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
}

.pagination {
    margin-top: 20px;
    text-align: center;
}
.pagination ul {
    display: inline-flex;
    list-style: none;
}
.pagination li {
    margin: 0 5px;
}
.pagination li a {
    display: block;
    padding: 5px 10px;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}
.pagination li.active a {
    background-color: var(--accent-color);
    color: #fff;
}


.container1{
    display: flex;
    align-items: center;
}
.container2{
    display: flex;
    align-items: flex-start;
}
.left-menu{
    width: 220px;
    padding-bottom: 40px;
    margin-right: 40px;
}
.menu-list{
    width: 220px;
    border-radius: 5px;
    background: #F5F5F5;
}


.menu-list ul{
    padding: 0;
    margin: 0;
}
.menu-list  li{
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    list-style: none;
    border-bottom: 1px solid #fff;
}
.menu-list  li a{
    font-size: 1rem;
    color: #333333;
}
.active{
    background: #D7EAF5!important;
}
.active a{
    color: #1E73A8!important;
}
.head{
    background: #1E73A8;
}
.head a{

    color: #FFFFFF!important;
    font-size: 1.4rem!important;
}
.contact-mall{
    width: 100%;
    height: 130px;
    background: #1E73A8;
    border-radius: 5px;
    margin-top: 30px;
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1rem;
}
.contact-tl img{
    width: 12px;
    height: 12px;
    margin: -1px 4px;
}
.contact-phone{
    font-weight: bold;
    font-size: 1.4rem;
    color: #FFFFFF;
}