/* --------以下两行样式代码为固定写法--------  */
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 为 IE6、IE7浏览器设置的清除浮动 */
    *zoom: 1;
}

.container {
    width: 1100px;
    margin: 40px auto;
}

.oldStyle {
    background: url('bg.jpg') center 0 no-repeat;
    padding-top: 277px !important;
}

.topNew {
    width: 100%;
    height: 150px;
    background: #FFFFFF;
    text-align: center;
    padding-top: 30px;
}

.topNew a h1 {
    color: rgb(217, 0, 13);
    font-size: 39px;
}

.topNew a p {
    color: rgb(217, 0, 13);
    font-size: 18px;
}

.swiper1_con .swiper-slide {
    height: 620px !important;
    position: relative;
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide a img {
    width: 100%;
    height: 100%;
}

.swiper-slide p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    position: absolute;
    bottom: 0;
    background: #c70514;
    color: #FFFFFF;
    z-index: 9999;
    padding-left: 50px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("http://www.gov.cn/govweb/xhtml/2016gov/images/public/index_btn01.png") !important;
    left: 10px;
    right: auto;
    width: 42px !important;
    height: 69px !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(http://www.gov.cn/govweb/xhtml/2016gov/images/public/index_btn02.png) !important;
    right: 10px;
    left: auto;
    width: 42px !important;
    height: 69px !important;
}

.dys_recentReport {
    overflow: hidden;
    zoom: 1;
}

.dys_recentReport_left {
    float: left;
    width: 740px;
}

.dys_recentReport_left .dys_live .dys_live_con {
    height: 265px;
    overflow: hidden;
}

.dys_recentReport_left .dys_live .dys_noneMarginBottom {
    height: 218px;
}

/*live*/
.zxbd_qwfb_title {
    position: relative;
    border-bottom: 1px solid #e60012;
    height: 36px;
    margin-bottom: 10px;
}

.dys_live_h5 {
    position: relative;
    margin-bottom: 15px;
    height: 24px;
}

.dys_live_h5 .dys_live_news_baodao {
    position: absolute;
    top: 0;
}

.dys_live span {
    position: absolute;
    right: 0;
    top: 8px;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 16px;
}

.dys_live span a {
    color: #e60012;
}

.dys_live_zhibo {
    left: 98px;
    color: #d10101;
}

.dys_live_news_baodao {
    left: 0;

}

.dys_zhibo_active {
    color: #d10101;
}

.dys_shuxian {
    position: absolute;
    left: 85px;
    top: 0;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 20px;
    line-height: 32px;
    color: #d3d3d3;
}

/*dys_live_con*/
.dys_live_con {
    width: 90%;
    margin-bottom: 0;
}

.dys_live_con ul li {
    padding-left: 15px;
    line-height: 43px;
    font-size: 18px;
    background: url('http://www.gov.cn/govweb/xhtml/2019zhuanti/2022092620topTopics/images/20dayuandian.png') 0 20px no-repeat;
}

.dys_live_con ul li a {
    font-size: 16px;
    color: #171616;
}

/*dys_recentReport_right*/
.dys_recentReport_right {
    float: right;
    width: 344px;
}

/*dys_conference_schedule*/
.dys_conference_schedule {
    margin-bottom: 35px;
}

.xjpxlzyjhsjk {
    margin-bottom: 12px;
    display: block;
}

.dhzx_bg {
    margin-bottom: 12px;
}

.dys_video {
    margin: 0 auto;

}

.dys_video_bottom p {
    overflow: hidden;
    zoom: 1;
    background: #a30001;
    line-height: 21px;
    height: 44px;
}

.dys_video_bottom p a {
    float: left;
}

.dys_video_bottom p a.dys_aimg {
    width: 44px;
}

.dys_fenjin a {
    width: 80%;
    font-family: "å¾®è½¯é›…é»‘";
    color: #fff;
    font-size: 14px;
}

.dys_conference_schedule_scroll {
    margin-bottom: 20px;
}

.dys_recentReport {
    margin-top: 20px;
}

/**在小于1199像素之间的屏幕里，中等屏幕，分辨率低的PC**/
@media only screen and (max-width: 1199px) {
    .container {
        width: 90%;
    }

    body {
        background: url('bg.jpg') center 0 no-repeat;
        padding-top: 100px !important;
        background-size: 100%;
    }

    .topNew {
        height: auto;
        padding-bottom: 30px;
    }

    .swiper1_con .swiper-slide {
        height: auto;
    }
}

/**在小于991像素之间的屏幕里，小屏幕，主要是PAD**/
@media only screen and (max-width: 991px) {

}

/*在小于767像素之间的屏幕里，手机。 */
@media only screen and (max-width: 767px) {
    .banner_bg {
        height: 100px;
    }

    .list_time {
        display: none;
    }

    .list_title {
        width: 100%;
    }
}

/*手机*/
@media (max-width: 560px) {

    .column_class {
        width: 100%;
    }

    .column_class p {
        width: 100%;
        text-align: center;
        font-size: 1rem;
    }
}

/*超小手机*/
@media (max-width: 300px) {

}
