﻿*{
    font-family:"微软雅黑","Microsoft Yahei","SimSun","宋体","Arial Narrow","å¾è½¯é›…é»‘";
    border:none;
    margin:0px;
    padding:0px;
    letter-spacing:0;
    font-weight:normal;
    /*                font-size:0px;*/
}
body{
    min-width:1300px;
}
/*
p{
text-indent: 2em;
}
*/
b,strong{
    font-weight:bold;
}
ul,ol,li{
    list-style:none;
    list-style-position:inside;
}
a{
    text-decoration:none;
    cursor:pointer;
}
#header,#body,#footer{
    width:100%;
    position:relative;
    overflow:hidden;
}
.contentBar{
    min-height:1px;
    width:1244px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    /*                background-color:red;*/
}
.fullBar{
    min-height:1px;
    width:100%;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    /*                background-color: yellow;*/
}
.autoBar{
    min-height:1px;
    width:auto;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden
}

.clearfix {
    clear: both;
}
.inline{
    display:inline-block;
    display:-moz-inline-block;
    zoom:1;
    *display:inline;
    overflow:hidden;
}

/*首屏*/
#content{
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 100px;
    background: #fff;
}
.lm-title{
    display: block;
}
.lm-title img{
    width: 1244px;
    margin: 25px 0 20px;
}
.fullScreen{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.top{
    /*display: none;*/
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*background-size: 100% auto;*/
    /*background: url("../../images/2020zt/20200521qglhzt/screen.jpg") no-repeat center 0;*/
     vertical-align: middle;
    line-height: 100%;
    z-index: 12;
    top: 0;
    left: 0;
}
.top .screen{
    width:  100%;
    height: auto;
    /*height: 100%;*/
}
.top .contentBar{
    width: 1244px;
    height: 100%;
    position: absolute;
    background-size: 100% auto;
    z-index: 12;
    top: 0;
    left:50%;
    margin-left: -622px;
}
/*.s-screen{*/
    /*position: absolute;*/
    /*z-index: 10;*/
    /*top: 110px;*/
    /*left:391px;*/
/*}*/
/*.s-screen img{*/
    /*width: 450px;*/
/*}*/
/*.scren-china img{*/
    /*width: 38px;*/
/*}*/
.scren-left{
    position: absolute;
    z-index: 10;
    top:420px;
    left: 109px;
}
/*.scren-china{*/
    /*position: absolute;*/
    /*z-index: 10;*/
    /*top:50%;*/
    /*margin-top: 70px;*/
    /*!*top:472px;*!*/
    /*left: 479px;*/
/*}*/
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}
/*.scren-china img {*/
    /*-webkit-animation: fadeIn 2s 0.5s both;*/
    /*-moz-animation: fadeIn 2s 0.5s both;*/
    /*-ms-animation: fadeIn 2s 0.5s both;*/
    /*-o-animation: fadeIn 2s 0.5s both;*/
    /*animation: fadeIn 2s 0.5s both;*/
/*}*/

.scren-left img{
    width: 250px;
}
@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.2, 1.2, 1.2);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}
.btn img {
    -webkit-animation: pulse 2s 0.5s infinite normal;
    -moz-animation: pulse 2s 0.5s infinite normal;
    -ms-animation: pulse 2s 0.5s infinite normal;
    -o-animation: pulse 2s 0.5s infinite normal;
    animation: pulse 2s 0.5s infinite normal;
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/*.fadeInLeft {*/
    /*animation-name: fadeInLeft;*/
/*}*/

.scren-left img {
    -webkit-animation: fadeInLeft 1s 0.1s both;
    -moz-animation: fadeInLeft 1s 0.1s both;
    -ms-animation: fadeInLeft 1s 0.1s both;
    -o-animation: fadeInLeft 1s 0.1s both;
    animation: fadeInLeft 1s 0.1s both;
}
@-webkit-keyframes cloud {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
    10%,
    80% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(3);
    }
}

@keyframes cloud {
    0% {
        opacity: 0;
        transform: scale(1);

    }
    10%,
    80% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: scale(3);
    }
}
.top .btn img{
    width: 160px;
    position: absolute;
    bottom: 20px;
    left: 550px;
    cursor: pointer;
}
#header img{
    width: 100%;
    height: 100%;
}
.cloud {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 0;
}

