@import url(c_article.css);

.app{
    background: #ffffff !important;
}
.content-wrap{
    max-width: unset !important;
}
.index-content{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: #eeeeee;
    padding-bottom: 10px;
}
.index-left , .index-right{
    width: 250px;
    overflow-x: hidden;
    height: auto;
}
.index-center{
    flex: 1;
    padding: 0 10px;
    flex-shrink: 0;
    overflow: hidden;
    min-height: 500px;
}
.ic-header{
    display: flex;
    width: 100%;
    border-radius: 5px;
}
.ich-swiper{
    flex: 2;
    min-width: 500px;
    max-width: 1000px;
    height: 340px;
    overflow: hidden;
    flex-shrink: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-slide > p{
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.71);
    color: #ffffff;
}
.ich-hot{
    height: 340px;
    min-width: 300px;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    background: #ffffff;
    margin-left: 10px;
    flex: 1;
}
.ich-hot-item{
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ich-hot-item p,.ich-hot-item a{
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ic-content{
    margin-top: 10px;
    background: #ffffff;
    padding: 10px;
}
.index-footer{
    margin-top: 10px;
}
/*左侧列表样式*/
.il-content{
    background: #ffffff;
    margin-left:10px;
    padding: 10px;
    margin-bottom: 10px;
}
.ilc-title{
    border-bottom: 1px #ffc7c7 dashed;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.ilc-title img{
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.ilc-item{
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.ilc-item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.ilc-item-l{
    width: 52px;
    height: 52px;
    margin-right: 5px;
}
.ilc-item-l img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.ilc-item-r{
    flex: 1;
    flex-shrink: 0;
    overflow: hidden;
}
.ilc-item-r h3,.ilc-item-r p{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ilc-item-r h3{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    white-space: nowrap;
}
.ilc-item-r p{
    font-size: 12px;
    max-height: 32px;
    line-height: 16px;
    color: #666666;
}
.il-ad-item{
    margin-bottom: 10px;
}
.il-ad-item:last-child{
    margin-bottom: unset;
}
/*右侧列表样式*/
.ir-content{
    background: #ffffff;
    margin-right:10px;
    padding: 10px;
    margin-bottom: 10px;
}
.ir-tags{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ir-tag{
    padding: 4px 10px;
    background: #00a2d4;
    border-radius: 2px;
    margin: 0 5px 5px 0;
    color: #ffffff;
}
.ir-tag a{
    color: #ffffff;
}
.ir-tag-color-d47a2d{
    background: rgba(237, 76, 0, 0.91);
}
.ir-tag-color-4fd4d1{
    background: #4fd4d1;
}
.ir-tag-color-fb4b77{
    background: #fb4b77;
}
.ir-tag-color-23b2ff{
    background: #23b2ff;
}
.ir-tag-color-d46416{
    background: #d46416;
}
.ir-tag-color-48f8f0{
    background: #48f8f0;
}
.ir-tag-color-95d44a{
    background: #95d44a;
}
.ir-category-title{
    padding-bottom: 10px;
    line-height: 26px;
    font-weight: bold;
}
.irc-item{
    padding: 10px 0;
    border-left: 1px dashed #ccccd8;
}
.irc-item a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000000;
}
.irci-line{
    width: 12px;
    height: 1px;
    border-bottom: 1px dashed #ccccd8;
    margin-right: 5px;
}
.ir-category-box{
    position: relative;
}
.ir-category-box:before{
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: 22px;
    background: #ffffff;
    left: 0;
    top: 0;
}
.ir-category-box:after{
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: 22px;
    background: #ffffff;
    left: 0;
    bottom: 0;
}
.irci-img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 2px;
}
.irci-img img{
    width: 100%;
    height: 100%;
}
.irci-title{
    flex: 1;
    flex-shrink: 0;
    overflow: hidden;
}
.irci-number{
    width: 60px;
    color: #999999;
    text-align: right;
}