@charset "utf-8";

/* =================================== WAP端样式 ================================*/
@media only screen and (max-width:1024px) {

    /* 公共样式 */
    body {
        min-width: auto;
        font-size: 0.3rem;
        color: rgb(51, 51, 51);
        font-family: "微软雅黑";
    }

    @keyframes roll {
        from {
            transform: scale(5);
            opacity: 0;
        }

        70% {
            transform: scale(.8);
            opacity: 1;
        }

        100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    @keyframes bigger {
        from {
            transform: scale(1);
        }

        to {
            transform: scale(1.1);
        }
    }

    .w1200 {
        width: 95%;
        margin: 0 auto;
    }

    .w1530 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }


    /* ***********************header*********************** */
    .header {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        position: relative;
    }

    .top {
        width: 100%;
        height: 0.7rem;
        background-color: #ffffff;
    }

    .top img {
        width: auto;
        height: 0.6rem;
        margin-top: 0.1rem;
        margin-left: 0.4rem;
    }

    .banner {
        width: 100%;
        height: auto;
    }
    .banner img {
        width: 100%;
        height: auto;
    }

    /* ******************************首页content****************************** */
    .container {
        width: 100%;
        height: auto;
        background: url('7623.png') top center;
        background-size: 100% 100%;
    }
    
    /* 综合报道 */
    .headLineCont {
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        background:url('7634.png') no-repeat top center;
        background-size:100% 100%;
        padding: 0.5rem;
        box-sizing: border-box;
        position: sticky;
        top: auto;
    }
    
    .headLineCont > a, .headLineCont span {
        width: 100%;
        display:block;
        margin:0 auto;
    }
    
    .headLineCont a p {
        width: 100%;
        font-size: 0.34rem;
        font-weight: bold;
        color: #2443be;
        margin: 20px auto;
        overflow: hidden;
        text-align: center;
    }
    
    .headLineCont span {
        margin: 0.1rem auto;
        position:relative;
        color: #565656;
        text-align: center;
        line-height: 1.8;
        font-size: 18px;
        text-indent: 2em;
        text-align: left;
    }
    
    .headLineCont .headMore {
        color: #f9600f;
    }
    /* 栏目 */
    .topicColumn {
        margin: 0.45rem auto 0;
        height: auto;
        display: block;
        text-align:center;
    }
    .topicColumn img{
        width: 100%;
        height: auto;
    }
    .cloumLeft{
        width: 100%;
        height: auto;
        overflow: hidden;
        float: none;
    }
    .cloumRight{
        width:100%;
        height: auto;
        overflow: hidden;
        float: none;
    }
    .columnPc{
        display: none;
    }
    .columMobile{
        display: block;
    }



    /* 第一板块 安全生产工作部署&民政领域安全生产政策制度 */
    .topicPlateOne {
        overflow: hidden;
    }
    .topicPlateCont {
        margin-top:0.25rem;
    }
    
    /* 动态列表 */

    .synthesisList li {
        padding-left:0.15rem;
        height: 0.65rem;
        line-height: 0.65rem;
        position: relative;
        box-sizing: border-box;
        overflow:hidden;
    }
    
    .synthesisList li:before {
        content: "";
        background: #1c5fca;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        display: inline-block;
        position: relative;
        right: 5px;
        top: 0px;
    }
    
    .synthesisList li a {
        font-size:18px;
        height:100%;
    }
    
    /* 第二板块 安全知识教育*/
    .topicPlateTwo {
        display: block;
        overflow: hidden;
    }
    .educationVideo{
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .educationVideo video{
        width: 100%;
        height: auto;
    }
    .educationVideo p{
        width: 100%;
        height: 0.55rem;
        line-height: 0.55rem;
        padding: 0 0.2rem;
        background: #1532bc;
        box-sizing: border-box;
        color: #ffffff;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .educationList{
        width: 100%;
        height: auto;
        background: url('7627.png') no-repeat top center;
        background-size: 100% 100%;
        padding: 0.25rem;
        box-sizing: border-box;
    }
    
    /* 第三板块 地方工作交流 */
    .topicPlateThree {
        display: block;
        overflow: hidden;
        padding-bottom: 40px;
    }
    .topicPlateThree li{
        width: 100%;
        float: left;
    }
    .topicPlateThree li:nth-of-type(2n){
        margin-left: 0;
    }


    /* ******************************二级页****************************** */
    .path {
        width: 100%;
        height: auto;
        line-height: normal;
        background-color: #ffffff;
        border-bottom: 1px #eee solid;
        font-size: 0.3rem;
        box-sizing: border-box;
        padding: 0.2rem 0;
    }

    .path a {
        font-size: 0.28rem;
    }

    .listColumnLeft {
        width: 100%;
        height: auto;
        display: inline-block;
        /* float: left; */
        overflow: hidden;
    }

    .listColumnTit {
        height: 0.7rem;
        line-height: 0.7rem;
        padding: 0 0.2rem;
        color: #d31421;
        border-bottom: 1px solid #d31421;
        font-size: 0.3rem;
        font-weight: bold;
        box-sizing: border-box;
    }

    .listColumnTit span {
        height: 0.6rem;
        line-height: 0.6rem;
        border-bottom: 3px solid #d31421;
        display: inline-block;
    }

    .listColumnRight {
        width: 100%;
        height: auto;
        display: inline-block;
        float: none;
        overflow: hidden;
    }

    .listCont {
        min-height: 300px;
        margin: auto;
        padding: 0.3rem 0;
        background-color: #ffffff;
        box-sizing: border-box;
    }

    .listCont ul li {
        position: relative;
        margin: 0 0 0.3rem;
        padding-left: 0.2rem;
        font-size: 0.3rem;
    }

    .listCont ul li a {
        width: 65%;
        display: inline-block;
        overflow: hidden;
    }

    .publishTime {
        text-align: right;
    }

    /* ******************************文章页****************************** */
    .mainText {
        background-color: #ffffff;
        min-height: 300px;
        padding: 0 0.2rem 0;
        overflow: hidden;
        box-sizing: border-box;
    }

    .contentTitle {
        width: auto;
        height: auto;
        text-align: center;
        box-sizing: border-box;
        border-bottom: 1px #ddd dotted;
        overflow: hidden;
    }

    .textTitle {
        box-sizing: border-box;
        color: #000;
        text-align: center;
        font-family: "微软雅黑";
        font-size: 0.35rem;
        font-weight: bold;
        overflow: hidden;
        padding: 0.3rem 0;
    }

    .source {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0 0 0.3rem;
        overflow: hidden;
        font-size: 0.3rem;
    }

    .source span {
        margin-right: 20px;
    }
    .contPublishTime{
        display: block;
        margin-top: 0.1rem;
    }
    .contentMain {
        padding: 0.2rem 0;
        line-height: 2.2;
    }
    .contentMain img,video,table{
        width: 100%;
    }
    /* 二维码 */
    .sjsm {
        display: none;
    }

    .sjsm p {
        color: #999;
        font-size: 0.3rem;
    }


    /* ******************************footer***************************** */
    .footer {
        width: 100%;
        padding: 0.25rem 0;
        text-align: center;
        background-color: #333333;
        color: #ffffff;
    }

    .dangzheng {
        display: none;
    }

    .footerCont {
        display: inline-block;
        box-sizing: border-box;
        overflow: hidden;
    }

    .footerCont ul li {
        margin: 10px 0;
    }

    .footerCont a {
        color: #ffffff;
        margin: 0 10px
    }

    .zhaocuo {
        display: none;
    }


}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
    /* .header {
        height: 550px;
    }
    .banner {
        margin-top: 140px;
    } */
}