/* 资讯中心-列表 */ * { 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; } .InfoCenterList_word { width: 100%; background: #F2F8FC; } .InfoCenterList_main { width: 1200px; margin: 0 auto; background: white; padding: 20px; display: flex; } .InfoCenterList_main .list_main_left { width: 260px; height: 899px; background-color: rgba(215, 215, 215, 1); padding: 10px; overflow: hidden; } .left_center { width: 220px; margin: 20px auto; margin-top: 0px; height: 92%; overflow: auto; } .left_center::-webkit-scrollbar { /*滚动条整体样式*/ width: 0px; /*高宽分别对应横竖滚动条的尺寸*/ height: 1px; } .left_center::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 10px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #535353; } .left_center::-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; } .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; } .InfoCenterList_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; } .context-list{ width: 870px; height: 250px; padding: 20px; background-color: #f9f9f9; } .context-list1{ width: 870px; height: 250px; padding: 20px; background-color: #f9f9f9; margin-top: 20px; } .context-header{ width: 830px; height: 175px; padding: 10px; } .context-button{ margin-top: 10px; width: 850px; height: 45px; } .btn_read{ float: right; margin-right: 20px; } .context-head-children{ line-height: 50px; margin-top: 20px; font-size: 21px; } .list_main_right .rigtcenter { display: flex; align-items: center; justify-content: center; height: 100%; }