@charset "utf-8";
.container {
    border-radius: 10px;
}

.index-dept-item {
    padding: 0 70px;
}

.index-dept-item {
    margin-top: 40px;
}

.dept-item-title {
    overflow: hidden;
}

.title-ico {
    height: 60px;
}

.title-ico-left {
    background: url("/images/xzzf/title-ico-left.png") right center no-repeat;
}

.title-ico-right {
    background: url("/images/xzzf/title-ico-right.png") left center no-repeat;
}

.dept-item-title .title-font {
    color: #3266b9;
    font-size: 2.6em;
    font-family: "»ªÎÄËÎÌå";
    text-align: center;
    letter-spacing: 2px;
    font-weight: 700;
}

.dept-item-list > div {
    margin: 10px 0;
}

.dept-item-list > div a {
    display: block;
    padding: 0 10px;
    text-indent: 2em;
    height: 58px;
    line-height: 58px;
    border: 1px solid #3266b9;
    border-radius: 5px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dept-item-list div:hover a {
    background: #3266b9;
    color: #ffffff;
}

@media (max-width:992px){
    .dept-item-title .title-font{
        font-size: 2.5em;
        
    }
}

@media (max-width:768px) {
    .dept-item-title .title-font{
        
        margin-top: 15px;
    }
    /* .hancheng-gov-logo {
        width: 50%;
        margin-top: 30px;
        background: none;
    }

    .xzzf-banner-logo {
        width: 90%;
        margin-top: 30px;
        background: none;
    } */
}
@media (max-width:750px){
    .index-dept-item{
        padding: 0;
        margin: 0;
    }
}