/* =================================== PC端样式 ================================*/
/* 公共样式 */
body {
    min-width: 1200px;
    font-size: 16px;
    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: 1200px;
    margin: 0 auto;
}

.w1530 {
    width: 1530px;
    margin: 0 auto;
    text-align: center;
}

@font-face {
    font-family: 'fontNameRegular';
    src: url('7613.woff');
}

a:hover {
    color: #2443be;
}

/* ***********************header*********************** */
.header {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
}

.top {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
}

.top img {
    width: auto;
    height: 48px;
    margin-top: 5px;
    margin-left: 30px;
}

.banner {
	width:100%;
	height:auto;
    margin: 0 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 -60px;
    overflow: hidden;
	background:url('7634.png') no-repeat top center;
    background-size:100% 100%;
    padding: 20px 50px 30px;
    box-sizing: border-box;
    position: relative;
    top: -60px;
}

.headLineCont > a, .headLineCont dl dd{
    width: 100%;
    display:block;
    margin:0 auto;
}

.headLineCont p {
    width: 100%;
    font-size: 34px;
    font-weight: bold;
    color: #2443be;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
}
.headLineCont dl dt {
    color: #565656;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
     line-height: 1.8;
}

.headLineCont dl dd {
    margin: 5px 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: 40px auto 0;
	height: auto;
    display: block;
	text-align:center;
}
.topicColumn img{
    width: 100%;
    height: auto;
}
.cloumLeft{
    width: 575px;
    height: auto;
    overflow: hidden;
    float: left;
}
.cloumRight{
    width: 575px;
    height: auto;
    overflow: hidden;
    float: right;
}
.columnPc{
    display: block;
}
.columMobile{
    display: none;
}
/* 第一板块 安全生产工作部署&民政领域安全生产政策制度 */
.topicPlateOne {
    overflow: hidden;
}
.topicPlateCont {
    margin-top:20px;
}

/* 动态列表 */

.synthesisFist {
    border-bottom: 1px solid #e2e2e2;
}
.synthesisList li {
    padding-left:10px;
    height: 45px;
    line-height: 45px;
    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: 555px;
    height: 355px;
    overflow: hidden;
    position: relative;
}
.educationVideo video{
    width: 555px;
    height: 310px;
}
.educationVideo p{
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    background: #1532bc;
    box-sizing: border-box;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.educationList{
    width: 645px;
    height: 355px;
    background: url('7627.png') no-repeat top center;
    background-size: 100% 100%;
    padding: 20px 30px;
    box-sizing: border-box;
}

/* 第三板块 地方工作交流 */
.topicPlateThree {
    display: block;
    overflow: hidden;
    padding-bottom: 40px;
}
.topicPlateThree li{
    width: 580px;
    float: left;
}
.topicPlateThree li:nth-of-type(2n){
    margin-left: 40px;
}

/* ******************************footer***************************** */
.footer {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background-color: #333333;
    color: #ffffff;
}

.dangzheng {
    display: inline-block;
    margin-right: 20px;
    /* padding-top: 10px; */
    overflow: hidden;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
}

.footerCont {
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
}

.footerCont ul li {
    margin: 10px 0;
}

.footerCont a {
    color: #ffffff;
    margin-left: 20px
}

.zhaocuo {
    display: inline-block;
    margin-left: 40px;
    overflow: hidden;
    box-sizing: border-box;
    width: 110px;
    height: 65px;
}



/* ******************************二级页****************************** */
.path {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    border-bottom: 1px #eee solid;
    padding-left: 20px;
    font-size: 14px;
    box-sizing: border-box;
}

.listColumnLeft {
    width: 570px;
    height: auto;
    display: inline-block;
    /* float: left; */
    overflow: hidden;
}

.listColumnTit {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #d31421;
    border-bottom: 1px solid #d31421;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
}

.listColumnTit span {
    height: 45px;
    line-height: 45px;
    border-bottom: 3px solid #d31421;
    display: inline-block;
}

.listColumnRight {
    width: 570px;
    height: auto;
    display: inline-block;
    float: right;
    overflow: hidden;
}

.listCont {
    min-height: 300px;
    margin: auto;
    /* padding: 20px 30px; */
    margin: 20px 0;
    background-color: #ffffff;
}

.listCont ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
}

.listCont ul li a {
    width: 80%;
    display: inline-block;
    overflow: hidden;
}

.publishTime {
    float: right;
}

.iconNewsList {
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    background: #d31421;
}

/* ******************************文章页****************************** */
.mainText {
    background-color: #ffffff;
    min-height: 300px;
    padding: 0 30px 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: 22px;
    font-weight: bold;
    overflow: hidden;
    padding: 20px 0;
}

.source {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 0 20px;
    overflow: hidden;
}

.source span {
    margin-right: 20px;
}

.contentMain {
    padding: 30px 0;
    line-height: 2.2;
}
.contentMain img,video,table {
    max-width: 1000px !important;
}
.contentMain p {
    margin-top: 10px !important;
}
/* 二维码 */
.sjsm {
    text-align: center;
    padding: 20px 30px;
}

.sjsm p {
    color: #999;
    font-size: 1.4rem;
    font-size: 14px;
}