.cloud1 {
    background: url("../../images/2020zt/20200521qglhzt/yun.png") 110% 80% no-repeat;
        background-size: 50%;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-animation: cloud 10s linear 0s infinite normal;
    animation: cloud 10s linear 0s infinite normal;
}
.cloud2 {
    background: url("../../images/2020zt/20200521qglhzt/yun.png") 110% 70% no-repeat;
        background-size:50%;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-animation: cloud 20s linear 0s infinite normal;
    animation: cloud 20s linear 0s infinite normal;
}


/*导航*/
.nav{
    background: #EA272F;
    height: 70px;
    margin-top: -5px;
    width: 100%;
    position: relative;
    z-index: 20;
}
.nav  a.on,.nav a:hover {
     color: #ffff33;
}
.nav  a.on{
    font-weight: bold;
}
.nav a{
    float: left;
    font-size: 20px;
    padding: 0 23px;
    color: #fff;
    line-height: 70px;
}
.nav .logo img{
    width: 85px;
    margin-top: 13px;
    margin-right: 20px;
}
#tt{
    width:1244px;
    height:80px;
    margin-bottom: 20px;
    margin-top:30px;
}
#tt h1{
    height:80px;
    width:100%;
    overflow:hidden;
    text-align:center;

}
#tt h1 a{
    width:100%;
    height:100%;
    font-size:40px;
    color:#333;
    text-align:center;
    line-height:80px;
    font-weight:bold;
    display:inline;
}
#ttxg{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:18px;
    margin-bottom:42px;
    margin-top:-16px;
}
#ttxg h3{
    width:100%;
    height:30px;
    line-height:30px;
    overflow:hidden;
    text-align:center;
}
#ttxg h3 a{
    color:#696969;
    font-size:17px;
}
#ct1{
    margin-top:20px;
    margin-bottom:30px;
    background-color: #EA272F;
    height:42px;
    overflow:hidden;
}
#ct1 .ssbb{
    display:inline-block;
    float:left;
    width:133px;
    height:100%;
    overflow:hidden;
}
#ct1 .ssbb img{
    width: 100%;
}
#ct1 .ssbb a{
    display: inline-block;
    width:100%;
    height:100%;
    overflow:hidden;
}
#ct1 .qimo8{
    display: inline-block;
    float: left;
    width:1111px;
    height:100%;
    overflow:hidden;
}
.qimo8 .qimo {width:8000%; height:42px;}
.qimo8 .qimo div{ float:left;}
.qimo8 .qimo ul{float:left; height:42px; overflow:hidden; zoom:1; }
.qimo8 .qimo ul li{float:left; line-height:42px; list-style:none;}
.qimo8 li a{margin-right:20px; color:#fff; font-size:14px;line-height:42px;}
.qimo8 li a:hover{text-decoration: underline;}

/*要闻开始*/
.yw{
    height: 585px;
}
.yw .fl{
    width: 600px;
}
.yw .group{
    line-height: 43px;
}
.yw .ylGroup a,.yw .ytGroup a{
    margin-right: 7px !important;
}
.yw .group a{
    color: #333;
    display: block;
    margin-right: 3px;
    float: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}
.yw .ct2right .sj{
    width: 171px;
    margin-top: 12px;
    height: 158px;
}
.yw .ct2right .jj-left{
    width: 410px;
    float: left;
}
.yw .ct2right .sj img{
    width: 100%;
    height: 100%;
}
.yw .ct2left{
    width: 628px;
}
.hcGroup,.hktGroup,.mkGroup{
    width: 430px;
    overflow: hidden;
    height: 43px;
}
.hcGroup a.yl-news,.hktGroup a.yl-news,.mkGroup a.yl-news{
    background:url("../../images/2020zt/20200521qglhzt/video.jpg") no-repeat left 14px ;
    padding-left: 22px;
    width: 134px;
    overflow: hidden;
    height: 43px;
}
.yw .yl-title{
    font-weight: bold;
    font-size: 17px;
    background: transparent;
    color: #e9252c !important;
}
.ywGroup{
    border-bottom: dashed 1px #E3E3E3;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.yw .yw-f a{
    font-size: 24px;
    color: #e9252c;
    display: block;
    height: 30px;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 10px;
}
.ywGroup  a:hover,.group a:hover{
    color: #EA272F;
}
.ywGroup li{
    position: relative;
}
.ywGroup li{
    font-size: 18px;
    padding: 9px 0px 8px 12px;
    position: relative;
    line-height: 26px;
    overflow: hidden;
    background: url("../../images/2020zt/20200521qglhzt/disc.jpg") no-repeat left center;

}
.ywGroup li a{
    color: #333;
    height: 30px;
    display: block;
    overflow: hidden;
}


/*要闻结束*/
.jujiao {
    width:628px;
    height: 400px;
    position: relative;
}
.jujiao .jj-box:hover{
    text-decoration: underline;
}
.jujiao .jj-box{
    bottom: 0;
    color: #fff;
    height: 52px;
    left: 0;
    line-height: 52px;
    position: absolute;
    width: 616px;
    text-align: left;
    padding-left: 12px;
    z-index: 10;
    background: url("../../images/2020zt/20200521qglhzt/btm-bg.png") repeat;
}
.jujiao .jj-box span{
    display: block;
    width: 500px;
    overflow: hidden;

}
.jujiao>.swiper-pagination-bullets{
width: 150px !important;
    left: 500px !important;
    bottom: 16px !important;
}
.report-cnt>.swiper-pagination-bullets{

    width: 141px !important;
    left: 439px !important;
    bottom: 160px !important;
 }
.jujiao .swiper-button-next,.jujiao .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}
.report-cnt .swiper-button-next,.report-cnt .swiper-button-prev{
    position: absolute;
    top: 200px;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
 }
