/* =================================== 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('7481.woff');
}

a:hover {
    color: #d31421;
}

/* ***********************header*********************** */
.header {
    width: 100%;
    height: 681px;
    display: block;
    overflow: hidden;
    background: url('7494.png') no-repeat top center;
    background-size: auto 100%;
    position: relative;
}

.top {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
}

.top img {
    width: auto;
    height: 48px;
    margin-top: 5px;
    margin-left: 30px;
}

.banner {
    text-align: center;
    animation: bigger 2.5s linear infinite alternate;
    animation: roll 1s forwards;
    /* position: absolute; */
    margin: 100px auto;
    /* left: 50%;
    transform: translateX(-50%); */
}

.banner img {
    width: auto;
    height: 175px;
}

/* ******************************首页content****************************** */
.container {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    overflow: hidden;
}

/* 头条 */
.headLineCont {
    height:300px;
    overflow: hidden;
    background: url('7497.png') no-repeat center top;
}

.headLineCont .headLineConttop{
    padding-top: 85px;
    height: 246px;
   background: url('7498.png') no-repeat center center;
}
.headLineCont .headLineConttop dl{
    width:1050px;
    margin: 0 auto;
}
.headLineCont .headLineConttop dl dt{
    width:1050px;
    text-align: center;
}
.headLineCont .headLineConttop dl dt a{
    font-weight: bold;
    font-size: 28px;
    color: #d81f00;
}
.headLineCont .headLineConttop dl dd{
    margin-top: 20px;
    font-size: 18px;
    line-height: 35px;
}
.headLineCont .headLineConttop dl dd a{
    color: #d81f00;
}

.synthesisContList{
    height: 50px;
    background: url('7499.png') no-repeat bottom right;
    font-size: 28px;
    font-weight: bold;
    color: #d81f00;
}
.synthesisContList a{
    float:right;
     font-size: 18px;
    font-weight: 500;
    color: #fd492b;
    margin-top:10px;
}

/* 栏目 */
.topicColumn {
    margin: 35px auto 40px;
}

.columnPc {
    height: 60px;
    line-height: 60px;
    background: url('#') no-repeat center center;
    background-size: 100%;
    display: block;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.columnPc:hover {
    color: #ffffff;
}

/* 第一板块 综合报道 */
.topicPlateOne {
    overflow: hidden;
    margin-top: 40px;
}

/* 轮播图 */
.mySwiperTopic {
    width: 660px;
    height: 440px;
    overflow: hidden;
    display: inline-block;
    float: left;
    position: relative;
}

.mySwiperTopic img {
    width: 100%;
    height: auto;
}

.shufflingBack {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    padding-left: 20px;
}

.swiper-pagination {
    width: 150px !important;
    right: 0 !important;
    left: auto !important;
    bottom: 15px !important;
}

.mySwiperTopic .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #ffffff;
    opacity: 1;
}

.mySwiperTopic .swiper-pagination-bullet-active {
    width: 20px !important;
    height: 10px !important;
    border-radius: 5px;
    background-color: #e34734;
    opacity: 1;
}

/* 综合列表 */
.synthesisCont {
    width: 510px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    float: right;
}

.synthesisFist {
    border-bottom: 1px solid #e2e2e2;
}

.synthesisFist p {
    font-size: 28px;
    font-weight: bold;
    color: #e70100;
}

.synthesisFist span {
    display: block;
    line-height: 1.8;
    padding: 15px 0;
    text-indent: 2em;
}

.synthesisFist span a {
    color: #e70100;
}
.synthesisList{
    margin-top: 20px;
}
.synthesisList li {
    height: 115px;
    line-height: 30px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    box-sizing: border-box;
}
.synthesisList li dl dt{
    margin-top: 15px;
    font-weight: bold;
    font-size: 18px;
}
.synthesisList li dl dd{
    margin-top: 10px;
}


/* 更多 */
.ListMore {
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #dc0e09;
    border: 1px solid #dc0e09;
    border-radius: 20px;
    font-size: 14px;
    display: block;
    text-align: center;
    margin: 35px auto 0;
}

.ListMore:hover {
    background-color: #dc0e09;
    color: #ffffff;
}



/* 第四板块 民政事业改革发展成就 */
.topicPlateFour {
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 50px;
}

.develoAchList {
    width: 560px;
    height: auto;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.develoAchList:nth-of-type(2n) {
    float: right;
}

.develoAchTitle {
    width: 300px;
    height: 65px;
    line-height: 50px;
    background: url('#') no-repeat left center;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 20px;
    color: #ffe09d;
    position: absolute;
    top: 25px;
    left: -18px;
}

/* ******************************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;
}