/*
首页
*/
.section_box{padding:0.3rem;position: relative;}
.section_li a p{font-size: 0.32rem;margin-bottom: 0.15rem;}
.text_img_list{display: flex;display: -webkit-flex;justify-content: space-between;}
.text_img_list li{flex-grow:1;margin-right: 4px;margin-bottom: 4px;}
.text_img_list li img{width: 100%;}
.section_li a{color: #23211e;display: block;}
.section_li{border-bottom: solid 1px #e8e8e8;padding-bottom: 0.28rem;margin-bottom: 0.28rem;}
.li_sub_time span{margin-right: 0.1rem;font-size: 0.2rem;color: #999;vertical-align: middle;}
.li_sub_time strong{font-weight: normal;margin-right: 0.1rem;vertical-align: middle;color: #999;font-size: 0.28rem;}
.li_sub_time a {
    font-size: 0.23rem;
    display: inline;
    color: #999;
    vertical-align: middle;
}
/*搜索
*/
.search_input {
    padding: 0.2rem 0.3rem;
    background-color: #f1f1f1;
    position: relative;
}
.search_input input{padding-left: 0.7rem; height: 0.64rem;border: solid 1px #aeaeae;border-radius: 4px;width:calc( 100% - 0.3rem - 0.96rem);width:-webkit-calc( 100% - 0.3rem - 0.96rem - 2px);width:-ms-calc( 100% - 0.3rem - 0.96rem);width:-o-calc( 100% - 0.3rem - 0.96rem);
    width:-moz-calc( 100% - 0.1rem - 0.96rem);}
.search_input a{font-size: 0.28rem;display: inline-block;width: 0.96rem;text-align: center;margin-left: 0.1rem;}
.search_icon{font-size: 0.36rem;position: absolute;top: 50%;left: 0.4rem;margin-top: -0.18rem;}
.search_list{display: flex;display: -webkit-flex;flex-wrap: wrap;padding: 0.2rem 0.3rem;}
.search_list li{width: 49.8%;margin-right: 0.2%;line-height: 0.6rem;}
.search_list li a{font-size: 0.28rem;color: #666;}
/*管理频道*/
.manage_con{padding: 0.2rem 0.3rem;}
.header_tit{font-size: 0.34rem;color: #fff;font-weight: normal;}
.manage_list{border-bottom: dashed 1px #333;padding-bottom: 0.2rem;margin-bottom: 0.5rem;}
.manage_list:last-child{border-bottom: 0;}
.manage_list h3{font-size: 0.24rem;margin-bottom: 0.25rem;font-weight: normal;}
.manage_li{display: flex;display: -webkit-flex;flex-wrap: wrap;justify-content: space-between;}
.manage_li li a{font-size:0.34rem;color: #333;display: block;width: 1.5rem;height: 0.86rem;line-height: 0.84rem;text-align: center; border-radius: 3px;border: solid 0.02rem #a7a7a7;}
.manage_li li{margin-bottom: 0.3rem;}
.manage_li li a.active,.manage_li li a:hover{background-color: #eaeaea;border-color: #a7a7a7;}
/*详情页面*/
.reload_btn a,.search_btn a{color: #fff;}
.detail_text h3{font-size: 0.46rem;}
.detail_sub{font-size: 0.25rem;color: #666;margin: 0.25rem 0;}
.detail_sub span{margin: 0 0.1rem;}
.detail_con p{font-size: 0.36rem;line-height: .6rem;}
.detail_con p img{width: 100%;}
.detail_con .article-content img {
    width: 100%;
}
.detail_con .detail_text img {
    width: 100%;
}
