html,body{
    font-size:16px;
    font-family: "Microsoft YaHei";
    color:#000;
    line-height:24px;
    min-width: 1200px;
    margin:0;
    padding:0;
}
div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,img{
    list-style:none;
    padding:0;
    margin:0;
    border:none;
}
a{
    text-decoration:none;
    color:#000;
}
a:hover{
    color: #ff3823;
}
.clear_both:after{
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}

.main1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.banner_top{
    height: 839px;
    background: url("../img/20200112_banner-img.jpg") center no-repeat;
}

/*头条*/
.headline{
    padding-top: 40px;
}
.headline p{
    font-size: 42px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
}
.headline p a{
    color: #ff3823;
}
.headline span{
    display: block;
    line-height: 30px;
    color: #777;
    text-indent: 2em;
    padding-top: 12px;
    font-size: 16px;
}
.headline span a:hover{
    color: #ff3823;
    text-decoration: underline;
}



/*两会动态*/
.lhdt_row{
    width: 520px;
    float: left;
    padding-top: 40px;
}
.lhdt_title span{
    float: left;
    display: block;
    width: 97px;
    height: 48px;
    background: url("../img/20200112_lhdt-title.jpg") no-repeat;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
}

a.more_font{
    float: right;
    color: #999;
    font-size: 14px;
}
a.more_font:hover{
    color: #ff3823;
    text-decoration: underline;
}
a.more_font.lhdt_more{
    padding-top: 10px;
}

.lhdt_row ul{
    padding-top: 8px;
}
.lhdt_row ul li{
    line-height: 40px;
}
.lhdt_row ul li a{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.lhdt_row ul li span{
    width: 5px;
    height: 5px;
    float: left;
    background-color: #ff3823;
    margin: 18px 16px 0 0;
}


/*焦点图*/
.slideBox {
    width: 640px;
    height: 318px;
    overflow: hidden;
    position: relative;
    float: right;
    margin-top: 40px;
}

.slideBox .hd {
    height: 10px;
    position: absolute;
    z-index: 1;
    bottom: 18px;
    right: 16px;
}

.slideBox .hd ul {
    zoom: 1;
    float: left;
}

.slideBox .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%;
}

.slideBox .hd ul li.on {
    width: 10px;
    height: 10px;
    margin-top: -1px;
    background: #c6050f;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
}

.slideBox .bd img {
    width: 640px;
    height: 318px;
}

.slideBox .bd h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 50px;
    width: 500px;
    margin-left: 20px;
    z-index: 111;
    font-size: 22px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.slideBox .bd h1 a {
    color: #fff;
    text-decoration: none;
}

.slideBox .bd div {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    background-color: #000;
    width: 640px;
    opacity: 0.55;
    filter: alpha(opacity=55);
}


/*报告解读*/
.title_long{
    padding-top: 26px;
    line-height: 0;
    text-align: center;
}

.title_long.title_bgjd{
    padding-top: 70px;
}

