@charset "utf-8";

/* CSS Document */
html {
    font-size: 62.5%;
}

* {
    padding: 0;
    margin: 0
}

ul,
li {
    list-style: none;
}

img {
    border: None;
    #zoom
}

body {
    background: #fffaf1 url('1944.jpg') center 60px no-repeat;
    background-size: 100%;
    font-size: 100%;
    font-size: 1.6rem;
    font-family: "微软雅黑";
    line-height: 36px;
    color: #333;
    text-align: center;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #eb4848;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

#wrap {
    margin: 0 auto;
}

@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(.95);
    }

    to {
        transform: scale(1);
    }
}

@-webkit-keyframes bannerCloud {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
    }

    10%,
    80% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(3);
    }
}

@keyframes bannerCloud {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    10%,
    80% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
        transform: scale(3);
    }
}

#top {
    width: 100%;
    height: 670px;
    background: url('1945.png') center bottom no-repeat;
    background-size: 100%;
    position: relative;
}

#content {
    width: 1200px;
    margin: 0px auto 40px auto;
    overflow: hidden;
}

#bottom {
    line-height: 150%;
    padding: 20px;
    background: #333;
    text-align: center;
    color: #fff;
}

.logo_box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.lhlogo {
    text-align: left;
    padding: 90px 0 30px 30px;
}

.ztlogo {
    margin-bottom: 10px;
    text-align: center;
    animation: roll 1s forwards;
}

.ztmc {
    text-align: center;
    animation: bigger 2.5s linear infinite alternate;
}

.indextop {
    background: url('1926.jpg') center 60px no-repeat;
    background-size: 100% 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.indextop #top {
    height: 960px;
    z-index: 2;
}

.indextop .lhlogo {
    text-align: center;
    padding: 230px 0 70px 0;
}

.indextop .ztlogo {
    margin-bottom: 40px;
}

.cloud1 {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("1920.png") 110% -50px no-repeat;
    background-size: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: bannerCloud 40s linear 0s infinite normal;
    animation: bannerCloud 40s linear 0s infinite normal;
}

.cloud2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("1920.png") 110% -50px no-repeat;
    background-size: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: bannerCloud 40s linear 20s infinite normal;
    animation: bannerCloud 40s linear 20s infinite normal;
}

