.elli{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header {
    background: url(../images/dlyshj_headerbg.png) no-repeat;
    background-size: 100% 100%;
    min-height: 740px;
}
.logo{
    margin-top: 23px;
}
.dlyshj-tit{
    width: 100%;
}
.dlyshj-tit img{
    display: block;
    width: 57%;
    margin: 10px auto;
}
.dlyshj-nav{
    width: 100%;
    height: 100px;
    position: relative;
}
.zcwj{
    position: absolute;
    width: 48.3%;
    height: 100%;
    background: #EBF4FF;
}
.zcwj:nth-child(1){
    left: 0;
}
.zcwj:nth-child(2){
    right: 0;
}
.zcwj a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.zcwj:nth-child(1) a img{
    width: 70px;
    height: 30px;
}
.zcwj:nth-child(2) a img{
    width: 58px;
    height: 58px;
}
.zcwj a span{
    margin-left: 19px;
    font-size: 32px;
    font-weight: 700;
    color: #1566C2;
    line-height: 100px;
}
/* 营商信息 */
.ysxx-con{
    padding: 23px 42px 45px 42px;
    margin-top: -27%;
    background: #fff;
    min-height: 1184px;
    box-shadow: 0px 0px 18px #cfe6ff;
}
.ysxx-tit{
    width: 100%;
    margin: 20px 0 5px 0;
}
.ysxx-tit img{
    display: block;
    margin: 0 auto;
}
.ysxx-list{
    width: 100%;
}
.ysxx-list li{
    float: left;
    width: 48.299%;
    height: 300px;
    background: url(../images/xx-listbg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
}
.ysxx-list li:nth-child(2n){
    margin-left: 40px;
}
.xx-tit{
    display: flex;
    align-items: center;
    width: 100%;
    height: 118px;
}
.xx-tit span{
    margin-top: -24px;
    margin-left: 24%;
    width: 75%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal; 
    line-height: 1.5;
}
.xx-con{
    margin: 5px 26px 23px 29px;
    background: #F2F8FF;
    font-size: 18px;
    color: #949191;
}
.xx-con p{
    color: #333;
    margin-bottom: 20px;
    text-indent: 2em;
    line-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.xx-con .date::before{
    content: '';
    background: url(../images/xx-date.png) no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.xx-con .more{
    float: right;
    font-weight: 700;
    color: #2A82E4;
}
/* 政务服务网 */
.zwfww{
    width: 100%;
    margin: 25px 0 19px 0;
}
@media screen and (max-width: 1500px)  {
    .ysxx-list li:nth-child(2n){
        margin-left: 3%;
    }
}
@media screen and (max-width: 1200px)  {
    .header {
        min-height: 640px;
    }
}
@media screen and (max-width: 992px)  {
    .header {
        min-height: 520px;
    }
    .dlyshj-tit img{
        width: 65%;
    }
    .main{
        min-height: fit-content;
    }
    .ysxx-con{
        padding: 20px 30px 30px 30px;
        min-height: 920px;
    }
    .dlyshj-nav{
        height: 80px;
    }
    .zcwj a span{
        font-size: 24px;
    }
    .ysxx-tit img{
        object-fit: cover;
        height: 40px;
    }
    .ysxx-list li{
        height: 230px;
        margin-top: 15px;
    }
    .xx-tit{
        height: 80px;
    }
    .xx-tit span{
        font-size: 18px;
        margin-top: 0;
    }
    .xx-con p{
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 12px;
    }
    .xx-con{
        margin: 5px 20px 0 20px;
        font-size: 16px;
    }
}
@media screen and (max-width: 431px)  {
    .header {
        min-height: fit-content;
    }
    .dlyshj-tit img{
        width: 80%;
        margin-top: 15px;
    }
    .logo img{
        width: 50%;
    }
    .dlyshj-nav{
        height: 40px;
    }
    .zcwj{
        box-shadow: 0px 0px 6px  #2A82E4;
    }
    .zcwj a span{
        margin-left: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .zcwj:nth-child(1) a img{
        width: 35px ;
        height: auto ;
    }
    .zcwj:nth-child(1) a img{
        width: 30px;
        height: auto;
    }
    .zcwj:nth-child(2) a img{
        width: 25px;
        height: auto;
    }
    .ysxx-con{
        padding: 18px 10px 20px 10px;
        min-height: fit-content;
        margin-top: 15px;
        box-shadow: 0px 0px 6px  #2A82E4;
    }
    .ysxx-tit{
        margin: 15px 0 0 0;
    }
    .ysxx-tit img{
        height: 25px;
    }
    .ysxx-list{
        height: 1105px;
    }
    .ysxx-list li{
        width: 100%;
        height: 170px;
    }
    .ysxx-list li:nth-child(2n){
        margin-left: 0;
    }
    .xx-tit{
        height: 30px;
    }
    .xx-tit span{
        font-size: 16px;
        margin-top: 23px;
        white-space: nowrap;
    }
    .xx-con{
        margin: 30px 15px 20px 15px;
        font-size: 14px;
    }
    .xx-con p{
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .zwfww{
        margin: 18px 0;
    }
    .zwfww img{
        object-fit: cover;
        height: 60px;
    }
}