/* 重新定制的所有应用业务通用css 包括页面布局 公用图标 分页  */
body,
html
{
    height: 100%;

    -webkit-tap-highlight-color: transparent;
}

body
{
    font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
}
ul li {
    list-style: none
}
.page,
body
{
    background-color: #fff;
}

.page
{
    position: relative;
    height: 100%;
}
.tabbar{
    height: 100%;
}
.clearfix
{
    *zoom: 1;
}

.clearfix:before,
.clearfix:after
{
    line-height: 0;

    display: table;

    content: '';
}

.clearfix:after
{
    clear: both;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

.mt-auto
{
    margin: auto;
}


/* 轮播组件 -------------------------------------- */
	.slideBox{ position:relative; width:100%;  height:auto; overflow:hidden; margin:0 auto; }
	.slideBox .hd{ position:absolute; height:30px; line-height:30px; bottom:0; right:0; z-index:1; }
	.slideBox .hd li{ display:inline-block; width:10px; height:10px; -webkit-border-radius:5px;
	 -moz-border-radius:5px; border-radius:5px; background:#fff; text-indent:-9999px;
	  overflow:hidden; margin:0 6px;   }
	.slideBox .hd li.on{ background:#93613d;  }
	.slideBox .bd{ position:relative; z-index:0; }
	.slideBox .bd li{ position:relative;  }
	.slideBox .bd li img{ width:100%;  height:auto; display:block;   }
	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */ }
	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0;font-size: 14px;
	 text-indent:10px; height:28px; line-height:28px; background:rgba(0,0,0,0.5) repeat-x; color:#fff;   }

/*中间频道-------------------------------------- */
.weui-middle {
    text-align: center;
    padding: 10px;
    margin-top: 0;
}

.weui-middle a {
    color: #333;
}

.weui-middle img {
    width: 50%;
}
/*首页列表*/
.weui-media-box__thumb {
	width: 100%;
	height: 100%;
}
.yh-media_title {
    font-weight: 400;
    font-size: 14px;
    width: auto;
    overflow: hidden;
    white-space: normal;
    word-wrap: normal;
    height: 50px;
    line-height: 22px;
}
/*更多和日期颜色*/
.weui-more{
	    color: #6e3d1c;
    line-height: 30px;
    margin-right: 10px;
}
.weui-list-more{
	color: #f5823b;
}

/*底部菜单*/
.yh-tabbar-icon{
	width:30px;
	height: 30px;
	display: inline-block;
	background: url(images/yh-tabs-icon.png) no-repeat;
	background-size: 120px auto;
}
.yh-tabbar-icon-home{
	background-position: 0 0;
}
.yh-tabbar-icon-channel{
	background-position: -30px 0;
}
.yh-tabbar-icon-video{
	background-position: -60px 0;
}
.yh-tabbar-icon-addr{
	background-position: -90px 0;
}
/*分页*/
.yh-pagination{
    text-align: center;
    margin:10px 20px;
    border:1px solid #f1f1f1;
}
.yh-pagination-item{
    background: #fff;
    line-height: 32px;
}
.yh-pagination-item:first-child{
    border-right: 1px solid #f1f1f1;
}
.yh-pagination-item:last-child{
    border-left: 1px solid #f1f1f1;
}

.yh-pagination a{
    color: #333;
}


.fr.weui-more img{width: 100%;}
