
/*.content-xwzx .tip-img{*/
/*    !*margin-top: 20px;*!*/
/*    left:-10px;*/
/*    top:60px;*/
/*    position: absolute;*/
/*    height: 33px;*/
/*    width: 31px;*/
/*    background-repeat: no-repeat;*/
/*    background-image: url("../img/index/tip.png");*/
/*    z-index: -999;*/
/*    !*background-size: 100% 36px;*!*/
/*}*/
/*.content-xwzx .title-img{*/
/*    margin-top: 20px;*/
/*    height: 36px;*/
/*    background-repeat: no-repeat;*/
/*    background-image: url("../img/index/xwzx.png");*/
/*}*/
.content-xwzx{
    margin-top: 20px;
    position: relative;
}
.content-xwzx .tip-img{
    /*margin-top: 20px;*/
    left:-10px;
    top:-10px;
    position: absolute;
    height: 33px;
    width: 31px;
    background-repeat: no-repeat;
    background-image: url("../img/index/tip.png");
    z-index: -999;
    /*background-size: 100% 36px;*/
}
.content-xwzx .title-img{
    /*margin-top: 20px;*/
    height: 36px;
    background-repeat: no-repeat;
    background-image: url("../img/index/xwzx.png");
}

.content-xwzx .xwzx-box{
    margin-top: 10px;
    display: flex;
}
.content-xwzx .xwzx-box .xwzx-left{
    width: 583px;
}

.content-xwzx .xwzx-box .xwzx-right{
    width: 597px;
    position: relative;
}
.content-xwzx .xwzx-box .xwzx-right a{
    color: #111111;
}
.more-news{
    left: 530px;
    top: 22px;
    position: absolute;
}

.more-news:hover{
    color: #ff0000;
    cursor: pointer;
}
/*.tab-item-text{*/
/*    !*color: #111111;*!*/
/*    float: left;*/
/*    width: 480px;*/
/*}*/
.tab-item-text-title{
    /*color: #111111;*/
    float: left;
    width: 480px;
}
.tab-item-text-publishTime{
    /*color: #111111;*/
    float: right;
    width: 40px;
}
.content-xwzx .xwzx-box .xwzx-right a:hover{
    color: #28a2f6;
}
.content-bszn{
    margin-top: 20px;
    position: relative;
}
.content-bszn .tip-img{
    /*margin-top: 20px;*/
    left:-10px;
    top:-10px;
    position: absolute;
    height: 33px;
    width: 31px;
    background-repeat: no-repeat;
    background-image: url("../img/index/tip.png");
    z-index: -999;
    /*background-size: 100% 36px;*/
}
.content-bszn .title-img{
    /*margin-top: 20px;*/
    height: 36px;
    background-repeat: no-repeat;
    background-image: url("../img/index/bszn.png");
}
.content-bszn .bszn-box{
    display: flex;
}
.content-bszn .bszn-left{
    width: calc(100%  - 336px);
}
.content-bszn .bszn-left .content-bszn-title{
    position: relative;
}

.content-bszn .bszn-left a{
    color: #111111;
}
.content-bszn .bszn-left a:hover{
    color: #28a2f6;
}

.content-bszn .bszn-left .content-bszn-title{

}

.content-bszn .bszn-left .bszn-left-top{
    display: flex;
    width: 840px;
    float: left;
    padding-top: 19px;
    padding-bottom: 60px;
    border-bottom: #e3e3e3 dashed 2px;
}
.content-bszn .bszn-left .bszn-left-bottom{
    display: flex;
    width: 840px;
    float: left;
    padding-top: 50px;
    padding-bottom: 57px;
    border-bottom: #e3e3e3 dashed 2px;
}

.content-bszn .bszn-left .bszn-left-item {
    width: 33%;
    padding-top: 30px;
    font-size: 16px;
}

.content-bszn .bszn-left .bszn-left-item:hover {
    transform: scale(1.05);
}
.content-bszn .bszn-left .bszn-left-top span{
    padding-left: 10px;
}
.content-bszn .bszn-left .bszn-left-bottom span{
    padding-left: 10px;
}
.content-bszn .bszn-right{
    width: 336px;
}
.content-bszn .bszn-right .bszn-right-item{
    width: 336px;
    height: 88px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    font-size: 18px;
    /*text-align: center;*/
    /*align-content: center;*/
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease; /* 添加过渡效果 */
}
.content-bszn .bszn-right .bszn-right-item:hover{
    transform: scale(1.2);
}

.content-gjzscq .gjzscq-img{
    margin-top: 20px;
    margin-bottom: 20px;
    height: 142px;
    background-repeat: no-repeat;
    background-image: url("../img/index/gjzsc.png");
}