.jujiao .swiper-pagination-bullet ,.tab-cont-lists .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 0 !important;
    background: #fff;
        opacity: 1 !important;
}
.jujiao .swiper-pagination-bullet-active,.tab-cont-lists .swiper-pagination-bullet-active{
    width: 18px !important;
}
.jujiao .swiper-slide a img{
    width:628px;
    height: 400px;
}
.tab-cont-lists .swiper-slide a img{
    width:580px;
    height: 400px;
}
.jinju{
    margin-top: 10px;
    width: 628px;
    position: relative;
    height: 164px;
}
.jinju .xjpjj{
    position: absolute;
    z-index: 10;
    right: 27px;
    top: 48px;
    overflow: hidden;
    width: 212px;
    height: 65px;
    /*background: #ff0;*/
}
.jinju .xjpjj ul li{
    width: 212px;
    height: 65px;
    /*float: left;*/
}
.jinju .xjpjj ul li a{
    display: block;
    width: 100%;
    line-height: 34px;
    font-size: 20px;
    height: 65px;
    color: #fff;
    overflow: hidden;
}
.jinju a img{
    width: 628px;
    height: 164px;
}
.jujiao .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.tb-ch{
    overflow: hidden;
    margin-top: 20px;
    width: 1244px;
    height: 200px;
}
.tb-ch li {
    width: 299px;
    height: 165px;
    float: left;
    margin-right: 15px;
    position: relative;
}
.tb-ch li.tb-l{
    margin-right: 0;
}
.tb-ch ul li a img {
    width: 299px;
    height: 165px;
}
.tb-ch ul li a .tb-box{
    bottom: 0;
    color: #fff;
    height: 30px;
    left: 0;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
    background: url("../../images/nIndexImage/bg_btm.png");
    /*background: #f00;*/
}
/*两会传声筒开始*/
.cst{
    background: url("../../images/2020zt/20200521qglhzt/bg.jpg") no-repeat center 130px;
    background-size: 100%;
    /*padding-top: 150px;*/
}
.ch_content{
    padding-top: 50px;
    height: 475px;
    position: relative;
}
.cst .fl{
    width: 730px;
    height: 415px;
    overflow: hidden;
}
.cst .fr{
    width: 514px;
    height: 360px;
    position: relative;
    margin-top: 23px;
    overflow: hidden;
}
.cst .fl .ch_vi{
    width: 730px;
    height: 466px;
}
.cst .fl a img{
    width: 100%;
    height: 100%;
}
.cst .nav_left a{
    display: block;
    padding: 15px 20px ;
    height: 90px;
    color: #333;

}
.cst .nav_left a img{
    width: 143px;
    height: 91px;
    margin-right: 12px;
    float: left;
}
.cst .nav_left a h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    width: 318px;
        float: left;
}
.cst .nav_left a:hover,.cst .nav_left a.active{
    background: #D53436;
    color: #fff;
}
.cst .nav_left a p{
    font-size: 14px;
    width: 318px;
    padding-top: 1px;
    line-height: 1.75;
    /*color: #333;*/
    height: 50px;
    overflow: hidden;
        float: left;
}
.cst .ch_left, .cst .ch_right {
    position: absolute;
    width: 96px;
    right: 206px;
    padding-top: 30px;
    vertical-align: middle;
    height: 48px;
    text-align: center;
    cursor: pointer;
}
.cst .ch_left{
    top:15px;
}
.cst .ch_left img,.cst .ch_right img{
    width: 45px;
}
.cst .ch_right{
    top:415px;
}
/*两会传声筒结束*/
/*特别策划开始*/
#tbch{
    background: url("../../images/2020zt/20200521qglhzt/bg.png") no-repeat center 492px;
    background-size: 100%;
    padding-top: 50px;

}
#tbch,.tb-content{
    height: 956px;
}
.tb-content>.fl{
    width: 500px;
        height: 800px;
    background: url("../../images/2020zt/20200521qglhzt/jz.png") no-repeat 0 50px;
    position: relative;

    /*background-size: 100%;*/

}
.tb-content>.fr{
    width: 723px;
        height: 800px;
    margin-top: 42px;
}

