#top-swiper {
    width: 100%;
    height: 450px;
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
}

#top-swiper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*分页器自定义*/
#top-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px !important;
    height: 4px !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-radius: 0 !important;
}

#top-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px !important;
    height: 4px !important;
    background-color: #FFFFFF !important;
    border-radius: 0 !important;
}

#top-swiper .swiper-pagination {
    position: absolute;
    left: 40% !important;
}
/* 快捷入口 */
.quick-entry{
    width: 882px;
    height: 280px;
}
.quick-list li {
    margin-top: 10px;
    margin-right: 12px;
    width: 286px;
    height: 110px;
}
.quick-list li:nth-of-type(3n){
    margin-right: 0;
}
.quick-list li .quick-item{
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.quick-list li .quick-item:hover{
    box-shadow: 3px 0 5px #999;
}
.quick-list li .quick-item .quick-item-bg{
    display: block;
    width: 100%;
    height: 100%;
}
.quick-list li .quick-item:hover .quick-item-bg{
    opacity: 0.9;
}
.quick-list li .quick-item p{
    position: absolute;
    left: 20px;
    top: 20px;
    color: #333;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

.quick-list li .quick-item sub{
    position: absolute;
    left: 20px;
    top: 56px;
    font-weight: normal;
    font-size: 14px;
    color: rgba(51,51,51,.5);
}

/* 登录入口 */
.login-entry{
    width: 298px;
    height: 280px;
}

.login-entry-list li{
    width: 145px;
    height: 80px;
    border-bottom: 1px dashed #ddd;
}
.login-entry-list li:nth-of-type(odd) {
    border-right: 1px dashed #ddd;
}
.login-entry-list li:nth-last-child(-n + 2){
    border-bottom: none;
}
.login-entry-list li .login-item{
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 14px;
}
.login-entry-list li .login-item:hover{
    color: #DD2925;
}
.login-item-icon{
    width: 21px;
    height: auto;
}
.login-entry-list li .login-item span{
    display: block;
    margin-top: 10px;
}
.entry-head{
    width: 100%;
    border-bottom: 1px solid #eee;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 1;
    margin-bottom: 10px;
}
.entry-head::after{
    content: '';
    display: block;
    width: 62px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
}

/* 广告位 */
.adv{height: 120px; font-size: 0;}
.adv:hover{opacity: 0.9; box-shadow: 3px 0 5px #999;}
.adv a{width: 100%;height: 100%; display: block;}
.adv img{width: 100%;height: 100%;}

/* 公用模块头部 */
.module-head{
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #dd2925;
    font-size: 0;
    position: relative;
    color: #333;
}
.module-head.no-bd{border: none;}
.module-head h3{
    font-size: 30px;
    font-weight: bold;
    margin-right: 10px;
}
.module-head img{width: 23px; height: auto}
.module-head .module-head-tab li{
    font-size: 14px;
    font-weight: normal;
    color: #333;
    cursor: pointer;
    margin-right: 24px;
}
.module-head .module-head-tab li:hover,.module-head .module-head-tab li.selected{
    color: #dd2925;
}
.module-head .head-right{position: absolute; right: 0;}
.module-head .more-btn{color: #999; font-size: 14px;}
.module-head .more-btn:hover{color: #dd2925;}
.module-body{position: relative;}

/* 竞价大厅 */
.jjdt {
    height: 560px;
}
.jjdt-item {
    height: 100%;
    overflow: hidden;
    display: none;
}
.jjdt-item iframe{
    width: 100%;
    height: 600px;
}

.zdtj-block{
    width: 416px;
    height: 540px;
    font-size: 0;
    line-height: 0;
}
.zdtj-block a {
    width: 100%;
    height: 100%;
    display: block;
}
.zdtj-block a:hover{
    box-shadow: 3px 0 5px #999;
}
.zdtj-item a{
    width: 100%;
    height: 265px;
}
.zdtj-block a img{
    width: 100%;
    height: 100%;
}
.zdtj-block a:hover img{
    opacity: 0.9;
}

/* 机构动态 */
.jgdt{justify-content: space-between;}
.jgdt-item{
    width: 580px;
    height: 90px;
    margin-bottom: 20px;
}
.jgdt-item:nth-last-of-type(-n + 2) {margin-bottom: 0;}
.jgdt-item a {width: 100%; height: 100%;}
.jgdt-item-time{
    width: 90px;
    height: 90px;
    background: url("../images/index/bg-jgdt.png") no-repeat center/cover;
    padding: 10px;
    flex-shrink: 0;
}
.jgdt-item-time .day{font-size: 30px; font-weight: bold; color: #dd2925}
.jgdt-item-time .date{font-size: 14px; font-weight: bold; color: #666; line-height: 40px}
.jgdt-item-content{flex: 1; min-width: 0;}
.jgdt-item-content .jgdt-item-title {line-height: 1.5; font-size: 16px; color: #333; font-weight: bold; margin-bottom: 15px;}
.jgdt-item-content .jgdt-item-title:hover{color: #dd2925;}
.jgdt-item-content > p {font-size: 14px; color: #999; line-height: 20px;}

/* 信息联发 */
.bidding-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    table-layout: fixed;
}
.bidding-table .bidding-thead {
    background: #f1f1f1;
    font-size: 16px;
    height: 35px;
    border-bottom: 1px #e6e6e6 solid;
}
.bidding-table .bidding-thead th {
    height: 40px;
    font-weight: bold;
    background: #f5f5f5;
    font-size: 14px;
    color: #666;
}
.bidding-table tr td {
    border-bottom: 1px solid #eee;
    height: 50px;
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.bidding-table tr td .name-td {
    padding: 0 5px;
    display: block;
    color: #333;
    line-height: 50px;
}
.bidding-table tr td .name-td:hover{
    color: #dd2925;
}
.bidding-table tbody tr:hover{background-color: #FFF7F7;}

/* 站群联盟 */
.zqlm {
    height: 582px;
    padding-top: 40px;
    background: url("../images/index/bg-zqlm.jpg") no-repeat center/cover;
}
.zqlm .map-box{width: 450px;height: 400px; flex-shrink: 0;background: url("../images/index/bg-map.jpg") no-repeat center / 100% 100%}
.zqlm .website-list{ flex: 1; min-width: 0; height: 400px;display: flex; flex-flow:row wrap;  align-content: flex-start;}
.zqlm .website-list li{
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
    background-color: #fff;
    width: 230px;
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}
.zqlm .website-list li:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #dd2925;
    border-radius: 1px;
    overflow: hidden;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.zqlm .website-list li a{font-size: 14px; color: #333;}
.zqlm .website-list li a:hover{color: #dd2925;}

.module-head-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    outline: none;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    color: #999;
    font-size: 14px;
}
.module-head-btn:hover{
    border-color: #dd2925;
    background-color: #dd2925;
    color: #fff;
}
.module-head-btn + .module-head-btn{margin-left: 20px;}


/*友情链接*/
.f-link .link-module{
    width: 100%;
    flex-shrink: 0;
    transition: transform 0.5s;
}
.f-link .link-item{
    width: 228px;
    height: 76px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-right: 15px;
    margin-top: 20px;
}
.f-link .link-item:nth-of-type(5n){margin-right: 0;}
.f-link .link-item a {width: 100%;height: 100%;}
.f-link .link-item a img{object-fit: contain; max-width: 100%; max-height: 100%;}

.f-link .link-item:hover{
    border-color: #dd2925;
    box-shadow: 3px 0 5px #999;
}

.index-list-left-pic-wrapper{
    width:265px;
    height:357px;
    margin-right: 15px;
    position:relative;
    flex-shrink: 0;
    user-select: none;
}
.index-list-left-pic{
    width: 100%;
    height: 100%;
}
.list-title-wrapper{
    position: absolute;
    top: 30px;
    left:15px;
}
.list-title-wrapper .list-title{
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
.list-title-wrapper .bottom-line{
    width: 40px;
    height:3px;
    background-color: #dd342c;
    margin-top: 13px;
    border-radius: 3px;
}

/*州市国资轮播*/
#zsgz-swiper {
    width: 100%;
    height: 200px;
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
}

#zsgz-swiper .slide-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*翻页器自定义*/
#zsgz-swiper .swiper-button-prev,
#zsgz-swiper .swiper-button-next {
    width: 20px !important;
    height: 40px !important;
    background-color: rgba(0,0,0,0.4) !important;
    display: none;
}
#zsgz-swiper .swiper-button-prev.active,
#zsgz-swiper .swiper-button-next.active {
    display: flex;
}
#zsgz-swiper .swiper-button-prev::after,
#zsgz-swiper .swiper-button-next::after {
    font-size: 16px;
    color:#fff;
}
