:root {
    --activeTextColor: #c5202c;
    --activeTitleColor: #3848a0;
    --fontFamilyStyle: '宋体', "简宋";
    --MicrosoftYaHei: '微软雅黑';
    --secondTitleFWeight: 400;
}


.root_h {
    max-width: 100vw;
    min-width: 1280px;
    min-height: 100vh;
    max-height: fit-content;
    background: #F0F5FE;
    overflow: hidden;
}

/* 公共类名 start */
.title_hover:hover {
    color: var(--activeTitleColor);

}

.title_hover_jsdeal {
    color: #666;
}

.item_text a {
    position: relative;
}

.item_text {
    display: block;
    margin-left: 16px;
    font-family: var(--fontFamilyStyle);
    margin-bottom: 23px;
    margin-left: 16px;

}

.item_text a::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    margin-right: 8px;
    transform: translateY(-4px);
}

/* ul li {
    display: flex;
    align-items: center;
    margin-left: 16px;
    font-family: var(--fontFamilyStyle);
    margin-bottom: 23px;
    margin-left: 16px;
}

ul li a::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    margin-right: 8px;
    transform: translateY(-4px);
} */

ul li:hover a {
    color: var(--activeTextColor);
    cursor: pointer;
}

.text_hover:hover a {
    color: var(--activeTextColor);
    cursor: pointer;
}

.text_hover_a:hover {
    color: var(--activeTextColor);
    cursor: pointer;
}

.text_hover:hover .dot {
    background: var(--activeTextColor);
}

.swiper-h .dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    margin-right: 8px;
    transform: translateY(-4px);
}

