/*人生自古多磨难*/

html {
    scrollbar-width: 0;
    scrollbar-height: 0;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
}


/* Global */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul,
ul li {
    list-style: none;
}

.web_page_width {
    max-width: 1500px;
    clear: both;
    margin: 0 auto;
}

.item-time {
    font-size: 12px;
    color: #888;
}

.website_logo,
.website_menu_nav_top,
.previous_next_relevant .relevant_list ul li,
.web_list_container li {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.webst_about_container .index_about,
.webst_culture_container .index_culture,
.web_article_container .index_article {
    padding: 20px 10px;
}

.webst_about_container h3,
.webst_culture_container h3,
.webst_service_container h3,
.web_article_container h3,
.web_list_container h3,
.web_news_information h3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 20px 0;
    position: inherit;
    display: block;
    color: #555;
}

.webst_about_container .index_about,
.webst_about_container .index_about p,
.webst_culture_container .index_culture p,
.webst_service_container .index_about_service p,
.web_list_container .item-info p,
.web_article_container .index_article p {
    font-size: 16px;
    line-height: 1.5;
    margin: 16px 0;
    color: #777;
}

.web_friendship_links li a,
.web_friendship_links li a:link,
.web_list_container li a,
.web_list_container li a:link,
.website_mobile_link a,
.website_mobile_link a:link {
    color: #666;
}


/* logo部分样式表 */
.this_website_brand {
    display: none;
}

.website_logo {
    position: fixed;
    z-index: -1;
    top: -60px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: block;
    background-color: white;
}

.website_logo .logo_content {
    display: flex;
    justify-content: space-between;
    margin: 5px auto;
    overflow: hidden;
}

.website_logo h1 {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    line-height: 1;
}

