/* created by xiaomingwei 20190603 */
@charset "UTF-8";
html,body{
    background: #f0f0f0 none repeat scroll 0 0;
    font: 12px/1.4 Arial,Helvetica,"Hiragino Sans GB","Microsoft YaHei",sans-serif;
    height: 100%;
}
.off{
    display: none;
}

/*右侧样式*/
.right-block-box{margin-bottom: 20px;background-color: #ffffff;margin-bottom: 30px;}
.newspaper-box{width: 100%;height: 234px;}
.newspaper-box a{-webkit-background-size: contain;background-size: contain;background-image: url(../images/newspaper/newspaper_hubeiribao.jpg);background-repeat: no-repeat;background-position: center; display: block;width: 100%; height: 100%;}
.right-block-title{color: #ffffff;font-size: 22px;line-height: 40px;background: #df1103;padding-left: 10px;}
.right-box1 .right-block-title{margin-bottom: 10px;}
.change-newspaper{width: 280px;margin: 10px 10px;height: 26px;outline: #f51515;border: 2px solid #f51515;color: #f51515;}

.province-people{padding: 7px 10px;/*display: flex;flex-flow: row wrap;justify-content: space-between;*/}
.province-person{color: #8c8c8c;margin: 3px;padding: 2px 4px;float: left;cursor: pointer;}

.recommend-news-item{position: relative;height: 54px;padding: 15px;padding-left: 100px;}
.recommend-news-item .pic{position: absolute;left: 18px;top: 15px;width: 70px;height: 54px;object-fit: cover;}
.recommend-news-item .text{height: 54px;line-height: 18px;overflow: hidden;text-align: justify;font-size: 13px;color: #959595;}