body {
    background: #f5f5f5;
}

.news-list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.news-list {
    display: block;
}

.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;
}

/* 面包屑样式 */


/* 新闻列表左侧样式 */

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.fl-title {
    position: relative;
}


.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 .fl-title .title {
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 28px;
}

.news-list-hottaine .news-list .news-list-fl .fl-title .time {
    font-size: 12px;
    color: #999999;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 28px;
}

.news-list-hottaine .news-list .news-list-fl .fl-title .time i {
    font-style: normal;
}

.news-list-hottaine .news-list .news-list-fl .fl-title .time .nume,
.news-list-hottaine .news-list .news-list-fl .fl-title .time .source {
    margin-left: 16px;
}

.news-list-hottaine .news-list .news-list-fl .fl-title .time .nume {
    color: #3fba98;
    font-weight: normal;
}

.news-list-hottaine .news-list .news-list-fl .share {
    width: 208px;
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 10px;
    right: 0;
}

.news-list-hottaine .news-list .news-list-fl .share .share_tit {
    font-size: 14px;
}

.news-list-hottaine .news-list .news-list-fl .share li {
    float: left;
    margin: 0 6px;
    position: relative;
}

.news-list-hottaine .news-list .news-list-fl .share li .qrcode_wrap {
    position: absolute;
    width: 170px;
    height: 170px;
    display: none;
    left: -86px;
    top: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(72 69 69 / 25%);
    padding: 10px 10px 0;
    z-index: 99;
}

.news-list-hottaine .news-list .news-list-fl .share li .qrcode_wrap p {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

.news-list-hottaine .news-list .news-list-fl .share li .qrcode_wrap .qrcode {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.news-list-hottaine .news-list .news-list-fl .share li a {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.news-list-hottaine .news-list .news-list-fl .share li.weixin a {
    background: url(../images/icon/icon_weixin.png) no-repeat center center;
    background-size: 100%;
}

.news-list-hottaine .news-list .news-list-fl .share li.weibo a {
    background: url(../images/icon/icon_weibo.png) no-repeat center center;
    background-size: 100%;
}

.news-list-hottaine .news-list .news-list-fl .share li.qzone a {
    background: url(../images/icon/icon_qzone.png) no-repeat center center;
    background-size: 100%;
}

.news-list-hottaine .news-list .news-list-fl .share li.weixin:hover .qrcode_wrap {
    display: block;
}

.oy_BOOT_text {
    width: 850px;
    height: 200px;
    margin: 0 auto 28px;
    border-radius: 10px;
    overflow: hidden;
}

.oy_BOOT_text img {
    width: 850px !important;
    height: 200px !important;
}

.article-content {
    margin-bottom: 20px;
}

.list-link {
    margin-top: 50px;
}

.list-link p {
    position: relative;
    line-height: 20px;
    margin-top: 20px;
}

.list-link p:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #f39800;
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.list-link p a {
    color: #333333;
    margin-left: 10px;
}


.keyWord {
    margin-top: 46px;
}

.keyWord b {
    font-size: 14px;
    color: #333333;
    float: left;
    width: 94px;
}

.keyWord .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;
}

.keyWord .news-tags li a {
    color: #ff8916;
}

.page {
    font-size: 14px;
    color: #333333;
    width: 100%;
    height: 20px;
    padding-top: 22px;
    margin-bottom: 20px;
    overflow: hidden;
}

.page p {
    position: relative;
    float: left;
    text-align: left;
    width: 50%;
}

.page p:nth-child(2) {
    float: right;
}

.page p:nth-child(2) a,
.page p:nth-child(2) span {
    float: right;
}

.page p.nextPage_p {
    float: right;
}

.page p.nextPage_p a,
.page p.nextPage_p span {
    float: right;
}

.page p a {
    color: #333333;
    padding-right: 12px;
    position: relative;
    max-width: 350px;
    height: 22px;
    float: left;
}

.page p span {
    color: #f39800;
    float: left;
    margin-right: 10px;
}

.page p a:hover {
    color: #f39800;
}

.page p a::after {
    content: '>';
    width: 9px;
    height: 10px;
    position: absolute;
    right: 0;
    top: -10px;
    bottom: 0;
    margin: auto;
    font-size: 14px;
    color: #f39800;
}



.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-date {
    color: #999;
}


.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: #f39800;
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
}