.main_news_dignitaries .dignitaries .list.personnel a,
.main_news_dignitaries .dignitaries .list.integrity a {
    display: block;
    /* margin-left: 16px; */
    font-family: var(--MicrosoftYaHei);
    margin-bottom: 23px;
    margin-left: 11px;
    width: 80%;

    /* 启用 Webkit 盒模型 */
    display: -webkit-box;
    /* 显示两行文本 */
    -webkit-line-clamp: 2;
    /* 垂直显示文本 */
    -webkit-box-orient: vertical;
    /* 超出部分用省略号(...)表示 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_news_dignitaries .dignitaries .list.personnel a:hover,
.main_news_dignitaries .dignitaries .list.integrity a:hover {
    color: var(--activeTextColor);
    cursor: pointer;
}

/* 公共类名 end */


/* 头部导航 */
.header {
    width: 100%;
    height: 32px;
    background: #1D71B7;
}

.header .header_nav {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_nav .left,
.header_nav .right {
    height: 100%;
    display: flex;
    align-items: center;
}

.header_nav .nav_item:first-child {
    margin-left: 0;
}

.header_nav .nav_item {
    font-size: 10px;
    font-family: "Microsoft YaHei";
    color: #ffffff;
    margin-left: 16px;
}

/* 菜单 */
.menu {
    width: 100%;
    height: 80px;
    background: #FFFFFF;
}

.menu .menu_box {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu .menu_box .logo {
    width: 170px;
    height: 58px;
}

.menu .menu_box .menu_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 2;
    padding-left: 75px;

}

.menu_box .menu_list .menu_item {
    /* font-weight: 500; */
    font-size: 14px;
    font-family: var(--MicrosoftYaHei);


}


/* 内容区 */
.main .main_title {
    margin-top: 16px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 20px;
}

.main .main_title .title a {
    height: 45px;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3848A0;
    line-height: 45px;
}

.main .main_title .desc {
    margin-top: 24px;
    font-family: var(--MicrosoftYaHei);
    height: 24px;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}

/* 轮播 + 一周学习内容  */

.main .main_swiper_study {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

/* 轮播图开始 */
.main .main_swiper_study .swiper-banner {
    width: 872px;
    height: 492px;
}

.main_swiper_study .swiper-banner .swiper .box {
    position: relative;
    width: 872px;
    height: 492px;
}

.main_swiper_study .swiper-banner .swiper .box .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(3, 30, 68, 0.6);
    box-shadow: 0px 0px 4px 0px #d3d3d3;
}

.main_swiper_study .swiper-banner .swiper .box .desc .text {
    width: 74%;
    margin: 27px 0;
    margin-left: 25px;
    font-size: 24px;
    font-family: var(--fontFamilyStyle);
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_swiper_study .swiper-banner .swiper .box .desc .text a {
    display: inline-block;
    font-size: 24px;
    font-family: var(--fontFamilyStyle);
    font-weight: 600;
    color: #ffffff;
}

.main_swiper_study .swiper-banner .swiper img {
    width: 872px;
    height: 492px;
    transition: 1s;

}

.main_swiper_study .swiper-banner .swiper img:hover {
    transition: 1s;
    transform: scale(1.1);
}

.main_swiper_study .swiper-banner .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 0.7;
    border-radius: 5px;
}

@keyframes dotWdith {
    0% {
        width: 10px;
    }

    100% {
        width: 20px;
    }
}

.main_swiper_study .swiper-banner .swiper .swiper-pagination-bullet-active {
    width: 0;
    height: 10px;
    opacity: 1;
    background: #ffffff;
    border-radius: 5px;
    animation: dotWdith 0.3s linear forwards;
}

.main_swiper_study .swiper-banner .swiper .swiper-pagination-bullets {
    width: auto;
    left: auto;
    bottom: auto;
}

.main_swiper_study .swiper-banner .swiper .swiper-pagination {
    display: inline-block;
    position: absolute;
    bottom: 35px;
    right: 23px;
}

/* 轮播结束 */

/* 学习开始 */
.main_swiper_study .study {
    width: 390px;
    height: 492px;

}

.main_swiper_study .study .progressive {
    width: 390px;
    height: 118px;
    font-size: 0;
}

.main_swiper_study .study .zhejiang_card {
    margin-top: 16px;
    width: 390px;
    height: 358px;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8);
}

.main_swiper_study .study .zhejiang_card .top {
    font-size: 15px;
    font-family: var(--MicrosoftYaHei);
    font-weight: var(--secondTitleFWeight);
    font-style: italic;
    color: #666;
    line-height: 24px;
    padding: 22px 19px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_swiper_study .study .zhejiang_card .top .logo {
    width: 205px;
    height: 41px;
    background: url(http://zj.news.cn/2023static/images/news-zj.png) no-repeat center;
    background-size: 100% 100%;
}

.main_swiper_study .study .zhejiang_card .line {
    width: 390px;
    height: 1px;
    background: #eeeeee;
}

.main_swiper_study .study .zhejiang_card .list {
    padding-left: 0.1px;
    margin-top: 22px;
}

/* .main_swiper_study .study .zhejiang_card  */
ul li {
    /* display: flex;
    align-items: center; */
    margin-left: 11px;
    font-family: var(--MicrosoftYaHei);
    margin-bottom: 13px;
    line-height: 24px;
    font-size: 16px;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.list ul li {
    /* display: flex;
    align-items: center; */
    margin-left: 11px;
    font-family: var(--MicrosoftYaHei);
    margin-bottom: 13px;
    line-height: 24px;
    font-size: 16px;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

/* .main_swiper_study .study .zhejiang_card  */
ul li a::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    margin-right: 8px;
    transform: translateY(-4px);
}

/* 学习 end */

/* 新闻 start */
.main_news_dignitaries {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.main_news_dignitaries .news {
    width: 874px;
    height: 274px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8);
}

.main_news_dignitaries .news .news_left {
    /* width: 874px;
    height: 308px;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8); */
    padding-top: 0.1px;


}

.main_news_dignitaries .news .top {
    padding-top: 0.1px;
    margin-left: 21px;
    margin-top: 24px;


}

.main_news_dignitaries .news .title a {
    display: inline-block;
    font-size: 22px;
    font-family: var(--fontFamilyStyle);
    font-weight: 900;
    color: #3848a0;
    border-bottom: 3px solid #3f59b0;
    padding: 0 0 8px;
}

/* .main_news_dignitaries .news .l {
    margin-top: 5px;
    width: 89px;
    height: 3px;
    background: #3f59b0;
} */

.main_news_dignitaries .news .line {
    width: 874px;
    height: 1px;
    background: #eeeeee;
}

.main_news_dignitaries .news .btm {
    display: flex;

}

.main_news_dignitaries .news .contents {
    width: 100%;
    padding-left: 0.1px;
    margin-top: 20px;
    /* display: flex; */
}

.main_news_dignitaries .news .contents ul li {
    display: inline;
}

.main_news_dignitaries .news .contents ul li a {
    display: inline-block;
    width: 45%;
    /* margin-left: 16px; */
    font-family: var(--MicrosoftYaHei);
    margin-bottom: 7px;
    line-height: 24px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_news_dignitaries .news .contents ul li:nth-child(2n) {
    margin-left: 45.5px
}

/* 新闻 结束 */

/* 政要 开始 */

.main_news_dignitaries .dignitaries .item_text {
    font-size: 16px;
    font-family: var(--MicrosoftYaHei);
    color: #111111;
    line-height: 24px;
    margin: 15px 23px;
    position: relative;

}

.main_news_dignitaries .dignitaries .text_hover:hover {
    color: var(--activeTextColor);
}

.main_news_dignitaries .dignitaries .text_hover:hover .dot {
    background: var(--activeTextColor);
}

.main_news_dignitaries .dignitaries .list a::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    margin-right: 8px;
    transform: translateY(-4px);
}


.main_news_dignitaries .dignitaries {
    width: 390px;
    height: 274px;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8);
    position: relative;
    padding-top: 0.1px;


}

#swiperPolitician {
    position: static !important;
    margin-left: 0;
}

.main_news_dignitaries .dignitaries .top {
    padding-top: 0.1px;
    margin-left: 21px;
    margin-top: 24px;
    position: relative;

}

#swiperPolitician .swiper-slide a {
    /* 启用 Webkit 盒模型 */
    display: -webkit-box;
    /* 显示两行文本 */
    -webkit-line-clamp: 2;
    /* 垂直显示文本 */
    -webkit-box-orient: vertical;
    /* 超出部分用省略号(...)表示 */
    overflow: hidden;
    text-overflow: ellipsis;
}

#swiperPolitician .swiper-slide a::before {
    /* position: absolute;
    left: -10px;
    top: 14px; */
    display: inline-block;
    content: '';
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    margin-right: 8px;
    transform: translateY(-4px);
}

.main_news_dignitaries .dignitaries .title a {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-family: var(--fontFamilyStyle);
    font-weight: 900;
    color: #3848a0;
    border-bottom: 3px solid #3f59b0;
    padding: 0 0 8px;
}

/* .main_news_dignitaries .dignitaries .l {
    margin-top: 5px;
    width: 89px;
    height: 3px;
    background: #3f59b0;
} */




.main_news_dignitaries .dignitaries .channel {
    position: absolute;
    bottom: 8px;
    right: 12px;
    font-size: 16px;
    font-family: var(--MicrosoftYaHei);
    font-weight: var(--secondTitleFWeight);
    font-style: italic;
    line-height: 24px;
    color: #666;
    cursor: pointer;
}

.main_news_dignitaries .dignitaries .line {
    width: 390px;
    height: 1px;
    background: #eeeeee;
}

.main_news_dignitaries .dignitaries .list {
    /* margin-top: 22px; */
}

.main_news_dignitaries .dignitaries .swiper-pagination-bullets {
    width: auto;
    left: auto;
    bottom: auto;
}

.main_news_dignitaries .dignitaries .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.main_news_dignitaries .dignitaries .swiper-pagination {
    display: inline-block;
    position: absolute;
    top: 27px;
    right: 18px;
}

.main_news_dignitaries .dignitaries .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #1d71b7;
    opacity: 0.3;
    border-radius: 4px;
}

.main_news_dignitaries .dignitaries .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #1d71b7;
    border-radius: 4px;
    opacity: 1;
}

