@charset "utf-8";
.breadline{padding:10px;overflow:hidden;background:#fff;border-top:1px solid #eee}
.breadline b{display:block;float:left;border-left:2px solid #f15c46;padding-left:5px;line-height:16px;margin-top:3px}
.breadline a{color:#666}

.m_title_2{padding:10px 0;box-sizing:border-box;display:flex;justify-content:space-between}
.m_title_2 .name{font-size:16px;color:#333;font-weight:700;position:relative;display:flex;align-items:center}
.m_title_2 .name::before{content:'';width:3px;height:100%;display:block;background-color:#e13b3b;margin-right:10px}
.m_title_2 .more{color:#999;font-size:12px;display:flex;align-items:center;padding-right:20px;position:relative}
.m_title_2 .more:before{content:'';display:block;width:5px;height:5px;border-radius:50%;background:#b1b1b1;position:absolute;right:10px;top:0;bottom:0;margin:auto}
.m_title_2 .more:after{content:'';display:block;width:5px;height:5px;border-radius:50%;background:#ddd;position:absolute;right:0;top:0;bottom:0;margin:auto}

.part_public{background:#fff;margin-bottom:10px;padding:10px;box-sizing:border-box}
.part_public .line{height:.02rem;background-color:#f5f5f5;margin:0 .2rem;box-sizing:border-box}
.part_public .list{margin-bottom:10px;box-sizing:border-box}
.part_public .list.hide{display:none}
.part_public .list .item{height:40px;border-bottom:1px dashed #d2d1d1;display:flex;align-items:center}
.part_public .list .item i{color:#666;font-size:12px;margin-right:10px;font-weight:700}
.part_public .list .item span{color:#666;font-size:12px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal!important;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.part_public .more_btn{height:38px;margin:0 10px;box-sizing:border-box;background-color:#f5f5f5;border-radius:5px;display:flex;align-items:center;justify-content:center}
.part_public .more_btn span{color:#666;font-size:12px}

.hot_strategy{background:#fff;margin-bottom:10px;padding:10px;box-sizing:border-box}
.hot_strategy .list{margin:10px 0;box-sizing:border-box;overflow:hidden}
.hot_strategy .list .item{width:48.5%;float:left;margin-bottom:10px}
.hot_strategy .list .item:nth-child(2n+1){margin-right:3%}
.hot_strategy .list .item .photo{width:100%;height:90px;margin-bottom:5px;border-radius:5px;overflow:hidden}
.hot_strategy .list .item .photo img{width:100%;min-height:100%}
.hot_strategy .list .item p{color:#333;font-size:14px;line-height:30px;font-weight:700;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}


.pageBtn{text-align:center;padding-top:20px;padding-bottom:20px;}
.pageBtn a{color:#858585;border:1px solid #ccc;padding:5px 10px;border-radius:3px;margin-right:10px}
.list_img .pageBtn{margin-top:10px;}
.pageBtn a.cur{border: 1px solid #e13b3b;background: #e13b3b;color:#fff;}

