.news-tit {text-align: center; font-size: 24px; font-weight: 400; margin: 48px auto;}

.news-types {margin: 0 auto; display: table;}
.news-types a{font-size: 16px; padding: 12px 24px; border: 1px solid #0A1629; display: inline-block; margin-right: 32px;}
.news-types a:last-child {margin-right: 0;}
.news-types a.active {color: #F0A749; border: 1px solid #F0A749;}

.news-list {width: 980px; margin: 48px auto;}
.news-item {padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px dashed #91929E}
.news-item .news-item_img {width: 280px; height: 185px; object-fit: cover; overflow: hidden;}
.news-item .news-item_info {width: 680px; padding: 16px 32px 0;}
.news-item .news-item_info>a {display: inline-block; max-height: 55px; overflow: hidden; }
.news-item .news-item_info h3 {font-size: 24px; font-weight: 400;
    width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;}
.news-item:hover .news-item_info h3 {color: #F0A749;}
.news-item .news-item_info p {letter-spacing: 1px; line-height: 24px; margin: 24px 0 12px;}

/* 内页 */

.cont-top {margin: 32px auto;}
.cont-top a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #91929E;
}
.cont-top i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}
.info-left {
    width: 700px;
    text-align: center;
}
.info-left h1 {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    padding: 0 32px; 
    margin: 0 auto;
}
.info-left_time span {display:inline-block; margin: 12px 18px 32px;}
.info-left_content p{
    text-align: left;
    line-height: 24px;
    margin-bottom: 12px;
}
.info-left_content img {
    width: 85%;
    margin: 0 auto;
}
.info-left_next {
    width: 100%;
    border-top: 1px dashed #535B69;
    border-bottom: 1px dashed #535B69;
    padding: 24px 0;
    margin-top: 32px;
    font-size: 14px;
    text-align: left;
}
.info-left_next a {
    display: inline-block;
    margin-left: 12px;
    color: #535B69;
}
.info-left_next:hover a {
    color: #F0A749;
}
.info-left_other h3 {
    text-align: center;
    font-size: 18px;
    color: #F0A749;
    margin: 24px auto;
    letter-spacing: 1px;
}
.left_other_list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-top: 24px;
}
.left_other_item .other_img {
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.left_other_list {
    margin-bottom: 32px;
}
.left_other_item .other_img img {
    width: 100%;
    height: 120px; 
    object-fit: cover;
    transition: transform 0.3s ease;
}
.left_other_item:hover .other_img img {
    transform: scale(1.1);
}
.left_other_item p {
    color: #535B69;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin: 6px auto;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.left_other_item:hover p {
    color: #F0A749;
}

.info-right {width: 268px;}
.info-right h3 {color: #F0A749; font-size: 18px; padding-bottom: 12px; padding-left: 8px; border-bottom: 1px solid #dedede;}
.right-list_item {
    font-size: 17px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 0 15px 15px;
    color: #6c6c6c;
}
.right-list_item em {
    font-style: oblique;
    font-family: "SimSun";
    font-size: 22px;
    color: #6c6c6c;
    margin-right: 15px;
    vertical-align: text-bottom;
}