/* 政要结束 */

/* 特别推荐开始 */
.main_recommendation {
    margin-top: 16px;
    padding-top: 0.1px;
    width: 100%;
    height: 374px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8);
}

.main_recommendation .top {
    padding-top: 0.1px;
    margin-left: 21px;
    margin-top: 24px;
    position: relative;
}

.main_recommendation .top .title {
    display: inline-block;
    font-size: 22px;
    font-family: var(--fontFamilyStyle);
    font-weight: 900;
    color: #3848a0;
}

.main_recommendation .top .l {
    margin-top: 5px;
    width: 89px;
    height: 3px;
    background: #3f59b0;
}

.main_recommendation .line {
    width: 1280px;
    height: 1px;
    background: #eeeeee;
}

.main_recommendation .swiper_recommendation {
    padding: 0 19px;
    height: 300px;
    margin-top: 8px;
}

.main_recommendation .swiper_recommendation .box {
    width: 200px;
    height: 300px;
    overflow: hidden;

}

.main_recommendation .swiper_recommendation .swiper-button-prev::after {
    content: none;
}

.main_recommendation .swiper_recommendation .swiper-button-next::after {
    content: none;
}

.main_recommendation .swiper_recommendation .swiper-button-prev {
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    margin-top: 0;
    width: 34px;
    height: 73px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADLUlEQVRoge3az0vTcRzH8fd36GrFN1ALvkRuLDaSUc6DBgW76kEh+O4keHCHgd9JV/+Rcjp2mAdBL3rSg95qp5iYyxjGRJllfCE12RdcTvl+46UF8SVoP776/hLfF+y47x6ML9uT7SMYhpGi690pEe0TUY6I3hLROV695ZoR2A0ievjr8ZyIXhPRsYsB8uc6iegl3hBuCPaAiCJ2gGBP7QLx2gVii3vkYg7EPAdingMxz4GY939CdnZ2bsuy/GJiYuIZKySZTIYFQTDGx8fzbJDl5eX7xWJRGhgY2PL5fCcsEE3TWubn57s7Ojq00dHR7UauYQkknU53lctlTywW23C73ToLpFAo3Mlms4FwOPw5Eol8a/Q6TUF0Xafp6eme1tbW80Qi8bGZazUFWVxc9JZKpbtDQ0MFSZJ+sECOjo7cCwsLTyRJOh4ZGdltBtEUZGpqKlSpVNzxePy9y+UyWCDr6+ttuVzO39fXt9vb2/u9WURDEF3XhVQq1ePxeKqKohSsQDQEmZ2d9auq2ibL8mZ7e3uVBaKq6s2lpaWQ1+s9iEaje1Yh6oYkk8nHZ2dnLYqibLhc1hZEzVfLZrP38vl8ZyQS2Q6FQmVLFbVCqtWqK5PJ9IiiWInH41tWI2qGZDKZ4OHhoTg8PPxBFMVzFkipVLq1urr6KBAIqIODg1+vAlETZHJyMmwYhpBIJOquLkshvycIwlU6/g1RFCWPDkWPskL8fv9Jf3//J/QoupQNgsVisSJ6dG5urht9ygZBh6JHNU3zoE/ZIBh6FF2KPkWnskEwdCn6FJ2KXmWDoEvRp+hU9CobBEOfolPRq+hWNgj6FJ2KXkW3skEwdCp6Fd26trbWxgahy0/cAro1nU7jxm36879hCHo1Go1uol/RsWwQTJblPZ/Pd4CORc+yQdCtY2NjG+hY9CwbBEO/omPRs+haNgiGjkXPomvRt2wQdCx6Fl07MzMTYINg6NlgMKiurKx0oXPZIHT5pZhH36Jz630uxx/Qf53zE7h5DsQ8B2KeAzHPgZh2ahfIvl0gOTtAvuD0FTcEiFc4AsZx/Avn0FQiekdEby7OoRHRTxZxRi0nu0IrAAAAAElFTkSuQmCC) no-repeat center;
    background-size: 100% 100%;
}

.main_recommendation .swiper_recommendation .swiper-button-next {
    display: none;
    cursor: pointer;
    position: absolute;
    margin-top: 0;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 34px;
    height: 73px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADH0lEQVRoge3aQWvTABjG8TdhrVbJcJtCUNZSWHGUaXdoFQ/R2y4bCO1psEsPha3zvC8i61Z6yA6DnrrTduiO9tgxV5WiVDbqRAKuUwys0o1GHq0iQViXpHsr5Lkn+dOG9EdbwTAM6myAiB4TUYyI7hDRFbrEDXQudYOInhHR6GVe/O+JnRjWCOqEKNwRv0MecEdQJ8TfBx1/7hH2if0QQW7IP+aGmOeGmOeGmPf/hiwtLT2Kx+NP9/f3r7OGLC4uVgRBMDKZTIQ1JBAInExNTb2r1Wry1tbWbbYQLJlM1kZGRvR8Pn9f13VHPr0thXi93nYymdzTdd2Xy+XG2UIwRVE+RyKRw1KpNFatVgfZQrB0Ov3G4/Gcra6uTrbbbb4QWZa/z8zMVOv1+s2NjQ1b5LT9QJubmzuQZflroVC4d3x87GULEUXRSKVSL5vNpndlZSXMFoJFo9EvsVjsoFwuB3d3d4fYQrCFhYWqz+drZbNZ3LgCW8jw8HArkUi81jRtaH19PcgWgsXj8Q9+v/9oc3MzrGnaVbYQURTxFu2dnp4OZDKZCbYQLBwOf1MU5X2lUhktlUq32EKwVCr1VpKkpqqqkVar1dU1ehIiSdLZ7Ozsq0ajMbi2tjbGFoJNT09/CoVCWrFYHK/X69fYQujXs6ViGIawvLx8ruZ6GiII3T/XehoC18K3eGXYQuBZuBa+DQaDJywhcCw8C9fCt90c05MQOBaehWvhW5YQ+BWOhWfh2m6PczQEboVf4Vh49iLHOhoCt8KvcCw8yxICr8Kt8Csce9HjHQuBV+FW+BWOZQnZ2dkZglfhVvjVyjlsh8CnuVxuEl6FW62ex3YIfAqnwqtwK0sIXAqfBgKBI3jVzrlshcCl8On8/PwevMoSAo/CpfApnGqrwmoIHKqq6iRcCp/ajbAcoqpqqNFoSHApfMoSAn9ub2/fhUfhUiciLIXAn3BoOp0+V10XGX6Azjp5QqtzvwI3zw0xzw0xzw0xr69CHPnQsjuE2JKVkyHlPuj4GfKCiD72QwjukedEdMgZYv4f2hMieoifYi71f2hE9AOXzT+BgEqniAAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 100% 100%;
}

