.head {
    position: relative;
}
.head .img {
    width: 100%;
}
.head .logo {
    position: absolute;
    top: 5%;
    left: 18%;
}
.lhjj .w1200:last-child {display: none;}

/*头条*/
.tt {
    padding-top: 45px;
    text-align: center;
}
.tt a {
    color: #cb030e;
    font-size: 34px;
}
/*两会聚焦*/
.cont {
    background: url(../images/con_bg.png) top center no-repeat;
}
.colum-til {
    text-align: center;
}
.colum-til img {
    width: 100%;
    margin-top: 70px
}
.lhjt-con .colum-til img {
    margin-top: 50px
}
.lhjj-con .left {
    float: left;
    width: 680px;
}
.lhjj-con .jj-pic {
    position: relative;
    width: 100%;
}
.jj-pic .swiper-container {
    width: 100%;
    height: 100%;
}
.jj-pic .swiper-container .swiper-slide > a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9比例 */
}
.jj-pic .swiper-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.jj-pic .swiper-container .swiper-slide {
    position: relative;
}
.jj-pic .swiper-slide span{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    line-height: 75px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
    background-color: rgba(143,2,5, .9);
}
.jj-pic .swiper-slide span a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
.jj-pic .swiper-pagination {
   position: absolute;
   right: 5%;
   bottom: 6%;
}
.jj-pic .swiper-pagination-bullet {
   background: #fff;
   margin-right: 6px;
   opacity: 1;
}
.jj-pic .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 20px;
    background: #fff274;
}