.tb-content .fl .ch-logo{
    height: 405px;
    padding: 25px 0;
    margin-left: 145px;
    margin-top: 98px;
    width: 245px;
    cursor: pointer;
    /*background: #f00;*/
    overflow-y: auto;
}
.tb-content .fl .logo-box{
    z-index: 10;
    position: absolute;
    left: 145px;
     display: none;
    overflow: hidden;
    top: 97px;
    width: 232px;
    height: 456px;
    background: #f00;

}
.tb-content .fl .logo-box img{
    width: 100%;
    height: 100%;
}
.tb-content .fl .ch-logo .logo-s{
    float: left;
    width: 114px;
    margin-bottom: 15px;
    text-align: center;
}
.tb-content .fl .ch-logo .logo-s .logo-i img{
    width: 108px;
    height: 108px;
    margin-left: 6px;
    display: block;
    margin-bottom: -3px;
}
.tb-content .fl .ch-logo .logo-s span{
    font-size: 12px;
}
.tb-content .fl .ch-logo::-webkit-scrollbar{
    width:6px;
    height:6px;
}

.tb-content .fl .ch-logo::-webkit-scrollbar-thumb:vertical{
    height:5px;
    background-color:#666;
    -webkit-border-radius:6px;
}
#ct3{
    height: 258px;
}
#lhcst{
    padding-top: 50px;
    height: 988px;
}
#gsgs{
    height: 655px;
}
#ct2{
    height: 805px;
}
.tk_content{
    margin-top: 85px;
}
.power-tab .fl{
    width: 453px;
}
.tk_content .dgzz{
    position: relative;
    overflow: hidden;
}
.power-tab .fr{
    width: 252px;
    /*margin-right: 10px;*/
    /*height: 500px;*/
    /*background: #f00;*/
}
.xiang{
    color: #F06C71;
}
.tk_content dd{
    width: 723px !important;
    float: left;
    height: 580px;
    /*_display: inline;*/
    overflow: hidden;
    /*margin: 0 8px;*/
}
.nav-ch a{
    float: left;
    position: relative;
    text-align: center;
    background-color: #e8e8e8;
    color: #555555;
    width: 135px;
    margin-right: 40px;
    display: block;
    border-radius: 25px;
    line-height: 2.3;
    font-size: 18px;
    z-index: 3;
}
.nav-ch a.active{
    background: #D81D02;
    color: #fff;
}
.power-top a{
    display: block;
    width: 453px;
    height: 256px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.power-top a img{
    width: 100%;
    height: 100%;
}
.power-top a p{
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    background-image: url(../../images/nIndexImage/bg_btm.png);
    position: absolute;
    left: 0;
    bottom: 0;
}
.power-btm a{
    width: 453px;
    height: 130px;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}
.power-btm a h1{
    width: 100%;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    font-size: 19px;
    font-weight: bold;
    color: #333;
    float: right;
    margin-bottom: 6px;
}
.power-btm a h1:hover{
    color: #D81D02;
    text-decoration: underline;
}
.power-btm a p{
    width: 100%;
    height: 77px;
    line-height: 26px;
    overflow: hidden;
    font-size: 16px;
    color: #4d4d4d;
    float: right;
}
.tk_content .power-r a{
    display: block;
    width: 252px;
    height: 256px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.tk_content .power-r a img{
    display: block;
    width: 252px;
    height: 256px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.tk_content .power-r a p{
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    background: url(../../images/nIndexImage/bg_btm.png) repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}
.tk_content .power-b a {
    display: inline-block;
    width: 222px;
    background: #CAAB7B;
    overflow: hidden;
   color: #fff;
    height: 30px;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 20px;
    float: left;
    padding: 7px 15px 12px;
    border-radius: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}
.tk_content .power-b a:hover{
    background: #E44A40;
}
/*特别策划结束*/
/*精彩视频开始*/
#jcsp{
    background: url("../../images/2020zt/20200521qglhzt/bg-02.jpg") no-repeat center 150px;
    background-size: 100% 100%;
    padding: 30px 0 20px;
}
#jcsp .video-content{
    padding-top: 54px;
    height: 600px;
}
#jcsp .beil{
    width: 110px;
}
#jcsp .video-r{
    width: 1073px;
    position: absolute;
    left: 66px;
    background: #fff;
    border-radius: 5px;
    height: 500px;
    padding: 40px 30px;
}
#jcsp .video-r .beir .fl{
    width: 186px;
    height: 497px;
}
#jcsp .lh-video{
    overflow: hidden;
    position: relative;
}
#jcsp .lh-video .hkt_list{
    width: 875px;
    height: 100%;
    float: right;
    overflow: hidden;
}
#jcsp .lh-video .hkt_list a {
    width: 395px;
    height: 224px;
    margin-right: 35px;
    float: left;
    margin-bottom: 57px;
    overflow: hidden;
    position: relative;
}
#jcsp .lh-video .hkt_list a img {
    width: 395px;
    height: 224px;
}
#jcsp .lh-video .hkt_list a .hkt_shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 395px;
    height: 0px;
    background:url(//www.rmzxw.com.cn/images/nIndexImage/bg_btm.png);
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}
#jcsp .lh-video .hkt_list a:hover .hkt_shadow{
    height: 224px;
}
#jcsp .lh-video .hkt_list a .hkt_shadow h1:hover{
    text-decoration: underline;
}
#jcsp .lh-video .hkt_list a .hkt_shadow h1 {
    margin-top: 82px;
    margin-left: 30px;
    width: 308px;
    height: 60px;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}