.website_logo h1 a {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.website_logo h1 a img {
    margin: 0 10px;
    width: 75px;
    height: auto;
}

.website_logo .logo_content .web_sitenews {
    font-size: 12px;
    color: #888;
    margin: 0;
    display: flex;
    align-items: center;
}


/* 网站菜单栏导航部分样式表 */
.website_menu_nav_top {
    width: 100%;
}

.website_menu_nav_main {
    margin: 0 auto;
}

.website_menu_nav_main ul {
    list-style-type: none;
    padding: 0 10px;
    margin: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 18px;
    font-weight: bold;
}


/* 面包屑导航部分样式表 */
.website_Breadcrumb_navigation {
    margin: 30px auto;
    font-size: 14px;
}

.website_Breadcrumb_navigation p {
    padding: 0 10px;
    line-height: 3;
}


/* 关于我们部分样式表 */
.webst_about_container {
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.webst_about_container .index_about img {
    margin: 0 20px 0 0;
    max-height: 375px;
    min-height: 375px;
    max-width: 605px;
    min-width: 605px;
}


/* 企业文化部分样式表 */
.webst_culture_container {
    height: auto;
    margin: 0 auto;
    padding: 30px 0 0 0;
    text-align: left;
}

.webst_culture_container .index_culture img {
    margin: 0 0 0 20px;
    max-height: 375px;
    min-height: 375px;
    max-width: 605px;
    min-width: 605px;
}


/* 业务介绍部分样式表 */
.webst_service_container {
    height: auto;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.webst_service_container .index_about_service {
    padding: 0 10px;
    text-align: left;
}

.webst_service_container .index_about_service strong {
    font-size: 20px;
}

.webst_service_container .index_about_service img {
    border-radius: 10px;
    max-width: 100%;
}

.webst_service_container .index_about_service span a {
    font-size: 14px;
}

.webst_service_container .index_about_service_one {
    width: 100%;
    margin: 20px 0 20px 0;
    padding: 20px 0 20px 0;
    display: flex;
    justify-content: space-between;
}

.index_about_service_one .index_about_service_right {
    padding: 0 0 0 20px;
    line-height: 1.5;
    width: 80%;
}

.webst_service_container .index_about_service_two {
    width: 100%;
    margin: 0;
    padding: 40px 0 40px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed rgba(0, 0, 0, 0.15);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

.index_about_service_two .index_about_service_left {
    padding: 0 20px 0 0;
    line-height: 1.5;
    width: 80%;
}


/* 文章内容部分样式表 */
.web_article_container {
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
}

.web_article_container .index_article {
    text-align: left;
}

.web_article_container .index_article .index_article_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.web_article_container .index_article .item-time {
    text-align: center;
    margin: 30px 0;
}

.web_article_container .index_article img {
    display: inline;
}


/* 上下篇以及推荐文章列表样式表 */
.previous_next_relevant {
    margin: auto;
}

.previous_next_relevant .previous_next {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
}

.previous_next_relevant .relevant_list {
    text-align: left;
}

.previous_next_relevant .relevant_list h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    padding: 0 0 0 10px;
}

.previous_next_relevant .relevant_list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 2;
}

.previous_next_relevant .relevant_list ul li {
    padding: 10px;
    margin: 0 0 5px 0;
}

.previous_next_relevant .relevant_list ul li a {
    font-weight: bold;
}

.previous_next_relevant .relevant_list ul li p {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #333333;
}


/* 文章列表部分样式表 */
.web_list_container {
    margin: auto;
    padding: 30px 0;
}

.web_list_container ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.web_list_container ul li {
    list-style: none;
}

.web_list_container li {
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 35px;
    overflow: hidden;
    text-align: left;
    color: #777;
}

.web_list_container .item-image {
    margin: 10px;
    width: 285px;
    height: 190px;
}

.web_list_container .item-image a img {
    width: 285px;
    height: 190px;
}

.web_list_container .item-info {
    flex: 1;
    padding: 10px;
    width: auto;
    height: auto;
}

.web_list_container .item-info p {
    text-indent: 0;
}

.web_list_container .item-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}


/* 新闻资讯样式表 */
.web_news_information {
    margin: 30px auto;
}

.web_news_information_main {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.web_news_information_main ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.web_news_information_main ul li {
    list-style: none;
}

.web_news_information_left_top {
    flex: 1;
}

.web_news_information_left_top a {
    font-weight: bold;
    display: block;
    margin: 10px 0 0 0;
    color: #555;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
    height: auto;
}

.web_news_information_left_top img {
    width: 100%;
    height: auto;
}

.web_news_information_left_top p {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    text-align: left;
}

.web_news_information_left_top p time {
    margin: 0 20px 0 0;
    color: #888;
    display: inline;
}

.web_news_information_right_botton {
    flex: 1;
    margin-left: 15px;
}

.web_news_information_right_botton li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    font-size: 24px;
}

.web_news_information_right_botton li a {
    font-weight: bold;
    color: #555;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    height: 30px;
}

.web_news_information_right_botton li p {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    text-align: left;
    margin: 0;
    padding: 0;
}

.web_news_information_right_botton li p time {
    margin: 0 20px 0 0;
    color: #888;
    display: inline;
}


/* 文章列表分页样式表 */
.article_list_paging {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}

.article_list_paging .article_pagination {
    list-style: none;
    padding: 0;
}

.article_list_paging .article_pagination .page_item {
    display: inline-block;
    margin: 0 5px;
}

.article_list_paging .article_pagination .page_link {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    transition: background-color 0.3s ease;
}

.article_list_paging .article_pagination .page_link:hover {
    background-color: #f5f5f5;
}

.article_list_paging .article_pagination .page_item_active .page_link {
    background-color: #007bff;
    color: #fff;
}

.page_item:not(.page_item_active) .page_link {
    background-color: #e9e9e9;
    color: #333;
}


/* 友情链接样式表 */
.web_friendship_links {
    margin: 0 auto;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

.web_friendship_links .web_friendship_links_cont {
    font-weight: bold;
    color: #777;
}

.web_friendship_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.web_friendship_links li {
    display: inline-block;
}

.web_friendship_links .flink_list {
    padding: 0 3px;
}

.web_friendship_links a:hover {
    text-decoration: underline;
}


/* 热点tag样式表 */
.website_hot_tags {
    margin: 0 auto;
    padding: 30px 0 20px 0;
    font-size: 14px;
}

.website_hot_tags .tag_desc_first {
    font-weight: bold;
    color: #999;
    display: inline-block;
    padding: 10px;
}

.website_hot_tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.website_hot_tags .tag_desc_li {
    display: inline-block;
    padding: 10px;
    margin: 2px 2px;
    color: #999;
    border-radius: 5px;
    background: #efefef;
    cursor: pointer;
}
.website_hot_tags .tag_desc_li a {
    color: #999;
}

.website_new_code_pan_rand {
    width: 0;
    height: 0;
    border: none;
    padding: 0;
    margin: 0;
    display: none;
}


/* 新闻资讯列表样式表无图通用 */
.website_news-container {
    max-width: 1500px;
    margin: 20px auto;
    padding: 50px 20px 10px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.website_news-item {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 15px;
    font-size: 14px;
    box-sizing: border-box;
}

.website_news-date {
    width: auto;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #dcdcdc;
    margin-right: 20px;
    flex-shrink: 0;
    line-height: 1.1;
}

.website_news-date span {
    display: block;
    font-size: 12px;
    color: #333;
    font-weight: normal;
}

.website_news-content {
    flex-grow: 1;
    line-height: 2;
    text-align: left;
}

.website_news-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    text-decoration: none;
}

.website_news-summary {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.website_news-more a {
    border-radius: 90px;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #dcdcdc;
    font-size: 20px;
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
}

.website_load-more {
    display: block;
    max-width: 200px;
    margin: 20px auto;
    padding: 20px 40px;
    text-align: center;
    background-color: #efefef;
    color: #999;
    text-decoration: none;
    border-radius: 90px;
    font-size: 14px;
}


/* 移动端链接样式表 */
.website_mobile_link {
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 0;
}

.website_mobile_link a,
.website_mobile_link a:link,
.website_mobile_link a:hover,
.website_mobile_link a:visited {
    display: inline;
}

.website_add_custom_module_content {
    margin: 50px 0;
}

.data_article_route {
    display: none;
}


/* 特殊情况响应式样式 */
@media (max-width: 767px) {
    .website_logo .logo_content h1 a {
        align-items: center;
        font-size: 18px;
        overflow: hidden;
    }
    
    .web_list_container li {
        align-items: center;
        flex-direction: column;
    }
    
    .webst_about_container .index_about img,
    .webst_culture_container .index_culture img {
        margin: 0;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: auto;
        min-height: auto;
        padding: 0 0 10px 0;
    }
    
    .index_about_service .index_about_service_one,
    .index_about_service .index_about_service_two {
        align-items: center;
        flex-direction: column;
    }

    .index_about_service .index_about_service_one img {
        margin: 0 0 10px 0;
    }

    .index_about_service .index_about_service_two img {
        margin: 10px 0 0 0;
    }

    .index_about_service_one .index_about_service_right {
        padding: 0;
        width: 100%;
    }

    .index_about_service_two .index_about_service_left {
        padding: 0;
        width: 100%;
    }

    .web_list_container li {
        padding: 10px;
    }

    .web_list_container .item-image {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .web_list_container .item-image a {
        display: flex;
        justify-content: center;
    }

    .web_list_container .item-image a img {
        width: 100%;
        height: auto;
    }

    .web_list_container .item-info {
        flex: 1;
        width: auto;
        height: auto;
    }

    .web_news_information_right_botton {
        margin: 0;
    }

    .web_news_information_main {
        align-items: center;
        flex-direction: column;
    }

    .web_news_information_main ul {
        padding: 0;
        margin: 20px 0 0 0;
    }

    .web_news_information_main ul li {
        padding: 10px 0 10px 0;
        margin: 0;
    }
    
    .website_news-item {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .website_news-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .website_news-date {
        width: auto;
        margin-bottom: 10px;
    }

    .website_news-more {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 360px) {

    .website_logo .logo_content h1 a {
        align-items: center;
        font-size: 16px;
        overflow: hidden;
    }
}

@media (max-width: 280px) {

    .website_logo .logo_content h1 a {
        align-items: center;
        font-size: 14px;
        overflow: hidden;
    }
}