/*首页样式*/
.main_box {
    width: 1202px;
    clear: both;
    margin: 40px auto 0px auto;
    padding: 40px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.w580 {
    width: 580px;
}

.in_title {
    margin-bottom: 30px;
    text-align: center;
}

.zhbd dl {
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff4d3;
    padding: 20px;
}

.zhbd dt {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.zhbd dt a {
    color: #333;
}

.zhbd dd {
    text-align: left;
    text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.zhbd dd a {
    color: #d72d23;
}

.ul_list {
    overflow: hidden;
}

.ul_list li {
    background: url("1922.png") left center no-repeat;
    line-height: 40px;
    text-align: left;
    position: relative;
}

.ul_list li:hover {
    background: url("1923.png") left center no-repeat;
}

.ul_list li a {
    display: block;
    display: block;
    padding-left: 20px;
    /*width:75%;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.ul_list li span {
    display: none;
    position: absolute;
    right: 0px;
    top: 0;
}

.ul_list2 li {
    float: left;
    width: 48%;
    background-position: left 1.5rem;
}

.ul_list2 li:nth-child(2n) {
    float: right !important;
}


.morelink {
    text-align: center;
    margin-top: 20px;
}

.morelink a {
    display: block;
    width: 135px;
    height: 40px;
    line-height: 40px;
    color: #f7190c;
    border: 1px #f7190c solid;
    border-radius: 20px;
    margin: auto;
}

.morelink a:hover {
    background: #f7190c;
    color: #fff;
}

.xxgc dl {
    background: none;
    padding: 0 20px;
}

/*代表委员话民政*/
.tit2 {
    background: url("1938.png") no-repeat;
    line-height: 40px;
    color: #fff;
    text-align: left;
    position: relative;
}

.tit2 span {
    padding: 0 15px;
    font-size: 22px;
}

.tit2 .more {
    position: absolute;
    right: 0;
    top: 6px;
    line-height: 28px;
    color: #fff;
    font-weight: normal;
    padding: 0 10px;
    background: #ffd267;
    border-radius: 10px;
}

.dbwybox {
    width: 530px;
    overflow: hidden;
}

.dbwy_con {
    overflow: hidden;
}

.dbwy_con dl {
    margin-top: 50px;
    padding-right: 15px;
    background: #fff6de;
    height: 132px;
    position: relative;
}

.dbwy_con dt {
    float: left;
    margin-top: -25px;
    padding: 9px 15px 0px 9px;
    background: url("1925.png") left top no-repeat;
}

.dbwy_con dt img {
    width: 154px;
    height: 136px;
}

.dbwy_con dd {
    text-align: left;
    padding: 15px 0;
    height: 102px;
    overflow: hidden;
}

.dbwy_con dd h3 {
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

.dbwy_con dd p {
    display: none;
    text-indent: 2em;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.dbwy_con dd p a {
    color: #d72d23;
}

/*媒体报道*/
.mtbd_list {
    overflow: hidden;
}

.mtbd_list li {
    float: left;
    width: 48%;
    display: block;
    text-align: left;
    padding: 20px 40px;
    border: #eee 1px solid;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.mtbd_list li:nth-child(2n) {
    float: right;
}

.mtbd_list li a {
    display: block;
    height: 50px;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    overflow: hidden;
}

.mtbd_list li span {
    display: none;
}

.mtbd_list li:hover {
    background: #fff6de;
}

.mtbd_list li a:hover {
    color: #333;
}

/*两会影像*/
#lhyx {
    margin-bottom: 30px;
}

.lhyx_box {
    /*height:480px;*/
    overflow: hidden;
}

.lhyx_box li {
    float: left;
    display: inline;
    margin-left: 22px;
    width: 258px;
    height: 480px;
    background: #ff4832;
    overflow: hidden;
    text-align: center;
}

.lhyx_box li:first-child {
    margin-left: 11px;
}

.lhyx_box li:nth-child(2n) {
    margin-top: 55px;
}

.lhyx_box li img {
    width: 258px;
    /*width:auto;min-width:100%;*/
    height: 360px;
}

.lhyx_box li p {
    padding: 0 15px 20px 15px;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
}

.lhyx_box li p a {
    color: #fff;
}

/*二级列表页样式*/
.loc {
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    padding: 10px;
    line-height: 150%;
    text-align: left;
    border-bottom: 0px #eee solid;
}

.loc a {
    font-size: 14px;
    color: #333;
}

.loc a:hover {
    color: #333;
}

#listmain {
    min-height: 300px;
    margin: auto;
    padding-top: 20px;
    background: #fff;
}

.alist {
    padding: 0 10px;
}

.alist .article {
    width: 98%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.alist tr td {
    padding: 0 0 10px 0;
    margin: 0;
    vertical-align: top;
}

.alist .arlisttd {
    background: url('1922.png') left 10px no-repeat;
    padding-left: 20px;
    line-height: 30px;
}

.alist .ardot {
    display: none;
}

.alist .timedefault {
    font-size: 14px;
    color: #555;
    width: 100px;
    text-align: right;
    padding-top: 2px;
}



/*文章页样式*/
#artmain {
    padding: 0 20px;
    margin: 0 auto;
    background: #fff;
}

#artmain .mtitle {
    font-family: "微软雅黑";
    font-size: 22px;
    color: #000;
    line-height: 150%;
    padding-top: 25px;
    margin: 0 auto;
    text-align: center;
}

#artmain .source {
    font-family: "宋体";
    font-size: 12px;
    color: #555;
    padding: 10px 0;
    border-bottom: 1px #ddd dotted;
}

#zoom {
    line-height: 32px;
    text-align: left;
    padding: 30px 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

#zoom a {
    color: #000;
    text-decoration: underline
}

#zoom table {
    margin: auto;
}

#zoom p {
    margin: 0;
    padding: 5px 0;
    border: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

#zoom img {
    max-width: 750px;
    _width: expression(document.body.clientWidth > 750 ? "750px" : "auto");
    margin: 5px auto 0px auto;
    text-align: center;
    height: auto !important;
}


/*自适样式*/
@media screen and (max-device-width:1680px) {
    #top {
        height: 580px;
    }

    .lhlogo {
        padding: 80px 0 20px 50px;
    }

    .ztlogo {
        margin-bottom: 0;
    }

    .ztlogo img {
        width: 95%
    }

    .indextop #top {
        height: 800px;
    }

    .indextop .lhlogo {
        padding: 180px 0 40px 0;
    }

    .indextop .ztlogo {
        margin-bottom: 20px;
    }

}


@media screen and (max-device-width:1440px) {
    #top {
        height: 500px;
    }

    .lhlogo {
        padding: 60px 0 10px 80px;
    }

    .ztlogo img {
        width: 90%;
    }

    .ztmc {
        margin-top: 0;
    }

    .ztmc img {
        width: 65%;
    }

    .indextop {
        background-size: 100%;
    }

    .indextop #top {
        height: 700px;
    }

    .indextop .lhlogo {
        padding: 150px 0 20px 0;
    }


}

@media screen and (max-device-width:1368px) {
    #top {
        height: 470px;
    }

    .logo_box {
        width: 80%;
    }

    .indextop #top {
        height: 680px;
    }

}

@media screen and (max-device-width:1280px) {
    #top {
        height: 440px;
    }

    .indextop #top {
        height: 640px;
    }
}

@media screen and (max-device-width:1180px) {
    .indextop #top {
        height: 590px;
    }

    .indextop .lhlogo {
        padding: 130px 0 20px 0;
    }
}

