@import '../common/variable';
html.pc{
.c-a032{
padding: @padding_pc_1 0;
}
.c-a032__list{
border-bottom: 1px solid #DCDCDC;
margin-top: @padding_pc_1;
}
.c-a032__item{
border-top: 1px solid #DCDCDC;
padding-bottom: @padding_pc_2;
}
.c-a032__subitem{
margin-top: @padding_pc_1;
}
.c-a032__theme{
margin-top: @padding_pc_1;
color: @theme_color_less;
font-size: 20px;
font-weight: 500;
float: left;
width: 420px;
}
.c-a032__sublist{
float: left;
width: 1150px-420;
}
.c-a032__title{
color: #353535;
font-size: 18px;
font-weight: 500;
}
.c-a032__subtitle{
color: #888888;
font-size: 16px;
margin-top: 8px;
}
}
html.mobile{
.c-a032{
padding: @padding_mobile_1 0;
}
.c-a032__list{
border-bottom: 1px solid #DCDCDC;
margin-top: @padding_mobile_1;
}
.c-a032__item{
border-top: 1px solid #DCDCDC;
padding-bottom: @padding_mobile_2;
}
.c-a032__subitem{
margin-top: @padding_mobile_1;
}
.c-a032__theme{
margin-top: @padding_mobile_1;
color: @theme_color_less;
font-size: 0.3rem;
font-weight: 500;
}
.c-a032__title{
color: #353535;
font-size: 0.24rem;
font-weight: 500;
}
.c-a032__subtitle{
color: #888888;
font-size: 0.24rem;
margin-top: 0.08rem;
}
}