@charset "utf-8";

/* 
    //www.xiongan.gov.cn/news/xatv/css/ejsp_style.css
    @St. 2018-06-03
    @St. 2022-07-22 修改列表左侧图片填充
 */


/* CSS Document */

body {
    font-family: "微软雅黑";
    background: #f7f7f7;
    color: #333;
}

a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


/*a:hover { color: #ff9724!important; background-color: transparent; -webkit-text-decoration-skip: objects; }*/

.contopbox {
    width: 1200px;
    margin: 0 auto;
}

.con-top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #176fb7;
    background: #efefef;
}

.con-top span {
    color: #176fb7;
    padding: 0 5px;
}

.con-top a {
    color: #176fb7;
}

.con-left {
    width: 180px;
    float: left;
}

.con-right {
    width: 1018px;
    float: right;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.contant {
    width: 1200px;
    margin: 0 auto 30px;
    background: #fff;
    padding-top: 25px;
}

.backtotop {
    position: absolute;
    position: fixed;
    right: 13px;
    bottom: 40px;
    z-index: 10;
    width: 40px;
    height: 30px;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f6f6f6;
    overflow: hidden;
    cursor: pointer;
    display: none;
}

.backtotop:after {
    content: "";
    display: block;
    width: 0;
    margin: 2px auto 0;
    border-left: 6px solid #f6f6f6;
    border-right: 6px solid #f6f6f6;
    border-top: 8px solid #f6f6f6;
    border-bottom: 8px solid #007bff;
}

.fix {
    position: fixed;
    top: 20px;
}


/*左侧导航*/

.ejnav_box {
    width: 118px;
    height: auto;
    margin: 0 auto;
}

.ejnav_box li {
    font-size: 16px;
    color: #333;
}

.ejnav_box li a {
    color: #333;
}

.ejnav_box li+li {
    margin-top: 24px;
}

.ejnav_box li:after {
    content: "";
    background-color: #ddd;
    width: 2em;
    height: 2px;
    display: block;
    margin-top: 6px;
}

.ejnav_box li.active {
    color: #007ee8;
}

.ejnav_box li.active a {
    color: #007ee8;
}

.ejnav_box li.active:after {
    content: "";
    background-color: #007ee8;
    width: 2em;
    height: 2px;
    display: block;
    margin-top: 6px;
}


/*中间内容*/

.con-right {
    border-left: 1px solid #ccc;
    padding-bottom: 40px;
}

.nr_box {
    width: 990px;
    height: auto;
    overflow: hidden;
}

.ej_list {
    margin-top: 10px;
    overflow: hidden;
}

.ej_list li {
    width: auto;
    height: 90px;
    overflow: hidden;
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid #eee;
}

.ej_list li:hover {
    background: #f5f5f5;
}

.ej_list li+li {
    margin-top: 0px;
}

.ej_list li img {
    float: left;
    width: 160px;
    height: 90px;
    /* padding-right: 20px; */
    margin-right: 20px;
}

.ej_list li .txt {
    height: 88px;
    overflow: hidden;
    width: 650px;
    float: left;
}

.ej_list li .txt h2 {
    font-size: 18px;
    color: #333;
    line-height: 33px;
    overflow: hidden;
    background: url(//www.xiongan.gov.cn/news/xatv/images/video_play.png) left center no-repeat;
    padding-left: 30px;
}

.ej_list li .txt h2 a {
    color: #333;
}

.ej_list li .txt p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    color: #666;
    overflow: hidden;
    margin-top: 6px;
}

.ej_list li .time p {
    text-align: right;
    font-size: 14px;
    color: #999;
    margin-right: 10px;
    float: right;
    margin-top: 70px;
}

.ej_list li .time p span {
    padding-left: 20px;
}

.xpage-more-btn {
    width: 690px;
    height: 34px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #ededed;
    line-height: 34px;
    cursor: pointer;
}

.xpage-more-btn:hover {
    background: #ddd;
}

.xpage-more-btn:active {
    background: #ccc;
}


/*右栏内容*/

.xa-yw-right {
    float: left;
    width: 300px;
    height: auto;
    overflow: hidden;
    margin-left: 30px;
    margin-bottom: 40px;
}

.yl_box {
    width: 262px;
    height: auto;
    padding: 33px 18px 24px 18px;
    border: 1px solid #eee;
    position: relative;
}

.yl_box .dh {
    width: 188px;
    height: auto;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.yl_box .dh h2 {
    font-size: 20px;
    color: #032e60;
    font-weight: 600;
    text-align: center;
}

.yl_box .dh h2 span {
    font-size: 24px;
    color: #999;
    font-weight: normal;
    font-family: Arial;
}


/*视频*/

.video {
    width: 960px;
    margin: 0 auto;
    background: #fff;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    margin-left: 30px;
}

.video .part0 {
    width: 960px;
    margin: 0 auto;
}

.video .part0 .left {
    width: 720px;
    height: 406px;
    background: #fff;
    float: left;
    position: relative;
}

.video .part0 .left img {
    width: 100%;
    height: 406px;
}

.video .part0 .left .title {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 80%;
    color: #fff;
    z-index: 2;
}

.video .part0 .left .title h2 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
}

.video .part0 .left .title h2 a {
    color: #fff;
}

.video .part0 .left .title p {
    font-size: 14px;
    color: #ccc;
    width: auto;
    line-height: 26px;
    height: 56px;
    overflow: hidden;
    padding-top: 12px;
    z-index: 2;
}

.video .part0 .left .play {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 12%;
    z-index: 2;
}

.video .part0 .left .play img {
    width: 104px;
    height: 104px;
}

.video .part0 .left .tl-bg {
    height: 125px;
    width: 100%;
    background: url(//www.xiongan.gov.cn/news/xatv/images/bigbg.png) top left repeat-x;
    position: absolute;
    bottom: 0;
}

.video .part0 .right {
    width: 215px;
    height: auto;
    float: right;
}

.video .part0 .right .right-list {
    height: 122px;
    position: relative;
    margin-bottom: 20px;
}

.video .part0 .right .right-list img {
    width: 100%;
    height: 122px;
}

.video .part0 .right .right-list .title {
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: 92%;
    color: #fff;
    z-index: 2;
    height: auto;
}

.video .part0 .right .right-list .title h2 {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    /* height: 30px; */
    /* overflow: hidden; */
}

.video .part0 .right .right-list .title h2 a {
    color: #fff;
    font-weight: 100;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: auto;
}


/* .video .part0 .right .right-list .tl-bg {
    height: 41px;
    width: 100%;
    background: url(//www.xiongan.gov.cn/news/xatv/images/litbg.png) top left repeat-x;
    position: absolute;
    bottom: 0;
} */

.video .part0 .right .right-list .tl-bg {
    height: 66px;
    width: 100%;
    background: url(//www.xiongan.gov.cn/news/xatv/images/litbg.png) top left repeat-x;
    position: absolute;
    bottom: 0;
    background-size: auto 100%;
}

.video .part0 .right .right-last {
    margin-bottom: 0px;
}

@media screen and (min-width:0px) and (max-width: 767px) {
    .contant {
        width: auto;
        margin: 0 auto 30px;
        background: #fff;
        padding: 0;
    }
    .con-left {
        width: 100%;
        height: 38px;
        float: none;
        overflow-x: scroll;
        background: #ededed;
        padding: 0;
    }
    .fix {
        position: relative;
        top: 0;
    }
    .con-right {
        width: auto;
        float: none;
        padding: 0 14px 0 14px;
        overflow: hidden;
    }
    /*左侧导航*/
    .ejnav_box {
        width: auto;
        height: 38px;
        margin: 0 auto;
        list-style: none;
        white-space: nowrap;
    }
    .ejnav_box li {
        float: none;
        display: inline-block;
        width: auto;
        font-size: 16px;
        color: #333;
        line-height: 36px;
        margin: 0 15px;
    }
    .ejnav_box li a {
        color: #333;
    }
    .ejnav_box li+li {
        margin-top: 0;
    }
    .ejnav_box li:after {
        content: "";
        background-color: none;
        width: 0;
        height: 0;
        display: none;
        margin-top: 0;
    }
    .ejnav_box li.active {
        color: #0060d9;
    }
    .ejnav_box li.active a {
        color: #0060d9;
        font-weight: bold;
    }
    .ejnav_box li.active:after {
        content: "";
        background-color: #0060d9;
        width: 100%;
        height: 2px;
        display: block;
        margin-top: 0;
    }
    /*中间内容*/
    .con-right {
        border-left: 1px solid #ccc;
        padding-bottom: 40px;
    }
    .nr_box {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .ej_list {
        margin-top: 10px;
        overflow: hidden;
    }
    .ej_list li {
        width: auto;
        height: auto;
        overflow: hidden;
        padding: 1em 0;
        border-bottom: 1px solid #eee;
    }
    .ej_list li:hover {
        background: #f5f5f5;
    }
    .ej_list li+li {
        margin-top: 0px;
    }
    .ej_list li img {
        float: left;
        width: 35%;
        height: auto;
        padding-right: 0;
        margin-right: 2%;
    }
    .ej_list li .txt {
        height: auto;
        overflow: hidden;
        width: 62%;
        float: left;
    }
    .ej_list li .txt h2 {
        font-size: 16px;
        color: #333;
        line-height: 24px;
        overflow: hidden;
        background: none;
        padding-left: 0;
    }
    .ej_list li .txt h2 a {
        color: #333;
    }
    .ej_list li .txt p {
        font-size: 14px;
        line-height: 26px;
        height: 52px;
        color: #666;
        overflow: hidden;
        margin-top: 6px;
    }
    .ej_list li .time p {
        text-align: right;
        font-size: 14px;
        color: #999;
        margin-right: 10px;
        float: right;
        margin-top: 70px;
    }
    .ej_list li .time p span {
        padding-left: 20px;
    }
    .xpage-more-btn {
        width: 100%;
        height: 34px;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        background: #ededed;
        line-height: 34px;
        cursor: pointer;
    }
    .xpage-more-btn:hover {
        background: #ddd;
    }
    .xpage-more-btn:active {
        background: #ccc;
    }
    /*右栏内容*/
    .xa-yw-right {
        float: left;
        width: 300px;
        height: auto;
        overflow: hidden;
        margin-left: 30px;
        margin-bottom: 40px;
    }
    .yl_box {
        width: 262px;
        height: auto;
        padding: 33px 18px 24px 18px;
        border: 1px solid #eee;
        position: relative;
    }
    .yl_box .dh {
        width: 188px;
        height: auto;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
    }
    .yl_box .dh h2 {
        font-size: 20px;
        color: #032e60;
        font-weight: 600;
        text-align: center;
    }
    .yl_box .dh h2 span {
        font-size: 24px;
        color: #999;
        font-weight: normal;
        font-family: Arial;
    }
    /*视频*/
    .video {
        width: 960px;
        margin: 0 auto;
        background: #fff;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        text-align: inherit;
        margin-left: 30px;
        display: none;
    }
    .video .part0 {
        width: 960px;
        margin: 0 auto;
    }
    .video .part0 .left {
        width: 720px;
        height: 406px;
        background: #fff;
        float: left;
        position: relative;
    }
    .video .part0 .left img {
        width: 100%;
        height: 406px;
    }
    .video .part0 .left .title {
        position: absolute;
        left: 20px;
        bottom: 20px;
        width: 80%;
        color: #fff;
        z-index: 2;
    }
    .video .part0 .left .title h2 {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        line-height: 30px;
    }
    .video .part0 .left .title h2 a {
        color: #fff;
    }
    .video .part0 .left .title p {
        font-size: 14px;
        color: #ccc;
        width: auto;
        line-height: 26px;
        height: 56px;
        overflow: hidden;
        padding-top: 12px;
        z-index: 2;
    }
    .video .part0 .left .play {
        position: absolute;
        right: 30px;
        bottom: 20px;
        width: 12%;
        z-index: 2;
    }
    .video .part0 .left .play img {
        width: 104px;
        height: 104px;
    }
    .video .part0 .left .tl-bg {
        height: 125px;
        width: 100%;
        background: url(//www.xiongan.gov.cn/news/xatv/images/bigbg.png) top left repeat-x;
        position: absolute;
        bottom: 0;
    }
    .video .part0 .right {
        width: 215px;
        height: auto;
        float: right;
    }
    .video .part0 .right .right-list {
        height: 122px;
        position: relative;
        margin-bottom: 20px;
    }
    .video .part0 .right .right-list img {
        width: 100%;
        height: 122px;
    }
    .video .part0 .right .right-list .title {
        position: absolute;
        left: 10px;
        bottom: 0px;
        width: 92%;
        color: #fff;
        z-index: 2;
    }
    .video .part0 .right .right-list .title h2 {
        font-size: 14px;
        color: #fff;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
    }
    .video .part0 .right .right-list .title h2 a {
        color: #fff;
        font-weight: 100;
    }
    .video .part0 .right .right-list .tl-bg {
        height: 41px;
        width: 100%;
        background: url(//www.xiongan.gov.cn/news/xatv/images/litbg.png) top left repeat-x;
        position: absolute;
        bottom: 0;
    }
    .video .part0 .right .right-last {
        margin-bottom: 0px;
    }
}
