
/* 轮播 */

#carousel {
    position: relative;
    max-width: 1600px;
    min-width: 1200px;
    margin: 0 auto
}

#carousel .swiper {
    padding-top: 20px;
    padding-bottom: 40px;
}

#carousel .swiper-wrapper {

}

#carousel .swiper-slide {
    width: 300px;
    background: #fff;
    box-shadow: 0 8px 20px #ddd;


}

#carousel .swiper-slide img {
    display: block;
    width: 100%;
    height: 267px;
    overflow: hidden;
}

#carousel .swiper-slide p {
    line-height: 58px;
    padding-top: 0;
    color: #636363;
    font-size: 20px;
    margin: 0 15px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#carousel .swiper-slide p > label {
    line-height: 58px;
    padding-top: 0;
    text-align: right;
    color: #636363;
    font-size: 0.8em;
    margin-right: 20px;
    float: right;
}

#carousel .swiper-pagination {
    width: 100%;
    bottom: -25px;
}

#carousel .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    background-color: #e8f5ff;
    width: 20px;
    height: 10px;
    opacity: 1;
    border-radius: 5px;
}

#carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #3eb2f3;
    width: 35px;
}

#carousel .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#carousel .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#carousel .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#carousel .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

#carousel .swiper-button-prev::after, #carousel .swiper-button-next::after {
    content: '';
}

/* 轮播图样式 */
.first_carousel {
    position: relative;
    width: 100%;
    height: 468px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.first_carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
}

.first_carousel-item {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.first_carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first_carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px 20px 30px;
}

.first_carousel-caption a{
    color: #ffffff;
}

.first_carousel-caption h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.first_carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.first_carousel-control:hover {
    background: rgba(0, 0, 0, 0.8);
}

.first_carousel-control.prev {
    left: 15px;
}

.first_carousel-control.next {
    right: 15px;
}

.first_carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.first_carousel-indicators span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s;
}

.first_carousel-indicators span.active {
    background: white;
}

.first_carousel-more{
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 14px;
}

.first_carousel-more a{
    color: white;
}


.content {
    width: 1300px;
    min-height: 600px;
    margin: 0 auto 40px;
    padding: 0 30px;
}

.content_title {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    font-size: 24px;
}

.content_title_left {
    font-weight: 600;
    width: 135px;
    height: 40px;
    background: #D3101A;
    border-radius: 15px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-right: 20px;
}

.content_title_right {
    color: #D3101A;
    width: 1400px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content_img {
    display: flex;
    width: 100%;
    max-width: 1300px;
    height: 468px;
    flex-direction: row;
    justify-content: space-between;
}

.content_img_left {
    width: 730px;
    height: 468px;
    /*margin-right: 50px;*/

}

.content_img_right {
    height: 100%;
    width: 40%;
}

.title-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D3101A;
}

.ul_title {
    height: 55px;
    width: 300px;
    font-size: 26px;
    font-weight: 600;
    color: #D3101A;
    display: flex;
    align-items: center;
}

.ul_tab{
    cursor: pointer;
    margin-right: 20px;
}

.ul_title a,.ul_tab a{
    color: #D3101A;
}

.ul_tab_active{
    /*filter: grayscale(0.5);*/
    /*filter: brightness(.5) invert(.5);*/
    color: #027AD9 !important;
}

.ul_tab_active a{
    color: #027AD9 !important;
}

.ul_body{
    display: none;
}

.selected{
    display: block !important;
}

.ul_icon {
    height: 26px;
    width: 26px;
    margin-right: 10px;
    filter: grayscale(0) !important;
}

.bottom_border {
    position: relative;
}

.trapezoid_left {
    position: absolute;
    left: 0;
    width: 48px;
    height: 0;
    border-bottom: 5px solid #D3101A;
    border-right: 10px solid transparent;
}

.trapezoid_right {
    position: absolute;
    right: 0;
    width: 48px;
    height: 0;
    border-top: 5px solid #027AD9;
    border-left: 10px solid transparent;
}