.main_recommendation .swiper_recommendation img {
    width: 200px;
    height: 300px;
    border-radius: 4px;
    transition: 1s;
}

.main_recommendation .swiper_recommendation img:hover {
    transform: scale(1.1);
    transition: 1s;

}

/* 特别推荐 结束 */
/* 新华访谈 本网专稿  start*/
.main_interview_zhuangao_service {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.main_interview_zhuangao_service .interview {
    width: 416px;
    height: 432px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8);
    padding-top: 0.1px;
    position: relative;
}

.main_interview_zhuangao_service .interview .top {
    padding-top: 0.1px;
    margin-left: 21px;
    margin-top: 24px;
    position: relative;


}

.main_interview_zhuangao_service .interview .title a {
    display: inline-block;
    font-size: 22px;
    font-family: var(--fontFamilyStyle);
    font-weight: 900;
    color: #3848a0;
}

.main_interview_zhuangao_service .interview .channel:hover {
    color: var(--activeTitleColor);
}

.main_interview_zhuangao_service .interview .l {
    margin-top: 5px;
    width: 89px;
    height: 3px;
    background: #3f59b0;
}

.main_interview_zhuangao_service .interview .channel {
    position: absolute;
    bottom: 8px;
    right: 12px;
    font-size: 16px;
    font-family: var(--fontFamilyStyle);
    font-style: italic;
    color: #111111;
    line-height: 24px;
    cursor: pointer;
}

.main_interview_zhuangao_service .interview .line {
    width: 416px;
    height: 1px;
    background: #eeeeee;
}

.main_interview_zhuangao_service .interview .box {
    margin: 0 16px;
    margin-top: 12px;


}

.main_interview_zhuangao_service .interview .box .img {
    width: 383px;
    height: 216px;
    overflow: hidden;
}

.main_interview_zhuangao_service .interview .box img {
    width: 383px;
    height: 216px;
    transition: 1s ease-in-out;
}

.main_interview_zhuangao_service .interview .box img:hover {
    transform: scale(1.1);
    transition: 1s ease-in-out;
}

.main_interview_zhuangao_service .interview .box .p_title {
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #111111;
    font-weight: 500;
    font-family: var(--MicrosoftYaHei);
    line-height: 24px;
    margin-top: 12px;
    cursor: pointer;

}

.main_interview_zhuangao_service .interview .interview_text a:hover {
    color: var(--activeTextColor);
    cursor: pointer;

}



.main_interview_zhuangao_service .interview .interview_text a {
    display: block;
    font-size: 16px;
    font-family: var(--MicrosoftYaHei);
    color: #111111;
    margin-top: 23px;
    padding-left: 10px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main_interview_zhuangao_service .interview .interview_text a::before {
    display: inline-block;
    content: '';
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    margin-right: 8px;
    transform: translateY(-4px);
}

#swiperInterview {
    position: static !important;
    margin-left: 0;
}

.main_interview_zhuangao_service .interview .swiper-pagination-bullets {
    width: auto;
    left: auto;
    bottom: auto;
}

.main_interview_zhuangao_service .interview .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.main_interview_zhuangao_service .interview .swiper-pagination {
    display: inline-block;
    position: absolute;
    top: 27px;
    right: 18px;
}

.main_interview_zhuangao_service .interview .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #1d71b7;
    opacity: 0.3;
    border-radius: 4px;
}

.main_interview_zhuangao_service .interview .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #1d71b7;
    border-radius: 4px;
    opacity: 1;
}

/* 新华访谈 本网专稿  end*/
/* 生活服务 start */
.main_interview_zhuangao_service .service {
    width: 416px;
    height: 432px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8);
}

.main_interview_zhuangao_service .service .top {
    padding-top: 0.1px;
    margin-left: 21px;
    margin-top: 24px;
    position: relative;
}

.main_interview_zhuangao_service .service .title a {
    display: inline-block;
    font-size: 22px;
    font-family: var(--fontFamilyStyle);
    font-weight: 900;
    color: #3848a0;
}

.main_interview_zhuangao_service .service .l {
    margin-top: 5px;
    width: 89px;
    height: 3px;
    background: #3f59b0;
}

.main_interview_zhuangao_service .service .channel {
    position: absolute;
    bottom: 8px;
    right: 12px;
    font-size: 16px;
    font-family: var(--fontFamilyStyle);
    font-style: italic;
    color: #111111;
    line-height: 24px;
    cursor: pointer;
}

.main_interview_zhuangao_service .service .channel:hover {
    color: var(--activeTitleColor);
}

.main_interview_zhuangao_service .service .line {
    width: 416px;
    height: 1px;
    background: #eeeeee;
}

.main_interview_zhuangao_service .service .list {
    margin-top: 18px;
}

.main_interview_zhuangao_service .service .swiper_life {
    padding: 0 16px;
}

.main_interview_zhuangao_service .service .swiper_life .box {
    width: 383px;
    height: 118px;
    overflow: hidden;
}

.main_interview_zhuangao_service .service .swiper_life img {
    width: 383px;
    height: 118px;
    object-fit: cover;
    overflow: hidden;
    transition: 1s ease-in-out;
}

.main_interview_zhuangao_service .service img:hover {
    transform: scale(1.1);
    transition: 1s ease-in-out;
    cursor: pointer;
}

