<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* hos_pro_list */
.hos_pro_list{}
.hpl_list{border-bottom:1px dotted #c0c0c0; padding-bottom:13px; margin-bottom:8px; font-size:14px; }
.hos_pro_list .last{ border-bottom:none; }
.hpl_t{ color:#e35399; height:23px; overflow:hidden; }
.hpl_con{ width:633px; height:67px; }
.hpl_con .pic,.hpl_con .pic img{ width:75px; height:80px; }
.hpl_con .pic{ border:1px solid #e8e8e8; padding:1px; float:left; }
.hpl_con ul{ float:right; width:530px; height:66px; }
.hpl_con ul li{ width:132px; height:22px; line-height:22px; overflow:hidden; float:left; }
.hpl_con ul li span{ color:#ccc; }

/* hos_time */
.hos_time{ font-size:12px; }
.hos_time table{ border-collapse:collapse; width:100%; }
.hos_time .t_head .tl{ border-left:1px solid #ffe2f1; }
.hos_time .t_head .tr{ border-right:1px solid #ffe2f1; }
.hos_time .t_head td{ font-size:14px; background:#ffedf6; padding:2px 0;border-top:1px solid #ffe2f1;border-bottom:1px solid #ffe2f1; }
.hos_time td{ vertical-align:top; padding:10px 0; text-align:center; }
.hos_time td img{ display:block; }
.hos_time td .blue{ font-size:14px; }
.hos_time .zj_pic{ text-align:center; line-height: 30px; }
.hos_time .zj_pic img{ width:56px; height:66px; padding:3px; border:1px solid #ddd; margin:0 auto; }
.hos_time .tal{ text-align:left; }
.hos_time .tal .blue i,.hos_time .tal .yellow i{ background:url(../img/hos_bg.png) no-repeat; display:inline-block; width:14px; height:14px; vertical-align:middle; margin-right:3px; }
.hos_time .tal .blue i{ background-position:-138px -125px; }
.hos_time .tal .yellow i{ background-position:-57px -125px; }
.zj_vt{ height:63px; width:168px; margin:0 auto; border-right:1px solid #bee8fe; border-bottom:1px solid #bee8fe; }
.zj_vt li{ float:left; width:20px; height:20px; border-top:1px solid #bee8fe; border-left:1px solid #bee8fe; text-align:center; line-height:20px; }
.zj_vt .bg{ background:#e9f8ff; }
.hos_time .page{ border-top:1px dotted #e2e2e2; }
.hos_pro_list {
  padding-top: 24px;
}
.hl_part{
  background: none;
  border-top: none;
}
.hpl_list{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item_name{
  text-align: center;
  margin:4px 0;
}
.hpl_list .hpl_t{
  flex: 0 0 127px;
  height: auto;
  overflow: auto;
}
.hpl_list{
  border-bottom: 1px solid #eee;
  padding: 4px 0;
}
.hpl_list .hpl_t img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.hpl_list ul{
  flex: 1;
  padding: 0 10px;
  box-sizing: border-box;
}
.hpl_list ul li a{
  display: block;
  color: #333;
  font-size: 16px;
  margin: 4px 0;
}</pre></body></html>