.bgjd_left{
    width:585px;
    float:left;
    margin-top:40px;
}
.bgjd_left img{
    width:585px;
    height:377px;
}
.bgjd_left h1{
    font-size:28px;
    line-height:33px;
    height:33px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    text-align:center;
    padding:12px 0 0 0;
    font-weight: normal;
}
.bgjd_left span{
    display: block;
    line-height:30px;
    height:60px;
    overflow:hidden;
    color:#777;
    text-indent:2em;
    padding-top:12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bgjd_left span a:hover{
    text-decoration:underline;
}

.bgjd_right{
    width:580px;
    float:right;
    border-left:1px solid #ff3823;
    margin-top:40px;
}
.bgjdrh{}
.bgjdbg{
    width:64px;
    height:57px;
    float:left;
    background:url(../img/20200112_bgjdbg.png) no-repeat;
    font-size:18px;
    color:#fff;
    text-align:center;
    line-height:20px;
    padding:4px 0 0 0;
}
.bgjdfontk{
    width:500px;
    padding:0 0 0 10px;
    float:left;
}
.bgjdfontk h2{
    line-height:30px;
    height:30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    font-size:20px;
    font-weight: normal;
}
.bgjdfontk p{
    line-height:24px;
    height: 48px;
    color:#999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bgjdfontk p a:hover{
    text-decoration:underline;
}
ul.bgjdfont1{
    padding:6px 0 0 0;
}
ul.bgjdfont1 li{
    font-size:16px;
    line-height:30px;
    height:30px;
    overflow:hidden;
}
ul.bgjdfont1 li span{
    width:2px;
    height:2px;
    float:left;
    margin:15px 6px 0 0;
    background:#000;
}
.bgjdxx{
    width:580px;
    float: left;
    height:1px;
    margin:10px 0 20px 0;
}


/*两会推荐*/
.tbtj_row{
    height: 1158px;
    background: url("../img/20200112_tbtj-bg.jpg") center no-repeat;
    margin-top: 98px;
}
.title_long.title_tbtj{
    padding-top: 36px;
}

.lhtj_top{
    padding-top: 40px;
}
.lhtj_top .lhtj_left{
    float: left;
    width: 600px;
}
.lhtj_top .lhtj_left img{
    width: 600px;
    height: 336px;
}
.lhtj_top .lhtj_right{
    width: 600px;
    height: 336px;
    float: right;
    background-color: #fff;
    padding: 10px 40px 0;
    box-sizing: border-box;
}
.lhtj_top .lhtj_right .lhtj_right_row{
    padding-top: 15px;
}
.lhtj_top .lhtj_right .lhtj_right_row i{
    width: 5px;
    height: 5px;
    float: left;
    background-color: #ff3823;
    margin: 10px 0 0 0;
}
.lhtj_top .lhtj_right .lhtj_right_row div{
     width: 500px;
    float: right;
}
.lhtj_top .lhtj_right .lhtj_right_row div p a{
    display: block;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.lhtj_top .lhtj_right .lhtj_right_row div span{
    display: block;
    line-height: 24px;
    height: 48px;
    color: #999;
    padding-top: 6px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tbtj_row ul{
    width: 1242px;
}
.tbtj_row ul li{
    width: 372px;
    height: 279px;
    overflow: hidden;
    float: left;
    position: relative;
    margin: 40px 42px 0 0;
}
.tbtj_row ul li a>img{
    width: 372px;
    height: 279px;
}
.tbtj_row ul li span{
    width: 372px;
    height: 279px;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0,0,0,.6);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .5s linear;
}
.tbtj_row ul li a:hover span{
    opacity: 1;
}



/*代表委员履职手记*/
.title_long.title_lhrw{
    padding-top: 45px;
}

.lhrw_row{
    margin-top: 56px;
}
.lhrw_row .hd{
    width: 1200px;
    height: 80px;
    position: absolute;
}
.lhrw_row .hd .prev,
.lhrw_row .hd .next{
    position:absolute;
    top:302px;
    display:block;
    width:70px;
    height:80px;
    opacity: .8;
    z-index: 3;
    cursor: pointer;
}
.lhrw_row .prev{
    background: url("../img/20200112_rw-arrow1.png") no-repeat;
    left: 0;
}
.lhrw_row .next{
    background: url("../img/20200112_rw-arrow2.png") no-repeat;
    right: 0;
}
.lhrw_row .prev:hover,
.lhrw_row .next:hover{
    opacity: 1;
}
.lhrw_row .bd ul{
    overflow:hidden;
    zoom:1;
}
.lhrw_row .bd ul li{
    width: 295px;
    height: 629px;
    margin:0 6px 0 0;
    float:left;
    _display:inline;
    overflow:hidden;
    position: relative;
}
.lhrw_row .bd ul li:nth-child(2n){
    margin-top: 80px;
}
.lhrw_row .bd ul li img{
    width:295px;
    height:295px;
    position: absolute;
    left: 0;
    z-index: 1;
    display:block;
}
.lhrw_row .bd ul li:nth-child(2n) img{
    bottom: 0;
}
.lhrw_row .bd ul li>div{
    width: 295px;
    height: 366px;
    box-sizing: border-box;
    padding: 0 25px;
    line-height: 30px;
    position: absolute;
    left: 0;
    z-index: 2;
    background: url("../img/20200112_rw-bg1.png") no-repeat;
    bottom: 0;
    padding-top: 60px;
}
.lhrw_row .bd ul li:nth-child(2n)>div{
    top: 0;
    background: url("../img/20200112_rw-bg2.png") no-repeat;
    padding-top: 34px;
}
.lhrw_row .bd ul li>div p a{
    display: block;
    text-align: justify;
    font-size: 22px;
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.lhrw_row .bd ul li>div span{
    display: block;
    color: #888;
    font-size: 17px;
    line-height: 30px;
    padding-top: 4px;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.lhrw_row .bd ul li>div span a:hover{
    text-decoration: underline;
}



/*两会观察*/
.title_short{}
.title_short img{
    float: left;
}
.title_short span{
    float: left;
    font-size: 26px;
    color: #ff3823;
    padding-left: 10px;
}

.lhsd_left{
    width:690px;
    float:left;
    margin-top: 30px;
}
.zytazz{
    margin-top: 30px;
}
.zytazz .lhsd_left_k{
    width:690px;
    height:207px;
    background:url(../img/20200112_lhsd_bj1.png) no-repeat;
}
.zytazz .lhsd_left_k .lhsd_img1{
    width:188px;
    height:188px;
    float:left;
    margin:8px 0 0 8px;
}
.zytazz .lhsd_left_k .lhsd_img1 img{
    border-radius:50%;
}
.zytazz .lhsd_left_k .lhsd_font{
    width:460px;
    float:right;
}
.zytazz .lhsd_left_k .lhsd_font p{
    margin:48px 16px 0 0;
    font-size:20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zytazz .lhsd_left_k span{
    display: block;
    margin:6px 16px 0 0;
    line-height:28px;
    color:#777;
    max-height: 84px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zytazz .lhsd_left_k span a:hover{
    text-decoration:underline;
}
.zytazz .lhsd_left_k:nth-child(2){
    background:url(../img/20200112_lhsd_bj2.png) no-repeat;
}
.zytazz .lhsd_left_k:nth-child(2) .lhsd_img1{
    float: right;
    margin-right: 8px;
}


.lhsd_right{
    width:470px;
    float:right;
    margin-top: 30px;
}
.lhsd_img1{
    width:470px;
    height:263px;
    position:relative;
    margin:27px 0 0 0;
}
.lhsd_img1 .lhsd_img1_in{
    width:470px;
    height:263px;
    position:absolute;
    left:0;
    top:0;
    z-index:1;
}
.lhsd_img1 .lhsd_img1_in img{
    width:470px;
    height:263px;
}
.lhsd_img1 span{
    width:470px;
    height:30px;
    position:absolute;
    left:0;
    bottom:0;
    z-index:2;
    background-color:#000;
    filter:alpha(opacity=70);
    -moz-opacity:.7;
    -khtml-opacity:.7;
    opacity:.7;
}
.lhsd_img1 p{
    width:470px;
    line-height:30px;
    height:30px;
    position:absolute;
    left:0;
    bottom:0;
    z-index:3;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    text-align:center;
    font-size:16px;
}
.lhsd_img1 a p{
    color:#fff;
}
.lhsd_img1 a:hover p{
    text-decoration:underline;
}

.lhsd_right ul.lhsd_font3{
    background:url(../img/20200112_lhsd_bj4.png) 4px 0 repeat-y;
    margin:30px 0 0 0;
}
.lhsd_right ul.lhsd_font3 li a{
    line-height:38px;
    height:38px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.lhsd_right ul.lhsd_font3 li img{
    float:left;
    margin:15px 16px 0 0;
}



/*镜观两会*/
.jglh_row {
    width: 100%;
    height: 579px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.jglh_row .bd {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px
}
.jglh_row .bd li {
    width: 1200px;
    overflow: hidden;
    margin: 0 2px;
    position: relative;
}
.jglh_row .bd li img {
    display: block;
    width: 1200px;
    height: 579px;
}
.jglh_row .bd li div{
    width: 100%;
    height: 202px;
    background: url("../img/20200112_jcsj-bg.png") repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.jglh_row .bd li div p{
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 90px;
}
.jglh_row .bd li div span{
    display: block;
    box-sizing: border-box;
    padding: 10px 34px 0;
    font-size: 16px;
    color: #c4c4c4;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jglh_row .tempWrap {
    overflow: visible !important
}
.jglh_row .tempWrap ul {
    margin-left: -1205px !important;
}

.jglh_row .pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 579px;
    cursor: pointer;
}

.jglh_row .prev {
    left: -50%;
    margin-left: -604px;
}

.jglh_row .next {
    left: 50%;
    margin-left: 604px;
}

.jglh_row .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 579px;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.5;
}

.jglh_row .pnBtn .arrow {
    display: none;
    position: absolute;
    top: 253px;
    z-index: 1;
    width: 60px;
    height: 74px;
}

.jglh_row .pnBtn .arrow:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.jglh_row .prev .arrow {
    right: -65px;
    background: url(../img/20200112_jcsj-prev.jpg) no-repeat;
}

.jglh_row .next .arrow {
    left: -63px;
    background: url(../img/20200112_jcsj-next.jpg) no-repeat;
}



/*历年湖南两会专题*/
.padding50{
    padding-top: 50px;
}
ul.lhzt{
    width:1230px;
    margin-top:20px;
}
ul.lhzt li{
    width:216px;
    float:left;
    margin-right:30px;
}
ul.lhzt li img{
    width:216px;
    height: 162px;
}
ul.lhzt li p{
    text-align:center;
    padding:12px 0 0 0;
    height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

a.more_tbtj{
    display: block;
    text-align: right;
    color: #666;
    font-size: 14px;
}
a.more_tbtj:hover{
    color: #ff3823;
    text-decoration: underline;
}
a.more_tbtj.lhdt_more{
    padding-top: 10px;
}





