#swiperLife .swiper-button-prev::after {
    content: none;
}

#swiperLife .swiper-button-next::after {
    content: none;
}


#swiperLife .swiper-button-prev {
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    margin-top: 0;
    width: 34px;
    height: 73px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADLUlEQVRoge3az0vTcRzH8fd36GrFN1ALvkRuLDaSUc6DBgW76kEh+O4keHCHgd9JV/+Rcjp2mAdBL3rSg95qp5iYyxjGRJllfCE12RdcTvl+46UF8SVoP776/hLfF+y47x6ML9uT7SMYhpGi690pEe0TUY6I3hLROV695ZoR2A0ievjr8ZyIXhPRsYsB8uc6iegl3hBuCPaAiCJ2gGBP7QLx2gVii3vkYg7EPAdingMxz4GY939CdnZ2bsuy/GJiYuIZKySZTIYFQTDGx8fzbJDl5eX7xWJRGhgY2PL5fCcsEE3TWubn57s7Ojq00dHR7UauYQkknU53lctlTywW23C73ToLpFAo3Mlms4FwOPw5Eol8a/Q6TUF0Xafp6eme1tbW80Qi8bGZazUFWVxc9JZKpbtDQ0MFSZJ+sECOjo7cCwsLTyRJOh4ZGdltBtEUZGpqKlSpVNzxePy9y+UyWCDr6+ttuVzO39fXt9vb2/u9WURDEF3XhVQq1ePxeKqKohSsQDQEmZ2d9auq2ibL8mZ7e3uVBaKq6s2lpaWQ1+s9iEaje1Yh6oYkk8nHZ2dnLYqibLhc1hZEzVfLZrP38vl8ZyQS2Q6FQmVLFbVCqtWqK5PJ9IiiWInH41tWI2qGZDKZ4OHhoTg8PPxBFMVzFkipVLq1urr6KBAIqIODg1+vAlETZHJyMmwYhpBIJOquLkshvycIwlU6/g1RFCWPDkWPskL8fv9Jf3//J/QoupQNgsVisSJ6dG5urht9ygZBh6JHNU3zoE/ZIBh6FF2KPkWnskEwdCn6FJ2KXmWDoEvRp+hU9CobBEOfolPRq+hWNgj6FJ2KXkW3skEwdCp6Fd26trbWxgahy0/cAro1nU7jxm36879hCHo1Go1uol/RsWwQTJblPZ/Pd4CORc+yQdCtY2NjG+hY9CwbBEO/omPRs+haNgiGjkXPomvRt2wQdCx6Fl07MzMTYINg6NlgMKiurKx0oXPZIHT5pZhH36Jz630uxx/Qf53zE7h5DsQ8B2KeAzHPgZh2ahfIvl0gOTtAvuD0FTcEiFc4AsZx/Avn0FQiekdEby7OoRHRTxZxRi0nu0IrAAAAAElFTkSuQmCC) no-repeat center;
    background-size: 100% 100%;
}

#swiperLife .swiper-button-next {
    display: none;
    cursor: pointer;
    position: absolute;
    margin-top: 0;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 34px;
    height: 73px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADH0lEQVRoge3aQWvTABjG8TdhrVbJcJtCUNZSWHGUaXdoFQ/R2y4bCO1psEsPha3zvC8i61Z6yA6DnrrTduiO9tgxV5WiVDbqRAKuUwys0o1GHq0iQViXpHsr5Lkn+dOG9EdbwTAM6myAiB4TUYyI7hDRFbrEDXQudYOInhHR6GVe/O+JnRjWCOqEKNwRv0MecEdQJ8TfBx1/7hH2if0QQW7IP+aGmOeGmOeGmPf/hiwtLT2Kx+NP9/f3r7OGLC4uVgRBMDKZTIQ1JBAInExNTb2r1Wry1tbWbbYQLJlM1kZGRvR8Pn9f13VHPr0thXi93nYymdzTdd2Xy+XG2UIwRVE+RyKRw1KpNFatVgfZQrB0Ov3G4/Gcra6uTrbbbb4QWZa/z8zMVOv1+s2NjQ1b5LT9QJubmzuQZflroVC4d3x87GULEUXRSKVSL5vNpndlZSXMFoJFo9EvsVjsoFwuB3d3d4fYQrCFhYWqz+drZbNZ3LgCW8jw8HArkUi81jRtaH19PcgWgsXj8Q9+v/9oc3MzrGnaVbYQURTxFu2dnp4OZDKZCbYQLBwOf1MU5X2lUhktlUq32EKwVCr1VpKkpqqqkVar1dU1ehIiSdLZ7Ozsq0ajMbi2tjbGFoJNT09/CoVCWrFYHK/X69fYQujXs6ViGIawvLx8ruZ6GiII3T/XehoC18K3eGXYQuBZuBa+DQaDJywhcCw8C9fCt90c05MQOBaehWvhW5YQ+BWOhWfh2m6PczQEboVf4Vh49iLHOhoCt8KvcCw8yxICr8Kt8Csce9HjHQuBV+FW+BWOZQnZ2dkZglfhVvjVyjlsh8CnuVxuEl6FW62ex3YIfAqnwqtwK0sIXAqfBgKBI3jVzrlshcCl8On8/PwevMoSAo/CpfApnGqrwmoIHKqq6iRcCp/ajbAcoqpqqNFoSHApfMoSAn9ub2/fhUfhUiciLIXAn3BoOp0+V10XGX6Azjp5QqtzvwI3zw0xzw0xzw0xr69CHPnQsjuE2JKVkyHlPuj4GfKCiD72QwjukedEdMgZYv4f2hMieoifYi71f2hE9AOXzT+BgEqniAAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 100% 100%;
}

/* 生活服务结束 */
.main_adv {
    width: 100%;
    height: 100px;
    margin-top: 15px;
}

#swiperAdv img {
    width: 100%;
    height: 100px;
}

#swiperAdv .swiper-button-prev::after {
    content: none;
}

