body {
    background: #f5f5f5;
}

.news-list {
    display: block;
}

.news-list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.news-list-hottaine {
    width: 1200px;
    margin: 0 auto;
}

/* 面包屑样式 */
.news-list-hottaine .breadcrumb {
    height: 40px;
    margin-top: 20px;
}

.news-list-hottaine .breadcrumb a {
    color: #666;
}

.news-list-hottaine .breadcrumb span {
    margin: 0 5px;
}

/* 面包屑样式 */


/* 新闻列表左侧样式 */
a {
    color: #333;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.news-list-hottaine .news-list .news-list-fl {
    float: left;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 10px 5px #e8e8e8;
    padding: 20px 30px 30px 30px;
    margin-bottom: 20px;
    width: 910px;
    box-sizing: border-box;
}

.news-list-hottaine .news-list .news-list-fl .news-item {
    border-bottom: 1px solid #dddddd;
    padding: 0 0 30px 0;
    position: relative;
}

.news-list-hottaine .news-list .news-list-fl .news-item .news-title {
    height: 24px;
    line-height: 18px;
    font-size: 16px;
    margin: 30px 0 0 0;
    position: relative;
    padding: 2px 0 0 14px;
}

.news-list-hottaine .news-list .news-list-fl .news-item .news-title ::before {
    content: '';
    width: 3px;
    height: 16px;
    background: #f39800;
    position: absolute;
    left: 0;
    top: 2px;
    margin: auto;
    border-radius: 10px;
}


.news-list-hottaine .news-list .news-list-fl .news-item .news-excerpt {
    font-size: 14px;
    max-height: 48px;
    line-height: 24px;
    margin: 8px 0 10px 0;
    overflow: hidden;
    word-break: break-all;
}

.news-list-hottaine .news-list .news-list-fl .news-item .news-meta {
    position: relative;
    display: inline-block;
}

.news-list-hottaine .news-list .news-list-fl .news-item .news-meta .news-tags {
    height: 18px;
    padding: 0 10px;
    font-size: 12px;
    float: left;
    margin: 0 10px 0 0;
    text-align: center;
    border-radius: 20px;
    background: #fef1db;
    color: #ff8916;
}

.news-list-hottaine .news-list .news-list-fl .news-item .news-meta .news-date {
    color: #999;
}

/* 分页 */
.pages {
    position: relative;
    height: 34px;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}

.pages p {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin: 0 4px;
}

.pages p a {
    display: block;
    height: 100%;
    padding: 0 12px;
    color: #333;
    font-size: 13px;
}

.pages span input {
    width: 32px;
    height: 32px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    text-align: center;
    color: #333;
}

.pages span a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #f39200;
    border-radius: 5px;
    color: #fff;
    vertical-align: bottom;
}

.pages p.active,
.pages p:hover {
    color: #fff;
    background: #f39800;
    border: 1px solid #f39800;
}

.pages p.active a,
.pages p:hover a {
    color: #fff;
}

.pages .pages_val {
    width: 38px;
    height: 30px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 30px;
    margin: 0 4px;
}

.pages .pages_btn {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 5px;
    background: #f39800;
    border: 1px solid #f39800;
    cursor: pointer;
    color: #ffffff;
    padding: 0 5px;
}

/* 普通页码样式 */
.pages a.page-num {
    background: #fff;
    /* 白色背景 */
    border: 1px solid #ddd;
    /* 灰色边框 */
    color: #333;
    /* 深灰色文字 */
    /* 其他样式如内边距、圆角等 */
    padding: 5px 10px;
    margin: 0 3px;
    border-radius: 3px;
    text-decoration: none;
}

/* 第一页（即当前页是第一页时）的样式 */
.pages a.page-num-current {
    background: #f39800;
    /* 蓝色背景高亮 */
    border-color: #f39800;
    color: #fff;
    /* 白色文字 */
    font-weight: bold;
    /* 加粗 */
}



.news-list-fr {
    float: right;
    width: 270px;
}

.fr-title {
    margin: 0;
    height: 42px;
    line-height: 42px;
    padding-bottom: 4px;
    background-position: -495px -312px;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 0 18px;
    position: relative;
    background: #fef1db;
}

/* 留言表单样式 */
.message-form {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
}

.message-form .form-group {
    margin-top: 15px;
    margin-bottom: 15px;
}

.message-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.message-form .required {
    color: #f00;
}

.message-form input[type="text"],
.message-form input[type="tel"],
.message-form textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
}

.message-form textarea {
    resize: vertical;
}

.message-form .submit-btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

.message-form .submit-btn:hover {
    background-color: #0056b3;
}

/* 验证码区域样式（如果使用 {pboot:verifycode} 自动生成，可能需要调整） */
.message-form .verifycode {
    display: flex;
    align-items: center;
    gap: 10px;
}

.message-form .verifycode img {
    cursor: pointer;
}

/* 留言表单样式 */

.hot {
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.hot li.list a {
    font-size: 14px;
    color: #333333;
    padding: 0 18px 0 26px;
    line-height: 36px;
    position: relative;
}

.hot li.list a:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #f39700;
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
}