@media screen and (max-device-width:1024px) {

    .fl,
    .fr {
        float: none;
    }

    body {
        background: #fffaf1 url('1926.jpg') center 60px no-repeat;
        background-size: 100%;
    }

    .indextop {
        background: none;
    }

    #top {
        height: 510px !important;
    }

    .lhlogo {
        padding: 120px 0 10px 0 !important;
        text-align: center;
    }

    .ztlogo {
        margin-bottom: 0px !important;
    }

    .ztmc img {
        width: 75%;
    }

    #content {
        width: 100%;
    }

    .main_box {
        width: 98%;
        margin: 30px auto 0px auto;
    }

    .ul_list2 li {
        float: none;
        width: 100%;
    }

    .ul_list2 li:nth-child(2n) {
        float: none !important;
    }

    .morelink {
        display: block;
    }

    .tit2 span {
        font-size: 2.2rem;
    }

    .tit2 .more {
        font-size: 1.6rem;
    }

    .dbwybox {
        width: 100%;
    }

    .dbwy_con dd h3 {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }

    .dbwy_con dd p {
        font-size: 1.2rem;
        line-height: 2.2rem;
    }

    #rddb {
        margin-bottom: 40px;
    }

    .mtbd_list li {
        width: 100%;
    }

    .mtbd_list li a {
        height: auto;
        font-size: 1.8rem;
        line-height: 2.6rem;
    }


    .lhyx_box li {
        margin-left: 2%;
        width: 23%;
        height: 400px;
        height: auto;
    }

    .lhyx_box li:first-child {
        margin-left: 1%;
    }

    .lhyx_box li img {
        width: 100%;
        height: 270px;
    }

    .lhyx_box li p {
        font-size: 1.7rem;
        line-height: 2.6rem;
    }


    /*列表*/
    #listmain,
    #artmain,
    .loc {
        width: 98%;
        margin: auto;
        box-sizing: border-box;
    }

    .loc {
        padding: 1rem;
    }

    #artmain {
        padding: 0 15px;
    }

    #zoom {
        padding: 1rem 0;
    }

    #zoom img {
        max-width: 95%;
        margin: 5px auto 0px auto;
        text-align: center;
        height: auto !important;
    }

    #zoom table {
        width: 100%;
    }

    .loc {
        width: auto;
        padding: 1rem;
    }

    .alist .arlisttd {}

    .sjsm {
        display: none;
    }

}

@media screen and (max-device-width:915px) {
    #top {
        height: 450px !important;
    }

    .lhlogo {
        padding: 100px 0 10px 0 !important;
    }

    .lhyx_box li img {
        height: 260px;
    }

}

@media screen and (max-device-width:851px) {
    #top {
        height: 440px !important;
    }

    .lhyx_box li img {
        height: 240px;
    }
}

@media screen and (max-device-width:768px) {
    #top {
        height: 380px !important;
    }

    .lhlogo {
        padding: 60px 0 10px 0 !important;
    }

    .ztmc {
        margin-top: -10px;
    }

    .main_box {
        padding: 15px 10px 25px 10px;
    }

    .lhyx_box li img {
        height: 230px;
    }

}

@media screen and (max-device-width:667px) {
    #top {
        height: 330px !important;
    }

    .lhyx_box li img {
        height: 200px;
    }

}

@media screen and (max-device-width:568px) {
    #top {
        height: 280px !important;
    }

    .lhlogo {
        padding: 50px 0 5px 0 !important;
    }

    .lhlogo img {
        width: 60%;
    }

    .ztlogo img {
        width: 95%;
    }

    .cloud1,
    .cloud2 {
        display: none;
    }

    .in_title img {
        max-width: 100%;
    }

    .lhyx_box li {
        margin: 0 0 30px 0 !important;
        width: 100%;
        height: auto;
    }

    .lhyx_box li img {
        width: 100%;
        height: auto;
    }

}

@media screen and (max-device-width:414px) {
    body {
        background-position: center 35px;
    }

    #top {
        height: 200px !important;
    }

    .lhlogo {
        padding: 25px 0 0 0 !important;
    }

    .ztmc img {
        width: 80%;
    }

    .dbwy_con dd {
        padding: 10px 0;
        height: auto;
    }

    .dbwy_con dd h3 {
        font-size: 1.7rem;
        line-height: 2.6rem;
    }

    .mtbd_list li {
        padding: 15px;
    }

    #bottom span {
        display: block;
        padding-right: 20px;
    }

    #artmain .mtitle {
        font-size: 1.8rem;
    }

    .dbwy_con dl {
        height: auto;
        padding: 10px;
    }

    .dbwy_con dt {
        float: none;
        margin: auto;
        width: 154px;
        height: 136px;
    }

    .dbwy_con dd {
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
}

@media screen and (max-device-width:375px) {
    #top {
        height: 180px !important;
    }

    .lhlogo {
        padding: 20px 0 0 0 !important;
    }

}

@media screen and (max-device-width:320px) {
    #top {
        height: 160px !important;
    }

}

@media screen and (max-device-width:280px) {
    #top {
        height: 140px !important;
    }

}