.right {
    float: left;
    width: 508px;
    margin-left: 1%;
}
.list li {
    width: 100%;
    height: 85px;
    padding: 0px 25px;
    margin-top: 20px;
    line-height: 85px;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list li:first-child {
    margin-top: 0;
}
.list li:hover {
    background: #cf0307;
}
.list li:hover a {
    color: #fff;
}
.right .more {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-top: 15px;
    background: #fff;
    cursor: pointer;
}
.right .more img {
    vertical-align: middle;
    margin-top: -5px;
}
/*两会直播*/
.lhzb-con {
    position: relative;
    /* width: 980px; */
    margin: 0 auto;
    margin-top: 45px;
   /* height: 675px;*/
}
.lhzb-con img {
    width: 100%;
    height: 100%;
}
.play-btn {
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 75px;
    height: 75px;
    margin-left: -32px;
    margin-bottom: -32px;
    background: url(../images/icon_play.png) center no-repeat;
}
/*政府工作报告*/
.gzbg-con {
    position: relative;
    width: 100%;
}
.report-left {
   width: 55.8%;
}
.report-left .img-box {
   background: url(../images/report_bg_l.png) left no-repeat;
   text-align: right;
}
.report-left .img-box img {
    margin-right: 30px;
    height: 410px;
}
.report-right {
    width: 44%;
    height: 416px;
    padding: 22px 40px;
    background: url(../images/report_bg_r.png) left no-repeat;
}
.report-right ul {
    width: 448px;
    padding: 15px 20px;
    background: #fff;
}
.report-right li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dcdcdc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.report-right li:last-child {
    border-bottom: none;
}
.report-right li i {
    display: inline-block;
    float: left;
    width: 10px;
    height: 10px;
    background: #d93539;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: 20px;
    margin-right: 10px;
}
.link-groups li {
    float:left;
    margin-left: 15px;
    margin-top: 35px;
}
.link-groups li:first-child {
    margin-left: 0;
}
.link-groups li img {
    height: 215px;
}
/*两会声音*/
.lhsy-con {
    background: url(../images/bg3.png) bottom no-repeat;
}
.nav-tab {
    width: 500px;
    margin: 0 auto;
}
.nav-tab li {
    float: left;
    width: 240px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: url(../images/nav_bg.png) center no-repeat;
}
.nav-tab li a {
    font-size: 22px;
    font-weight: 700;
}
.nav-tab li.on {
    background: url(../images/nav_bg_h.png) center no-repeat;
}
.nav-tab li.on a {
    color: #fff;
}
.section li {
    float: left;
    width: 48.7%;
    padding: 35px 0 30px;
    background: url(../images/img_sy.png) center no-repeat; 
    background-size: 100% 100%;
    margin-right: 25px;
    margin-top: 15px;
}
.section li:nth-child(2n) {
    margin-right: 0;
}
.section li .date {
    padding-left: 35px;
    padding-right: 25px;
    margin-right: 25px;
    text-align: center;
    border-right: 1px solid #dcdcdc;
}
.section li .date h3 {
    color: #cc2718;
    margin-bottom: 10px;
    font-size: 24px;
}
.section li .date p {
    color: #868686;
}
.section li .text {
    width: 70%;
}
.section li .text h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.section .text .memo {
    display: block;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section .text .memo a {
    color: #868686;
}
/*数说龙江*/
.sslj-con {
    position: relative;
}
.mobile-show {
    display: none;
}
.sslj-con li {
    float: left;
    position: relative;
    width: 31.9%;
    padding: 30px 15px;
    margin-left: 25px;
    background: #fff;
}
.sslj-con .date {
    position: absolute;
    top: -5%;
    width: 80px;
    height: 88px;
    text-align: center;
    padding: 5px 15px 5px 7px;
    color: #fff;
    background: url(../images/icon_mark.png) center no-repeat;
}
.sslj-con .date h3 {
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #fff;
}
.sslj-con .date p {
    font-size: 14px;
}
.sslj-con li:first-child {
    margin-left: 0;
}
.sslj-con li a > h3 {
    padding-bottom: 20px;
    margin-left: 105px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7bb79;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sslj-con li .memo {
    display: block;
    width: 100%;
    line-height: 25px;
    color: #868686;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sslj-con li .more {
    display: block;
    text-align: right;
    color: #c71e02;
    margin-top: 15px;
}
.sslj-con .prev {
    display: none;
    background-image: url(../images/prev_jt.png);
    left: -50px;
}
.sslj-con .next {
    display: none;
    background-image: url(../images/next_jt.png);
    transform: rotate(180deg);
    right: -50px;
}
/*两会静头*/
.lhjt {
    padding-bottom: 160px;
    background: url(../images/bg4.png) bottom no-repeat;
}
.lhjt-con {
    height: 800px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 15px;
    background: url(../images/jt_bg.png) center no-repeat;
} 
.lhjt-pic {
    width: 1280px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
}
.lhjt-pic .scroll{
    position: relative;
    width: 100%;
}
.lhjt-pic .swiper-container {
    width: 100%;
    height: 100%;
}
.lhjt-pic .swiper-slide {
    position: relative;
    overflow: hidden;
    cursor: pointer
}
.lhjt-pic .swiper-slide .img {
    position: relative;
    z-index: 1;
    width: 100%
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 */
}
.lhjt-pic .img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lhjt-pic .swiper-slide .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.lhjt-pic .swiper-slide span{
    display: block;
    text-align: center;
    padding: 10px 10px 10px 10px;
    width: 100%;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 400;
}
.lhjt-pic .swiper-slide span a {
    color: #835918
}
.lhjt-pic .prev {
    width: 40px;
    height: 80px;
    left: -100px;
    background-image: url(../images/prev_jt.png);
    background-size: unset;
}
.lhjt-pic .next {
    width: 40px;
    height: 80px;
    right: -100px;
    background-image: url(../images/next_jt.png);
    background-size: unset;
    transform: rotate(180deg);
}
.lhjt-pic .swiper-pagination {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    bottom: -12%;
    z-index: 99;
}
.lhjt-pic .swiper-pagination-bullet {
    width:10px;
    height:10px;
    margin-right: .3rem;
    border-radius: 50%;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    transition: width .5s;
    background: #fa7c30;
}
.lhjt-pic .swiper-pagination-bullet-active {
    width: 30px;
    background: #f02626;
    border-radius: 4px;
}
@media screen and (max-width: 991px) {
    .head .logo {width: 38%;left: 4%;}
    .colum-til img {width: 100%;margin-top: 35px;}
    .tt {padding: 25px 3% 0;}
    .tt a {font-size: 23px;}
    .list li a {font-size: 20px;}
    .lhjj {min-height: auto;}
    .lhjj-con .jj-pic {height: auto;}
    .lhjj-con .left {float: none;width: 100%;}
    .jj-pic .swiper-slide span {position: unset;height: auto;/*min-height: 75px;*/line-height: unset;background: #e1000b;padding: 0 3%;}
    .jj-pic .swiper-slide span a {line-height: 60px;}
    .lhjj-con .swiper-pagination {left: 50%;right: unset;bottom:-10%;margin-left: -25px;}
    .lhjj-con .swiper-pagination-bullet {background: #8c8682;}
    .lhjj-con .swiper-pagination-bullet-active {background: #cf0307;}
    .lhjj-con .right {float: none;width: 100%;margin-top: 10%;}
    .list li {width: 100%;height: auto;}
    .lhzb-con {height: auto;padding: 2% 3%;}
    .gzbg-con {height: auto;padding: 2% 3%;}
    .report-left {width: 100%; float: none;}
    .report-left .img-box {background: unset;text-align:center;}
    .report-left .img-box img {width: 98%;margin-right: 0;height: auto;}
    .report-right {float: none;width: 100%;height: auto;background: unset;padding: 0;margin-top: 15px;}
    .report-right ul {width: 100%;}
    .link-groups li:nth-child(3) {display:none;}
    .link-groups li {width: 48%;margin-left: 10px;}
    .link-groups li img {width: 100%;height: auto;}
    .nav-tab {width: 100%;}
    .nav-tab li {width: 50%;background-size: 100%;}
    .nav-tab li.on {background-size: 100%;}
    .section li {float: none;width: 100%;margin-right: 0;}
    .section li .date {padding-left: 15px;padding-right: 10px;margin-right: 10px;}
    .sslj-mobile {width: 100%;height: 100%;padding-top:15px;}
    .sslj-mobile li {margin-left: 0;padding: 2% 6%;}
    .sslj-con .prev {display: inline-block; left: -10px;}
    .sslj-con .next {display: inline-block;right: -10px;}
    .lhjt {padding: 0;background: unset;}
    .lhjt-con {height: auto;background: unset;margin-top: 25px;padding: 0 3%;}
    .lhjt-pic {width: 100%;height: auto;padding: 0;}
    .lhjt-pic .next,.lhjt-pic .prev {background-size: 27px 44px;margin-top: -50px;}
    .lhjt-pic .next {right: -6px;}
    .lhjt-pic .prev {left: -6px;}
    .lhjt-pic .swiper-pagination {display: none;}
    .lhjt-pic .swiper-slide span {background: #e41100;color: #ffd19a;font-weight: 400;}
    .pc-show {display: none;}
    .mobile-show {display: block;}
    .m-hide{  display: none!important }
}