.ul_content {
    width: 100%;
    height: 412px;
    font-size: 17px;
    border: 1px solid #ebebeb;
    border-top: 0;
    padding: 0 15px;
    box-sizing: border-box;
}

.content-height{
    height: 360px !important;
    margin-bottom: 20px;
}

.ul_content ul{
    padding-top: 20px;
}

.ul_content li {
    height: 46px;
    width: 100%;
    line-height: 46px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ul_content li:before{
    content: '•';
    color: #027AD9;
    margin-right: 10px;
}

.ul_content li span{
    width: 70px;
    text-align: right;
}

.ul_content li div {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.ul_content li div a{
    color: #666666;
}

.ul_content li div a:hover{
    color: #D3101A;
}

.ul_bottom {
    color: #666;
    /*margin-top: 10px;
    padding-right: 50px;
    text-align: right;*/
}

.ul_bottom span {
    cursor: pointer;
}

.ul_bottom span a{
    color: #666;
}

.content_text {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.content_text {
    margin-top: 30px;
}

.content_text_left {
    height: 100%;
    width: calc(50% - 10px);
    /*margin-right: 20px;*/
}

.content_text_right {
    width: calc(50% - 10px);
    height: 100%;
}

.content_carousel {
    width: 100%;
    height: 400px;
    margin-top: 50px;
}

.img_carousel {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    color: #999;
}

.img_carousel div {
    width: 24%;
    height: 300px;
}

.img_carousel img {
    width: 100%;
    height: 260px;
}

.img_carousel_bottom {
    height: 40px;
    width: 200px;
    font-size: 22px;
    font-weight: 600;
}

.content_button {
    min-width: 1200px;
    max-width: 1600px;
    margin-top: 40px;
}

.content_button_box {
    margin: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 55px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
}

.content_button_box div {
    margin-top: 30px;
    height: 55px;
    width: 18%;
    border-radius: 10px;
    text-align: center;
    background-image: url('../bmtb/bmcx-bg.png');
    background-size: cover;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0px;
}

.content_button_box > div > img {
    margin: 12px 0 12px 10px;
    height: 30px;
    width: 30px;
}

.content_button_box > div > a{
    color: white;
    line-height: 1.4;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 0px;
}

.content_link {
    width: 100%;
    margin-top: 40px;
    font-size: 24px;
    margin-bottom: 50px;
}

.content_link_link {
    padding-left: 30px;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.content_link_link div {
    margin: 6px 20px;
}

.content_link_link a{
    font-size: 18px;
    color: #000000;
}

/* 系统消息滚动样式 */
.system-message {
    width: 1200px;
    color: white;
    padding: 10px 0;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}

.system-message-content {
    display: flex;
    align-items: center;
}

.system-message-label {
    background-color: #D3101A;
    padding: 8px 20px;
    font-weight: bold;
    white-space: nowrap;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    margin-right: 20px;
}

.system-message-scroll {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 34px;
}

.system-message-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    list-style: none;
    animation: scrollMessage 40s linear infinite;
}

.system-message-list li {
    padding: 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.system-message-list a {
    color: black;
    text-decoration: none;
}

.system-message-list a:hover {
    text-decoration: underline;
}

.location{
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    line-height: 40px;
    color: #8c8c8c;
}

.location p span {
    margin: 0 5px;
    font-weight: bold;
    font-size: 16px;
    color: #c72226;
}

.location a {
    color: #8c8c8c;
    font-size: 16px;
}

.items{
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.items_left{
    width: 160px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
}

.items_left ul{
    list-style-type: none;
}

.items_left li{
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #f7f7f7;
    cursor: pointer;
}

.items_left li a{
    color: #c72226;
}

.items_left li:hover{
    color: #ffffff;
    background: #c72226;
}

.items_left li:hover a{
    color: #ffffff;
}

.on{
    color: #ffffff !important;
    background: #c72226 !important;
}

.on a{
    color: #ffffff !important;
}

.items_right{
    flex: 1;
    padding: 10px 20px;
    margin: 0 0 0 30px;
}

.items_right li{
    font-size: 18px;
    line-height: 26px;
    color: #8c8c8c;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.items_right li:before{
    content: '•';
    color: #027AD9;
    margin-right: 10px;
}

.items_right li span{
    width: 200px;
    text-align: right;
}

.items_right li a{
    flex: 1;
    color: #8c8c8c;
}

.items_right li a:hover{
    color: #D3101A;
}

/*搜索页*/
.Newsl {
    width: 100%;
    margin: 0 auto;
}
.Searchbox {
    background-color: #f5f5f5;
    height: 50px;
    padding: 40px;
}
.Searchbox select {
    width: 200px;
    height: 50px;
    line-height: 41px;
    padding: 0 10px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    color: #777777;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    float: left;
}
.Searchbox input {
    width: 506px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    background: url(../images/zoom_icon2.png) no-repeat 10px center #ffffff;
    padding-left: 35px;
    color: #777777;
    font-size: 16px;
    float: left;
    margin-left: 10px;
}
.Searchbox button {
    width: 80px;
    height: 50px;
    border-radius: 10px;
    background-color: #c72226;
    float: left;
    margin-left: 10px;
    color: #ffffff;
    font-size: 16px;
    border: none;
}
.option:hover {
    background: #c72226;
}

.left_frame {
    width: 100%;
    margin: 0 auto;
}
.news_content .news_title h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #c32425;
    padding: 30px 0 0 10px;
}
.news_content .news_title .info {
    text-align: center;
    font-size: 14px;
    color: #acacac;
    padding: 15px 0;
}

.news_content .news_title .info span{
    margin-right: 30px;
}

.news_content .news_title .info span i{
    padding: 0 10px;
    cursor: pointer;
}

.news_content .zhengwen {
    padding: 0 0 40px 0;
    min-height: 500px;
    height: auto;
}
.news_content p {
    /*text-indent: 2em;*/
    font-size: 16px;
    line-height: 34px;
    word-wrap: break-word;
}
.zhengwen img {
    max-width: 640px;
}
.tjTitle {
    width: 100%;
    padding-top: 20px;
    font-size: 14px;
}
.author {
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin-bottom: 10px;
    color: #acacac;
}
.news_content h3 {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
}

.article_editor{
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    /*white-space: pre-wrap;*/
    word-wrap: break-word;
}

/* 泉小社 */


.ask_content{
    min-height: 580px;
    box-sizing: border-box;
    background-image: linear-gradient(234deg, #cadfff66 17.6%, #cadfff00 56.01%);
    margin: 0 auto 10px;
}

.ask_main{
    height: 580px;
    display: flex;
    width: 100%;
    flex: 1 1 0px;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    flex-direction: column;
    position: relative;
}

.ask_title{
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    min-height: 51px;
    box-sizing: border-box;
    overflow: hidden;
}

.ask_title_start{
    display: flex;
    flex: 1 1 0px;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

.ask_title_head{
    font-size: 16px;
    font-weight: 600;
    color: rgba(0,0,0,.9);
    text-decoration: none;
}

.ask_title_sub{
    margin-left: 12px;
    color: rgba(0,0,0,.7);
    overflow: hidden;
    text-overflow: ellipsis;
}

.ask_body{
    height: 100%;
    padding: 10px 20px 35px;
    overflow: auto;
    /*position: relative;*/
    display: inline-block;
    vertical-align: top;
    z-index: 100;
}

.ask_left{
    padding: 24px;
    border-radius: 4px;
    box-shadow: 0 12px 48px -12px #0000000d;
    position: relative;
    border: 2px solid #fff;
    background-image: url(/static/images/ask-bg.png);
    background-position: right top;
    background-size: 360px 230px;
    background-repeat: no-repeat;
    max-width: 960px;
    width: 100%;

}

.ask_left::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url(/static/images/ask-big.png);
}

.ask_header{
    margin-bottom: 16px;
}

.ask_header p{
    font-size: 14px;
    color: rgba(0,0,0,.7);
}

.ask_hot{
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ask_hot h4{
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(0,0,0,.7);
}

.ask_hot_list{
    display: flex;
    flex-wrap: wrap;
    gap: 4px 0;
}

.ask_hot_item{
    width: 50%;
    padding: 4px 0;
    cursor: pointer;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
    font-size: 14px;
    color: #000000 !important;
}

.ask_hot_item_icon{
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #E6E7E8;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ask_hot_item_icon img{
    width: 12px;
    height: 12px;
}

.ask_hot_item_text{
    flex: 1 1 0px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.ask_service{
    border-top: 1px solid #E1E4E9;
    padding-top: 16px;
    margin-top: 16px;
}

.ask_service_header{
    margin-bottom: 16px;
}

.ask_service_header h4{
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(0,0,0,.7);
}

.ask_service_body{
    overflow: hidden;
    position: relative;
}

.ask_service_list{
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    gap: 8px;
}

.ask_service_item{
    width: 120px;
    height: 76px;
    flex: 0 0 auto;
    background-color: #f5f7fa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

.ask_service_item:hover{
    background-color: #e9ecf1;
}

.ask_service_item span{
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.ask_service_item img{
    display: block;
    max-width: 100%;
    height: auto;
    filter: none !important;
    width: 24px;
}

.ask-message-item{
    margin-top: 20px;
}

.ask-message-item--own{
    direction: rtl;
}

.ask-message-item-inner {
    box-sizing: border-box;
    max-width: 80%;
    width: 100%;
}

.ask-message-item--own .ask-message__body {
    direction: ltr;
    text-align: left;
    word-break: break-all;
}

.ask-message__body {
    max-width: calc(100% - 64px);
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.ask-message-item--own .ask-message__content.style-base {
    background-color: #0052d9;
    border-radius: 6px 0 6px 6px;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
}

.ask-message__content.style-base {
    border: 1px solid #E6E9EF;
    background-color: #fff;
    border-radius: 0 4px 4px;
    box-shadow: 0 12px 35px -12px #00000014;
    padding: 16px 20px;
    overflow: hidden;
}

.ask-message__content {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 20px;
    word-wrap: break-word;
}

.ask-message-item__header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.ask-message__avatar {
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ask-message-item__title {
    display: block;
    margin-right: 16px;
    font-size: 12px;
    font-weight: 500;
}

.ask-icon-32 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-image: url(/static/images/ask-icon.png);
    display: inline-block;
    vertical-align: middle;
    background-size: 100% 100%;
    flex: 0 0 auto;
}

.ask-message__markdown {
    -webkit-font-smoothing: antialiased;
}

.ask-message__markdown .ask-message__content {
    border: 1px solid #E6E9EF;
    background-color: #fff;
    color: #000000;
    border-radius: 0 4px 4px;
    box-shadow: 0 12px 35px -12px #00000014;
    padding: 20px;
}

.ask_body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
    border-radius: 9px;
}

.ask_body:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}

.ask_body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
}

.ask_body::-webkit-scrollbar-thumb {
    visibility: hidden;
    border: 0px solid transparent;
    background-color: #BBC2CC;
    border-radius: 0;
    background-clip: content-box;
}

.ask_loading{
    display: none;
}

.loader {
    width: 200px;
}

.loader::after {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    animation: dots 1.5s steps(5, start) infinite; /* 定义动画 */
}

.back2top {
    position: fixed;
    z-index: 199;
    right: 14px;
    top: calc(50% + 90px);
    width: 52px;
    height: 52px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 50%;
    background-image: linear-gradient(0deg, #ffffff 0%, #c6cbf5 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    opacity: 0;
}

.back2top::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://cloudcache.tencent-cloud.com/qcloud/portal/kit/images/back.a9419889.svg);
    background-repeat: no-repeat;
}

#backToTop.show {
    opacity: 1;
    transition: opacity 600ms ease-in-out;
}

@keyframes dots {
    0%, 20% {
        content: ''; /* 没有点 */
    }
    40% {
        content: '.'; /* 第一个点 */
    }
    60% {
        content: '..'; /* 前两个点 */
    }
    80%, 100% {
        content: '...'; /* 三个点 */
    }
}



@keyframes scrollMessage {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}
