*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
a{
    text-decoration: none;
    color: #333333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul{
    list-style: none;
    margin: 0;
}
li{
    list-style: none;
}
.clear{
    clear: both;
}
img {
    border: none;
    vertical-align: middle;
}

.center{
    width: 1200px;
    margin: 0 auto;
}


.anchor {
    height: 20px;
    display: block;
}
/*头部*/
.head{
    width: 100%;
}
.header{
    position: relative;
    width: 100%;
}
.header img{
    width:100%;
    border: 0;
}


.navbox{background:#a32725;padding:40px 0 10px;margin-bottom: 90px;}
.nav{width: 1200px;margin:0 auto;}
.nav ul{display: flex;flex-wrap: wrap;justify-content: space-around}
.nav ul li{float: left;width:210px;height: 50px;text-align: center;line-height: 50px;color: #cd3538;background:#fefefe;margin-bottom: 30px;font-size: 20px;font-weight: 700;border-radius: 10px;cursor: pointer;margin-left: 25px;
    margin-right: 25px;}
.nav ul li a{color: #cd3538;width:210px;height: 50px;display: block;}
.nav ul li:hover{background:#ffecca;}


/*两会动态*/
.headLine h1{
    text-align: center;
}
.headLine h1 a{
    font-size: 46px;
    height: 90px;
    line-height: 90px;
    /*white-space: nowrap;*/
    color: #ce060f;
    font-weight: bold;
}
.headLine p{
    text-align: center;
    font-size: 16px;
    color: #454545;
}
.news1LeftImg{
    width: 580px;
}

/*轮播图*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}
.pb-carouselWarp {
    position: relative;
    width: 580px;
    height: 355px;
    overflow: hidden;
    margin-top: 50px;
}
.pb-carouselWarp .pb-carousel {
    position: relative;
    height: 100%;
}

.pb-carouselWarp .pb-carousel li {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.pb-carouselWarp .pb-carousel li:first-child{
    display: block;
    left: 0;
}
.pb-carouselWarp .pb-carousel-ind li:first-child{
    display: block;
    left: 0;
}
.pb-carouselWarp .pb-carousel li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.pb-carouselWarp .pb-carousel .pb-this {
    display: block;
    left: 0;
}
.pb-carouselWarp .pb-carousel li p{
    position: absolute;
    bottom: 0px;
    left: 0px;
    line-height: 40px;
    font-size: 16px;
    background-color: rgba(10,10,10,0.5);
    color: #fff;
    width: 96%;
    padding: 0px 2%;
    overflow: hidden;
    height: 60px;
    text-align: center;
}
.pb-carouselWarp .pb-carousel-ind {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.pb-carouselWarp .pb-carousel-ind li {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
}
.pb-carouselWarp .pb-carousel-ind .pb-this {
    background-color: #000;
}
.pb-carouselWarp .pb-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: none;
}
.pb-carouselWarp .pb-arrow-prev {
    left: 20px;
    background: #000000 url(http://www.xnnews.com.cn//ztbd/2020zt/gjaqjyr/material/arrow-left.png) no-repeat center;
}
.pb-carouselWarp .pb-arrow-next {
    right: 20px;
    background: #000000 url(http://www.xnnews.com.cn//ztbd/2020zt/gjaqjyr/material/arrow-right.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind {
    position: absolute;
    width: 15px;
    top: 50%;
    left: auto;
    bottom: auto;
    right: 20px;
    transform: translateY(-50%);
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind li {
    float: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 5px 0;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind .pb-this {
    background-color: #000;
}
.pb-carouselWarp[type='updown'] .pb-arrow {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -20px;
    margin-top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

/*两张底图*/
.smallpic {
    width: 580px;
    margin-top: 15px;
}
.smallpic .img1 {
    width: 280px;
    height: 170px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.smallpic .img1 img {
    width: 280px;
    height: 170px;
    overflow: hidden;
    display: inline-block;
}
.smallpic .img1 p{
    width: 260px;
    background: url(jdznq_1.png) center -5px repeat-x;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #FFF;
    padding: 0 10px;
}
/*右侧新闻列表*/
.news1Right{
    width: 540px;
    float: left;
    margin-left: 25px;
    overflow: hidden;
    margin-top: 35px;
}
.news1Right li{
    border-bottom: 1px dashed #999;
    padding-left: 5px;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
}
.news1Right li a{
    font-size: 18px;
    margin-right: 10px;
}
.news1Right li:nth-of-type(1),.news1Right li:nth-of-type(5),.news1Right li:nth-of-type(6),.news1Right li:nth-of-type(10){
    border: none;
}
.news1Right li:nth-of-type(1) a,.news1Right li:nth-of-type(6) a{
    font-weight: bold;
    font-size: 22px;
    color: #e5000d;
}



/*两会消息*/
.chaLogo {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.threePic li{
    width: 360px;
    margin: 0 20px 40px;
    float: left;
}
.threePic li .aPic{
    display: block;
    overflow: hidden;

}
.threePic li .aPic img{
    width: 360px;
    height: 205px;
}
.threePic li .aTitle{
    line-height: 30px;
    font-size: 18px;
    width: 360px;
    height: 65px;
    text-align: left;
    margin: 20px 0;
    font-weight: bold;
}
.threePic li p{
    text-align: left;
    margin-top: 10px;
    color: #888;
    max-height: 80px;
    font-size: 15px;
}
.threePic li p span a{
    color: #b61d22;
}
.twoArt li{
    padding-bottom: 4px;
    border-bottom: 1px dashed #ccc;
    width: 560px;
    margin: 0 20px 15px;
    float: left;
}
.twoArt li h3{
    height: inherit;
    line-height: 30px;
    font-size: 18px;
    position: relative;
    text-indent: 20px;
    color: #333;
    font-weight: bold;
}
.twoArt li h3:after{
    content: '';
    display: block;
    width: 5px;
    height: 15px;
    background: #b61d22;
    position: absolute;
    left: 0;
    top: 7px;
}
.twoArt li p{
    height: 70px;
    line-height: 30px;
    margin-top: 10px;
    color: #888;
    padding-bottom: 10px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 15px;
}
.twoArt li p span a{
    color: #b61d22;
}


/*两会报告一起读*/
/*成就辉煌*/
.zjxc_row {
    width: 586px;
    float: left;
}
.title_short2 {
    padding-top: 46px;
    font-size: 24px;
    font-weight: bold;
    color: #494949;
}
.title_short2 span {
    width: 9px;
    height: 24px;
    display: inline-block;
    float: left;
    background-color: #d30000;
    margin-right: 10px;
}
.title_short2 a {
    color: #494949;
}
ul.zjxc_bottom {
    height: 602px;
    background-color: #efefef;
    margin-top: 24px;
}
ul.zjxc_bottom li {
    padding: 37px 20px 0 20px;
}
ul.zjxc_bottom li div {
    width: 312px;
    float: right;
}
ul.zjxc_bottom li div p a {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #494949;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
}
ul.zjxc_bottom li div span a {
    display: block;
    margin-top: 8px;
    color: #8f694b;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
ul.zjxc_bottom li i {
    display: block;
    float: left;
    line-height: 0;
}
ul.zjxc_bottom li i img {
    width: 210px;
    height: 150px;
}

/*提案议案*/
.lhxsy_row {
    width: 586px;
    float: right;
}
.lhxsy_focus {
    width: 586px;
    height: 329px;
    overflow: hidden;
    position: relative;
    margin-top: 26px;
}
.lhxsy_focus .hd {
    height: 10px;
    position: absolute;
    z-index: 1;
    bottom: 18px;
    right: 16px;
}
.lhxsy_focus .hd ul {
    zoom: 1;
    float: left;
}
.lhxsy_focus .hd ul li {
    cursor: pointer;
    width: 8px;
    height: 8px;
    display: block;
    text-indent: 20px;
    background: #fff;
    float: left;
    margin: 0 0 0 10px;
    border-radius: 50%;
}
.lhxsy_focus .hd ul li.on {
    width: 10px;
    height: 10px;
    margin-top: -1px;
    background: #c6050f;
}
.lhxsy_focus .hd ul li.on {
    width: 10px;
    height: 10px;
    margin-top: -1px;
    background: #c6050f;
}
.lhxsy_focus .bd li {
    zoom: 1;
}
.lhxsy_focus .bd img {
    width: 586px;
    height: 329px;
}
.lhxsy_focus .bd h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 50px;
    width: 470px;
    margin-left: 20px;
    z-index: 111;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.lhxsy_focus .bd h1 a {
    color: #fff;
    text-decoration: none;
}
ul.lhxsy_bottom {
    box-sizing: border-box;
    margin-top: 24px;
    height: 247px;
}
ul.lhxsy_bottom li{
    background-color: #EEEEEE;
    margin-bottom: 10px;
    border-top: 3px solid #e30000;
}
ul.lhxsy_bottom li a {
    display: block;
    line-height: 54px;
    background: url(../images/lhxsy-icon.png) 25px center no-repeat;
    padding-left: 46px;
    padding-right: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
}
.clear_both:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}

/*历年报告*/
.dsbt img {
    padding-top: 20px;
}
ul.dsnr {
    margin-top: 20px;
    width: 1230px;
}
ul.dsnr li {
    width: 277px;
    float: left;
    margin-right: 30px;
}
ul.dsnr li img {
    width: 277px;
    height: 163px;
}




/*人大代表建言*/
.rddbjy{
    width: 49%;
    float: left;
    height: 490px;
}
.zxwyxc{
    width: 49%;
    float: right;
    height: 490px;
}
.m_sideMenu{
    margin-top: 30px;
}
.g_part8 .m_left {
    width: 547px;
    margin-top: 40px;
    float: left;
    overflow: hidden;
}
.g_part8 .m_left .u_title {
    padding-bottom: 0;
    margin-bottom: 30px;
}
.g_part8 .m_right {
    float: right;
}
.m_sideMenu h3 {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    padding-left: 20px;
    background: #F8F8F8;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    font-weight: normal;
}
.m_sideMenu h3 span {
    float: right;
    margin-right: 20px;
    font-size: 14px;
    color: #cd9067;
    cursor: pointer;
}
.m_sideMenu h3 b{
    font-style: italic;
    color: #d72523;
    margin: 0 8px 0 -8px;
}
.m_sideMenu h3.on b{
    color: #fff;
}
.m_sideMenu h3 span img {
    padding-left: 5px;
}
.m_sideMenu h3 a {
    color: #000000;
}
.m_sideMenu h3.on {
    background: #D72523;
    color: #FFFFFF;
}
.m_sideMenu h3.on span {
    display: none;
}
.m_sideMenu h3.on a {
    color: #fff;
}
.m_sideMenu div {
    font-size: 14px;
    text-indent: 2em;
    line-height: 24px;
    padding: 0 18px;
    color: #666666;
    height: 80px;
    display: none;
}
.m_sideMenu div a {
    color: #D72523;
}



/*图说两会*/
.main1200 {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
}
.bt_long {
    text-align: center;
}

/*底部*/
.footer {
    border-top: 1px solid #c9c9ca;
    padding: 15px 0 15px 0;
    background-color: #f8f8f8;
    text-align: center;
    line-height: 25px;
    color: #333;
    font-size: 14px;
    margin-top: 60px;
}