@media screen and (max-width: 1500px) {
    .header {
        min-width: 1500px;
    }

    .header .content {
        width: 1400px;
        height: 130px;
    }

    .header .banner {
        width: 970px;
        /* height: 130px; */
        /* height: auto; */
    }

    .header .right-container {
        position: absolute;
        right: 0;
        bottom: 26px;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 17px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 30px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 36px;
        height: 30px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 19px;
        height: 19px;
    }

    .navbar-toggle {
        display: none;
        width: 24px;
        height: 22px;
        margin-top: 25px;
        padding: 0;
        margin-right: 0;
        margin-bottom: 20px;
        border: none;
        border-radius: 0px;
    }

    .nav-container {
        width: 1500px;
    }

    .nav-list {
        width: 1400px;
        height: 55px;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 21px;
        line-height: 58px;
    }

    .sub-banner {
        display: block;
        width: 1500px;
        margin: 0 auto;
    }



    .footer-container .right-container {
        width: 100%;
    }

    .footer-container .right-container .desc {
        font-size: 14px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a {
        margin: 0 5px;
    }

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 1500px;
    }

    .center-content {
        width: 1400px;
        padding-top: 20px;
    }

    .center-content .section {
        margin-bottom: 30px;
        width: 50%;
    }

    .center-content .left-section {
        width: 32%;
    }

    .center-content .center-section {
        width: 32%;
        margin: 0 2%;
    }

    .center-content .top-center-section {
        margin-left: 1%;
        width: 49%;
    }

    .center-content .right-section {
        width: 32%;
    }

    .banner-box {
        width: 100% !important;
    }

    .banner-box-1 ul li {
        width: 700px;
        height: auto;
    }

    .banner-box-1 ul li img {
        width: 100%;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 750px;
        font-size: 15px;
        line-height: 40px;
    }

    .banner-box-2 {
        position: absolute;
        right: 10px;
        bottom: 14px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 25px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 17px;
        height: 17px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 17px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 27px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 19px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        opacity: 0.77;
        top: 50%;
        left: 0;
        margin-top: -5px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 20px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 1400px;
        padding-right: 15px;
    }

    .bread-crumbs-container .column {
        width: 210px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 17px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 1500px;
    }

    .sub-container {
        width: 1400px;
    }

    .sub-container .sub-container-title {
        margin-top: 15px;
        width: 10%;
        height: 37px;
        line-height: 37px;
        font-size: 21px;
    }

    .sub-container .left-container {
        width: 210px;
    }

    .sub-container .sub-nav-list .sub-item {
        width: 210px;
        height: 58px;
        line-height: 58px;
        padding-left: 24px;
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 26px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 90%;
    }

    .sub-container .sub-article-list {
        padding: 0 100px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 66px;
        font-size: 20px;
    }

    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 20px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container {
        padding: 60px 100px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 1200px;
        padding: 0 50px;
    }

    .article-container h1 {
        font-size: 26px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 21px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 23px;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}

@media screen and (max-width: 1460px) {
    .header {
        min-width: 1460px;
    }
    .header .content {
        width: 1360px;
        height: 130px;
    }

    .header .banner {
        width: 970px;
        /* height: 130px; */
        /* height: auto; */
    }

    .header .right-container {
        position: absolute;
        right: 0;
        bottom: 26px;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 17px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 30px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 36px;
        height: 30px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 19px;
        height: 19px;
    }

    .navbar-toggle {
        display: none;
        width: 24px;
        height: 22px;
        margin-top: 25px;
        padding: 0;
        margin-right: 0;
        margin-bottom: 20px;
        border: none;
        border-radius: 0px;
    }

    .nav-container {
        width: 1460px;
    }

    .nav-list {
        width: 1360px;
        height: 55px;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 21px;
        line-height: 58px;
    }

    .sub-banner {
        display: block;
        width: 1460px;
        margin: 0 auto;
    }

    .footer-container {
        width: 100%;
        padding: 22px 10px;
    }

    .footer-container .right-container {
        width: 100%;
    }

    .footer-container .right-container .desc {
        font-size: 14px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a {
        margin: 0 5px;
    }

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 1460px;
    }

    .center-content {
        width: 1360px;
        padding-top: 20px;
    }

    .center-content .section {
        margin-bottom: 30px;
        width: 50%;
    }

    .center-content .left-section {
        width: 32%;
    }

    .center-content .center-section {
        width: 32%;
        margin: 0 2%;
    }

    .center-content .top-center-section {
        margin-left: 1%;
        width: 49%;
    }

    .center-content .right-section {
        width: 32%;
    }

    .banner-box {
        width: 100% !important;
    }

    .banner-box-1 ul li {
        width: 680px;
        height: auto;
    }

    .banner-box-1 ul li img {
        width: 100%;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 750px;
        font-size: 15px;
        line-height: 40px;
    }

    .banner-box-2 {
        position: absolute;
        right: 10px;
        bottom: 14px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 25px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 17px;
        height: 17px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 17px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 27px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 19px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        opacity: 0.77;
        top: 50%;
        left: 0;
        margin-top: -5px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 20px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 1360px;
        padding-right: 15px;
    }

    .bread-crumbs-container .column {
        width: 210px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 17px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 1460px;
    }

    .sub-container {
        width: 1360px;
    }

    .sub-container .sub-container-title {
        margin-top: 15px;
        width: 10%;
        height: 37px;
        line-height: 37px;
        font-size: 21px;
    }

    .sub-container .left-container {
        width: 210px;
    }

    .sub-container .sub-nav-list .sub-item {
        width: 210px;
        height: 58px;
        line-height: 58px;
        padding-left: 24px;
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 26px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 90%;
    }

    .sub-container .sub-article-list {
        padding: 0 100px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 66px;
        font-size: 20px;
    }

    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 20px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container {
        padding: 60px 100px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 1100px;
        padding: 0 50px;
    }

    .article-container h1 {
        font-size: 26px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 21px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 23px;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}

@media screen and (max-width: 1400px) {
    .header {
        min-width: 1400px;
    }

    .header .content {
        width: 1300px;
        height: 130px;
    }

    .header .banner {
        width: 970px;
        /* height: 130px; */
        /* height: auto; */
    }

    .header .right-container {
        position: absolute;
        right: 0;
        bottom: 26px;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 17px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 30px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 36px;
        height: 30px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 19px;
        height: 19px;
    }

    .navbar-toggle {
        display: none;
        width: 24px;
        height: 22px;
        margin-top: 25px;
        padding: 0;
        margin-right: 0;
        margin-bottom: 20px;
        border: none;
        border-radius: 0px;
    }

    .nav-container {
        width: 1400px;
    }

    .nav-list {
        width: 1300px;
        height: 55px;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 21px;
        line-height: 58px;
    }

    .sub-banner {
        display: block;
        width: 1400px;
        margin: 0 auto;
    }

    .footer-container {
        width: 100%;
        padding: 22px 10px;
    }

    .footer-container .right-container {
        width: 100%;
    }

    .footer-container .right-container .desc {
        font-size: 14px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a {
        margin: 0 5px;
    }

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 1400px;
    }

    .center-content {
        width: 1300px;
        padding-top: 20px;
    }

    .center-content .section {
        margin-bottom: 30px;
        width: 50%;
    }

    .center-content .left-section {
        width: 32%;
    }

    .center-content .center-section {
        width: 32%;
        margin: 0 2%;
    }

    .center-content .top-center-section {
        margin-left: 1%;
        width: 49%;
    }

    .center-content .right-section {
        width: 32%;
    }

    .banner-box {
        width: 100% !important;
    }

    .banner-box-1 ul li {
        width: 650px;
        height: auto;
    }

    .banner-box-1 ul li img {
        width: 100%;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 750px;
        font-size: 15px;
        line-height: 40px;
    }

    .banner-box-2 {
        position: absolute;
        right: 10px;
        bottom: 14px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 25px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 17px;
        height: 17px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 17px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 27px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 19px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        opacity: 0.77;
        top: 50%;
        left: 0;
        margin-top: -5px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 20px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 1260px;
        padding-right: 15px;
    }

    .bread-crumbs-container .column {
        width: 210px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 17px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 1400px;
    }

    .sub-container {
        width: 1360px;
    }

    .sub-container .sub-container-title {
        margin-top: 15px;
        width: 10%;
        height: 37px;
        line-height: 37px;
        font-size: 21px;
    }

    .sub-container .left-container {
        width: 210px;
    }

    .sub-container .sub-nav-list .sub-item {
        width: 210px;
        height: 58px;
        line-height: 58px;
        padding-left: 24px;
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 26px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 90%;
    }

    .sub-container .sub-article-list {
        padding: 0 100px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 66px;
        font-size: 20px;
    }

    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 20px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container {
        padding: 60px 100px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 1000px;
        padding: 0 50px;
    }

    .article-container h1 {
        font-size: 26px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 21px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 23px;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}

@media screen and (max-width: 1366px) {
    .header {
        min-width: 1300px;
    }

    .header .content {
        width: 1266px;
        height: 130px;
    }

    .header .banner {
        width: 800px;
        /* height: 130px; */
        /* height: auto; */
    }

    .header .right-container {
        position: absolute;
        right: 0;
        bottom: 26px;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 17px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 30px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 36px;
        height: 30px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 19px;
        height: 19px;
    }

    .navbar-toggle {
        display: none;
        width: 24px;
        height: 22px;
        margin-top: 25px;
        padding: 0;
        margin-right: 0;
        margin-bottom: 20px;
        border: none;
        border-radius: 0px;
    }

    .nav-container {
        width: 1366px;
    }

    .nav-list {
        width: 1200px;
        height: 55px;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 19px;
        line-height: 58px;
    }

    .sub-banner {
        display: block;
        width: 1300px;
        margin: 0 auto;
    }

    .footer-container {
        width: 1366px;
        padding: 22px 10px;
    }

    .footer-container .right-container {
        width: 100%;
    }

    .footer-container .right-container .desc {
        font-size: 12px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a {
        margin: 0 5px;
    }

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 1366px;
    }

    .center-content {
        width: 1266px;
        padding-top: 20px;
    }

    .center-content .section {
        margin-bottom: 20px;
        width: 50%;
    }

    .center-content .left-section {
        width: 32%;
    }

    .center-content .center-section {
        width: 32%;
        margin: 0 2%;
    }

    .center-content .top-center-section {
        margin-left: 1%;
        width: 49%;
    }

    .center-content .right-section {
        width: 32%;
    }

    .banner-box {
        width: 100% !important;
        height: auto;
    }

    .banner-box-1 ul li {
        width: 600px;
        height: 340px;
    }

    .banner-box-1 ul li img {
        width: 100%;
        height: 340px;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 750px;
        font-size: 15px;
        line-height: 40px;
    }

    .banner-box-2 {
        position: absolute;
        right: 10px;
        bottom: 16px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 23px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 17px;
        height: 17px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 15px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 21px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 17px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        opacity: 0.77;
        top: 50%;
        left: 0;
        margin-top: -5px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 20px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 1200px;
        padding-right: 15px;
    }

    .bread-crumbs-container .column {
        width: 210px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 17px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 1300px;
    }

    .sub-container {
        width: 1200px;
    }

    .sub-container .sub-container-title {
        margin-top: 15px;
        width: 10%;
        height: 37px;
        line-height: 37px;
        font-size: 21px;
    }

    .sub-container .left-container {
        width: 210px;
    }

    .sub-container .sub-nav-list .sub-item {
        width: 210px;
        height: 58px;
        line-height: 58px;
        padding-left: 24px;
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 26px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 90%;
    }

    .sub-container .sub-article-list {
        padding: 0 100px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 66px;
        font-size: 20px;
    }

    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 20px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container {
        padding: 60px 100px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 900px;
        padding: 0 50px;
    }

    .article-container h1 {
        font-size: 26px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 21px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 23px;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}

@media screen and (max-width: 1300px) {
    .header {
        min-width: 1300px;
    }

    .header .content {
        width: 1200px;
        height: 130px;
    }

    .header .banner {
        width: 800px;
        /* height: 130px; */
        /* height: auto; */
    }

    .header .right-container {
        position: absolute;
        right: 0;
        bottom: 26px;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 17px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 30px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 36px;
        height: 30px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 19px;
        height: 19px;
    }

    .navbar-toggle {
        display: none;
        width: 24px;
        height: 22px;
        margin-top: 25px;
        padding: 0;
        margin-right: 0;
        margin-bottom: 20px;
        border: none;
        border-radius: 0px;
    }

    .nav-container {
        width: 1300px;
    }

    .nav-list {
        width: 1200px;
        height: 55px;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 19px;
        line-height: 58px;
    }

    .sub-banner {
        display: block;
        width: 1300px;
        margin: 0 auto;
    }

    .footer-container {
        width: 100%;
        padding: 22px 10px;
    }

    .footer-container .right-container {
        width: 100%;
    }

    .footer-container .right-container .desc {
        font-size: 12px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a {
        margin: 0 5px;
    }

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 1300px;
    }

    .center-content {
        width: 1200px;
        padding-top: 20px;
    }

    .center-content .section {
        margin-bottom: 20px;
        width: 50%;
    }

    .center-content .left-section {
        width: 32%;
    }

    .center-content .center-section {
        width: 32%;
        margin: 0 2%;
    }

    .center-content .top-center-section {
        margin-left: 1%;
        width: 49%;
    }

    .center-content .right-section {
        width: 32%;
    }

    .banner-box {
        width: 100% !important;
        height: auto;
    }

    .banner-box-1 ul li {
        width: 600px;
        height: 340px;
    }

    .banner-box-1 ul li img {
        width: 100%;
        height: 340px;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 750px;
        font-size: 15px;
        line-height: 40px;
    }

    .banner-box-2 {
        position: absolute;
        right: 10px;
        bottom: 16px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 23px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 17px;
        height: 17px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 15px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 21px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 17px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        opacity: 0.77;
        top: 50%;
        left: 0;
        margin-top: -5px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 20px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 1200px;
        padding-right: 15px;
    }

    .bread-crumbs-container .column {
        width: 210px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 17px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 1300px;
    }

    .sub-container {
        width: 1200px;
    }

    .sub-container .sub-container-title {
        margin-top: 15px;
        width: 10%;
        height: 37px;
        line-height: 37px;
        font-size: 21px;
    }

    .sub-container .left-container {
        width: 210px;
    }

    .sub-container .sub-nav-list .sub-item {
        width: 210px;
        height: 58px;
        line-height: 58px;
        padding-left: 24px;
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 26px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 90%;
    }

    .sub-container .sub-article-list {
        padding: 0 100px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 66px;
        font-size: 20px;
    }

    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 20px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container {
        padding: 60px 100px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 900px;
        padding: 0 50px;
    }

    .article-container h1 {
        font-size: 26px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 21px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 23px;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}

@media screen and (max-width: 1200px) {
    .header {
        min-width: 1100px;
    }

    .header .content {
        width: 1100px;
        height: 105px;
    }

    .header .banner {
        width: 700px;
        /* height: 130px; */
        height: auto;
        padding-top: 10px;
    }

    .header .right-container {
        position: absolute;
        right: 0;
        bottom: 26px;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 15px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 25px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 30px;
        height: 24px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 15px;
        height: 15px;
    }

    .navbar-toggle {
        display: none;
        width: 24px;
        height: 22px;
        margin-top: 25px;
        padding: 0;
        margin-right: 0;
        margin-bottom: 20px;
        border: none;
        border-radius: 0px;
    }

    .nav-container {
        width: 1200px;
    }

    .nav-list {
        width: 1000px;
        height: 50px;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 18px;
        line-height: 50px;
    }

    .sub-banner {
        display: block;
        width: 1100px;
        margin: 0 auto;
    }

    .footer-container {
        width: 100%;
        padding: 22px 10px;
    }

    .footer-container .right-container {
        width: 100%;
    }

    .footer-container .right-container .desc {
        font-size: 10px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a {
        margin: 0 5px;
    }

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 1100px;
    }

    .center-content {
        width: 1000px;
        padding-top: 20px;
    }

    .center-content .section {
        /* margin-bottom: 30px; */
        width: 50%;
    }

    .center-content .left-section {
        width: 32%;
    }

    .center-content .center-section {
        width: 32%;
        margin: 0 2%;
    }

    .center-content .top-center-section {
        margin-left: 1%;
        width: 49%;
    }

    .center-content .right-section {
        width: 32%;
    }

    .banner-box {
        width: 100% !important;
    }

    .banner-box-1 ul li {
        width: 500px;
        height: auto;
    }

    .banner-box-1 ul li img {
        width: 100%;
        height: 271px;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 500px;
        font-size: 13px;
        line-height: 40px;
    }

    .banner-box-2 {
        position: absolute;
        right: 10px;
        bottom: 14px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 21px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 15px;
        height: 15px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 13px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 13px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 12px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 15px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        opacity: 0.77;
        top: 62%;
        left: 0;
        margin-top: -5px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 18px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 1000px;
        padding-right: 15px;
    }

    .bread-crumbs-container .column {
        width: 210px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 17px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 1100px;
    }

    .sub-container {
        width: 100%;
    }

    .sub-container .sub-container-title {
        margin-top: 15px;
        width: 10%;
        height: 37px;
        line-height: 37px;
        font-size: 21px;
        display: none;
    }

    .sub-container .left-container {
        width: 210px;
    }

    .sub-container .sub-nav-list .sub-item {
        width: 210px;
        height: 58px;
        line-height: 58px;
        padding-left: 24px;
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 26px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 100%;
    }

    .sub-container .sub-article-list {
        padding: 0 50px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 60px;
        font-size: 18px;
    }

    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 18px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container {
        padding: 60px 100px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 900px;
        padding: 0 50px;
    }

    .article-container h1 {
        font-size: 26px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 21px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 23px;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}

@media screen and (max-width: 1100px) {
    .header {
        min-width: 1100px;
    }

    .header .content {
        width: 1000px;
        height: 105px;
    }

    .header .banner {
        width: 700px;
        /* height: 130px; */
        height: auto;
        padding-top: 10px;
    }

    .header .right-container {
        position: absolute;
        right: 0;
        bottom: 26px;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 15px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 25px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 30px;
        height: 24px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 15px;
        height: 15px;
    }

    .navbar-toggle {
        display: none;
        width: 24px;
        height: 22px;
        margin-top: 25px;
        padding: 0;
        margin-right: 0;
        margin-bottom: 20px;
        border: none;
        border-radius: 0px;
    }

    .nav-container {
        width: 1100px;
    }

    .nav-list {
        width: 1000px;
        height: 50px;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 18px;
        line-height: 50px;
    }

    .sub-banner {
        display: block;
        width: 1100px;
        margin: 0 auto;
    }

    .footer-container {
        width: 100%;
        padding: 22px 10px;
    }

    .footer-container .right-container {
        width: 100%;
    }

    .footer-container .right-container .desc {
        font-size: 10px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a {
        margin: 0 5px;
    }

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 1100px;
    }

    .center-content {
        width: 1000px;
        padding-top: 20px;
    }

    .center-content .section {
        /* margin-bottom: 30px; */
        width: 50%;
    }

    .center-content .left-section {
        width: 32%;
    }

    .center-content .center-section {
        width: 32%;
        margin: 0 2%;
    }

    .center-content .top-center-section {
        margin-left: 1%;
        width: 49%;
    }

    .center-content .right-section {
        width: 32%;
    }

    .banner-box {
        width: 100% !important;
    }

    .banner-box-1 ul li {
        width: 500px;
        height: auto;
    }

    .banner-box-1 ul li img {
        width: 100%;
        height: 271px;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 500px;
        font-size: 13px;
        line-height: 40px;
    }

    .banner-box-2 {
        position: absolute;
        right: 10px;
        bottom: 14px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 21px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 15px;
        height: 15px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 13px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 13px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 12px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 15px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        opacity: 0.77;
        top: 62%;
        left: 0;
        margin-top: -5px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 18px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 1000px;
        padding-right: 15px;
    }

    .bread-crumbs-container .column {
        width: 210px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 17px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 1000px;
    }

    .sub-container {
        width: 100%;
    }

    .sub-container .sub-container-title {
        margin-top: 15px;
        width: 10%;
        height: 37px;
        line-height: 37px;
        font-size: 21px;
        display: none;
    }

    .sub-container .left-container {
        width: 210px;
        display: none;
    }

    .sub-container .sub-nav-list .sub-item {
        width: 210px;
        height: 58px;
        line-height: 58px;
        padding-left: 24px;
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 26px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 100%;
    }

    .sub-container .sub-article-list {
        padding: 0 50px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 60px;
        font-size: 18px;
    }

    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 18px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container {
        padding: 60px 100px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 1000px;
        padding: 0 50px;
    }

    .article-container h1 {
        font-size: 26px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 21px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 23px;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}

@media screen and (max-width: 1060px) {
    .header {
        min-width: 960px;
    }
    .sub-container .sub-article-list .sub-article-item .title {
    position: relative;
    color: #000;
    flex: 0 0 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .header .content {
        width: 960px;
        height: 80px;
    }

    .header .banner {
        width: 500px;
        /* height: 130px; */
        /* height: auto; */
    }

    .header .right-container {
        position: absolute;
        right: 0;
        bottom: 15px;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 12px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 24px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 31px;
        height: 25px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 13px;
        height: 13px;
    }

    .navbar-toggle {
        display: none;
        width: 24px;
        height: 22px;
        margin-top: 25px;
        padding: 0;
        margin-right: 0;
        margin-bottom: 20px;
        border: none;
        border-radius: 0px;
    }

    .nav-container {
        width: 1060px;
    }

    .nav-list {
        width: 860px;
        height: 45px;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 16px;
        line-height: 45px;
    }

    .sub-banner {
        display: block;
        width: 960px;
        margin: 0 auto;
    }

    .footer-container {
        width: 100%;
        padding: 22px 10px;
    }

    .footer-container .right-container {
        width: 100%;
    }

    .footer-container .right-container .desc {
        font-size: 8px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a {
        margin: 0px 5px;
    }

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 960px;
    }

    .center-content {
        width: 860px;
        padding-top: 20px;
    }

    .center-content .section {
        /* margin-bottom: 30px; */
        width: 50%;
    }

    .center-content .left-section {
        width: 32%;
    }

    .center-content .center-section {
        width: 32%;
        margin: 0 2%;
    }

    .center-content .top-center-section {
        margin-left: 1%;
        width: 49%;
    }

    .center-content .right-section {
        width: 32%;
    }

    .banner-box {
        width: 100% !important;
    }

    .banner-box-1 ul li {
        width: 430px;
        height: auto;
    }

    .banner-box-1 ul li img {
        width: 100%;
        height: 230px;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 30px;
        width: 430px;
        font-size: 12px;
        line-height: 30px;
    }

    .banner-box-2 {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 19px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 13px;
        height: 13px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 12px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 9px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 13px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        opacity: 0.77;
        top: 50%;
        left: 0;
        margin-top: -2px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 18px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 900px;
        padding-right: 15px;
    }

    .bread-crumbs-container .column {
        width: 210px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 17px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 960px;
    }

    .sub-container {
        width: 960px;
    }

    .sub-container .sub-container-title {
        margin-top: 15px;
        width: 10%;
        height: 37px;
        line-height: 37px;
        font-size: 21px;
    }

    .sub-container .left-container {
        width: 210px;
    }

    .sub-container .sub-nav-list .sub-item {
        width: 210px;
        height: 58px;
        line-height: 58px;
        padding-left: 24px;
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 24px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 100%;
    }

    .sub-container .sub-article-list {
        padding: 0 50px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 60px;
        font-size: 18px;
    }

    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 18px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container {
        padding: 60px 100px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 960px;
        padding: 0 50px;
    }

    .article-container h1 {
        font-size: 22px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 19px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 23px;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}

@media screen and (max-width: 960px) {
    .header {
        min-width: 960px;
    }
    .sub-container .sub-article-list .sub-article-item .title {
    position: relative;
    color: #000;
    flex: 0 0 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .header .content {
        width: 860px;
        height: 80px;
    }

    .header .banner {
        width: 500px;
        /* height: 130px; */
        /* height: auto; */
    }

    .header .right-container {
        position: absolute;
        right: 0;
        bottom: 15px;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 12px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 24px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 31px;
        height: 25px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 13px;
        height: 13px;
    }

    .navbar-toggle {
        display: none;
        width: 24px;
        height: 22px;
        margin-top: 25px;
        padding: 0;
        margin-right: 0;
        margin-bottom: 20px;
        border: none;
        border-radius: 0px;
    }

    .nav-container {
        width: 960px;
    }

    .nav-list {
        width: 860px;
        height: 45px;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 16px;
        line-height: 45px;
    }

    .sub-banner {
        display: block;
        width: 960px;
        margin: 0 auto;
    }

    .footer-container {
        width: 100%;
        padding: 22px 10px;
    }

    .footer-container .right-container {
        width: 100%;
    }

    .footer-container .right-container .desc {
        font-size: 8px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a {
        margin: 0px 5px;
    }

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 960px;
    }

    .center-content {
        width: 860px;
        padding-top: 20px;
    }

    .center-content .section {
        /* margin-bottom: 30px; */
        width: 50%;
    }

    .center-content .left-section {
        width: 32%;
    }

    .center-content .center-section {
        width: 32%;
        margin: 0 2%;
    }

    .center-content .top-center-section {
        margin-left: 1%;
        width: 49%;
    }

    .center-content .right-section {
        width: 32%;
    }

    .banner-box {
        width: 100% !important;
    }

    .banner-box-1 ul li {
        width: 430px;
        height: auto;
    }

    .banner-box-1 ul li img {
        width: 100%;
        height: 230px;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 30px;
        width: 430px;
        font-size: 12px;
        line-height: 30px;
    }

    .banner-box-2 {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 19px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 13px;
        height: 13px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 12px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 9px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 13px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        opacity: 0.77;
        top: 50%;
        left: 0;
        margin-top: -2px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 18px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 900px;
        padding-right: 15px;
    }

    .bread-crumbs-container .column {
        width: 210px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 17px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 960px;
    }

    .sub-container {
        width: 960px;
    }

    .sub-container .sub-container-title {
        margin-top: 15px;
        width: 10%;
        height: 37px;
        line-height: 37px;
        font-size: 21px;
    }

    .sub-container .left-container {
        width: 210px;
    }

    .sub-container .sub-nav-list .sub-item {
        width: 210px;
        height: 58px;
        line-height: 58px;
        padding-left: 24px;
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 24px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 100%;
    }

    .sub-container .sub-article-list {
        padding: 0 50px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 60px;
        font-size: 18px;
    }

    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 18px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container {
        padding: 60px 100px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 860px;
        padding: 0 50px;
    }

    .article-container h1 {
        font-size: 22px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 19px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 23px;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}

@media screen and (max-width: 860px) {
    .header {
        min-width: 860px;
    }
    .sub-container .sub-article-list .sub-article-item .title {
    position: relative;
    color: #000;
    flex: 0 0 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .header .content {
        width: 760px;
        height: 80px;
    }

    .header .banner {
        width: 500px;
        /* height: 130px; */
        /* height: auto; */
    }

    .header .right-container {
        position: absolute;
        right: 0;
        bottom: 15px;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 12px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 24px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 31px;
        height: 25px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 13px;
        height: 13px;
    }

    .navbar-toggle {
        display: none;
        width: 24px;
        height: 22px;
        margin-top: 25px;
        padding: 0;
        margin-right: 0;
        margin-bottom: 20px;
        border: none;
        border-radius: 0px;
    }

    .nav-container {
        width: 860px;
    }

    .nav-list {
        width: 760px;
        height: 45px;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 16px;
        line-height: 45px;
    }

    .sub-banner {
        display: block;
        width: 860px;
        margin: 0 auto;
    }

    .footer-container {
        width: 100%;
        padding: 22px 10px;
    }

    .footer-container .right-container {
        width: 100%;
    }

    .footer-container .right-container .desc {
        font-size: 8px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a {
        margin: 0px 5px;
    }

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 860px;
    }

    .center-content {
        width: 760px;
        padding-top: 20px;
    }

    .center-content .section {
        /* margin-bottom: 30px; */
        width: 50%;
    }

    .center-content .left-section {
        width: 32%;
    }

    .center-content .center-section {
        width: 32%;
        margin: 0 2%;
    }

    .center-content .top-center-section {
        margin-left: 1%;
        width: 49%;
    }

    .center-content .right-section {
        width: 32%;
    }

    .banner-box {
        width: 100% !important;
    }

    .banner-box-1 ul li {
        width: 380px;
        height: auto;
    }

    .banner-box-1 ul li img {
        width: 100%;
        height: 226px;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 30px;
        width: 430px;
        font-size: 12px;
        line-height: 30px;
    }

    .banner-box-2 {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 19px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 13px;
        height: 13px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 12px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 9px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 13px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        opacity: 0.77;
        top: 50%;
        left: 0;
        margin-top: -2px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 18px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 795px;
        padding-right: 15px;
    }

    .bread-crumbs-container .column {
        width: 210px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 17px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 860px;
    }

    .sub-container {
        width: 860px;
    }

    .sub-container .sub-container-title {
        margin-top: 15px;
        width: 10%;
        height: 37px;
        line-height: 37px;
        font-size: 21px;
    }

    .sub-container .left-container {
        width: 210px;
    }

    .sub-container .sub-nav-list .sub-item {
        width: 210px;
        height: 58px;
        line-height: 58px;
        padding-left: 24px;
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 24px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 100%;
    }

    .sub-container .sub-article-list {
        padding: 0 50px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 60px;
        font-size: 18px;
    }

    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 18px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container {
        padding: 60px 100px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 860px;
        padding: 0 50px;
    }

    .article-container h1 {
        font-size: 22px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 19px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 23px;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}

@media screen and (max-width: 767px) {
    .header {
        min-width: 767px;
    }
.sub-container .sub-article-list .sub-article-item .title {
    position: relative;
    color: #000;
    flex: 0 0 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .header .content {
        width: 667px;
        height: 65px;
    }

    .header .banner {
        width: 400px;
        /* height: 130px; */
        /* height: auto; */
    }

    .header .right-container {
        position: absolute;
        right: 0;
        bottom: 10px;
        width: 20%;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 10px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 18px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 21px;
        height: 17px;
        position: absolute;
        right: 1px;
        bottom: 0.5px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 10px;
        height: 10px;
    }

    .navbar-toggle {
        display: block;
        width: 24px;
        height: 23px;
        border: none;
        position: absolute;
        right: 129px;
        top: -10px;
        background-size: 17px;
    }
    .navbar-toggle.shouye {
        display: block;
        width: 24px;
        height: 23px;
        border: none;
        position: absolute;
        left: -22px;
        top: -24px;
        background-size: 17px;
    }
    .nav-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
        min-height: 100%;
        overflow-y: auto;
        background-color: rgba(25 71 127 / 60%);
        display: none;
    }

    .nav-list {
        width: 100%;
        height: 55px;
        display: block;
    }

    .nav-list .nav-item:hover {
        background: rgba(25 71 127 / 80%);
    }

    .nav-list .nav-item:hover a {
        color: #7f2719;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 21px;
        line-height: 58px;
    }

    .sub-banner {
        display: block;
        width: 767px;
        margin: 0 auto;
    }

    .footer-container {
        width: 100%;
        padding: 22px 10px;
    }

    .footer-container .right-container {
        width: 100%;
        padding: 0px 35px;
    }

    .footer-container .right-container .desc {
        font-size: 10px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a {
        margin: 0px 5px;
    }

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 767px;
    }

    .center-content {
        width: 667px;
        padding-top: 20px;
    }

    .center-content .section {
        margin-bottom: 30px;
        width: 100%;
    }

    .center-content .left-section {
        width: 100%;
    }

    .center-content .center-section {
        width: 100%;
        margin: 0% 0%;
    }

    .center-content .top-center-section {
        margin-left: 0%;
        width: 100%;
    }

    .center-content .right-section {
        width: 100%;
        margin-top: 4%;
    }

    .banner-box {
        width: 100% !important;
    }

    .banner-box-1 ul li {
        width: 667px;
        height: auto;
    }

    .banner-box-1 ul li img {
        width: 100%;
        height: 354px;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 667px;
        font-size: 15px;
        line-height: 40px;
    }

    .banner-box-2 {
        position: absolute;
        right: 10px;
        bottom: 14px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 24px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 17px;
        height: 17px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 15px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 14px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 16px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        opacity: 0.77;
        top: 50%;
        left: 0;
        margin-top: -5px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 20px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 722px;
        padding-right: 15px;
    }

    .bread-crumbs-container .column {
        width: 210px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 16px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 767px;
    }

    .sub-container {
        width: 767px;
    }

    .sub-container .sub-container-title {
        margin-top: 15px;
        width: 10%;
        height: 37px;
        line-height: 37px;
        font-size: 21px;
    }

    .sub-container .left-container {
        width: 210px;
        display: none;
    }

    .sub-container .sub-nav-list .sub-item {
        width: 180px;
        height: 58px;
        line-height: 58px;
        padding-left: 24px;
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 24px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 100%;
    }

    .sub-container .sub-article-list {
        padding: 0 50px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 55px;
        font-size: 16px;
    }

    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 16px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container {
        padding: 60px 100px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 767px;
        padding: 0 30px;
    }

    .article-container h1 {
        font-size: 22px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 19px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 22px;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}

@media screen and (max-width: 610px) {
    .header {
        min-width: 545px;
    }
.sub-container .sub-article-list .sub-article-item .title {
    position: relative;
    color: #000;
    flex: 0 0 335px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .header .content {
        width: 545px;
        height: 60px;
    }

    .header .banner {
        width: 340px;
        /* height: 130px; */
        /* height: auto; */
    }

    .header .right-container {
        position: absolute;
        right: 0;
        bottom: 4px;
        width: 26%;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 10px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 18px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 21px;
        height: 17px;
        position: absolute;
        right: 1px;
        bottom: 0.5px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 10px;
        height: 10px;
    }

    .navbar-toggle {
        display: block;
        width: 24px;
        height: 23px;
        border: none;
        position: absolute;
        right: 127px;
        top: -9px;
        background-size: 17px;
    }

    .nav-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
        min-height: 100%;
        overflow-y: auto;
        background-color: rgba(25 71 127 / 60%);
        display: none;
    }

    .nav-list {
        width: 100%;
        height: 55px;
        display: block;
    }

    .nav-list .nav-item:hover {
        background: rgba(25 71 127 / 80%);
    }

    .nav-list .nav-item:hover a {
        color: #7f2719;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 21px;
        line-height: 58px;
    }

    .sub-banner {
        display: block;
        width: 592px;
        margin: 0 auto;
    }

    .footer-container {
        width: 100%;
        padding: 22px 10px;
    }

    .footer-container .right-container {
        width: 100%;
        padding: 0px 35px;
    }

    .footer-container .right-container .desc {
        font-size: 10px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a:nth-child(1) {
        margin: 0px 20px;
    }

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 610px;
    }

    .center-content {
        width: 510px;
        padding-top: 20px;
    }

    .center-content .section {
        margin-bottom: 30px;
        width: 100%;
    }

    .center-content .left-section {
        width: 100%;
    }

    .center-content .center-section {
        width: 100%;
        margin: 0% 0%;
    }

    .center-content .top-center-section {
        margin-left: 0%;
        width: 100%;
    }

    .center-content .right-section {
        width: 100%;
        margin-top: 4%;
    }

    .banner-box {
        width: 100% !important;
    }

    .banner-box-1 ul li {
        width: 510px;
        height: auto;
    }

    .banner-box-1 ul li img {
        width: 100%;
        height: 270px;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 510px;
        font-size: 15px;
        line-height: 40px;
    }

    .banner-box-2 {
        position: absolute;
        right: 10px;
        bottom: 14px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 22px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 15px;
        height: 15px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 13px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 12px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 13px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 15px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        opacity: 0.77;
        top: 50%;
        left: 0;
        margin-top: -5px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 20px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 560px;
        padding-right: 15px;
    }

    .bread-crumbs-container .column {
        width: 210px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 17px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 592px;
    }

    .sub-container {
        width: 610px;
    }

    .sub-container .sub-container-title {
        margin-top: 15px;
        width: 10%;
        height: 37px;
        line-height: 37px;
        font-size: 21px;
    }

    .sub-container .left-container {
        width: 210px;
    }

    .sub-container .sub-nav-list .sub-item {
        width: 129px;
        height: 58px;
        line-height: 58px;
        padding-left: 24px;
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 22px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 100%;
    }

    .sub-container .sub-article-list {
        padding: 0 40px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 60px;
        font-size: 16px;
    }

    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 16px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container {
        padding: 60px 100px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 592px;
        padding: 0 20px;
    }

    .article-container h1 {
        font-size: 20px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 17px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 22px;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}

@media screen and (max-width: 509px) {
    .header {
        min-width: 509px;
    }

    .header .content {
        width: 443px;
        height: 90px;
    }

    .header .banner {
        width: 435px;
        /* height: 130px; */
        /* height: auto; */
    }

    .header .right-container {
        position: absolute;
        right: 0;
        bottom: 9px;
        width: 90%;
        display: block;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 10px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 18px;
        width: 50%;
        display: inline-block;
        position: absolute;
        right: 12px;
        top: -8px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 21px;
        height: 17px;
        position: absolute;
        right: 1px;
        bottom: 0.5px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 10px;
        height: 10px;
    }

    .navbar-toggle {
        display: block;
        width: 24px;
        height: 23px;
        border: none;
        position: absolute;
        left: 18px;
        top: 40px;
        background-size: 17px;
    }

    .nav-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
        min-height: 100%;
        overflow-y: auto;
        background-color: rgba(25 71 127 / 60%);
        display: none;
    }

    .nav-list {
        width: 100%;
        height: 55px;
        display: block;
    }

    .nav-list .nav-item:hover {
        background: rgba(25 71 127 / 80%);
    }

    .nav-list .nav-item:hover a {
        color: #7f2719;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 21px;
        line-height: 58px;
    }

    .sub-banner {
        display: block;
        width: 493px;
        margin: 0 auto;
    }

    .footer-container {
        width: 100%;
        padding: 22px 10px;
    }

    .footer-container .right-container {
        width: 100%;
        padding: 0px 35px;
    }

    .footer-container .right-container .desc {
        font-size: 12px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a {
        margin: 0px 5px;
    }

.footer-container .right-container .desc a:first-child {
    padding: 0 0;
}

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 509px;
    }

    .center-content {
        width: 409px;
        padding-top: 20px;
    }

    .center-content .section {
        margin-bottom: 25px;
        width: 100%;
    }

    .center-content .left-section {
        width: 100%;
    }

    .center-content .center-section {
        width: 100%;
        margin: 0% 0%;
    }

    .center-content .top-center-section {
        margin-left: 0%;
        width: 100%;
    }

    .center-content .right-section {
        width: 100%;
        margin-top: 4%;
    }

    .banner-box {
        width: 100% !important;
    }

    .banner-box-1 ul li {
        width: 409px;
        height: auto;
    }

    .banner-box-1 ul li img {
        width: 100%;
        height: 240px;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 409px;
        font-size: 13px;
        line-height: 40px;
    }

    .banner-box-2 {
        position: absolute;
        right: 10px;
        bottom: 14px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 20px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 17px;
        height: 17px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 14px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 14px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 16px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        opacity: 0.77;
        top: 50%;
        left: 0;
        margin-top: -5px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 20px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 450px;
        padding-right: 15px;
    }

    .bread-crumbs-container .column {
        width: 210px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 17px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 493px;
    }

    .sub-container {
        width: 509px;
    }

    .sub-container .sub-container-title {
        margin-top: 15px;
        width: 10%;
        height: 37px;
        line-height: 37px;
        font-size: 21px;
    }

    .sub-container .left-container {
        width: 210px;
    }

    .sub-container .sub-nav-list .sub-item {
        width: 210px;
        height: 58px;
        line-height: 58px;
        padding-left: 24px;
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 26px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 100%;
    }

    .sub-container .sub-article-list {
        padding: 0 30px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 66px;
        font-size: 16px;
    }

    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 16px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container {
        padding: 60px 100px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 490px;
        padding: 0 20px;
    }

    .article-container h1 {
        font-size: 18px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 15px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 18px!important;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}

@media screen and (max-width: 479px) {
    .header {
        min-width: 479px;
    }

    .header .content {
        width: 417px;
        height: 90px;
    }

    .header .banner {
        width: 410px;
        /* height: 130px; */
        /* height: auto; */
        padding-left: 10px;
    }

    .header .right-container {
        position: absolute;
        right: 0;
        bottom: 10px;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 13px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 18px;
        width: 57%;
        display: inline-block;
        position: absolute;
        right: 13px;
        top: -8px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 21px;
        height: 17px;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 10px;
        height: 10px;
    }

    .navbar-toggle {
        display: block;
        width: 24px;
        height: 23px;
        border: none;
        position: absolute;
        right: 8px;
        top: 38px;
        background-size: 17px;
    }

    .nav-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
        min-height: 100%;
        overflow-y: auto;
        background-color: rgba(25 71 127 / 60%);
        display: none;
    }

    .nav-list {
        width: 100%;
        height: 55px;
        display: block;
    }

    .nav-list .nav-item:hover {
        background: rgba(25 71 127 / 80%);
    }

    .nav-list .nav-item:hover a {
        color: #7f2719;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 21px;
        line-height: 58px;
    }

    .sub-banner {
        display: block;
        width: 479px;
        margin: 0 auto;
    }

    .footer-container {
        width: 100%;
        padding: 22px 10px;
    }

    .footer-container .right-container {
        width: 100%;
        padding: 0px 35px;
    }

    .footer-container .right-container .desc {
        font-size: 10px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a {
        margin: 0px 5px;
    }

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 479px;
    }

    .center-content {
        width: 400px;
        padding-top: 20px;
    }

    .center-content .section {
        margin-bottom: 20px;
        width: 100%;
    }

    .center-content .left-section {
        width: 100%;
    }

    .center-content .center-section {
        width: 100%;
        margin: 0% 0%;
    }

    .center-content .top-center-section {
        margin-left: 0%;
        width: 100%;
    }

    .center-content .right-section {
        width: 100%;
        margin-top: 4%;
    }

    .banner-box {
        width: 100% !important;
    }

    .banner-box-1 ul li {
        width: 400px;
        height: auto;
    }

    .banner-box-1 ul li img {
        width: 100%;
        height: 210px;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 400px;
        font-size: 13px;
        line-height: 40px;
    }

    .banner-box-2 {
        position: absolute;
        right: 10px;
        bottom: 14px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 20px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 17px;
        height: 17px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 14px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 14px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 16px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        opacity: 0.77;
        top: 50%;
        left: 0;
        margin-top: -5px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 20px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 420px;
        padding-right: 15px;
    }

    .bread-crumbs-container .column {
        width: 210px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 16px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 479px;
    }

    .sub-container {
        width: 479px;
    }

    .sub-container .sub-container-title {
        margin-top: 15px;
        width: 10%;
        height: 37px;
        line-height: 37px;
        font-size: 21px;
    }

    .sub-container .left-container {
        width: 210px;
    }

    .sub-container .sub-nav-list .sub-item {
        width: 210px;
        height: 58px;
        line-height: 58px;
        padding-left: 24px;
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 26px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 100%;
    }

    .sub-container .sub-article-list {
        padding: 0 20px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 66px;
        font-size: 16px;
    }

    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 16px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container {
        padding: 60px 100px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 460px;
        padding: 0 19px;
    }

    .article-container h1 {
        font-size: 18px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 15px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 16px!important;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}

@media screen and (max-width: 416px) {
    .header {
        min-width: 416px;
    }

    .header .content {
        width: 355px;
        height: 90px;
    }

    .header .banner {
        width: 358px;
        /* height: 130px; */
        /* height: auto; */
        padding-left: 0px;
    }

    .header .right-container {
        position: absolute;
        right: 0px;
        bottom: 10px;
        width: 90%;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 10px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 18px;
        width: 54%;
        display: inline-block;
        position: absolute;
        right: 7px;
        top: -8px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 21px;
        height: 17px;
        position: absolute;
        right: 0px;
        bottom: 0.5px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 10px;
        height: 10px;
    }

    .navbar-toggle {
        display: block;
        width: 24px;
        height: 23px;
        border: none;
        position: absolute;
        left: 6px;
        top: 39px;
        background-size: 17px;
    }

    .nav-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
        min-height: 100%;
        overflow-y: auto;
        background-color: rgba(25 71 127 / 60%);
        display: none;
    }

    .nav-list {
        width: 100%;
        height: 55px;
        display: block;
    }

    .nav-list .nav-item:hover {
        background: rgba(25 71 127 / 80%);
    }

    .nav-list .nav-item:hover a {
        color: #7f2719;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 21px;
        line-height: 58px;
    }

    .sub-banner {
        display: block;
        width: 416px;
        margin: 0 auto;
    }

    .footer-container {
        width: 100%;
        padding: 22px 10px;
    }

    .footer-container .right-container {
        width: 100%;
        padding: 0px 35px;
    }

    .footer-container .right-container .desc {
        font-size: 10px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a {
        margin: 0px 5px;
    }

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 416px;
    }

    .center-content {
        width: 350px;
        padding-top: 20px;
    }

    .center-content .section {
        margin-bottom: 15px;
        width: 100%;
    }

    .center-content .left-section {
        width: 100%;
    }

    .center-content .center-section {
        width: 100%;
        margin: 0% 0%;
    }

    .center-content .top-center-section {
        margin-left: 0%;
        width: 100%;
    }

    .center-content .right-section {
        width: 100%;
        margin-top: 4%;
    }

    .banner-box {
        width: 100% !important;
    }

    .banner-box-1 ul li {
        width: 350px;
        height: auto;
    }

    .banner-box-1 ul li img {
        width: 100%;
        height: 200px;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 350px;
        font-size: 9px;
        line-height: 40px;
    }

    .banner-box-2 {
        position: absolute;
        right: 2px;
        bottom: 14px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 20px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 17px;
        height: 17px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 14px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 10px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 14px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        opacity: 0.77;
        top: 50%;
        left: 0;
        margin-top: -5px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 20px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 352px;
        padding-right: 0px;
    }

    .bread-crumbs-container .column {
        width: 210px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 16px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 416px;
    }

    .sub-container {
        width: 416px;
    }

    .sub-container .sub-container-title {
        margin-top: -20px;
        height: 30px;
        width: 0px;
        line-height: 30px;
        font-size: 16px;
    }

    .sub-container .left-container {
        width: 0%;
        display: none;
    }

    .sub-container .sub-nav-list .sub-item {
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 18px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 100%;
        /* display: block; */
    }

    .sub-container .sub-article-list {
        padding: 0px 10px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 50px;
        font-size: 16px;
        width: 97%;
    }
.sub-container .sub-article-list .sub-article-item .title {
    position: relative;
    color: #000;
    flex: 0 0 283px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 16px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container {
        padding: 60px 100px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 416px;
        padding: 0px 20px;
        min-height: 325px;
    }

    .article-container h1 {
        font-size: 18px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 16px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 18px;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}

@media screen and (max-width: 392px) {
    .header {
        min-width: 392px;
    }

    .header .content {
        width: 350px;
        height: 90px;
    }

    .header .banner {
        width: 345px;
        /* height: 130px; */
        /* height: auto; */
        padding-left: 9px;
    }

    .header .right-container {
        position: absolute;
        right: 0;
        bottom: 10px;
        width: 90%;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 13px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 18px;
        width: 50%;
        display: inline-block;
        position: absolute;
        right: 9px;
        top: -8px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 21px;
        height: 17px;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 10px;
        height: 10px;
    }

    .navbar-toggle {
        display: block;
        width: 24px;
        height: 23px;
        border: none;
        position: absolute;
        left: 14px;
        top: 37px;
        background-size: 17px;
    }

    .nav-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
        min-height: 100%;
        overflow-y: auto;
        background-color: rgba(25 71 127 / 60%);
        display: none;
    }

    .nav-list {
        width: 100%;
        height: 55px;
        display: block;
    }

    .nav-list .nav-item:hover {
        background: rgba(25 71 127 / 80%);
    }

    .nav-list .nav-item:hover a {
        color: #7f2719;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 21px;
        line-height: 58px;
    }

    .sub-banner {
        display: block;
        width: 376px;
        /* margin: 0 auto; */
    }

    .footer-container {
        width: 100%;
        padding: 22px 10px;
    }

    .footer-container .right-container {
        width: 100%;
        padding: 0px 35px;
    }

    .footer-container .right-container .desc {
        font-size: 10px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a {
        margin: 0px 5px;
    }

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 376px;
    }

    .center-content {
        width: 333px;
        padding-top: 20px;
    }

    .center-content .section {
        margin-bottom: 10px;
        width: 100%;
    }

    .center-content .left-section {
        width: 100%;
    }

    .center-content .center-section {
        width: 100%;
        margin: 0% 0%;
    }

    .center-content .top-center-section {
        margin-left: 0%;
        width: 100%;
    }

    .center-content .right-section {
        width: 100%;
        margin-top: 4%;
    }

    .banner-box {
        width: 100% !important;
    }

    .banner-box-1 ul li {
        width: 333px;
        height: auto;
    }

    .banner-box-1 ul li img {
        width: 100%;
        height: 180px;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 333px;
        font-size: 12px;
        line-height: 40px;
    }

    .banner-box-2 {
        position: absolute;
        right: 10px;
        bottom: 6px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 20px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 17px;
        height: 17px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 13px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 10px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 13px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 14px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        opacity: 0.77;
        top: 50%;
        left: 0;
        margin-top: -5px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 20px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 352px;
        padding-right: 7px;
    }

    .bread-crumbs-container .column {
        width: 0;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 16px;
        width: 190px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 376px;
    }

    .sub-container {
        width: 376px;
    }

    .sub-container .sub-container-title {
        margin-top: -20px;
        height: 30px;
        width: 0px;
        line-height: 30px;
        font-size: 16px;
    }

    .sub-container .left-container {
        width: 0%;
        display: none;
    }

    .sub-container .sub-nav-list .sub-item {
        width: 210px;
        height: 58px;
        line-height: 58px;
        padding-left: 24px;
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 26px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 100%;
        display: block;
    }

    .sub-container .sub-article-list {
        padding: 0 10px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 50px;
        font-size: 16px;
        width: 100%;
    }
.sub-container .sub-article-list .sub-article-item .title {
    position: relative;
    color: #000;
    flex: 0 0 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 16px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 376px;
        padding: 0 20px;
        min-height: 325px;
    }

    .article-container h1 {
        font-size: 16px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 16px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 18px;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}

@media screen and (max-width: 376px) {
    .header {
        min-width: 376px;
    }

    .header .content {
        width: 314px;
        height: 90px;
    }

    .header .banner {
        width: 311px;
        /* height: 130px; */
        /* height: auto; */
        padding-left: 9px;
    }

    .header .right-container {
        position: absolute;
        right: 0;
        bottom: 10px;
        width: 90%;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 13px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 18px;
        width: 50%;
        display: inline-block;
        position: absolute;
        right: 9px;
        top: -8px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 21px;
        height: 17px;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 10px;
        height: 10px;
    }

    .navbar-toggle {
        display: block;
        width: 24px;
        height: 23px;
        border: none;
        position: absolute;
        left: 14px;
        top: 37px;
        background-size: 17px;
    }

    .nav-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
        min-height: 100%;
        overflow-y: auto;
        background-color: rgba(25 71 127 / 60%);
        display: none;
    }

    .nav-list {
        width: 100%;
        height: 55px;
        display: block;
    }

    .nav-list .nav-item:hover {
        background: rgba(25 71 127 / 80%);
    }

    .nav-list .nav-item:hover a {
        color: #7f2719;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 21px;
        line-height: 58px;
    }

    .sub-banner {
        display: block;
        width: 376px;
        /* margin: 0 auto; */
    }

    .footer-container {
        width: 100%;
        padding: 22px 10px;
    }

    .footer-container .right-container {
        width: 100%;
        padding: 0px 35px;
    }

    .footer-container .right-container .desc {
        font-size: 10px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a {
        margin: 0px 5px;
    }

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 376px;
    }

    .center-content {
        width: 301px;
        padding-top: 20px;
    }

    .center-content .section {
        margin-bottom: 10px;
        width: 100%;
    }

    .center-content .left-section {
        width: 100%;
    }

    .center-content .center-section {
        width: 100%;
        margin: 0% 0%;
    }

    .center-content .top-center-section {
        margin-left: 0%;
        width: 100%;
    }

    .center-content .right-section {
        width: 100%;
        margin-top: 4%;
    }

    .banner-box {
        width: 100% !important;
    }

    .banner-box-1 ul li {
        width: 301px;
        height: auto;
    }

    .banner-box-1 ul li img {
        width: 100%;
        height: 180px;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 301px;
        font-size: 12px;
        line-height: 40px;
    }

    .banner-box-2 {
        position: absolute;
        right: 10px;
        bottom: 6px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 20px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 17px;
        height: 17px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 13px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 10px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 13px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 14px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        opacity: 0.77;
        top: 50%;
        left: 0;
        margin-top: -5px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 20px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 307px;
        padding-right: 7px;
    }

    .bread-crumbs-container .column {
        width: 0;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 16px;
        width: 191px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 376px;
    }

    .sub-container {
        width: 358px;
    }

    .sub-container .sub-container-title {
        margin-top: -20px;
        height: 30px;
        width: 0px;
        line-height: 30px;
        font-size: 16px;
    }

    .sub-container .left-container {
        width: 0%;
        display: none;
    }

    .sub-container .sub-nav-list .sub-item {
        width: 210px;
        height: 58px;
        line-height: 58px;
        padding-left: 24px;
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 26px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 100%;
        display: block;
    }

    .sub-container .sub-article-list {
        padding: 0 10px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 50px;
        font-size: 16px;
        width: 100%;
    }
.sub-container .sub-article-list .sub-article-item .title {
    position: relative;
    color: #000;
    flex: 0 0 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 16px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 347px;
        padding: 0 20px;
        min-height: 325px;
    }

    .article-container h1 {
        font-size: 16px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 16px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 18px;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}

@media screen and (max-width: 360px) {
    .header {
        min-width: 360px;
    }

    .header .content {
        width: 312px;
        height: 90px;
    }

    .header .banner {
        width: 310px;
        /* height: 130px; */
        /* height: auto; */
        padding-left: 9px;
    }

    .header .right-container {
        position: absolute;
        right: 0;
        bottom: 10px;
        width: 90%;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 13px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 18px;
        width: 50%;
        display: inline-block;
        position: absolute;
        right: 9px;
        top: -8px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 21px;
        height: 17px;
        position: absolute;
        right: 1px;
        bottom: 0.5px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 10px;
        height: 10px;
    }

    .navbar-toggle {
        display: block;
        width: 24px;
        height: 23px;
        border: none;
        position: absolute;
        left: 14px;
        top: 37px;
        background-size: 17px;
    }

    .nav-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
        min-height: 100%;
        overflow-y: auto;
        background-color: rgba(25 71 127 / 60%);
        display: none;
    }

    .nav-list {
        width: 100%;
        height: 55px;
        display: block;
    }

    .nav-list .nav-item:hover {
        background: rgba(25 71 127 / 80%);
    }

    .nav-list .nav-item:hover a {
        color: #7f2719;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 21px;
        line-height: 58px;
    }

    .sub-banner {
        display: block;
        width: 360px;
        /* margin: 0 auto; */
    }

    .footer-container {
        width: 100%;
        padding: 22px 10px;
    }

    .footer-container .right-container {
        width: 100%;
        padding: 0px 35px;
    }

    .footer-container .right-container .desc {
        font-size: 10px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a {
        margin: 0px 5px;
    }

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 360px;
    }

    .center-content {
        width: 306px;
        padding-top: 20px;
    }

    .center-content .section {
        margin-bottom: 10px;
        width: 100%;
    }

    .center-content .left-section {
        width: 100%;
    }

    .center-content .center-section {
        width: 100%;
        margin: 0% 0%;
    }

    .center-content .top-center-section {
        margin-left: 0%;
        width: 100%;
    }

    .center-content .right-section {
        width: 100%;
        margin-top: 4%;
    }

    .banner-box {
        width: 100% !important;
    }

    .banner-box-1 ul li {
        width: 301px;
        height: auto;
    }

    .banner-box-1 ul li img {
        width: 100%;
        height: 170px;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 301px;
        font-size: 12px;
        line-height: 40px;
    }

    .banner-box-2 {
        position: absolute;
        right: 10px;
        bottom: 6px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 20px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 17px;
        height: 17px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 13px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 10px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 13px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 14px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        opacity: 0.77;
        top: 50%;
        left: 0;
        margin-top: -5px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 20px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 311px;
        padding-right: 7px;
    }

    .bread-crumbs-container .column {
        width: 0;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 16px;
        width: 189px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 351px;
    }

    .sub-container {
        width: 340px;
    }

    .sub-container .sub-container-title {
        margin-top: -20px;
        height: 30px;
        width: 0px;
        line-height: 30px;
        font-size: 16px;
    }

    .sub-container .left-container {
        width: 0%;
        display: none;
    }

    .sub-container .sub-nav-list .sub-item {
        width: 210px;
        height: 58px;
        line-height: 58px;
        padding-left: 24px;
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 26px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 100%;
        display: block;
    }

    .sub-container .sub-article-list {
        padding: 0 10px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 50px;
        font-size: 16px;
        width: 100%;
    }
.sub-container .sub-article-list .sub-article-item .title {
    position: relative;
    color: #000;
    flex: 0 0 219px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 16px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 340px;
        padding: 0 20px;
        min-height: 325px;
    }

    .article-container h1 {
        font-size: 16px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 16px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 18px;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}

@media screen and (max-width: 340px) {
    .header {
        min-width: 340px;
    }

    .header .content {
        width: 320px;
        height: 90px;
    }

    .header .banner {
        width: 300px;
        /* height: 130px; */
        /* height: auto; */
        padding-left: 9px;
    }

    .header .right-container {
        position: absolute;
        right: 0;
        bottom: 10px;
        width: 90%;
    }

    .header .right-container .top-container .item {
        padding: 0px 8px;
        font-size: 13px;
    }

    .header .right-container .search-group {
        margin-top: 7px;
        height: 18px;
        width: 47%;
        display: inline-block;
        position: absolute;
        right: 21px;
        top: -8px;
    }

    .header .right-container .search-group .i-input {
        width: 150px;
        padding: 0 10px;
    }

    .header .right-container .search-group .search-btn {
        width: 21px;
        height: 17px;
        position: absolute;
        right: 1px;
        bottom: 0.5px;
    }

    .header .right-container .search-group .search-btn .search-icon {
        width: 10px;
        height: 10px;
    }

    .navbar-toggle {
        display: block;
        width: 24px;
        height: 23px;
        border: none;
        position: absolute;
        left: 14px;
        top: 37px;
        background-size: 17px;
    }

    .nav-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
        min-height: 100%;
        overflow-y: auto;
        background-color: rgba(25 71 127 / 60%);
        display: none;
    }

    .nav-list {
        width: 100%;
        height: 55px;
        display: block;
    }

    .nav-list .nav-item:hover {
        background: rgba(25 71 127 / 80%);
    }

    .nav-list .nav-item:hover a {
        color: #7f2719;
    }

    .nav-list .nav-item a {
        width: 100%;
        font-size: 21px;
        line-height: 58px;
    }

    .sub-banner {
        display: block;
        width: 318px;
        /* margin: 0 auto; */
    }

    .footer-container {
        width: 100%;
        padding: 22px 10px;
    }

    .footer-container .right-container {
        width: 100%;
        padding: 0px 12px;
    }

    .footer-container .right-container .desc {
        font-size: 10px;
        line-height: 1.75;
    }

    .footer-container .right-container .desc a {
        margin: 0px 5px;
    }

    .pagination-container {
        margin: 50px auto;
    }

    .pagination-container .pagination .page-item {
        padding: 0 10px;
    }

    .listPageBar {
        margin: 35px auto;
    }

    .listPageBar table tr td+td {
        width: 100%;
    }

    .listPageBar table tr td+td+td {
        display: none;
    }

    .listPageBar .this-page {
        padding: 5px 8px !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
        height: 25px !important;
    }

    .listPageBar a, .pageList .this-page {
        padding: 5px 8px !important;
        border: 1px solid #e8e8e8 !important;
        margin: 0 0 0 5px !important;
        height: 25px !important;
    }

    .listPageBar .PrevDisabled, .listPageBar .NextDisabled {
        height: 25px !important;
        padding: 5px 8px !important;
        margin: 0 0 0 5px !important;
        border: 1px solid #ccc !important;
    }

    .main-content {
        width: 100%;
        min-width: 317px;
    }

    .center-content {
        width: 301px;
        padding-top: 20px;
    }

    .center-content .section {
        margin-bottom: 10px;
        width: 100%;
    }

    .center-content .left-section {
        width: 100%;
    }

    .center-content .center-section {
        width: 100%;
        margin: 0% 0%;
    }

    .center-content .top-center-section {
        margin-left: 0%;
        width: 100%;
    }

    .center-content .right-section {
        width: 100%;
        margin-top: 4%;
    }

    .banner-box {
        width: 100% !important;
    }

    .banner-box-1 ul li {
        width: 303px;
        height: auto;
    }

    .banner-box-1 ul li img {
        width: 100%;
        height: 180px;
    }

    .banner-box-1 ul li h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 301px;
        font-size: 12px;
        line-height: 40px;
    }

    .banner-box-2 {
        position: absolute;
        right: 10px;
        bottom: 6px;
    }

    .banner-box-2 ul li {
        float: left;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        text-indent: 100px;
    }



    .title-content .title .name {
        position: relative;
        font-size: 20px;
        line-height: 40px;
    }

    .title-content .title .name::after {
        position: absolute;
        display: block;
        content: '';
        width: 110px;
        height: 2px;
        top: 39px;
        left: 0;
    }


    .title-content .more .more-icon {
        width: 17px;
        height: 17px;
    }

    .title-content .more .name {
        padding-left: 6px;
        font-size: 13px;
    }

    .article-list {
        margin-top: 10px;
        width: 100%;
    }

    .article-list .article-item {
        padding-bottom: 10px;
    }


    .article-list .article-item a .time {
        width: 80px;
        font-size: 13px;
        letter-spacing: 2px;
    }

    .article-list .article-item a .desc {
        width: calc(100% - 80px);
        font-size: 14px;
    }

    .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .article-list.article-lists a::before {
        position: absolute;
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        opacity: 0.77;
        top: 50%;
        left: 0;
        margin-top: -5px;
        z-index: 9;
    }

    .article-list.article-lists a .desc {
        padding-left: 20px;
    }

    .notice-section .article-list {
        padding: 0 18px 0 8px;
    }

    .notice-section .article-list .article-item {
        height: 50px;
    }

    .notice-section .article-list .article-item a {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .notice-section .article-list .article-item a .time-group {
        height: 50px;
    }

    .notice-section .article-list .article-item a .time-group .day {
        font-size: 15px;
        line-height: 17px;
    }

    .notice-section .article-list .article-item a .time-group .year {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .notice-section .article-list .article-item a .desc {
        flex: 1;
        padding-left: 15px;
        font-size: 17px;
        line-height: 50px;
    }

    .notice-section .article-list .article-item:last-child {
        padding-bottom: 0;
    }

    .other-website-list .item {
        width: 50%;
        margin-top: 27px;
    }

    .other-website-list .item a {
        display: flex;
        width: 100%;
    }

    .other-website-list .item a .website-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .other-website-list .item a .name {
        font-size: 18px;
    }

    .tag-library-list {
        border-radius: 15px;
        margin-top: 27px;
        padding: 25px 13px 0 13px;
    }

    .tag-library-list .item {
        width: 33%;
        margin-bottom: 25px;
    }

    .tag-library-list .item a {
        width: 100%;
        font-size: 18px;
        text-indent: 12px;
    }

    .tag-library-list .item a::after {
        position: absolute;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .friendlink-container {
        margin: 0 auto;
        width: 1500px;
    }

    .friendlink-container .link-icon {
        width: 247px;
        height: 160px;
    }

    .friendlink-container .friendlink-list {
        margin-left: 80px;
    }

    .friendlink-container .friendlink-list .item {
        width: 33.33%;
    }

    .friendlink-container .friendlink-list .item a {
        width: 100%;
        height: 48px;
    }

    .friendlink-container .friendlink-list .item a .link-Img {
        width: 18px;
        height: 18px;
    }

    .friendlink-container .friendlink-list .item a .name {
        padding-left: 11px;
        font-size: 16px;
    }

    .bread-crumbs-container {
        width: 340px;
        padding-right: 7px;
    }

    .bread-crumbs-container .column {
        width: 0;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
        padding-left: 24px;
    }

    .bread-crumbs-container .right-container {
        height: 58px;
        font-size: 16px;
        width: 213px;
    }

    .bread-crumbs-container .right-container .nav-name {
        padding-left: 7px;
    }

    .bread-crumbs-container .right-container .point {
        padding-left: 7px;
    }

    .sub-main-container {
        width: 340px;
    }

    .sub-container {
        width: 310px;
    }

    .sub-container .sub-container-title {
        margin-top: -20px;
        height: 30px;
        width: 0px;
        line-height: 30px;
        font-size: 16px;
    }

    .sub-container .left-container {
        width: 0%;
        display: none;
    }

    .sub-container .sub-nav-list .sub-item {
        width: 210px;
        height: 58px;
        line-height: 58px;
        padding-left: 24px;
    }

    .sub-container .sub-nav-list .sub-item a {
        font-size: 26px;
    }

    .sub-container .sub-nav-list .sub-item.active::before {
        width: 3px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 0;
    }

    .sub-container .right-container {
        width: 100%;
        display: block;
    }

    .sub-container .sub-article-list {
        padding: 0 10px;
    }

    .sub-container .sub-article-list .sub-article-item {
        height: 50px;
        font-size: 16px;
        width: 100%;
    }
.sub-container .sub-article-list .sub-article-item .title {
    position: relative;
    color: #000;
    flex: 0 0 199px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .sub-container .sub-article-list .sub-article-item .time {
        font-size: 16px;
    }

    .sub-container .back-top {
        width: 46px;
        height: 76px;
        left: 50%;
        bottom: 150px;
        margin-left: 510px;
    }

    .page-container .pages {
        padding: 0 18px;
    }

    .page-container .pages a {
        font-size: 20px;
    }

    .page-container .pages.num {
        padding: 0 10px;
    }

    .page-container .line {
        font-size: 20px;
    }

    .article-container {
        width: 322px;
        padding: 0 20px;
        min-height: 325px;
    }

    .article-container h1 {
        font-size: 16px;
        padding: 26px 0 35px;
    }

    .article-container h2 {
        font-size: 22px;
        margin: -25px 0 30px 0;
    }

    .article-container .subtitle .name {
        font-size: 16px;
    }

    .article-container .content {
        padding: 30px 0 50px;
    }

    .article-container .content p {
        font-size: 18px;
        line-height: 1.8;
    }

    .article-container .content img {
        max-width: 100%;
        margin: 20px 0;
    }

    .pages-container {
        width: 900px;
        padding: 50px 50px 28px;
    }

    .pages-container .pages {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .database-container {
        position: relative;
        width: 395px;
        height: 205px;
    }

    .database-container .banner-list {
        position: absolute;
        width: 395px;
        height: 205px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list::after {
        width: 100%;
        bottom: 3px;
        left: 0;
    }

    .database-container .banner-list .banner-item {
        position: absolute;
        width: 220px;
        height: 150px;
        margin-top: 27px;
        top: 0;
        left: 0;
    }

    .database-container .banner-list .banner-item .Img {
        width: 220px;
        height: 150px;
    }

    .database-container .banner-list .banner-item .title {
        display: none;
        position: absolute;
        width: 220px;
        height: 70px;
        top: 50%;
        left: 0;
        margin-top: -35px;
        font-size: 45px;
    }

    .database-container .database-pointers {
        position: absolute;
        width: 395px;
        height: 6px;
        bottom: 0;
        left: 0;
    }

    .database-container .database-pointers .pointer {
        height: 6px;
    }
}