#swiperAdv .swiper-button-next::after {
    content: none;
}

#swiperAdv .swiper-button-prev {
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    margin-top: 0;
    width: 34px;
    height: 73px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADLUlEQVRoge3az0vTcRzH8fd36GrFN1ALvkRuLDaSUc6DBgW76kEh+O4keHCHgd9JV/+Rcjp2mAdBL3rSg95qp5iYyxjGRJllfCE12RdcTvl+46UF8SVoP776/hLfF+y47x6ML9uT7SMYhpGi690pEe0TUY6I3hLROV695ZoR2A0ievjr8ZyIXhPRsYsB8uc6iegl3hBuCPaAiCJ2gGBP7QLx2gVii3vkYg7EPAdingMxz4GY939CdnZ2bsuy/GJiYuIZKySZTIYFQTDGx8fzbJDl5eX7xWJRGhgY2PL5fCcsEE3TWubn57s7Ojq00dHR7UauYQkknU53lctlTywW23C73ToLpFAo3Mlms4FwOPw5Eol8a/Q6TUF0Xafp6eme1tbW80Qi8bGZazUFWVxc9JZKpbtDQ0MFSZJ+sECOjo7cCwsLTyRJOh4ZGdltBtEUZGpqKlSpVNzxePy9y+UyWCDr6+ttuVzO39fXt9vb2/u9WURDEF3XhVQq1ePxeKqKohSsQDQEmZ2d9auq2ibL8mZ7e3uVBaKq6s2lpaWQ1+s9iEaje1Yh6oYkk8nHZ2dnLYqibLhc1hZEzVfLZrP38vl8ZyQS2Q6FQmVLFbVCqtWqK5PJ9IiiWInH41tWI2qGZDKZ4OHhoTg8PPxBFMVzFkipVLq1urr6KBAIqIODg1+vAlETZHJyMmwYhpBIJOquLkshvycIwlU6/g1RFCWPDkWPskL8fv9Jf3//J/QoupQNgsVisSJ6dG5urht9ygZBh6JHNU3zoE/ZIBh6FF2KPkWnskEwdCn6FJ2KXmWDoEvRp+hU9CobBEOfolPRq+hWNgj6FJ2KXkW3skEwdCp6Fd26trbWxgahy0/cAro1nU7jxm36879hCHo1Go1uol/RsWwQTJblPZ/Pd4CORc+yQdCtY2NjG+hY9CwbBEO/omPRs+haNgiGjkXPomvRt2wQdCx6Fl07MzMTYINg6NlgMKiurKx0oXPZIHT5pZhH36Jz630uxx/Qf53zE7h5DsQ8B2KeAzHPgZh2ahfIvl0gOTtAvuD0FTcEiFc4AsZx/Avn0FQiekdEby7OoRHRTxZxRi0nu0IrAAAAAElFTkSuQmCC) no-repeat center;
    background-size: 100% 100%;
}

#swiperAdv .swiper-button-next {
    display: none;
    cursor: pointer;
    position: absolute;
    margin-top: 0;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 34px;
    height: 73px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADH0lEQVRoge3aQWvTABjG8TdhrVbJcJtCUNZSWHGUaXdoFQ/R2y4bCO1psEsPha3zvC8i61Z6yA6DnrrTduiO9tgxV5WiVDbqRAKuUwys0o1GHq0iQViXpHsr5Lkn+dOG9EdbwTAM6myAiB4TUYyI7hDRFbrEDXQudYOInhHR6GVe/O+JnRjWCOqEKNwRv0MecEdQJ8TfBx1/7hH2if0QQW7IP+aGmOeGmOeGmPf/hiwtLT2Kx+NP9/f3r7OGLC4uVgRBMDKZTIQ1JBAInExNTb2r1Wry1tbWbbYQLJlM1kZGRvR8Pn9f13VHPr0thXi93nYymdzTdd2Xy+XG2UIwRVE+RyKRw1KpNFatVgfZQrB0Ov3G4/Gcra6uTrbbbb4QWZa/z8zMVOv1+s2NjQ1b5LT9QJubmzuQZflroVC4d3x87GULEUXRSKVSL5vNpndlZSXMFoJFo9EvsVjsoFwuB3d3d4fYQrCFhYWqz+drZbNZ3LgCW8jw8HArkUi81jRtaH19PcgWgsXj8Q9+v/9oc3MzrGnaVbYQURTxFu2dnp4OZDKZCbYQLBwOf1MU5X2lUhktlUq32EKwVCr1VpKkpqqqkVar1dU1ehIiSdLZ7Ozsq0ajMbi2tjbGFoJNT09/CoVCWrFYHK/X69fYQujXs6ViGIawvLx8ruZ6GiII3T/XehoC18K3eGXYQuBZuBa+DQaDJywhcCw8C9fCt90c05MQOBaehWvhW5YQ+BWOhWfh2m6PczQEboVf4Vh49iLHOhoCt8KvcCw8yxICr8Kt8Csce9HjHQuBV+FW+BWOZQnZ2dkZglfhVvjVyjlsh8CnuVxuEl6FW62ex3YIfAqnwqtwK0sIXAqfBgKBI3jVzrlshcCl8On8/PwevMoSAo/CpfApnGqrwmoIHKqq6iRcCp/ajbAcoqpqqNFoSHApfMoSAn9ub2/fhUfhUiciLIXAn3BoOp0+V10XGX6Azjp5QqtzvwI3zw0xzw0xzw0xr69CHPnQsjuE2JKVkyHlPuj4GfKCiD72QwjukedEdMgZYv4f2hMieoifYi71f2hE9AOXzT+BgEqniAAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 100% 100%;
}

/* adv end */
/*  列表 start  */
.main_list {
    width: 100%;
}

.main_list .list {
    display: flex;
    justify-content: space-between;
}



.main_list .container {
    width: 416px;
    height: 248px;
    margin-top: 16px;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8);
}

.main_list .headers {
    height: 56px;
    padding: 0 21px;
    display: flex;
    align-items: flex-end;
}

