/* =================================== 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);
    }
}

.w1280 {
    width: 1280px;
    margin: 0 auto;
}

.w1530 {
    width: 1530px;
    margin: 0 auto;
    text-align: center;
}

@font-face {
    font-family: 'fontNameRegular';
    src: url('7649.woff');
}

a:hover {
    color: #e60000;
}

/* ***********************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;
}

/* 栏目 */
.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;
}

.columnMo {
    display: none;
}

/* 第一板块 安全生产工作部署&民政领域安全生产政策制度 */
.topicPlateOne {
    overflow: hidden;
}

.topicPlateCont {
    margin-top: 20px;
}

/* 轮播 */
.mySwiperTopic {
    width: 600px;
    height: 380px;
    overflow: hidden;
    float: left;
    position: relative;
}

.swiperImg img {
    width: 100%;
    height: 100%;
}

.swiperImg p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 20px;
}

.swiper-pagination {
    position: absolute;
    left: initial !important;
    right: 0 !important;
    width: 120px !important;
    bottom: 20px !important;
}

.swiper-pagination-bullet-active {
    background: #e60000;
}

/* 动态列表 */
.synthesisCont {
    width: 650px;
    height: 380px;
    overflow: hidden;
    border: 2px solid #f2e3ca;
    float: right;
    box-sizing: border-box;
    padding: 30px;
}

.synthesisFist {
    border-bottom: 1px dashed #e2e2e2;
}

.synthesisFist p a {
    font-size: 28px;
    color: #e60000;
    font-weight: bold;
}

.synthesisFist span {
    display: block;
    text-indent: 2em;
    margin: 20px 0;
    line-height: 1.8;
}

.synthesisList li {
    padding-left: 10px;
    height: 45px;
    line-height: 45px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.synthesisList li:before {
    content: "";
    background: #e60000;
    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;
}

.imgLeft {
    width: 335px;
    height: 525px;
    overflow: hidden;
    float: left;
    margin-top: 70px;
    position: relative;
}

.imgLeft::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 5px solid #e93b0a;
    border-left: 5px solid #e93b0a;
    width: 50px;
    height: 200px;
}

.imgLeft::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 5px solid #e93b0a;
    border-right: 5px solid #e93b0a;
    width: 150px;
    height: 150px;
}

.imgLeft ul li img {
    width: 335px;
    height: 525px;
}

.imgLeft li {
    display: none;
}

.imgLeftCont,
.imgRightBottom li {
    display: none;
}

.imgLeft li:nth-child(1) {
    display: block;
}

.imgLeftCont,.imgRightBottom li:nth-child(1) {
    display: block;
}

.imgRight {
    float: right;
    width: 900px;
}

.imgRightTop {
    display: block;
    border-bottom: 1px solid #e1cead;
    overflow: hidden;
}

.imgRightTop li {
    float: left;
    text-align: center;
    margin: 20px 30px;
    position: relative;
}

.imgRightTop li img {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    border: 1px solid #eb4514;
    padding: 2px;
    box-sizing: border-box;
    cursor: pointer;
}

.imgRightTop li p {
    margin-top: 10px;
    color: #eb4514;
}

.currImg::after {
    content: '';
    width: 100%;
    height: 5px;
    background: #eb4514;
    border-radius: 20px;
    display: block;
    position: absolute;
    bottom: -20px;
}

.imgRightBottom {
    margin-top: 20px;
}

.peopName {
    font-size: 26px;
    font-weight: bold;
    color: #eb4514;
    margin-bottom: 10px;
}

.peopCloum {
    font-size: 22px;
    font-weight: bold;
    color: #b5842b;
    padding-left: 20px;
    position: relative;
}

.peopCloum::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #b5842b;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}

.peopCont {
    display: block;
    text-indent: 2em;
    line-height: 1.6;
    margin: 10px 0;
}

.peopList dt {
    padding-left: 20px;
    border-bottom: 1px solid #f3d7af;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.peopList dt::after {
    content: '';
    background: #e60000;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 16px;
}



/* 第三板块 视频集锦 */
.topicPlateThree {
    display: block;
    overflow: hidden;
    padding-bottom: 40px;
}

.videoLeft {
    width: 600px;
    height: 400px;
    overflow: hidden;
    box-sizing: border-box;
    border: 5px solid #bc9247;
    border-radius: 10px;
    float: left;
    margin-top: 50px;
}

.videoLeft video {
    width: 600px;
    height: 420px;
}

.videoLeft img {
    width: 100%;
    height: 100%;
}

.videoRight {
    width: 680px;
    height: 500px;
    float: right;
    background: url('7668.png') no-repeat left center;
    background-size: 100% 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.swiperVideo {
    width: 540px;
    height: 400px;
    overflow: hidden;
    margin: 60px 0 0 70px;
    position: relative;
}

.swiperVideoList a {
    display: inline-block;
    width: 230px;
    height: 160px;
    overflow: hidden;
    margin: 20px 20px 0 20px;
    text-align: center;
    position: relative;
}

.swiperVideoList a:nth-of-type(2n) {
    margin-right: 0;
}

.swiperVideoList a img {
    width: 100%;
    height: 130px;
}

.swiperVideoList p {
    margin-top: 5px;
}

.swiperVideoList a::after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background: url('7661.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
}

.swiperVideo-prev {
    width: 40px;
    height: 40px;
    background: url('7670.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 99;
}

.swiperVideo-next {
    width: 40px;
    height: 40px;
    background: url('7671.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 99;
}


/* ******************************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;
}