.information_box{box-sizing:border-box;width:100%;flex:1;background-color:#fff;margin-top:20px;border-radius:10px;padding:10px 20px 10px 10px}.information_box .head_box{display:flex;justify-content:space-between;font-size:12px;margin-bottom:20px}.information_box .head_box .head_text{height:24px;line-height:24px;text-align:center;background-color:#f5f7fa;border-radius:12px;color:#2080f7;padding:0 6px}.information_box .head_box .head_text img{vertical-align:middle;margin-bottom:2px}.information_box .head_box .ico_rou{color:#9d9c9c;font-size:12px}.information_box .main_box{box-sizing:border-box;display:grid;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:10px 40px;margin-left:10px}.information_box .main_box .main_box_item{display:flex;align-items:center;box-sizing:border-box;cursor:pointer}.information_box .main_box .main_box_item .item_img{width:94px;height:54px;margin-right:20px}.information_box .main_box .main_box_item .item_img>img{width:100%;height:100%}.information_box .main_box .main_box_item .item_text{position:relative;box-sizing:border-box;width:173px;font-size:12px;color:#343639;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.information_box .main_box .main_box_item .item_text:hover{color:#2080f7}.information_box .info_box{box-sizing:border-box;display:grid;grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(2,1fr);gap:0 40px;font-size:12px;margin-left:10px;margin-top:10px}.information_box .info_box li{display:flex;align-items:center;height:20px;margin-bottom:3px;cursor:pointer}.information_box .info_box li p{width:265px;height:16px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin:0;padding:0}.information_box .info_box li img{width:5px;height:7px;margin-right:10px}.information_box .info_box li:hover{color:#2080f7}