.head{
    width: 100%;
    height: 400px;
    background: url(header.png) no-repeat;
    background-size: cover;
    background-position: center;
}


/* 内容 */
.contain{
    width:100%;
}

.dhzxd{
    width: 100%;
    background-color: #FFFFFF;
    height: auto;
    margin-top: 30px;
}

.dhzxd_box{
    width: 1200px;
    margin: 0 auto;
    height: 470px;
}

.dhzxd_box .title,.szhyy_box .title,.wsbszh_box .title{
    width: 100%;    
    margin-bottom: 30px;
}

.dhzxd_box .title p,.szhyy_box .title p,.wsbszh_box .title p{ 
    font-size: 28px;
    line-height: 200%;
    color: #2E5FE2;
    text-align: center;
    font-weight: bold;
}


.dhzxd_left,.wsbszh_left{
    width: 587px;
    height: 330px;
    float: left;
    margin-right: 30px;
}


.szhyy{
    width: 100%;
    background-color: #F2F5FF;
    height: 470px;
}


.wsbszh{
    width: 100%;
    background-color: #FFFFFF;
    height: auto;
}


/* 轮播图 */



.cont_dhzxd {
    width: 587px;
    height: 330px;
    margin-right: 30px;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}


.cont_dhzxd .hd ul {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

.cont_dhzxd .hd ul li {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    background: url(squre.png) no-repeat;
    float: left;
}

.cont_dhzxd .hd ul li.on {
    width: 30px;
    height: 10px;
    margin: 0px 10px;
    background: url(long.png) no-repeat;
}

.cont_dhzxd .bd {
    z-index: 0;
}

.cont_dhzxd .bd ul li img {
    width: 587px;
    height: 330px;
    position: relative;
}

.cont_dhzxd .bd_text {
    width: 100%;
    height: 50px;
    background: rgba(51, 51, 51, 0.45);
    position: absolute;
    bottom: 0;

}

.cont_dhzxd .bd_text p {
    text-indent: 2rem;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-overflow: ellipsis;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
}

/* 轮播图结束 */

.dhzxd_right{
    width: 580px;
    height:330px;
    float: left;
    overflow: hidden;
}

.dhzxd_right ul li{
    list-style-type:circle;
    display: flex;
    justify-content: space-between;
}
.dhzxd_right ul li::marker{
    content: ".";
    width: 5px;
    height: 5px;
    font-size: 18px;
}


.dhzxd_right ul li a{
    font-size: 18px;
    line-height: 200%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    color:#000;
    text-indent: 2rem;
}

.dhzxd_right ul li span{
    font-size: 18px;
    line-height: 200%;
    display: inline-block;
    color: #999999;
    margin-right: 10px;
}


/* 数字化改革最佳应用 */

/* 轮播图 */
.szhyy_silde{
    width: 1200px;
    margin: 0 auto;
    height: 310px;
}

.pic_slide{
    width: 90%;
    margin: 0 auto;
    position: relative;
    height: 310px;
    
}

.pic_slide ul{
    /* overflow: hidden; */
    /* display: flex;
    justify-content: space-around; */
}


.pic_slide ul li{
    width: 320px;
    height: auto;
    margin: 0px 20px;
    float: left;
    background-color: #fff;
    box-shadow: 0 2px 9px rgba(0, 20, 172, 0.16);
}

.pic_slide ul li a{
    display: flex;
    width: 320px;
    height: auto;
    flex-flow: wrap;
}


.pic_slide ul li p{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 200%;
    margin: 10px auto;
    color: #000;
    width: 100%;
}

.pic_slide ul li span{
    display: block;
    width: 157px;
    height: 50px;
    background-color: #2E68E5;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    margin: 10px auto;
}



 .prev{
    display: block;
    position: absolute;
    top: 50%;
    left: -5%;
    width: 60px;
    height: 60px;
    background: url(left.png) no-repeat;
    background-size: cover;
}


 .next{
    display: block;
    position: absolute;
    top: 50%;
    right:-5%;
    width: 60px;
    height: 60px;
    background: url(right.png) no-repeat;
    background-size: cover;

}




/* 我身边的数字化改革 */
.wsbszh{
    width: 100%;
    background-color: #FFFFFF;
    height: auto;
    margin-top: 30px;
}
.wsbszh_box{
    width: 1200px;
    margin: 0 auto;
    height: 470px;
}


/* 轮播图 */



.cont_wsbszh {
    width: 587px;
    height: 330px;
    margin-right: 30px;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}


.cont_wsbszh .hd ul {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

.cont_wsbszh .hd ul li {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    background: url(squre.png) no-repeat;
    float: left;
}

.cont_wsbszh .hd ul li.on {
    width: 30px;
    height: 10px;
    margin: 0px 10px;
    background: url(long.png) no-repeat;
}

.cont_wsbszh .bd {
    z-index: 0;
}

.cont_wsbszh .bd ul li img {
    width: 587px;
    height: 330px;
    position: relative;
}

.cont_wsbszh .bd_text {
    width: 100%;
    height: 50px;
    background: rgba(51, 51, 51, 0.45);
    position: absolute;
    bottom: 0;

}

.cont_wsbszh .bd_text p {
    text-indent: 2rem;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-overflow: ellipsis;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
}

/* 轮播图结束 */



.wsbszh_right{
    width: 580px;
    height:330px;
    float: left;
    overflow: hidden;
}

.wsbszh_right ul li{
    list-style-type:circle;
    display: flex;
    justify-content: space-between;
}
.wsbszh_right ul li::marker{
    content: ".";
    width: 5px;
    height: 5px;
    font-size: 18px;
}


.wsbszh_right ul li a{
    font-size: 18px;
    line-height: 200%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    color:#000;
    text-indent: 2rem;
}

.wsbszh_right ul li span{
    font-size: 18px;
    line-height: 200%;
    display: inline-block;
    color: #999999;
    margin-right: 10px;
}