.header {
    height: 525px;
    background: url(../images/zt/wmlyxd_bg.png) no-repeat;
    background-size: 100%;
    max-width:100%;
}
.header .logo{
    width: 480px;
    margin: 20px 0;
}
.container {
    width: 1200px;
    padding: 0 50px 30px;
}
.container.theme-ct{
    margin-top: -62px;
    border-radius: 10px;
}
.theme-dqwz{
    height: 86px;
    background-position-y: 15px;
}
.wmlyxd{
    padding: 0 20px;
    text-align: justify;
}
.wmlyxd_content {
    padding: 0 33px 0 40px;
}
.img_box{
    background: url(../images/zt/tmsesc.png) no-repeat center;
    width: 100%;
    height:100px;
}
.wmlyxd_list {
    padding: 0 38px;
}
.wmlyxd_list li{
    padding-left: 25px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.wmlyxd_list li::before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #195369;
    position: absolute;
    left: 0;
    top: 12px;
}
.wmlyxd_list li p{
    color: #515151;
    font-size: 16px;
    line-height: 32px;
    /* text-indent: 2em; */
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
    height: 60px;
    /* white-space: pre-line; */
}
.wmlyxd_list li a{
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 28px;
}
.wmlyxd_list li span{
    display: block;
    text-align: right;
    margin: 20px 0;
}

/* ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ */
.wmlyxd_detail .title_box .title_top{
    color: #195369;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    margin: 40px 0 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #195369;
}
.wmlyxd_detail .title_box .title_bottom{
    color: #999;
    padding:0 30px 30px;
}
.footer_box{
    background-color: #1a6bc2;
}

@media (max-width: 1200px){
    .header{
        background-position: top center;
        background-size: 100% auto;
        height: 350px;
    }
    .container{
        width: 100%;
    }
}
@media (max-width: 768px){
    .container.theme-ct{
        margin: 0;
        padding: 10px;
    }
    .header{
        height: 150px;
    }
    .header .logo{
        width: 40%;
        margin: 10px 0
    }
    .theme-dqwz{
        height: auto;
        font-size: 12px;
    }
    .wmlyxd_list{
        padding: 0;
    }
    .wmlyxd{
        padding: 0;
    }
    .img_box{
        background-size: auto 20%;
    }
    .wmlyxd_detail .title_box .title_top{
        font-size: 16px;
    }
}
@media (max-width: 425px){
    .header{
        height: 110px;
    }
}

