.w1200 {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}

a {
    color: #3c3c3c;
}

.w580 {
    width: 585px;
}

.w710 {
    width: 710px;
}

.w460 {
    width: 460px;
}


/* 当前位置 */

.wz_position {
    background: #f6f6f6 url(wz2022.png) no-repeat 10px center;
    line-height: 40px;
    font-size: 16px;
    padding-left: 40px;
}


/* 通用切换头部样式 */

.tabs1 {
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.tabs1 li {
    padding: 0 5px 8px 5px;
    margin: 0 30px 0 0;
    float: left;
    color: #000;
    text-align: center;
    line-height: 36px;
    font-size: 22px;
    font-weight: bold;
}


.tabs1 li.on {
    border-bottom: 2px solid #558eff;
}

.tabs1 li a {
    color: #999;
    text-decoration: none;
}


.tabs1 li.on a {
    color: #558eff;
    text-decoration: none;
}


/* 通用列表样式 */

.news_tab_con li {
    line-height: 40px;
    position: relative;
    padding-left: 12px;
    font-size: 17px;
}

.news_tab_con li span.day {
    float: right;
    color: #666666;
}

.news_tab_con li span.column {
    color: #558eff;
}

.news_tab_con li::before {
    content: '';
    width: 6px;
    height:6px;
    background-color: #0882f0;
    position: absolute;
    top: 18px;
    left: 0;

}

.news_tab_con a {
    color: #333;
    text-decoration: none;
}

.news_tab_con a:hover {
    font-weight: bold;
}

.zxgk_info {
    background-color: #fcfcfc;
    padding-top: 20px;
}

/* .zxgk_info li {
    padding-left: 0;
} */

/* .zxgk_info li::before {
    width: 0;
} */


/* 其他带带下划线 */

.other_info {
    padding-top: 10px;
}

.other_info li {
    line-height: 46px;
    border-bottom: #999 1px dashed;
}

.zxgk_info .column {
    background-color: #dbf3ff;
    border-radius: 10px;
    padding: 2px 16px;
    font-size: 12px;
}


/* 图片滚动 */

.zdzt_list {
    margin-right: -60px;
    overflow: hidden;
    /* width: 100%; */
}

.zdzt_list ul {
    /* background-color: #ff0000; */
    overflow: hidden;
    margin-right: -80px;
}

.zdzt_list li {
    display: inline-block;
    margin-right: 22px;
    width: 269px;
}

.zdzt_list li img {
    transition: all .3s;
}

.zdzt_list li:hover img {
    transform: scale(1.05);
}


/* 图片大小设置*/