@charset "utf-8";

/* 内容页 */
.centent {
    width: 100%;
    background-color: #fff;
    padding: 60px 12.5% 40px;
    position: relative;
    z-index: 9;
}

.centent .title {
    text-align: center;
    color: #567a94;
    /* font-weight: bold; */
    font-size: 32px;
    line-height: 32px;
}

.centent .content_fbz {
    display: block;
    color: #a6a6a6;
    background: #efefef;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    padding: 15px 0;
    margin: 40px 0 25px;
    font-weight: 300;
}

.centent p {
    color: #2f2f2f;
    font-size: 16px !important;
    line-height: 32px !important;
    margin-top: 10px;
    text-indent: 2em;
    font-family: "Microsoft YaHei";
    font-weight: 100;
}

.centent  h2{
    font-size: 20px !important;
    line-height: 40px !important;
    margin-top: 10px;
    font-family: "Microsoft YaHei";
}

.centent  h3{
    font-size: 17px !important;
    line-height: 34px !important;
    margin-top: 10px;
    font-family: "Microsoft YaHei";
}

.centent  h4{
    font-size: 15px !important;
    line-height: 30px !important;
    margin-top: 10px;
    font-family: "Microsoft YaHei";
}

.centent img {
    display: block;
    margin: 10px auto;
    max-width: 90%;
    height: auto !important;!i;!;
}

/* 文字列表 */
.text {
    width: 100%;
    background-color: #fff;
    padding: 50px 0;
    position: relative;
    z-index: 9;
}

.text_main {
    display: flex;
    justify-content: space-between;
}

.text_nav {
    width: 22.5%;
}

.text_nav div {
    width: 100%;
    background-color: #084f9f;
    line-height: 64px;
    padding: 10px 17.5px;
    font-size: 32px;
    color: #fff;
}

.text_nav ul {
    width: 100%;
    border: 1px solid #e4e4e4;
}

.text_nav ul li {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    line-height: 60px;
}

.text_nav ul li.active a {
    color: #333;
    font-weight: bold;
}

.text_nav ul li a {
    display: block;
    padding: 0 30px;
    color: #333;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_nav ul li:hover a {
    color: #084f9f;
}

.text_content,
.graphic_content {
    width: 74.5%;
}

.text_content_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
    line-height: 50px;
}

.text_content_div span {
    font-size: 18px;
    color: #567a94;
    position: relative;
    white-space: nowrap;
    /* display: none; */
}

.text_content_div span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #cbcbcb;
    left: 0;
    bottom: -3px;
}

.text_content_div div {
    width: 100%;
    border: none;
    font-size: 12px;
    color: #666;
    text-align: right;
}

.text_content_div div a {
    font-size: 12px;
    color: #2f2f2f;
}

.text_content_div div a:hover {
    color: #e61322;
}

.text_content_div div a:first-child {
    margin-right: 5px;
}

.text_content_div div a:last-child {
    margin-left: 5px;
}

.text_content ul li {
    border-bottom: 1px solid #e4e4e4;
}

.text_content ul li:hover {
    border-bottom: 1px solid #084f9f;
}

.text_content ul li a {
    display: block;
    padding: 30px 0 20px;
}

.text_content ul li a span {
    display: block;
    line-height: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #3b3b3b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_content ul li:hover a span {
    color: #0187cf;
}

.text_content ul li a p {
    height: 34px;
    line-height: 34px;
    font-size: 17px;
    margin: 10px 0;
    color: #3b3b3b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text_content ul li a p span{
    height: 34px;
    line-height: 34px;
    font-size: 17px;
    margin: 10px 0;
    color: #3b3b3b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text_content ul li:hover a p {
    color: #084f9f;
}

.text_content ul li a i {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #888888;
    font-weight: bold;
    font-style: italic;
}

.fy {
    border: none !important;
    margin-top: 30px;
    float: right;
}

/* 图文列表 */
.graphic_content {
    margin-top: 12px;
}

.graphic_content ul {
    margin-top: 50px;
}

.graphic_content ul li {
    border-left: 4px solid #a8322b;
    margin-bottom: 60px;
    position: relative;
}