.main_list .headers .title {
    padding: 0 0 8px;
    font-size: 22px;
    font-family: var(--fontFamilyStyle);
    font-weight: 900;
    color: #3848a0;
    border-bottom: 3px solid #3f59b0;
}

.main_list .headers .title a {
    color: #3848a0;

}

.main_list .content {
    width: 100%;
    height: calc(100% - 56px);
    padding: 25px 0;
    border-top: 1px solid #eeeeee;
}

.main_list .content .dot {
    width: 3px;
    height: 3px;
    margin-right: 6px;
    background: #666666;
    border-radius: 50%;
}

/* 列表 end */



/* 底部开始 */
/* .main_footer {} */

.main_footer .window {
    margin-top: 16px;
    background: url(http://www.news.cn/2023homepro/images/xhwindow-bg.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 332px;
    padding: 36px;
    position: relative;
}

.main_footer .window .title:before {
    content: "";
    position: absolute;
    left: -2.5px;
    top: 0;
    width: 4px;
    height: 129px;
    background: #2c6de5;
}

.main_footer .window .title:after {
    content: "";
    position: absolute;
    top: 180px;
    left: 13px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #2c6de5;
}

.main_footer .window .title {
    padding-top: 40px;
    padding-left: 13px;
    border-left: 1px solid #969696;
    border-bottom: 0;
    position: absolute;
    top: 36px;
    left: 36px;
    z-index: 5;
    height: 288px;

}

.main_footer .window .title .cn {
    font-size: 24px;
    color: #1686d9;
    line-height: 30px;
}

.main_footer .window .title .en {
    margin-top: 10px;
    font-family: Arial;
    font-size: 15px;
    line-height: 20px;
    color: #666;
}

.main_footer .window .clearfix {
    padding: 20px 0 0px 115px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;

}

.main_footer .window .clearfix .nav {
    width: 264px;

}

.main_footer .window .clearfix .nav a:hover {
    color: var(--activeTitleColor);
}

.main_footer .window .clearfix .nav a:nth-child(1) {
    background: #2c6de5 url(http://www.news.cn/2023homepro/images/xhwindow-icon1.png) center 10px no-repeat;
    border-radius: 0 0 25px 0;
}

.main_footer .window .clearfix .nav a:nth-child(2) {
    background: #2c6de5 url(http://www.news.cn/2023homepro/images/xhwindow-icon2.png) center 10px no-repeat;
    border-radius: 0 0 0 25px;
}

.main_footer .window .clearfix .nav a:nth-child(3) {
    background: #2c6de5 url(http://www.news.cn/2023homepro/images/xhwindow-icon3.png) center 10px no-repeat;
    border-radius: 0 25px 0 0;
}

.main_footer .window .clearfix .nav a:nth-child(4) {
    background: #2c6de5 url(http://www.news.cn/2023homepro/images/xhwindow-icon4.png) center 10px no-repeat;
    border-radius: 25px 0 0 0;
}

.main_footer .window .clearfix .list_news {
    width: 740px;
}



.main_footer .window .list_news li a::before {
    display: inline-block;
    position: relative;
    left: -8px;
    top: 0;
    content: "";
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0762cb;
    margin-right: 0;
    vertical-align: baseline;
    /* transform: translateY(px); */
}

.main_footer .window .list_news li {
    padding: 6px 10px 6px 16px;
    height: 55px;
    width: 350px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
    position: relative;

}

.main_footer .window .list_news li a {
    /* 换行展示 */
    white-space: pre-wrap;
}

.main_footer .window .ccc {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    margin-right: 12px;
    line-height: 140px;
    width: 120px;
    height: 90px;
    overflow: hidden;
    color: #fff;
}

.main_footer .window .swiperBox {
    height: 45px;
    width: 100%;
    position: relative;


}

.main_footer .window .directionIcon:hover {
    opacity: 1;
}

.main_footer .window .swiperBox #swiper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;


}

.main_footer .window .swiperBox #swiper .imgBox {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: flex;


}

.main_footer .window .swiperBox #swiper .imgDiv {
    display: block;
    text-indent: none;
    outline: 0;
    width: auto;
    margin-right: 10px;


}

.main_footer .window .swiperBox #swiper .imgDiv img {
    height: 100%;
    width: auto;
}

.main_footer .desc {
    padding-bottom: 46px;

}

.main_footer p {
    margin-top: 32px;
    text-align: center;
    font-size: 16px;
    font-family: var(--MicrosoftYaHei);

}


/* 新增 轮播图配置 */
.main_swiper_study #BigSwiperBanner .swiper-button-prev::after {
    content: none;
}

.main_swiper_study #BigSwiperBanner .swiper-button-next::after {
    content: none;
}