#jcsp .beir .beir-wrap{
    width: 848px;
    height: 100%;
    overflow: hidden;
}
#jcsp .beir .beir-wrap dd {
    width: 877px;
    float: left;
    overflow: hidden;
    height: 500px;
    margin-right: 50px;
}
/*#jcsp .video-content .beil{*/
    /*margin-right: -30px;*/
/*}*/
#jcsp .video-content .beil a {
    display: block;
    width: 100px;
    padding: 10px;
    height: 169px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;

}
#jcsp .video-content .beil a img{
    width: 103px;
}
#jcsp .beil .video-hkt{
    margin-bottom: -37px;
    margin-top: -19px;
}
#jcsp .beil .video-lhxc{
    margin-bottom: -64px;

}
#jcsp .beil .video-mgslh{

    margin-top: -41px;

}
/*精彩视频结束*/
/*两会影像开始*/
#lhyx{
    margin-bottom:50px;
    padding-top:45px;
}
#guangjiao{
    height: 1077px;
    margin-top: 20px;
    overflow: hidden;

}
/*两会影像结束*/
/*友情链接开始*/
#ct14{
    margin: 50px 0;
}

#hezuo{
    margin-top: 30px;
    background-color:#f2f2f2;
    overflow:hidden;
    height: 422px;
}
#hezuo .contentBar{
    /*height: 253px;*/
    margin-top:27px;
    overflow: hidden;

}
#hezuo .contentBar a{
    display:inline-block;
    width:238px;
    height:80px;
    padding:15px 0px;
    margin:0px 10px 20px 0px;
    background-color:#ffffff;
    float:left;
    line-height:110px;
    text-align: center;
    overflow:hidden;
}
/*#hezuo .contentBar a:nth-child(5),#hezuo .contentBar a:nth-child(10){*/
    /*margin-right:0px;*/
/*}*/
#hezuo .contentBar a img{
    width: auto;
    max-height: 100%;
    max-width: 80%;
}
/*友情链接结束*/

.h-title{
    margin: 60px 0 50px;
}
.img-responsive{
    max-width: 100%;
    height: auto;
    display: block;
}



.fulltBar{
    width: 1244px;
    margin:0 auto;
    overflow: hidden;
}
.gsgs-cont-1{margin-bottom: 80px;}
.g-l{
    width: 386px;
    height: 472px;
    float: left;
    position: relative;
    overflow: hidden;
}
.gsgs_shadow{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 386px;
    height: 0;
    background: url(../../images/2020zt/20200521qglhzt/gsgs.png) repeat-x ;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}
