body{
    margin: 0;
    line-height: 1.5;
    color: #363636;
    font-size: 14px;
}
#app{
    padding: 0 10px;
    background-color: #ebebeb;
}
a{
    color: inherit;
    text-decoration: none;
}
.group-banner.group{
    border: none;
    padding: 0;
    margin: 0;
    background: none;
}
.group{
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    padding: 15px;
    border: 1px solid #d7c8b2;
    margin-top: 10px;
    margin-bottom: 10px;
}
img.list-responsive{
    width: auto;
	max-width: 105px;
    max-height: 70px;
}
img.banner-responsive{
    max-width: 100%;
    height: auto;
}
img.juhui-responsive{
    width:100%;
    max-width: 400px;
    height: auto;
}
.title-center{
    font-size: 18px;
    line-height: 2;
    text-align: center;
    font-weight: 900;
    color: #222;
}
.list-item {
    display: flex;
}
.list-item .text{
    flex: 1;
}
.list-item .more {
    padding-left: 7px;
}
.list1 .list-item {
    line-height: 2;
    padding-left: 18px;
    position: relative;
}
.list1 .list-item::before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: url(images/list_circle.png) no-repeat;
    background-size: 10px 10px;
    left: 0;
    top: 7px;
}
.list-more{
    color: #963538;
    text-align: center;
}
.group.multiple{
    padding: 1px;
}
.sub-group{
    padding: 15px 15px 23px 15px;
    border-bottom: 1px solid #dbdbdb;
}
.sub-group:last-child{
    border-bottom: none;
    padding-bottom: 15px;
}
.title-has-more{
    display: flex;
    vertical-align: middle;
}
.title-left{
    line-height: 1;
    font-size: 18px;
    font-weight: 900;
    border-left: 4px solid rgb(255, 102, 0);
    padding-left: 6px;
    color: #222;
    flex: 1;
}
.title-more{
    text-align: right;
    color: #222;
    padding-left: 20px;
    font-weight: 600;
}
.img-list{
    display: flex;
    margin-top: 10px;
}
.img-part{
    flex: 1;
}
.list-part{
    flex: 3;
    padding-left: 10px;
}
.list2{
    line-height: 2;
}
.list-item .text{
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}
.list-item .text2{
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-link{
    color: white;
    border-radius: 7px;
    font-size: 12px;
    padding: 0 7px;
    line-height: 2;
    overflow: hidden;
    display: inline-block;
    margin: 0 5px;
}
.multiple-more-list{
    text-align: center;
    margin-top: 7px;    
}
.list-img-item{
    display: flex;
    align-items: flex-start;
}
.item-img-part{
    flex: 1;
}
.item-text-part{
    flex: 3;
    padding-left: 10px;
}
.list-img-item .sub-text{
    font-size: 12px;
    line-height: 16px;
    height: 33px;
    overflow: hidden;
    color: #999;
}
.list-img-item .item-text-part .text{
    line-height: 20px;
    height: 20px;
}