.main_swiper_study #BigSwiperBanner .swiper-button-prev {
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    margin-top: 0;
    width: 34px;
    height: 73px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADLUlEQVRoge3az0vTcRzH8fd36GrFN1ALvkRuLDaSUc6DBgW76kEh+O4keHCHgd9JV/+Rcjp2mAdBL3rSg95qp5iYyxjGRJllfCE12RdcTvl+46UF8SVoP776/hLfF+y47x6ML9uT7SMYhpGi690pEe0TUY6I3hLROV695ZoR2A0ievjr8ZyIXhPRsYsB8uc6iegl3hBuCPaAiCJ2gGBP7QLx2gVii3vkYg7EPAdingMxz4GY939CdnZ2bsuy/GJiYuIZKySZTIYFQTDGx8fzbJDl5eX7xWJRGhgY2PL5fCcsEE3TWubn57s7Ojq00dHR7UauYQkknU53lctlTywW23C73ToLpFAo3Mlms4FwOPw5Eol8a/Q6TUF0Xafp6eme1tbW80Qi8bGZazUFWVxc9JZKpbtDQ0MFSZJ+sECOjo7cCwsLTyRJOh4ZGdltBtEUZGpqKlSpVNzxePy9y+UyWCDr6+ttuVzO39fXt9vb2/u9WURDEF3XhVQq1ePxeKqKohSsQDQEmZ2d9auq2ibL8mZ7e3uVBaKq6s2lpaWQ1+s9iEaje1Yh6oYkk8nHZ2dnLYqibLhc1hZEzVfLZrP38vl8ZyQS2Q6FQmVLFbVCqtWqK5PJ9IiiWInH41tWI2qGZDKZ4OHhoTg8PPxBFMVzFkipVLq1urr6KBAIqIODg1+vAlETZHJyMmwYhpBIJOquLkshvycIwlU6/g1RFCWPDkWPskL8fv9Jf3//J/QoupQNgsVisSJ6dG5urht9ygZBh6JHNU3zoE/ZIBh6FF2KPkWnskEwdCn6FJ2KXmWDoEvRp+hU9CobBEOfolPRq+hWNgj6FJ2KXkW3skEwdCp6Fd26trbWxgahy0/cAro1nU7jxm36879hCHo1Go1uol/RsWwQTJblPZ/Pd4CORc+yQdCtY2NjG+hY9CwbBEO/omPRs+haNgiGjkXPomvRt2wQdCx6Fl07MzMTYINg6NlgMKiurKx0oXPZIHT5pZhH36Jz630uxx/Qf53zE7h5DsQ8B2KeAzHPgZh2ahfIvl0gOTtAvuD0FTcEiFc4AsZx/Avn0FQiekdEby7OoRHRTxZxRi0nu0IrAAAAAElFTkSuQmCC) no-repeat center;
    background-size: 100% 100%;
}

.main_swiper_study #BigSwiperBanner .swiper-button-next {
    display: none;
    cursor: pointer;
    position: absolute;
    margin-top: 0;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 34px;
    height: 73px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADH0lEQVRoge3aQWvTABjG8TdhrVbJcJtCUNZSWHGUaXdoFQ/R2y4bCO1psEsPha3zvC8i61Z6yA6DnrrTduiO9tgxV5WiVDbqRAKuUwys0o1GHq0iQViXpHsr5Lkn+dOG9EdbwTAM6myAiB4TUYyI7hDRFbrEDXQudYOInhHR6GVe/O+JnRjWCOqEKNwRv0MecEdQJ8TfBx1/7hH2if0QQW7IP+aGmOeGmOeGmPf/hiwtLT2Kx+NP9/f3r7OGLC4uVgRBMDKZTIQ1JBAInExNTb2r1Wry1tbWbbYQLJlM1kZGRvR8Pn9f13VHPr0thXi93nYymdzTdd2Xy+XG2UIwRVE+RyKRw1KpNFatVgfZQrB0Ov3G4/Gcra6uTrbbbb4QWZa/z8zMVOv1+s2NjQ1b5LT9QJubmzuQZflroVC4d3x87GULEUXRSKVSL5vNpndlZSXMFoJFo9EvsVjsoFwuB3d3d4fYQrCFhYWqz+drZbNZ3LgCW8jw8HArkUi81jRtaH19PcgWgsXj8Q9+v/9oc3MzrGnaVbYQURTxFu2dnp4OZDKZCbYQLBwOf1MU5X2lUhktlUq32EKwVCr1VpKkpqqqkVar1dU1ehIiSdLZ7Ozsq0ajMbi2tjbGFoJNT09/CoVCWrFYHK/X69fYQujXs6ViGIawvLx8ruZ6GiII3T/XehoC18K3eGXYQuBZuBa+DQaDJywhcCw8C9fCt90c05MQOBaehWvhW5YQ+BWOhWfh2m6PczQEboVf4Vh49iLHOhoCt8KvcCw8yxICr8Kt8Csce9HjHQuBV+FW+BWOZQnZ2dkZglfhVvjVyjlsh8CnuVxuEl6FW62ex3YIfAqnwqtwK0sIXAqfBgKBI3jVzrlshcCl8On8/PwevMoSAo/CpfApnGqrwmoIHKqq6iRcCp/ajbAcoqpqqNFoSHApfMoSAn9ub2/fhUfhUiciLIXAn3BoOp0+V10XGX6Azjp5QqtzvwI3zw0xzw0xzw0xr69CHPnQsjuE2JKVkyHlPuj4GfKCiD72QwjukedEdMgZYv4f2hMieoifYi71f2hE9AOXzT+BgEqniAAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 100% 100%;
}

/* *** */
.main_swiper_study #BigSwiperBanner:hover .swiper-button-next,
.main_swiper_study #BigSwiperBanner:hover .swiper-button-prev,
.main_recommendation .swiper_recommendation:hover .swiper-button-next,
.main_recommendation .swiper_recommendation:hover .swiper-button-prev,
#swiperLife:hover .swiper-button-next,
#swiperLife:hover .swiper-button-prev,
#swiperAdv:hover .swiper-button-next,
#swiperAdv:hover .swiper-button-prev {
    display: block;
}


/* 加需求 */
.new.main_list .content {
    padding: 25px 0px;
}

.new.main_list .list .container {
    width: 427px;
    height: 318px;
}

.new.main_list .list .container:nth-child(2) .content ul {
    overflow: auto;
    height: 100%;
}

.new.main_list .list .container .content ul li:last-child {
    margin-bottom: 0
}

.new.main_list .list .container:last-child {
    width: 390px;
}

/* 修改 */
.main_news_dignitaries .dignitaries .list.personnel a,
.main_news_dignitaries .dignitaries .list.integrity a {
    width: 87%;
    font-size: 16px;
    font-family: var(--MicrosoftYaHei);
    color: #111111;
    line-height: 24px;
    margin: 15px 23px;
    position: relative;
    /* overflow: visible;
    white-space: pre-wrap; */


}

.main_news_dignitaries .dignitaries .list.personnel a::before,
.main_news_dignitaries .dignitaries .list.integrity a::before {
    /* position: absolute;
    left: -10px;
    top: 14px; */
    display: inline-block;
    content: '';
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    /* margin-right: 8px; */
    transform: translateY(-4px);
}