.g-l:hover .gsgs_shadow{
    height: 170px;
}
.gsgs_shadow h1:hover{
    text-decoration: underline;
}
.gsgs_shadow h1{
    margin-top: 20px;
    height: 30px;

}
.gsgs_shadow h1.gsgs-f{
    margin-top: 30px;
    height: 60px;


}
.gsgs_shadow_r{
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 262px;
    height: 0;
    background: url(../../images/2020zt/20200521qglhzt/gsgs.png) repeat-x ;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 25px 0;
}
.g-r-list:hover .gsgs_shadow_r{
    height: 222px;
}
.gsgs_shadow_r h1:hover{
    text-decoration: underline;
}
.gsgs_shadow_r h1{
    margin-top: 20px;
    height: 60px;
    font-size: 17px;
    color: #fff;
    /* margin-top: 82px; */
    margin-left: 11px;
    width: 240px;
    line-height: 30px;
    overflow: hidden;
}
.gsgs_shadow_r h1 a,.gsgs_shadow h1 a{
    color: #fff;
}
.gsgs_shadow h1{
    font-size: 18px;
    color: #fff;
    /*margin-top: 82px;*/
    margin-left: 30px;
    width: 328px;
    line-height: 30px;
    overflow: hidden;
}
.g-r{
    width: 826px;
    height: 472px;
    float: left;
    overflow: hidden;
    padding-left: 30px;
}
.g-r-list{
    width: 262px;
    height: 222px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}
.g-r-list{
    margin-bottom:30px;
}
.g-r-list:nth-child(3n+3){
    margin-right: 0px;
}
/**/
.gs-2-l{
    width: 660px;
    height: 350px;
    background: url(../../images/2020zt/20200521qglhzt/rl.png) no-repeat;
    overflow: hidden;
    float: left;
    background-size: 100%;
}
.tab-l .swiper-container{
    height: 100%;
}
.gs-2-l .data-num{
    margin-left: 25px;
    margin-top: 90px;
}
.gs-2-l .data-num span{
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 15px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 100%;
}
/*.gs-2-l .data-num span:nth-child(1){*/
    /*margin-left: 0;*/