.graphic_content ul li:before {
    content: "";
    position: absolute;
    left: -4px;
    top: 0px;
    height: 0%;
    width: 4px;
    background: #fff;
    transition: all 0.3s ease-out 0s;
}

.graphic_content ul li:hover:before {
    height: 100%;
}

.graphic_content ul li a {
    display: flex;
    justify-content: space-between;
}

.graphic_content_l {
    width: 50%;
    padding-left: 30px;
}

.graphic_content_l span {
    line-height: 60px;
    color: #3b3b3b;
    font-weight: bold;
    font-size: 20px;
}

.graphic_content ul li:hover .graphic_content_l span {
    color: #a8322b;
}

.graphic_content_l p {
    line-height: 28px;
    color: #3b3b3b;
    font-size: 16px;
}

.graphic_content ul li:hover .graphic_content_l p {
    color: #e61322;
}

.graphic_content_l i {
    display: block;
    color: #a8322b;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

.graphic_content_r {
    overflow: hidden;
}

.graphic_content_r img {
    max-height: 255px;
    transition: transform 0.5s;
}

.graphic_content ul li:hover .graphic_content_r img {
    transform: scale(1.15);
}


@media (max-width: 1500px) {
    .centent {
        padding: 40px 4% 90px;
    }

    .text_main {
        width: 100%;
        padding: 0 4%;
    }
}

@media (max-width: 1200px) {
    .centent {
        padding: 40px 3%;
    }
}

@media (max-width: 1024px) {
    .text_nav div {
        font-size: 30px;
    }

    .graphic_content_r {
        max-width: 35%;
        height: auto;
    }

    .graphic_content_r img {
        width: 100%;
    }

    .graphic_content_l {
        width: 55%;
        padding-left: 20px;
    }

    .text_content_div div {

        white-space: nowrap;

        overflow-x: auto;
    }
::-webkit-scrollbar {
      width:10px;
    }
    /* 滚动条整体部分 */
    .text_content_div div::-webkit-scrollbar {
      width:10px;
        height: 5px;
    }

    /* 滚动条滑块 */
    .text_content_div div::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        border: 1px solid transparent;
        background-clip: content-box;
    }

    /* 滚动条轨道 */
    .text_content_div div::-webkit-scrollbar-track {
        background-color: #f1f1f1;
        border-radius: 5px;
    }

    /* 滚动条按钮 (上下箭头) */
    .text_content_div div::-webkit-scrollbar-button {
        display: none;
    }

    /* 当鼠标悬停在滚动条滑块上 */
    .text_content_div div::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

    /* 滚动条滑块处于激活状态 */
    .text_content_div div::-webkit-scrollbar-thumb:active {
        background-color: rgba(0, 0, 0, 0.75);
    }
}

@media (max-width: 768px) {
    .centent {
        padding: 40px 2%;
    }

    .text_nav {
        display: none;
    }

    .text_content,
    .graphic_content {
        width: 100%;
    }

    .fy {
        max-width: 100%;
    }

    .fy img {
        width: 100%;
    }

    .text {
        padding: 0 0 30px;
        min-height: 600px;
    }

    .graphic_content ul {
        margin-top: 30px;
    }

    .graphic_content ul li {
        margin-bottom: 30px;
    }
}

@media (max-width: 540px) {
    .graphic_content_l span {
        line-height: 30px;
        font-size: 18px;
    }

    .graphic_content_l p {
        line-height: 25px;
        font-size: 15px;
    }

    .graphic_content_l i {
        line-height: 28px;
        font-size: 14px;
    }

    .graphic_content_l {
        width: 60%;
        padding-left: 10px;
    }

    .graphic_content {
        margin-top: 0px;
    }
}

@media (max-width: 480px) {
    .text {
        padding: 0px 0 30px;
    }

    .graphic_content ul li {
        border-left: 3px solid #a8322b;
    }

    .graphic_content ul li:before {
        left: -3px;
        width: 3px;
    }

    .centent {
        padding: 20px 2%;
    }

    .text_content_div span {
        display: none;
    }
    .text_content_div div {
        width:100%;
    text-align: left;
}
    .centent .title {
    font-size: 24px;
    line-height: 36px;
}

    .centent .content_fbz {
    margin: 10px 0 20px;
}
}