.scrolled .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #1059A8;
}
/* new */
#carouselExampleIndicators {
    width: 100vw;
    height: 45rem !important;
    overflow: hidden;
}
#carouselExampleIndicators .carousel-control-prev,#carouselExampleIndicators .carousel-control-next{
    height: 4rem;
    width: 4rem;
    padding: 10px;
    top: 50%;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transform: translateY(-50%);
}
#carouselExampleIndicators .carousel-control-prev {
    left: 1.5rem;
}

#carouselExampleIndicators .carousel-control-next {
    right: 2.5rem;
}

/* 轮播图按钮 */
#carouselExampleIndicators .carousel-control-prev-icon,
#carouselExampleIndicators .carousel-control-next-icon {
    width: 4rem !important;
    height:4rem;
  
}
#carouselExampleIndicators .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#carouselExampleIndicators .carousel-control-next-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#carouselExampleIndicators .carousel-indicators [data-bs-target]{
    background: rgba(0, 0, 0, 0.5) !important;
    box-sizing: border-box;
    border:none;
    height: 5px !important;  
    width: 40px;
}
#carouselExampleIndicators .carousel-indicators .active{
    background: rgba(255, 255, 255, 1) !important;
}

#carouselExampleIndicators .carousel-inner {
    width: 100% !important;
    height: 100% !important;
}

#carouselExampleIndicators .carousel-item {
    width: 100% !important;
    height: 100% !important;
}

#carouselExampleIndicators .carousel-item>img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    font-family: 'object-fit: cover';


}

#carouselExampleIndicators .carousel-indicators_slide {
    list-style: none;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    left: auto;
}


@media (max-width: 768px) {
    #carouselExampleIndicators{
        height: 25rem !important;
    }
}

/* 新闻模块轮播图片 */
#carouselnew {
    width: 100%;
    height: 385px !important;
    overflow: hidden;
}

.newcarousel .carousel-item{
    height: 385px !important;
}
.newcarousel .carousel-item img{
    height: 100% !important;
    object-fit: cover !important;
    font-family: 'object-fit: cover';
}
/* 新闻图片状态按钮 */
#carouselnew .carousel-indicators {
    right: 10px !important;
    left: auto;
    bottom: 5px;
    z-index: 10;
    margin: 0;
}

.newcarousel .carousel-indicators button[data-bs-target] {
    width: 0.7rem !important;
    height: 0.7rem !important;
    opacity: 1;
}

.newcarousel .carousel-indicators .active {
    background-color: #fb7305;
}

.newcarousel .nav-big-box {
    top: 0;
    z-index: 999;
    left: -1rem;
    position: absolute;
    width: 100vw;
    box-shadow: inset 0 120px 100px -100px #000000;
}

.newcarousel .carousel-caption {
    position: absolute;
    bottom: 0;
    left:0;
    color: #fff;
    text-align: left;
    background:rgba(74, 126, 183, 0.7);
    width: 100%;
    height: 2.8rem;
    display: flex;
    align-items: center;
}

.newcarousel .carousel-caption h5,
.newcarousel .carousel-caption p {
    width: calc(100% - 115px);
    font-size: 1rem;
    margin: 0;
    /* width: 4.2rem; */
    padding: 0 1rem;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏超出内容 */
    text-overflow: ellipsis;
    color: #fff;
    font-weight: 600;
}
.newcarousel .carousel-caption a{
    color: #fff;
}