/*}*/
.gs-2-l .data-num span:hover,.gs-2-l .data-num span.cur{
    background: url(../../images/2020zt/20200521qglhzt/rl-bg.png) no-repeat;

}
.tata-cont{
    width: 600px;
    /* height: 120px; */
    /* background: #fff; */
    margin: 13px 25px;
    padding: 28px 0;
    overflow: hidden;
}
.data-cont{
    display: none;
}
.data-cont:nth-child(2){display: block;}
.tata-cont .data-in{
    padding:0 15px 15px;
}
.date-list-msg img{
    /*max-width: 25%;*/
    /*display: inline-block;*/
    float: left;
    margin-left: 12px;
}
.date-list-msg{
    height: 53px;
    padding-top: 9px;
}
.tata-cont .data-in .date-list-msg a{
    font-size: 16px;
    margin-top: 7px;
    display: block;
    line-height: 24px;
    float: right;
    margin-right: 12px;
    overflow: hidden;
    height: 44px;
    color: #333333;
    width: 401px;
}
.gs-2-r{
    float: right;
    width: 582px;
    overflow: hidden;
}
.gs-zb{
    margin: 17px 0 46px;
    position: relative;
    width: 100%;
    height: 140px;
    overflow: hidden;;
}
.gs-zb a{
    display: block;
    width: 100%;
    height: 100%;
    /*float: left;*/
    /*position: absolute;*/
    /*z-index: 99;*/
    /*left: 35px;*/
}
.gs-zb a img{
    /*max-width: 56%;*/
    position: absolute;
    z-index: 5;
    /*transition: background 0.2s;*/
    /*-webkit-animation: background 0.2s;*/
    left: 35px;
}
.gs-zb a:hover img{
    background: url(../../images/2020zt/20200521qglhzt/lh-icon-cur.png) no-repeat 1px center;
    z-index: 5;
    /*background-size: 58%;*/
}
.gs-2-r .rl-01{
    display: none;
}
.gs-zb .gs-zb-msg{
    width: 440px;
    height: 109px;
    background: #fff3f1;
    padding: 10px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 7px;
}
.gs-zb .gs-zb-msg h4{
        font-size: 19px;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
    color: #333;
    margin: 8px 0 9px 54px;
    transition: all 0.2s;
    -webkit-animation: all 0.2s;
}
.gs-zb .gs-zb-msg p{
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    height: 50px;
    margin-left: 54px;
}
/*建言*/
.jyzz-l{
    width: 740px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.jyzz-l-list{
    border-bottom: 1px solid #E2E2E2;
    height: 160px;
    padding: 12px 30px;
}
.jyzz-l-list a img{
    width: 150px;
    height: 150px;
    float: left;
    border-radius: 100px;
}
.jyzz-l-list .list-msg{
    float: right;
    width: 500px;
}
.jyzz-l-list .list-msg h4{
    font-size: 20px;
    font-weight: 600;
    margin: 23px 0 10px;
    height: 30px;
    overflow: hidden;
    color: #333;
    transition: all 0.2s;
    -webkit-animation: all 0.2s;
}
.jyzz-l-list .list-msg p{
    font-size: 16px;
    color: #7F7D83;
    overflow: hidden;
    height: 71px;
    line-height: 1.5;
}
.jyzz-l-list .list-msg p a{color: #f00;margin-left: 20px;}

.jyzz-r{
    width: 484px;
    float: right;
}
.jyzz-r-top{
    height: 180px;
    background: #fff3f1;
    margin-top: 33px;
}
.jyzz-r-top h4{
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    height: 30px;
    text-align: center;
    line-height: 34px;
    color: #444;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s;
    -webkit-animation: all 0.2s;
    background: url(../../images/2020zt/20200521qglhzt/z-bj02.png)no-repeat center 55px;
    background-size: 100%;

}
.jyzz-r-top p{
    font-size: 16px;
    color: #7f7d83;
    line-height: 1.5;
    padding: 15px 30px;
}
.jyzz-r-top p a{color: #f00;margin-left: 20px; transition: all 0.2s;
    -webkit-animation: all 0.2s;}

.jyzz-r-list li{
    height: 50px;
    line-height: 50px;
}
.jyzz-r-list li i{
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #f00;
    margin-right: 13px;
    vertical-align: middle;
    display: inline-block;
}
.jyzz-r-list li a{
    line-height: 50px;
    font-size: 18px;
    color: #333;

}
.jyzz-l-list:hover{
    background: url(../../images/2020zt/20200521qglhzt/jy-ty.png)no-repeat 23px 6px;

}
.jyzz-l-list a h4:hover,.jyzz-r-top h4:hover,.jyzz-r-list a:hover,.sm-msg h4:hover,.gs-zb .gs-zb-msg h4:hover{
    color: #DE3837;
    text-decoration: underline;
}
/*速说两会*/
.sslh{
    padding-top: 15px;
}
.sslh-po{
    height: 120px;
    margin-bottom: 16px;
}
.bj-po{
    position: relative;
}
.bj-pos{
    height: 104px;
    width: 1232px;
    margin-left: 5px;
    /* margin: auto; */
    box-shadow: 0 0 15px #ccc;
    position: absolute;
    z-index: 1;
    border-radius: 5px;
}
.tab-nav{
    padding: 0 20px;
    position: absolute;
    z-index: 99
}
.tab-nav-1{
    width: 170px;
    float: left;
    padding: 22px 15px;
    cursor: pointer;
}
.nav-icon{
    float: left;
    margin-top: 4px;
    margin-right: -3px;
    width: 54px;
    height: 46px;
    background-size: 100%;
}
.report-01{
    background: url(../../images/2020zt/20200521qglhzt/lh-icon1.png)no-repeat;
}
.cur .report-01{
    background: url(../../images/2020zt/20200521qglhzt/lh-icon1-active.png)no-repeat;
}
.report-02{
    background: url(../../images/2020zt/20200521qglhzt/lh-icon2.png)no-repeat;
}
.cur .report-02{
    background: url(../../images/2020zt/20200521qglhzt/lh-icon2-active.png)no-repeat;
}
.report-03{
    background: url(../../images/2020zt/20200521qglhzt/lh-icon3.png)no-repeat;
}
.cur .report-03{
    background: url(../../images/2020zt/20200521qglhzt/lh-icon3-active.png)no-repeat;
}
.report-04{
    background: url(../../images/2020zt/20200521qglhzt/lh-icon4.png)no-repeat;
}
.cur .report-04{
    background: url(../../images/2020zt/20200521qglhzt/lh-icon4-active.png)no-repeat;
}
.report-05{
    background: url(../../images/2020zt/20200521qglhzt/lh-icon5.png)no-repeat;
}
.cur .report-05{
    background: url(../../images/2020zt/20200521qglhzt/lh-icon5-active.png)no-repeat;
}
.report-06{
    background: url(../../images/2020zt/20200521qglhzt/lh-icon6.png)no-repeat;
}
.cur .report-06{
    background: url(../../images/2020zt/20200521qglhzt/lh-icon6-active.png)no-repeat;
}
.tab-nav-1 img{
    float: left;
    margin-top: 18px;
    margin-right: 20px;
}
.tab-nav-1 .nav-title{
    float: left;
    color: #9c9c9c;
    margin-top: 3px;
    font-size: 19px;
    line-height: 23px;
}
.tab-nav-1 .nav-title span{
    display: inherit;
}
.tab-nav-1:hover,.tab-nav-1.cur{
    background: #E6332F;
    height: 61px;
    margin-top: -14px;
    padding-top: 38px;
    border-radius: 8px;
    box-shadow: 1px 1px 15px #E6332F;
}
.tab-nav-1:hover .nav-title,.tab-nav-1.cur .nav-title{
    color: #fff;
}

.tab-cont{

    overflow: hidden;
}

.tab-cont-lists{
    padding: 20px 20px 0 20px;
    border:1px solid #F6B9B8;
    /*display: block;*/
    padding-right: 1px;
    padding-bottom: 1px;
    display: none;
    height: 600px;
}
/*.tab-cont-lists:nth-child(1){*/
    /*display: block;*/
/*}*/
.tab-l{
    width: 580px;
    padding: 25px;
    height: 551px;
    overflow: hidden;
    float: left;
}
.tab-cont-lists .tab-l h4{
    font-size: 20px;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    height: 26px;
    padding-top: 20px;
}
.tab-cont-lists .tab-l p{
    font-size: 18px;
    color: #7f7d83;
    line-height: 1.5;
    height: 81px;
    overflow: hidden;
    padding: 10px 0px;
}
.tab-cont-lists .tab-l p a{color: #f00; margin-left: 20px;}
.tab-cont-lists .tab-r{
    width: 590px;
    height: 560px;
    float: right;
    background: url(../../images/2020zt/20200521qglhzt/gjc.jpg) no-repeat;
    position: relative;
    /*background-size: 100%;*/
    margin-top: 20px;
}
.tab-cont-lists .tab-r .tab-tags{
    font-size: 23px;
    color: #fff;
    position: absolute;
    width: 134px;
    text-align: center;
    height: 60px;
    overflow: hidden;
}
.tab-cont-lists .tab-r .tags-01{
    top: 53px;
    left: 199px;
}
.tab-cont-lists .tab-r .tags-02{
    right: 109px;
    top: 131px;
}
.tab-cont-lists .tab-r .tags-03{
    top: 302px;
    right: 107px;
}
.tab-cont-lists .tab-r .tags-04{
    bottom: 109px;
    right: 255px;
}
.tab-cont-lists .tab-r .tags-05{
    top: 140px;
    left: 50px;
}
.tab-cont-lists .tab-r .tags-06{
    top: 309px;
    left: 53px;
}


/*两会直击*/
.lhzj-l{
    width: 400px;
    float: left;
    margin-right: 60px;
    overflow: hidden;
}
.lhzj-l a{
    /* width: 708px; */
    height: 230px;
    border-radius: 5px;
    margin-bottom: 30px;
    display: block;
}
.lhzj-l a img{width: 100%;
    height: 100%;}
.lhzj-l a:last-child{
    margin-bottom: 0px;
}
.lhzj-r{
    width: 782px;
    float: left;
}
.sm-title{
    width: 100%;
    height: 56px;
    background: #f6f6f6;
}
.sm-title h4{
    width: 250px;
    line-height: 56px;
    color: #fff;
    background: #ED4343;
    border-radius: 3px;
    font-size: 30px;
    text-align: center;
    float: left;
}
.sm-title p{
    width: 532px;
    float: left;
    line-height: 56px;
}
.sm-title p a{
    font-size: 18px;
    color: #898989;
    margin-left: 35px;
}

.lhzj-r .lists-news {
    margin-bottom: 60px;
}
.lhzj-r .lists-news .sm-msg{
    height: 140px;
}
.lhzj-r .lists-news .sm-msg h4{
    font-size: 20px;
    font-weight: 600;
    color: #444;
    margin-bottom: 3px;
    height: 26px;
    overflow: hidden;
    padding-top: 21px;
    transition: all 0.2s;
    -webkit-animation: all 0.2s;
}
.lhzj-r .lists-news .sm-msg p{
    font-size: 18px;
    color: #7f7d83;
    line-height: 1.5;
    height: 74px;
    overflow: hidden;
    padding: 10px 0px;
}
.lhzj-r .lists-news .sm-msg p a{color: #f00;margin-left: 20px;}
#jzh-lists{
    height: 140px;
    width: 100%;
    overflow: hidden;
}
#jzh-lists,#jzh-lists-2,#jzh-lists-3{
    width: 100%;
    height: 140px;
    overflow: hidden;
}

/**/
/*pik end*/
.gsgs-cont-1 img{
    width: 100%;
    height: 100%;
}