@charset "utf-8";
/* ----------坚决打赢电力战专题---------------- */
.head {
    width: 100%;
    min-width: 1200px;
    height: 670px;
    background: url(../../images/ztzl/dydlzzt/dydlzzttop.png) no-repeat top center;
   
}
.head img.wz{
    display: none;
}
.head .container a img{
    margin: 10px;
    max-width: 30%;
}
.head .wzbox {
    width: 100%;
    max-width: 1200px;
    line-height: 44px;
    font-size: 22px;
    color: #fff;
    text-indent: 2em;
    margin: 0 auto;
    margin-top: 210px;
    box-sizing: border-box;
    padding: 0 22px;
    position: relative;
}
.content {
    margin-top: -100px;
}
.content .con{
    margin-bottom: 30px;
}
.mytit {
    position: relative;
}
.mytit a{
    position:absolute;
    right: 40px;
    top: 20px;
    color: #257bc7;
}
.comul{
    padding-top: 15px;
}
.comul li{
    width: 98%;
    line-height: 46px;
    font-size: 18px;
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.comul li::after{
    position:absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #257bc7;
    content: '';
    left: 10px;
    top: 50%;
    margin-top: -2px;
}

.content .con3{
    background: url(../../images/ztzl/dydlzzt/dydlzzt_bg3.png) no-repeat top center;

    padding-top: 15px;
}
.content .con2 .comul li{
    width:50%;
    float:left;
}
.content .con3 .connr3 .con3left{
    width: 402px;
    height: 570px;
    position: relative;
    
    z-index: 1 ;
}

.content .con3 .connr3 .con3left::after{
    width: 762px;
    height: 100%;
    content: '';
    position: absolute;
    right:0;
    top:0;
    z-index: -1;
    background: url(../../images/ztzl/dydlzzt/dydlzzt_bg2.png) no-repeat right;
}
.content .con3 .connr3{
    padding: 30px 0;
    position: relative;
}
.content .con3left>p{
    color: #fff;
    z-index: 10;
    
    padding-right: 100px;
    box-sizing: border-box;
}
.content .con3left>p a{
    color:#fff;
}
.content .con3left>p.p1,
.content .con3left>p.p2{
    font-size: 28px;
    line-height: 50px;
    margin: 10px 0;
}
.content .con3left>p.p1{
    margin: 50px 0;
}
.content .con3left>p.p3{
    font-size: 20px;
    margin-top: 50px;
    text-align: center;
}
.content .con3left>p.p4{
    margin-top: 60px;
    padding: 0;
}
.content .con3left>p.p4 a{
    width: 170px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background: #046ecb;
    border-radius: 10px;
    vertical-align: middle;
    text-align: center;
}
.content .con3left>p.p4 a img{
    vertical-align: middle;
    margin-right: 10px;
}
.content .con3left>p.p4 a+a{
    margin-left: 10px;
}
.content .con3right{
    width: 830px;
    min-height: 200px;
    position:absolute;
    padding: 40px 0;
    box-sizing: border-box;
    right: 0px;
    top: 0px;
    z-index: 10;
}
.content .con3right ul li{
    background-color: #eff6ff;
    margin: 20px 0;
    border-radius: 10px;
    height: auto;
    padding: 8px 0 12px 15px;
    box-shadow: 0px 0px 15px 0px #b4d2eb;
    font-size: 18px;
    line-height: 36px;
    padding: 15px 30px;
    text-indent: 2em;
    position: relative;
}
.content .con3right ul li:after{
    width: 15px;
    height: 15px;
    background: #e50000;
    content: '';
    position:absolute;
    border-radius: 50%;
    left: 30px;
    top: 25px;
}
.content .con3right ul li:nth-child(2)::after{
    background: #e56c00;
}
.content .con3right ul li:nth-child(3)::after{
    background: #fac200;
}
.content .con3right ul li:nth-child(4)::after{
    background: #389aef;
}
.content .con4 .connr4{
    padding: 30px 0;
}
.content .con4 .connr4 ul li{
    width: 25%;
    float: left;
}
.content .con4 .connr4 ul li img{
    max-width: 288px;
    margin: 0 auto;
    display: block;
}
.content .con4 .connr4 ul li  a p{
    max-width: 288px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f0f0;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
}

@media(max-width:1200px){
    .container,.head{
        width:100%;
        min-width: unset;
    }
    .head{
        background: none;
        height: auto;
        overflow: hidden;
    }
    .head>.container{
        position:absolute;
        top: 0px;
    }
    .head img.wz{
        display: block;
        margin-top: 0px;
    }
    .head .wzbox{
        margin-top: 0px;
        color: #333;
        font-size: 14px;
        padding: 0 10px;
        line-height: 28px;
    }
    .content .con4 .connr4 ul li img,
    .content .con4 .connr4 ul li a p{
        width: 100%;
        max-width: 100%;
    }
    .content{
        margin-top: 0px;
        padding: 0 6px;
    }
    .mytit img{
        max-width: unset;
        width: 130%;
        margin-left: -15%;
    }
    .mytit a{
        right: 10px;
        top: 10px;
    }
    .content .con3 .connr3 .con3right{
        width: 100%;
        padding-bottom: 0px;
        padding-top: 10px;
    }
    .content .con3 .connr3 .con3left{

        width: 100%;
        height: auto;
        color: #333;

    }
    .content .con3 .con3left>p{
        color: #333;
        text-align: center;
        font-size: 16px;
        line-height: 32px;
        margin: 0px !important;
        padding-right: 0px;
    }
    .content .con3left>p a{
        color:#333;
    }
    .content .con3 .connr3 .con3left,
    .content .con3 .connr3 .con3right{
        /* width: 100%; */
        float: none;
        position:unset;
    }
    .content .con3 .connr3 .con3left::after{
        display: none;
    }
    .content .con3 .connr3{
        padding-bottom: 0px;
    }
    .content .con3left>p.p1{
        margin: 10px 0;
    }
    .content .con3left>p.p4{
        padding-top: 30px;
    }
    .content .con4 .connr4 ul li a{
        display: block;
        width: 95%;
        margin: 0 auto;
    }
    .container{
        overflow: hidden;
    }
    .comul ul li{
        font-size: 16px;
        line-height: 32px;
        padding-left: 25px;
    }
    .content .con2 .comul li{
        width:98%;
    }
    .content .con3right ul li{
        width: 97%;
        margin:0 auto;
        margin: 15px auto;
        box-sizing: border-box;
        padding: 10px 15px;
        font-size: 16px;
    }
    .content .con{
         margin-bottom:10px;
    }
    .content .con3right ul li:after{
        left:20px;
        top:20px;
    }
}
@media(max-width:768px){
    .mytit img{
        max-width: unset;
        width: 200%;
        margin-left: -50%;
    }
    .head img.wz{
        width: 150%;
        max-width: unset;
        margin-left: -25%;
    }
    .content .con3left>p.p4 a{
        font-size: 16px;
        max-width: 40%;
        height: 45px;
        line-height: 45px;
    }
    .content .con4 .connr4 ul li{
        width: 50%;
        margin-bottom: 10px;
    }
}