/* 最大宽度 */
@media (min-width: 1500px) {
    .newcarousel {
        width: 600px !important;
        max-width: 600px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
}
.newlist .tab {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: #1967bc 2px solid;
}


.newlist .tab div {
    width:190px ;
    line-height: 42px;
    height: 42px;
    color: #1967bc;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
}

.newlist .tab div.active {
    background-color: #1967bc;
    color: white;
}


.newlist  div.more {
    position: absolute;
    top: 10px;
    right: 0px;
}
.newlist  div.more a,.audit-notice .tab a, .service-guide .tab a{
    font-size: 1rem;
    font-weight: bold;
    color: #6f6f6f;
}

.newlist  div.more a:hover,.audit-notice .tab a:hover,.service-guide .tab a:hover{
    color:var(--news_hover_color);
}

.newlist .content-list ul{
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 10px;
}
.newlist .content-list li a {
    text-decoration: none;
    color: #000;
    padding-right: 1.5rem;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏超出内容 */
    text-overflow: ellipsis;
}
.newlist .content-list li a:hover{
    color:var(--news_hover_color);
}

.newlist .content-list li {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    line-height: 3rem;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏超出内容 */
    text-overflow: ellipsis;
    /* padding: 2rem 0; */
}

.newlist .content-list li span {
    color: #8a8a8a;
}
/* 最大宽度 */
@media (min-width: 1500px) {
   .newlist {
     flex: 0 0 775px;
    width: 775px !important;
    max-width: 775px !important;  
    padding-right: 0 !important;
    margin-left: 25px !important;

   } 
}




/*审计公告 - 服务指南*/

.audit-notice .tab,
.service-guide .tab {
    font-weight: 700;
    color: #1967bc;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: #dfdfdf 1px solid;
    padding-bottom: 1rem;
}

.audit-notice .tab div:nth-child(2),
.service-guide .tab div:nth-child(2) {
    background-color: transparent;
    margin-left: auto;
    color: #6f6f6f;
}

.audit-notice .tab div,
.service-guide .tab div {
    display: flex;
    font-size: 1.1rem;
    align-items: center;
}

.audit-notice .tab span,
.service-guide .tab span {
    background-color: #1967bc;
    display: block;
    width: 5px;
    height: 35px;
    margin-right: 1rem;
}

.service-guide .content-list .icon,
.audit-notice .content-list .icon {
    width: 1rem;
    margin-right: 1rem;
}

.audit-notice .content-list li,
.service-guide .content-list li {
    display: flex;
    list-style-type: none;
    align-items: center;
    list-style-type: none;
    padding: 13px 0;
    border-bottom: #dfdfdf dashed 1px;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏超出内容 */
    text-overflow: ellipsis;
    /* 使用省略号表示超出内容 */
}
.audit-notice .content-list li a,
.service-guide .content-list li a {
    /* padding: 0 25rem 0 0; */
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏超出内容 */
    text-overflow: ellipsis;
    /* 使用省略号表示超出内容 */
}
.audit-notice .content-list li a:hover,
.service-guide .content-list li a:hover{
    color:var(--news_hover_color);
}

.audit-notice .content-list li span,
.service-guide .content-list li span {
    padding-left: 10px;
    margin-left: auto;
    font-size: 0.9rem;
}


/* 最大宽度 */
@media (min-width: 1500px) {
    /*审计公告 */
 .audit-notice.col-md-5 {
     width: 600px;
     max-width: 600px;
     padding-left: 0;
     padding-right: 0;
     flex: 0 0 100% !important;
 }
 /* 服务指南 */
 .service-guide.col-md-4 {
    width: 480px;
    max-width: 480px;
    flex: 0 0 100% !important;
    margin-left: 25px;
 }
 /* 审计入口 */
 .newcontent-bottm .col-md-3{
    width: 295px !important;
    max-width: 295px !important;
    flex: 0 0 100%;
    padding-right: 0 !important;
    padding-left: 30px !important;
}
  }
 


/* 审计平台入口 */

.department {
    min-height:380px ;
    border: #7b5626 1px solid;
    padding: 5px !important;
    font-weight: 700;
    color: #7b5626;
}
.department .title{
    text-align: center;
    height: 2.7rem;
    font-size: 1.1rem;
    line-height: 2.7rem;
    background-color: #EDEDED;
}
.department-content{
    padding: 0;
}
.department-content li{
    margin-bottom:5px ;
}
.department-content li:last-child
{
    margin-bottom: 0;
}
.department-content  img{
    width: 100%;  
    height:44px ;
}

@media (max-width: 768px) {
    .department {
        padding: 10px !important;
    }
    .department-content li{
        margin-bottom:10px ;
    }
    .department-content  img{
        height:48px ;
    }
}