/* 业务指南-列表 */ * { margin: 0; padding: 0; } /* 面包屑样式 */ .rumbs { width: 100%; height: 60px; background: #FFFFFF; } .rumbs .rumbs_box { width: 1200px; margin: 0px auto; line-height: 60px; font-size: 16px; } .rumbs .rumbs_box .rumbs_title { float: left; } .rumbs .rumbs_box .rumbs_name { float: left; } .SinGuideList_word { width: 100%; background: #F2F8FC; } .SinGuideList_main { width: 1200px; margin: 0 auto; background: white; padding: 20px; display: flex; } .SinGuideList_main .list_main_left { width: 260px; height: 899px; background-color: rgba(215, 215, 215, 1); padding: 10px; } .left_center { width: 220px; margin: 20px auto; height: 92%; overflow: auto; } .left_center1::-webkit-scrollbar { /*滚动条整体样式*/ width: 0px; /*高宽分别对应横竖滚动条的尺寸*/ height: 1px; } .left_center1::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 10px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #535353; } .left_center1::-webkit-scrollbar-track { /*滚动条里面轨道*/ box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 10px; background: #ededed; } .cen_ter { width: 220px; height: 40px; line-height: 40px; margin-top: 10px; font-size: 14px; border-radius: 5px; background-color: rgba(229, 229, 229, 1); text-align: center; cursor: pointer; } .cen_ter_true { width: 220px; height: 40px; line-height: 40px; margin-top: 10px; font-size: 14px; border-radius: 5px; background-color: #999999; text-align: center; } .SinGuideList_main .list_main_right { width: 900px; margin-left: 20px; height: 900px; overflow: auto; } .list_main_right::-webkit-scrollbar { /*滚动条整体样式*/ width: 0px; /*高宽分别对应横竖滚动条的尺寸*/ height: 1px; } .list_main_right::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 10px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #535353; } .list_main_right::-webkit-scrollbar-track { /*滚动条里面轨道*/ box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 10px; background: #ededed; } .list_main_right .right_header { width: 226px; height: 30px; text-align: center; background-color: rgb(168, 168, 168); margin: 0 auto; line-height: 30px; border-radius: 9px; color: white; } .list_main_right .rigtcenter { display: flex; align-items: center; justify-content: center; height: 100%; } .list_main_right .context-list:nth-child(1){ margin-top: 0px; } .list_main_right .context-list{ width: 870px; height: 250px; padding: 20px; margin-top: 20px; background-color: #f9f9f9; } .list_main_right .context-list .context-header { width: 830px; height: 175px; padding: 10px; } .context-head-children { line-height: 50px; margin-top: 20px; font-size: 21px; } .list_main_right .context-list .context-button { margin-top: 10px; width: 850px; height: 45px; } .list_main_right .context-list .context-button .btn_read { width: 82px; height: 34px; color: #333; background-color: #fff; border-color: #ccc; float: right; margin-right: 20px; cursor: pointer; }